@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}:where(.brxe-list){list-style-type:none;margin:0;padding:0;width:100%}:where(.brxe-list) li{position:relative}:where(.brxe-list) li:last-child{margin-bottom:0}:where(.brxe-list) li[data-highlight]:before{content:attr(data-highlight);display:inline-block}:where(.brxe-list) .content{align-items:center;display:flex;justify-content:space-between}:where(.brxe-list) .icon{align-items:center;display:inline-flex;flex-shrink:0;justify-content:center}:where(.brxe-list) .icon svg{font-size:medium}:where(.brxe-list) .title{display:inline-block;margin:0 10px 0 0}:where(.brxe-list) .meta{margin-left:10px}:where(.brxe-list) .description{display:flex}:where(.brxe-list) .separator{border-top-style:solid;border-top-width:1px;flex:1;flex-basis:50px}}@layer bricks {.brxe-slider-nested{min-width:0;width:100%}.brxe-slider-nested .splide__slide{align-items:center;display:flex;justify-content:center;position:relative}.brxe-slider-nested .splide__arrows:not(.custom) .splide__arrow--prev{transform:translateY(-50%) scaleX(-1)}.brxe-slider-nested .splide__arrows:not(.custom).splide__arrows--ttb .splide__arrow--prev{transform:translateX(-50%) scaleX(-1)}.brxe-slider-nested .splide__arrows svg{min-height:0;min-width:0}}@layer bricks {.brxe-icon{font-size:60px}svg.brxe-icon{font-size:inherit}}@layer bricks {.brxe-accordion-nested{--brx-icon-transform:rotate(90deg);width:100%}.brxe-accordion-nested .accordion-title-wrapper{cursor:pointer}.brxe-accordion-nested .accordion-title-wrapper .brxe-heading{margin:0}.brxe-accordion-nested .accordion-content-wrapper{display:none}.brxe-accordion-nested .brx-open>.accordion-content-wrapper{display:block}.brxe-accordion-nested .brx-icon-expanded{display:none}.brxe-accordion-nested .brx-icon-transform{transition:transform .1s}.brxe-accordion-nested>.brx-open>.accordion-title-wrapper .brx-icon-transform{transform:var(--brx-icon-transform)}.brxe-accordion-nested>.brx-open>.accordion-title-wrapper .brx-icon-collapsed{display:none}.brxe-accordion-nested>.brx-open>.accordion-title-wrapper .brx-icon-expanded{display:block}}@layer bricks {.brxe-shortcode{width:100%}}@layer bricks {:where(.brxe-divider){align-items:center;display:flex;font-size:30px;gap:30px}:where(.brxe-divider).horizontal{width:100%}:where(.brxe-divider).horizontal .line{border-top:1px solid}:where(.brxe-divider).vertical{flex-direction:column}:where(.brxe-divider).vertical .line{border-right:1px solid;width:auto}:where(.brxe-divider) .line{position:relative;width:100%}:where(.brxe-divider) .icon{flex-shrink:0;position:relative}:where(.brxe-divider) a{display:inline-flex}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}a.brxe-image{display:inline-block}figure.brxe-image{margin:0}:where(.brxe-image).tag{display:inline-block;height:fit-content;position:relative;width:auto}:where(.brxe-image).caption{position:relative}:where(.brxe-image).caption:has(figcaption.bricks-image-caption){overflow:hidden}:where(.brxe-image).overlay{position:relative}:where(.brxe-image).overlay:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:where(.brxe-image):before{border-radius:inherit}:where(.brxe-image) a{border-radius:inherit;position:static;transition:inherit}:where(.brxe-image) picture{border-radius:inherit;transition:inherit}:where(.brxe-image) img{border-radius:inherit;height:100%;position:static!important;transition:inherit;width:100%}:where(.brxe-image) img.bricks-lazy-hidden+figcaption{display:none}:where(.brxe-image) .icon{color:#fff;font-size:60px;pointer-events:none;position:absolute;right:50%;text-align:center;top:50%;transform:translate(50%,-50%);z-index:5}:where(.brxe-image) .bricks-image-caption{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 70%,transparent);bottom:0;color:#fff;font-size:inherit;margin:0;padding:10px 15px;pointer-events:none;position:absolute;text-align:center;width:100%;z-index:1}}@layer bricks {.brxe-button{width:auto}}@layer bricks {:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}}#brxe-aa20aa {width: 100%; height: 100%; position: absolute; background-image: url("https://dream-bath.com/wp-content/uploads/2026/06/woman-in-bathroom-wearing-white-robe-2026-03-24-02-17-52-utc-1024x683.avif"); background-size: cover; background-position: bottom center}@keyframes hero-zoom { from { transform: scale(1.08); } to { transform: scale(1); }} .hero-bg-image { animation: hero-zoom 8s cubic-bezier(.25, .46, .45, .94) forwards; transform-origin: center; will-change: transform;}.hero-overlay { position: absolute; inset: 0; background: linear-gradient( 155deg, rgba(28, 25, 22, 0.9) 0%, rgba(28, 25, 22, 0.76) 100% ); pointer-events: none; z-index: 1;}@keyframes fade-up { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); }} .hero-eyebrow { animation: fade-up 0.6s cubic-bezier(.16, 1, .3, 1) 0.1s both;} .hero-heading { animation: fade-up 0.6s cubic-bezier(.16, 1, .3, 1) 0.25s both;} .hero-subtext { animation: fade-up 0.6s cubic-bezier(.16, 1, .3, 1) 0.4s both;} .hero-buttons { animation: fade-up 0.6s cubic-bezier(.16, 1, .3, 1) 0.55s both;}@keyframes scrollpulse { 0%, 100% { opacity: 0.4; transform: scaleY(1); } 50% { opacity: 1; transform: scaleY(0.7); transform-origin: top; }} .hero-scroll-line { width: 1px; height: 40px; background: linear-gradient( 180deg, rgba(255, 255, 255, 0.4) 0%, transparent 100% ); animation: scrollpulse 2s ease-in-out infinite;}.hero-eyebrow-text { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: #d4a853;} .hero-eyebrow-text::before { content: ""; width: 32px; height: 1px; background: #d4a853; opacity: 0.6;}#brxe-7e0033 .separator {border-top-color: var(--bricks-color-grey-100); width: 40px; flex-grow: 0; border-top-style: solid}#brxe-7e0033 {width: auto}@media (max-width: 478px) {#brxe-7e0033 {font-size: 10px; color: var(--bricks-color-grey-100); width: auto}#brxe-7e0033 .separator {width: 20px; flex-grow: 0}#brxe-7e0033.has-separator {gap: 8px}}.brxe-dgronk {color: var(--bricks-color-grey-100); font-size: 64px}.brxe-imigjt {font-style: italic; color: var(--bricks-color-grey-900); font-size: 64px}.brxe-kvstqz {color: var(--bricks-color-grey-100); font-size: 64px}#brxe-9dcef0:hover {background-color: var(--bricks-color-grey-800)}@media (max-width: 767px) {#brxe-9dcef0 {width: Hope you had an amazing weekend! Everything has now been updated. Let me know your thoughts.}}#brxe-fe2e1f {flex-direction: row; row-gap: 16px; column-gap: 16px; margin-top: 36px}@media (max-width: 767px) {#brxe-fe2e1f {justify-content: space-around}}#brxe-69ac0a {z-index: 2; margin-top: 64px; margin-right: 0; margin-bottom: 64px; margin-left: 0; width: 70%; align-self: center !important; row-gap: 16px}@media (max-width: 991px) {#brxe-69ac0a {width: 100%}}@media (max-width: 767px) {#brxe-69ac0a {width: 100%; margin-bottom: 0}}@media (max-width: 478px) {#brxe-69ac0a {margin-bottom: 0}}#brxe-22ff6b {width: 164px; position: absolute}@media (max-width: 991px) {#brxe-22ff6b {width: 164px}}#brxe-275884 {width: 50%; margin-right: 20px}#brxe-5e552e {width: 200px; align-self: flex-end !important; height: 200px; display: flex; justify-content: center; align-items: center}@media (max-width: 991px) {#brxe-5e552e {bottom: -60px; left: -60px}}@media (max-width: 767px) {#brxe-5e552e {width: 200px; bottom: 0px; left: 0px}}@media (max-width: 478px) {#brxe-5e552e {bottom: -60px; left: 20%; align-self: center !important; justify-content: center}}#brxe-1a56d6 {background-position: center center; z-index: 2; width: 40%; align-self: flex-end !important; height: 100%; position: relative}@media (max-width: 991px) {#brxe-1a56d6 {height: 100%; width: 60%; background-position: top center; align-self: center !important}}@media (max-width: 767px) {#brxe-1a56d6 {width: 60%; height: 300px; position: relative}}@media (max-width: 478px) {#brxe-1a56d6 {width: 80%; flex-direction: column; position: relative; height: 200px; align-items: center}}#brxe-47999c {position: relative; z-index: 1; margin-right: 0; margin-left: 0; flex-direction: row; max-width: 1440px; padding-top: 184px; padding-right: 64px; padding-bottom: 36px; padding-left: 64px; justify-content: space-between; column-gap: 86px}@media (max-width: 991px) {#brxe-47999c {flex-direction: row; padding-top: 84px; padding-right: 36px; padding-bottom: 64px; padding-left: 36px; height: 100%; max-width: 100%}}@media (max-width: 767px) {#brxe-47999c {width: 100%; flex-direction: row; padding-right: 36px; padding-left: 36px; justify-content: center; row-gap: 64px}}@media (max-width: 478px) {#brxe-47999c {padding-top: 164px; padding-right: 16px; padding-bottom: 64px; padding-left: 16px; flex-direction: column; grid-template-columns: 2; flex-wrap: nowrap}}#brxe-7c7efe {background-image: url("https://dream-bath.com/wp-content/uploads/2026/05/20-1-768x1024.avif"); background-position: center center; background-attachment: scroll; background-size: cover; position: relative}:where(#brxe-7c7efe > *:not(figcaption)) {position: relative}#brxe-7c7efe::before {background-image: linear-gradient(rgba(66, 66, 66, 0.69), rgba(10, 10, 10, 0.62)); position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none}@media (max-width: 478px) {#brxe-7c7efe {flex-wrap: nowrap}}#brxe-a7bfac {color: var(--bricks-color-grey-100); text-align: center}#brxe-fee51d {color: var(--bricks-color-grey-100); text-align: center}#brxe-fee51d a {color: var(--bricks-color-grey-100); text-align: center; font-size: inherit}#brxe-d0b1fb {align-self: center !important; width: 60%; row-gap: 16px; margin-top: 64px; margin-right: 0; margin-bottom: 64px; margin-left: 0; z-index: 2; align-items: center}@media (max-width: 991px) {#brxe-d0b1fb {width: 100%}}@media (max-width: 767px) {#brxe-d0b1fb {width: 100%; margin-bottom: 0}}@media (max-width: 478px) {#brxe-d0b1fb {margin-bottom: 0}}#brxe-1d55e3 {margin-right: 0; margin-left: 0; z-index: 1; align-items: center; flex-direction: column; max-width: 1440px; padding-top: 64px; padding-right: 64px; padding-bottom: 64px; padding-left: 64px; justify-content: center; column-gap: 86px; position: relative}@media (max-width: 991px) {#brxe-1d55e3 {flex-direction: column; padding-top: 64px; padding-right: 36px; padding-bottom: 64px; padding-left: 36px; height: 100%; max-width: 100%}}@media (max-width: 767px) {#brxe-1d55e3 {width: 100%; flex-direction: row; padding-right: 36px; padding-left: 36px; justify-content: center; row-gap: 64px}}@media (max-width: 478px) {#brxe-1d55e3 {padding-top: 0; padding-right: 16px; padding-bottom: 64px; padding-left: 16px; flex-direction: column; grid-template-columns: 2; flex-wrap: nowrap}}#services {background-color: var(--bricks-color-grey-300)}#brxe-16ff1b .separator {width: 40px; flex-grow: 0; border-top-style: solid; border-top-color: var(--bricks-color-grey-300)}#brxe-16ff1b {width: auto; color: var(--bricks-color-grey-300)}@media (max-width: 478px) {#brxe-16ff1b {font-size: 14px}}#brxe-e722b6 {margin-top: 36px; color: var(--bricks-color-grey-500)}#brxe-e722b6 a {color: var(--bricks-color-grey-500); font-size: inherit}#brxe-e9824a:hover {background-color: var(--bricks-color-grey-800)}@media (max-width: 767px) {#brxe-e9824a {width: Hope you had an amazing weekend! Everything has now been updated. Let me know your thoughts.}}@media (max-width: 478px) {#brxe-e9824a {background-color: var(--bricks-color-grey-500)}}#brxe-150317 {flex-direction: row; row-gap: 16px; column-gap: 16px}@media (max-width: 767px) {#brxe-150317 {justify-content: space-around}}#brxe-eb0706 {align-self: center !important; width: 60%; row-gap: 16px; margin-top: 64px; margin-right: 0; margin-bottom: 64px; margin-left: 0; z-index: 2}@media (max-width: 991px) {#brxe-eb0706 {width: 100%}}@media (max-width: 767px) {#brxe-eb0706 {width: 100%; margin-top: 0; margin-bottom: 0}}@media (max-width: 478px) {#brxe-eb0706 {margin-top: 64px; margin-bottom: 0; flex-direction: column}}#brxe-8876dd {width: 100%; border-radius: 5px}#brxe-54d00b {position: absolute; bottom: -30px; right: -30px; background-color: var(--bricks-color-grey-500); background-image: url("https://dream-bath.com/wp-content/uploads/2026/06/modern-ceramic-tiles-display-in-the-luxury-shoppin-2026-03-24-01-10-18-utc-1-1024x681.avif"); background-size: cover; padding-top: 16px; padding-right: 16px; padding-bottom: 16px; padding-left: 16px; box-shadow: 1px 0 5px 0 rgba(10, 10, 10, 0.27); width: 50%; height: 40%; border-radius: 5px}@media (max-width: 767px) {#brxe-54d00b {right: -20px; bottom: 20px}}@media (max-width: 478px) {#brxe-54d00b {bottom: -20px; right: -10px}}#brxe-e4ea3e {width: 50%; position: relative; height: 100%; z-index: 2}@media (max-width: 991px) {#brxe-e4ea3e {height: 100%; width: 60%; background-position: top center; align-self: center !important}}@media (max-width: 767px) {#brxe-e4ea3e {width: 60%; position: relative; height: 600px}}@media (max-width: 478px) {#brxe-e4ea3e {width: 100%; flex-direction: column; position: relative; height: 100%; margin-top: 0}}#about {flex-direction: row; padding-top: 64px; padding-right: 64px; padding-bottom: 64px; padding-left: 64px; justify-content: space-between; column-gap: 86px; margin-right: 0; margin-left: 0; position: relative; z-index: 1; align-items: center}@media (max-width: 991px) {#about {flex-direction: row; padding-top: 64px; padding-right: 36px; padding-bottom: 64px; padding-left: 36px; height: 100%; max-width: 100%}}@media (max-width: 767px) {#about {flex-direction: row; padding-right: 36px; padding-left: 36px; width: 100%; justify-content: center; row-gap: 64px; flex-wrap: wrap-reverse}}@media (max-width: 478px) {#about {padding-top: 0; padding-right: 16px; padding-bottom: 64px; padding-left: 16px; flex-direction: column; grid-template-columns: 2; flex-wrap: wrap-reverse}}#brxe-8d58fd {background-color: var(--bricks-color-grey-100)}#brxe-f5100b {color: var(--bricks-color-grey-100); width: auto}#brxe-f5100b .separator {width: 40px; flex-grow: 0; border-top-style: solid; border-top-color: var(--bricks-color-grey-100)}@media (max-width: 478px) {#brxe-f5100b {font-size: 14px}}#brxe-118107 {color: var(--bricks-color-grey-100); text-align: center}#brxe-3792d3 {color: var(--bricks-color-grey-100); text-align: center}#brxe-3792d3 a {color: var(--bricks-color-grey-100); text-align: center; font-size: inherit}#brxe-940098 {z-index: 2; margin-top: 64px; margin-right: 0; margin-bottom: 64px; margin-left: 0; align-items: center; align-self: center !important; width: 60%; row-gap: 16px}@media (max-width: 991px) {#brxe-940098 {width: 100%}}@media (max-width: 767px) {#brxe-940098 {width: 100%; margin-bottom: 0}}@media (max-width: 478px) {#brxe-940098 {margin-bottom: 0}}#brxe-a85682 {z-index: 0; position: absolute; border-radius: 5px}#brxe-a85682:not(.tag), #brxe-a85682 img {object-fit: cover}#brxe-a85682 { overflow: hidden; position: relative; z-index:1; img{ height:100%; width:100%; object-fit: cover; position: absolute; left:0; top:0; transition: all .5s ease; } &:hover img{ scale: 1.1; } &::before { content: ''; position: absolute; top: 0; left: -50%;  width: 50%; height: 100%; z-index:-1; background: linear-gradient( 120deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100% ); animation: glare-slide 1s ease-in-out infinite;}}@keyframes glare-slide { 0% { left: -50%; } 100% { left: 100%; }}#brxe-8cf6c6 {z-index: 1; color: var(--bricks-color-grey-100); font-family: "Playfair Display"; font-weight: 400; font-size: 20px; text-transform: capitalize}#brxe-cd0bd1 {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%}#brxe-cd0bd1 a {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%; font-size: inherit}#brxe-be64ad {position: absolute; z-index: 1; border-bottom-right-radius: 5px; padding-top: 16px; padding-right: 8px; padding-bottom: 16px; padding-left: 8px}[data-id="brxe-f8ab9b"].splide__slide {z-index: 2; position: relative; justify-content: flex-end; align-items: flex-start}@media (max-width: 991px) {[data-id="brxe-f8ab9b"].splide__slide {width: 30%; height: 360px; background-position: top center; align-self: center !important}}@media (max-width: 767px) {[data-id="brxe-f8ab9b"].splide__slide {width: 60%; position: relative; height: 600px; align-items: center}}@media (max-width: 478px) {[data-id="brxe-f8ab9b"].splide__slide {width: 100%; flex-direction: column; margin-right: 0; position: relative}}#brxe-e5b15b {z-index: 0; position: absolute; border-radius: 5px}#brxe-e5b15b:not(.tag), #brxe-e5b15b img {object-fit: cover}#brxe-e5b15b { overflow: hidden; position: relative; z-index:1; img{ height:100%; width:100%; object-fit: cover; position: absolute; left:0; top:0; transition: all .5s ease; } &:hover img{ scale: 1.1; } &::before { content: ''; position: absolute; top: 0; left: -50%;  width: 50%; height: 100%; z-index:-1; background: linear-gradient( 120deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100% ); animation: glare-slide 1s ease-in-out infinite;}}@keyframes glare-slide { 0% { left: -50%; } 100% { left: 100%; }}#brxe-691048 {z-index: 1; color: var(--bricks-color-grey-100); font-family: "Playfair Display"; font-weight: 400; font-size: 20px; text-transform: capitalize}#brxe-803bed {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%}#brxe-803bed a {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%; font-size: inherit}#brxe-b58630 {position: absolute; z-index: 1; border-bottom-right-radius: 5px; padding-top: 16px; padding-right: 8px; padding-bottom: 16px; padding-left: 8px}[data-id="brxe-8d632e"].splide__slide {z-index: 2; position: relative; justify-content: flex-end; align-items: flex-start}@media (max-width: 991px) {[data-id="brxe-8d632e"].splide__slide {width: 30%; height: 360px; background-position: top center; align-self: center !important}}@media (max-width: 767px) {[data-id="brxe-8d632e"].splide__slide {width: 60%; position: relative; height: 600px; align-items: center}}@media (max-width: 478px) {[data-id="brxe-8d632e"].splide__slide {width: 100%; flex-direction: column; position: relative; height: 440px; margin-right: 0}}#brxe-51c882 {z-index: 0; position: absolute; border-radius: 5px}#brxe-51c882:not(.tag), #brxe-51c882 img {object-fit: cover}#brxe-51c882 { overflow: hidden; position: relative; z-index:1; img{ height:100%; width:100%; object-fit: cover; position: absolute; left:0; top:0; transition: all .5s ease; } &:hover img{ scale: 1.1; } &::before { content: ''; position: absolute; top: 0; left: -50%;  width: 50%; height: 100%; z-index:-1; background: linear-gradient( 120deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100% ); animation: glare-slide 1s ease-in-out infinite;}}@keyframes glare-slide { 0% { left: -50%; } 100% { left: 100%; }}#brxe-1b8ee8 {z-index: 1; color: var(--bricks-color-grey-100); font-family: "Playfair Display"; font-weight: 400; font-size: 20px; text-transform: capitalize}#brxe-0db0d9 {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%}#brxe-0db0d9 a {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%; font-size: inherit}#brxe-d946e8 {position: absolute; z-index: 1; border-bottom-right-radius: 5px; padding-top: 16px; padding-right: 8px; padding-bottom: 16px; padding-left: 8px}[data-id="brxe-cafbf5"].splide__slide {z-index: 2; position: relative; justify-content: flex-end; align-items: flex-start}@media (max-width: 991px) {[data-id="brxe-cafbf5"].splide__slide {width: 30%; height: 360px; background-position: top center; align-self: center !important}}@media (max-width: 767px) {[data-id="brxe-cafbf5"].splide__slide {width: 60%; position: relative; height: 600px; align-items: center}}@media (max-width: 478px) {[data-id="brxe-cafbf5"].splide__slide {width: 100%; flex-direction: column; position: relative; height: 440px; margin-right: 0}}#brxe-f2df62 {z-index: 0; position: absolute; border-radius: 5px}#brxe-f2df62:not(.tag), #brxe-f2df62 img {object-fit: cover}#brxe-f2df62 { overflow: hidden; position: relative; z-index:1; img{ height:100%; width:100%; object-fit: cover; position: absolute; left:0; top:0; transition: all .5s ease; } &:hover img{ scale: 1.1; } &::before { content: ''; position: absolute; top: 0; left: -50%;  width: 50%; height: 100%; z-index:-1; background: linear-gradient( 120deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100% ); animation: glare-slide 1s ease-in-out infinite;}}@keyframes glare-slide { 0% { left: -50%; } 100% { left: 100%; }}#brxe-003cbf {z-index: 1; color: var(--bricks-color-grey-100); font-family: "Playfair Display"; font-weight: 400; font-size: 20px; text-transform: capitalize}#brxe-19db51 {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%}#brxe-19db51 a {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%; font-size: inherit}#brxe-1f1fdf {position: absolute; z-index: 1; border-bottom-right-radius: 5px; padding-top: 16px; padding-right: 8px; padding-bottom: 16px; padding-left: 8px}[data-id="brxe-8d0577"].splide__slide {z-index: 2; position: relative; justify-content: flex-end; align-items: flex-start}@media (max-width: 991px) {[data-id="brxe-8d0577"].splide__slide {width: 30%; height: 360px; background-position: top center; align-self: center !important}}@media (max-width: 767px) {[data-id="brxe-8d0577"].splide__slide {width: 60%; position: relative; height: 600px; align-items: center}}@media (max-width: 478px) {[data-id="brxe-8d0577"].splide__slide {width: 100%; flex-direction: column; position: relative; height: 440px; margin-right: 0}}#brxe-63083d {z-index: 0; position: absolute; border-radius: 5px}#brxe-63083d:not(.tag), #brxe-63083d img {object-fit: cover}#brxe-63083d { overflow: hidden; position: relative; z-index:1; img{ height:100%; width:100%; object-fit: cover; position: absolute; left:0; top:0; transition: all .5s ease; } &:hover img{ scale: 1.1; } &::before { content: ''; position: absolute; top: 0; left: -50%;  width: 50%; height: 100%; z-index:-1; background: linear-gradient( 120deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100% ); animation: glare-slide 1s ease-in-out infinite;}}@keyframes glare-slide { 0% { left: -50%; } 100% { left: 100%; }}#brxe-509fed {z-index: 1; color: var(--bricks-color-grey-100); font-family: "Playfair Display"; font-weight: 400; font-size: 20px; text-transform: capitalize}#brxe-aa7363 {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%}#brxe-aa7363 a {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%; font-size: inherit}#brxe-ab4a6f {position: absolute; z-index: 1; border-bottom-right-radius: 5px; padding-top: 16px; padding-right: 8px; padding-bottom: 16px; padding-left: 8px}[data-id="brxe-005fea"].splide__slide {z-index: 2; position: relative; justify-content: flex-end; align-items: flex-start}@media (max-width: 991px) {[data-id="brxe-005fea"].splide__slide {width: 30%; height: 360px; background-position: top center; align-self: center !important}}@media (max-width: 767px) {[data-id="brxe-005fea"].splide__slide {width: 60%; position: relative; height: 600px; align-items: center}}@media (max-width: 478px) {[data-id="brxe-005fea"].splide__slide {width: 100%; flex-direction: column; position: relative; height: 440px; margin-right: 0}}#brxe-313e25 {z-index: 0; position: absolute; border-radius: 5px}#brxe-313e25:not(.tag), #brxe-313e25 img {object-fit: cover}#brxe-313e25 { overflow: hidden; position: relative; z-index:1; img{ height:100%; width:100%; object-fit: cover; position: absolute; left:0; top:0; transition: all .5s ease; } &:hover img{ scale: 1.1; } &::before { content: ''; position: absolute; top: 0; left: -50%;  width: 50%; height: 100%; z-index:-1; background: linear-gradient( 120deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100% ); animation: glare-slide 1s ease-in-out infinite;}}@keyframes glare-slide { 0% { left: -50%; } 100% { left: 100%; }}#brxe-869b49 {z-index: 1; color: var(--bricks-color-grey-100); font-family: "Playfair Display"; font-weight: 400; font-size: 20px; text-transform: capitalize}#brxe-ee663e {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%}#brxe-ee663e a {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%; font-size: inherit}#brxe-6e0a0e {position: absolute; z-index: 1; border-bottom-right-radius: 5px; padding-top: 16px; padding-right: 8px; padding-bottom: 16px; padding-left: 8px}[data-id="brxe-ec54bf"].splide__slide {z-index: 2; position: relative; justify-content: flex-end; align-items: flex-start}@media (max-width: 991px) {[data-id="brxe-ec54bf"].splide__slide {width: 30%; height: 360px; background-position: top center; align-self: center !important}}@media (max-width: 767px) {[data-id="brxe-ec54bf"].splide__slide {width: 60%; position: relative; height: 600px; align-items: center}}@media (max-width: 478px) {[data-id="brxe-ec54bf"].splide__slide {width: 100%; flex-direction: column; position: relative; height: 440px; margin-right: 0}}#brxe-2e8e77 {z-index: 0; position: absolute; border-radius: 5px}#brxe-2e8e77:not(.tag), #brxe-2e8e77 img {object-fit: cover}#brxe-2e8e77 { overflow: hidden; position: relative; z-index:1; img{ height:100%; width:100%; object-fit: cover; position: absolute; left:0; top:0; transition: all .5s ease; } &:hover img{ scale: 1.1; } &::before { content: ''; position: absolute; top: 0; left: -50%;  width: 50%; height: 100%; z-index:-1; background: linear-gradient( 120deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100% ); animation: glare-slide 1s ease-in-out infinite;}}@keyframes glare-slide { 0% { left: -50%; } 100% { left: 100%; }}#brxe-f28c38 {z-index: 1; color: var(--bricks-color-grey-100); font-family: "Playfair Display"; font-weight: 400; font-size: 20px; text-transform: capitalize}#brxe-b7be7f {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%}#brxe-b7be7f a {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%; font-size: inherit}#brxe-dbab95 {position: absolute; z-index: 1; border-bottom-right-radius: 5px; padding-top: 16px; padding-right: 8px; padding-bottom: 16px; padding-left: 8px}[data-id="brxe-06b8bf"].splide__slide {z-index: 2; position: relative; justify-content: flex-end; align-items: flex-start}@media (max-width: 991px) {[data-id="brxe-06b8bf"].splide__slide {width: 30%; height: 360px; background-position: top center; align-self: center !important}}@media (max-width: 767px) {[data-id="brxe-06b8bf"].splide__slide {width: 60%; position: relative; height: 600px; align-items: center}}@media (max-width: 478px) {[data-id="brxe-06b8bf"].splide__slide {width: 100%; flex-direction: column; position: relative; height: 440px; margin-right: 0}}#brxe-07c051 {z-index: 0; position: absolute; border-radius: 5px}#brxe-07c051:not(.tag), #brxe-07c051 img {object-fit: cover}#brxe-07c051 { overflow: hidden; position: relative; z-index:1; img{ height:100%; width:100%; object-fit: cover; position: absolute; left:0; top:0; transition: all .5s ease; } &:hover img{ scale: 1.1; } &::before { content: ''; position: absolute; top: 0; left: -50%;  width: 50%; height: 100%; z-index:-1; background: linear-gradient( 120deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100% ); animation: glare-slide 1s ease-in-out infinite;}}@keyframes glare-slide { 0% { left: -50%; } 100% { left: 100%; }}#brxe-35927b {z-index: 1; color: var(--bricks-color-grey-100); font-family: "Playfair Display"; font-weight: 400; font-size: 20px; text-transform: capitalize}#brxe-342561 {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%}#brxe-342561 a {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%; font-size: inherit}#brxe-0dbee2 {position: absolute; z-index: 1; border-bottom-right-radius: 5px; padding-top: 16px; padding-right: 8px; padding-bottom: 16px; padding-left: 8px}[data-id="brxe-bd4f0d"].splide__slide {z-index: 2; position: relative; justify-content: flex-end; align-items: flex-start}@media (max-width: 991px) {[data-id="brxe-bd4f0d"].splide__slide {width: 30%; height: 360px; background-position: top center; align-self: center !important}}@media (max-width: 767px) {[data-id="brxe-bd4f0d"].splide__slide {width: 60%; position: relative; height: 600px; align-items: center}}@media (max-width: 478px) {[data-id="brxe-bd4f0d"].splide__slide {width: 100%; flex-direction: column; position: relative; height: 440px; margin-right: 0}}#brxe-af43ac {flex-direction: column; column-gap: 16px; row-gap: 16px}#brxe-8582e6 {margin-right: 0; margin-left: 0; z-index: 1; align-items: center; flex-direction: column; max-width: 1440px; padding-top: 64px; padding-right: 64px; padding-bottom: 64px; padding-left: 64px; justify-content: center; column-gap: 86px; position: relative}@media (max-width: 991px) {#brxe-8582e6 {flex-direction: column; padding-top: 64px; padding-right: 36px; padding-bottom: 64px; padding-left: 36px; height: 100%; max-width: 100%}}@media (max-width: 767px) {#brxe-8582e6 {width: 100%; flex-direction: row; padding-right: 36px; padding-left: 36px; justify-content: center; row-gap: 64px}}@media (max-width: 478px) {#brxe-8582e6 {padding-top: 0; padding-right: 16px; padding-bottom: 64px; padding-left: 16px; flex-direction: column; grid-template-columns: 2; flex-wrap: wrap; overflow: hidden}}#brxe-7bc343 {background-color: var(--bricks-color-grey-300)}#brxe-0c9b88 .separator {width: 40px; flex-grow: 0; border-top-style: solid; border-top-color: var(--bricks-color-grey-300)}#brxe-0c9b88 {width: auto; color: var(--bricks-color-grey-300)}@media (max-width: 478px) {#brxe-0c9b88 {font-size: 14px}}#brxe-0ff0b7 {color: var(--bricks-color-grey-500); margin-top: 36px}#brxe-0ff0b7 a {color: var(--bricks-color-grey-500); font-size: inherit}#brxe-a8fbfb {padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px}#brxe-a8fbfb li {padding-top: 8px; padding-bottom: 8px}#brxe-a8fbfb li[data-highlight] .content {border: 20px solid var(--bricks-border-color)}@media (max-width: 478px) {#brxe-144974 {margin-top: 36px}}#brxe-ea66d4:hover {background-color: var(--bricks-color-grey-800)}@media (max-width: 767px) {#brxe-ea66d4 {width: Hope you had an amazing weekend! Everything has now been updated. Let me know your thoughts.}}@media (max-width: 478px) {#brxe-ea66d4 {background-color: var(--bricks-color-grey-500)}}#brxe-ab8492 {flex-direction: row; row-gap: 16px; column-gap: 16px}@media (max-width: 767px) {#brxe-ab8492 {justify-content: space-around}}#brxe-80c504 {align-self: center !important; width: 60%; row-gap: 16px; margin-top: 64px; margin-right: 0; margin-bottom: 64px; margin-left: 0; z-index: 2}@media (max-width: 991px) {#brxe-80c504 {width: 100%}}@media (max-width: 767px) {#brxe-80c504 {width: 100%; margin-bottom: 0}}@media (max-width: 478px) {#brxe-80c504 {margin-top: 0; margin-bottom: 0}}#brxe-6cf73f {width: 100%; border-radius: 5px}#brxe-fd853a {font-family: "Playfair Display"; font-weight: 400; font-size: 20px; color: var(--bricks-color-grey-100)}#brxe-f77f42 .separator {border-top-color: var(--bricks-color-grey-300)}#brxe-f77f42 {color: var(--bricks-color-grey-100)}@media (max-width: 478px) {#brxe-f77f42 {font-size: 14px}}#brxe-e5c9de {position: absolute; bottom: 10px; right: -20px; background-color: var(--bricks-color-grey-500); padding-top: 8px; padding-right: 16px; padding-bottom: 8px; padding-left: 16px; border-radius: 5px; box-shadow: 1px 0 5px 0 rgba(10, 10, 10, 0.27)}@media (max-width: 767px) {#brxe-e5c9de {right: 0px; bottom: 20px}}@media (max-width: 478px) {#brxe-e5c9de {bottom: 40px}}#brxe-967d78 {width: 50%; position: relative; height: 100%; z-index: 2}@media (max-width: 991px) {#brxe-967d78 {height: 100%; width: 60%; background-position: top center; align-self: center !important}}@media (max-width: 767px) {#brxe-967d78 {width: 60%; position: relative; height: 600px}}@media (max-width: 478px) {#brxe-967d78 {width: 100%; flex-direction: column; position: relative; height: 100%; margin-top: 64px}}#about {flex-direction: row; max-width: 1440px; padding-top: 64px; padding-right: 64px; padding-bottom: 64px; padding-left: 64px; justify-content: space-between; column-gap: 86px; margin-right: 0; margin-left: 0; position: relative; z-index: 1; align-items: center}@media (max-width: 991px) {#about {flex-direction: row; padding-top: 64px; padding-right: 36px; padding-bottom: 64px; padding-left: 36px; height: 100%; max-width: 100%}}@media (max-width: 767px) {#about {flex-direction: row; padding-right: 36px; padding-left: 36px; width: 100%; justify-content: center; row-gap: 64px}}@media (max-width: 478px) {#about {padding-top: 0; padding-right: 16px; padding-bottom: 64px; padding-left: 16px; flex-direction: column-reverse; grid-template-columns: 2; flex-wrap: nowrap}}#brxe-bc0ce9 {background-color: var(--bricks-color-grey-100)}#brxe-9e06ff {color: var(--bricks-color-grey-900); width: auto}#brxe-9e06ff .separator {width: 40px; flex-grow: 0; border-top-style: solid; border-top-color: var(--bricks-color-grey-900)}@media (max-width: 478px) {#brxe-9e06ff {font-size: 14px}}#brxe-044540 {color: var(--bricks-color-grey-100); text-align: center}#brxe-e73981 {margin-top: 36px; margin-right: 0; margin-bottom: 64px; margin-left: 0; z-index: 2; align-items: center; align-self: center !important; width: 60%; row-gap: 16px}@media (max-width: 991px) {#brxe-e73981 {width: 100%}}@media (max-width: 767px) {#brxe-e73981 {width: 100%; margin-bottom: 0}}@media (max-width: 478px) {#brxe-e73981 {margin-bottom: 0}}#brxe-312299 {z-index: 1; font-family: "Playfair Display"; font-weight: 400; font-size: 20px; color: var(--bricks-color-grey-100); text-transform: capitalize; text-align: center}#brxe-894cca {align-items: center; display: flex; width: 46px; height: 46px; justify-content: center; background-color: var(--cahrcoalgrey); border: 1px solid var(--bricks-color-grey-100); border-radius: 999px}#brxe-672d92 {color: var(--bricks-color-grey-100); text-align: center; font-family: "Playfair Display"; font-weight: 400; font-size: 20px; text-transform: capitalize; z-index: 1}#brxe-2c279f {color: rgba(245, 245, 245, 0.69)}#brxe-2c279f a {color: rgba(245, 245, 245, 0.69); font-size: inherit}#brxe-4674bb {align-items: center; row-gap: 8px}#brxe-54ec3b {align-items: center; row-gap: 26px; z-index: 1}@media (max-width: 767px) {#brxe-54ec3b {width: 60%}}@media (max-width: 478px) {#brxe-54ec3b {width: 80%}}#brxe-66141c {padding-left: 64px; position: absolute; top: 7%; right: 10%; left: 10%}#brxe-66141c.horizontal .line {border-top-color: var(--bricks-color-grey-100); width: 70%}#brxe-66141c.vertical .line {border-right-color: var(--bricks-color-grey-100); border-right-width: 70%}#brxe-66141c .icon {color: var(--bricks-color-grey-100)}#brxe-66141c.horizontal {justify-content: flex-start}#brxe-66141c.vertical {align-self: flex-start}@media (max-width: 767px) {#brxe-66141c {width: 60%}#brxe-66141c.horizontal .line {border-top-style: none}#brxe-66141c.vertical .line {border-right-style: none}}@media (max-width: 478px) {#brxe-66141c {width: 80%}}#brxe-ad1220 {font-family: "Playfair Display"; font-weight: 400; font-size: 20px; color: var(--bricks-color-grey-100); text-transform: capitalize; text-align: center; z-index: 1}#brxe-4f2d2b {align-items: center; display: flex; width: 46px; height: 46px; justify-content: center; background-color: var(--cahrcoalgrey); border: 1px solid var(--bricks-color-grey-100); border-radius: 999px}#brxe-5072e7 {color: var(--bricks-color-grey-100); text-align: center; font-family: "Playfair Display"; font-weight: 400; font-size: 20px; text-transform: capitalize; z-index: 1}#brxe-43d943 {color: rgba(245, 245, 245, 0.69); text-align: center}#brxe-43d943 a {color: rgba(245, 245, 245, 0.69); text-align: center; font-size: inherit}#brxe-8c8aac {row-gap: 8px; align-items: center}#brxe-c887a5 {align-items: center; row-gap: 26px; z-index: 1}@media (max-width: 767px) {#brxe-c887a5 {width: 60%}}@media (max-width: 478px) {#brxe-c887a5 {width: 80%}}#brxe-46f8a6 {font-family: "Playfair Display"; font-weight: 400; font-size: 20px; color: var(--bricks-color-grey-100); text-transform: capitalize; text-align: center; z-index: 1}#brxe-e94a68 {align-items: center; display: flex; width: 46px; height: 46px; justify-content: center; background-color: var(--cahrcoalgrey); border: 1px solid var(--bricks-color-grey-100); border-radius: 999px}#brxe-f4103d {color: var(--bricks-color-grey-100); text-align: center; font-family: "Playfair Display"; font-weight: 400; font-size: 20px; text-transform: capitalize; z-index: 1}#brxe-b52c60 {color: rgba(245, 245, 245, 0.69); text-align: center}#brxe-b52c60 a {color: rgba(245, 245, 245, 0.69); text-align: center; font-size: inherit}#brxe-cf281a {row-gap: 8px; align-items: center}#brxe-73d934 {z-index: 1; align-items: center; row-gap: 26px}@media (max-width: 767px) {#brxe-73d934 {width: 60%}}@media (max-width: 478px) {#brxe-73d934 {width: 80%}}#brxe-09d19f {flex-direction: row; justify-content: space-between; column-gap: 36px; position: relative; padding-bottom: 36px}@media (max-width: 991px) {#brxe-09d19f {flex-direction: row; justify-content: space-between}}@media (max-width: 767px) {#brxe-09d19f {flex-direction: column; justify-content: space-between; row-gap: 16px; align-items: center; padding-bottom: 0}}#brxe-427f88 {font-family: "Playfair Display"; font-weight: 400; font-size: 20px; color: var(--bricks-color-grey-100); text-transform: capitalize; text-align: center; z-index: 1}#brxe-252d5c {align-items: center; width: 46px; display: flex; height: 46px; justify-content: center; background-color: var(--cahrcoalgrey); border: 1px solid var(--bricks-color-grey-100); border-radius: 999px}#brxe-7a31cc {color: var(--bricks-color-grey-100); text-align: center; font-family: "Playfair Display"; font-weight: 400; font-size: 20px; text-transform: capitalize; z-index: 1}#brxe-400d25 {color: rgba(245, 245, 245, 0.69); text-align: center}#brxe-400d25 a {color: rgba(245, 245, 245, 0.69); text-align: center; font-size: inherit}#brxe-0e3b05 {row-gap: 8px; align-items: center}#brxe-52af4c {align-items: center; z-index: 1; row-gap: 26px; width: 30%}@media (max-width: 767px) {#brxe-52af4c {width: 60%}}@media (max-width: 478px) {#brxe-52af4c {width: 80%}}#brxe-8c2c0f {position: absolute; padding-left: 64px; top: 7%; right: 10%; left: 10%}#brxe-8c2c0f.horizontal .line {border-top-color: var(--bricks-color-grey-100); width: 70%}#brxe-8c2c0f.vertical .line {border-right-color: var(--bricks-color-grey-100); border-right-width: 70%}#brxe-8c2c0f .icon {color: var(--bricks-color-grey-100)}#brxe-8c2c0f.horizontal {justify-content: flex-start}#brxe-8c2c0f.vertical {align-self: flex-start}@media (max-width: 767px) {#brxe-8c2c0f {width: 60%}#brxe-8c2c0f.horizontal .line {border-top-style: none}#brxe-8c2c0f.vertical .line {border-right-style: none}}@media (max-width: 478px) {#brxe-8c2c0f {width: 80%}}#brxe-fe3996 {font-family: "Playfair Display"; font-weight: 400; font-size: 20px; color: var(--bricks-color-grey-100); text-transform: capitalize; text-align: center; z-index: 1}#brxe-20932a {align-items: center; width: 46px; display: flex; height: 46px; justify-content: center; background-color: var(--cahrcoalgrey); border: 1px solid var(--bricks-color-grey-100); border-radius: 999px}#brxe-4c66cc {color: var(--bricks-color-grey-100); text-align: center; font-family: "Playfair Display"; font-weight: 400; font-size: 20px; text-transform: capitalize; z-index: 1}#brxe-5832ff {color: rgba(245, 245, 245, 0.69); text-align: center}#brxe-5832ff a {color: rgba(245, 245, 245, 0.69); text-align: center; font-size: inherit}#brxe-5ffc0f {row-gap: 8px; align-items: center}#brxe-91f94b {align-items: center; z-index: 1; row-gap: 26px; width: 30%}@media (max-width: 767px) {#brxe-91f94b {width: 60%}}@media (max-width: 478px) {#brxe-91f94b {width: 80%}}#brxe-ef0f07 {font-family: "Playfair Display"; font-weight: 400; font-size: 20px; color: var(--bricks-color-grey-100); text-transform: capitalize; text-align: center; z-index: 1}#brxe-ff595a {align-items: center; width: 46px; display: flex; height: 46px; justify-content: center; background-color: var(--cahrcoalgrey); border: 1px solid var(--bricks-color-grey-100); border-radius: 999px}#brxe-c38bed {color: var(--bricks-color-grey-100); text-align: center; font-family: "Playfair Display"; font-weight: 400; font-size: 20px; text-transform: capitalize; z-index: 1}#brxe-b84b01 {color: rgba(245, 245, 245, 0.69); text-align: center}#brxe-b84b01 a {color: rgba(245, 245, 245, 0.69); text-align: center; font-size: inherit}#brxe-cad2af {row-gap: 8px; align-items: center}#brxe-9e9be5 {align-items: center; z-index: 1; row-gap: 26px; width: 30%}@media (max-width: 767px) {#brxe-9e9be5 {width: 60%}}@media (max-width: 478px) {#brxe-9e9be5 {width: 80%}}#brxe-309656 {position: relative; padding-bottom: 36px; flex-direction: row; justify-content: center; column-gap: 36px}@media (max-width: 991px) {#brxe-309656 {flex-direction: row; justify-content: space-between}}@media (max-width: 767px) {#brxe-309656 {flex-direction: column; justify-content: space-between; row-gap: 16px; align-items: center}}#brxe-522874 {margin-right: 0; margin-left: 0; z-index: 1; align-items: center; flex-direction: column; justify-content: center; column-gap: 86px; max-width: 1440px; padding-top: 64px; padding-right: 64px; padding-bottom: 64px; padding-left: 64px; position: relative}@media (max-width: 991px) {#brxe-522874 {flex-direction: column; padding-top: 64px; padding-right: 36px; padding-bottom: 64px; padding-left: 36px; height: 100%; max-width: 100%}}@media (max-width: 767px) {#brxe-522874 {padding-right: 36px; padding-left: 36px; width: 100%; flex-direction: row; justify-content: center; row-gap: 64px}}@media (max-width: 478px) {#brxe-522874 {padding-top: 64px; padding-right: 16px; padding-bottom: 64px; padding-left: 16px; flex-direction: column; grid-template-columns: 2; flex-wrap: nowrap}}#process {background-image: url("https://dream-bath.com/wp-content/uploads/2026/05/Frame-1-1-1024x725.avif"); background-size: cover; justify-content: center}#brxe-28c29f {width: 100%; border-radius: 5px}#brxe-3381a4 {width: 50%; border-radius: 5px; position: absolute; bottom: -30px; right: -30px; background-color: var(--bricks-color-grey-500); background-image: url("https://dream-bath.com/wp-content/uploads/2026/06/many-different-samples-of-tiles-on-display-in-stor-2026-03-25-03-55-15-utc-1.avif"); background-size: cover; padding-top: 16px; padding-right: 16px; padding-bottom: 16px; padding-left: 16px; box-shadow: 1px 0 5px 0 rgba(10, 10, 10, 0.27); height: 40%}@media (max-width: 767px) {#brxe-3381a4 {right: -20px; bottom: 20px}}@media (max-width: 478px) {#brxe-3381a4 {bottom: -20px; right: -10px}}#brxe-e4da3f {width: 50%; position: relative; height: 100%; z-index: 2}@media (max-width: 991px) {#brxe-e4da3f {height: 100%; width: 60%; background-position: top center; align-self: center !important}}@media (max-width: 767px) {#brxe-e4da3f {width: 60%; position: relative; height: 600px}}@media (max-width: 478px) {#brxe-e4da3f {width: 100%; flex-direction: column; position: relative; height: 100%; margin-top: 64px}}#brxe-393cc6 .separator {width: 40px; flex-grow: 0; border-top-style: solid; border-top-color: var(--bricks-color-grey-300)}#brxe-393cc6 {width: auto; color: var(--bricks-color-grey-300)}@media (max-width: 478px) {#brxe-393cc6 {font-size: 14px}}#brxe-8486b8 {color: var(--bricks-color-grey-500); margin-top: 36px}#brxe-8486b8 a {color: var(--bricks-color-grey-500); font-size: inherit}#brxe-893840:hover {background-color: var(--bricks-color-grey-800)}@media (max-width: 767px) {#brxe-893840 {width: Hope you had an amazing weekend! Everything has now been updated. Let me know your thoughts.}}@media (max-width: 478px) {#brxe-893840 {background-color: var(--bricks-color-grey-500)}}#brxe-b6babe {flex-direction: row; row-gap: 16px; column-gap: 16px}@media (max-width: 767px) {#brxe-b6babe {justify-content: space-around}}#brxe-455c74 {margin-top: 64px; margin-right: 0; margin-bottom: 64px; margin-left: 0; z-index: 2; align-self: center !important; width: 60%; row-gap: 16px}@media (max-width: 991px) {#brxe-455c74 {width: 100%}}@media (max-width: 767px) {#brxe-455c74 {width: 100%; margin-top: 0; margin-bottom: 0}}@media (max-width: 478px) {#brxe-455c74 {margin-bottom: 0}}#brxe-ab9757 {position: relative; padding-top: 64px; padding-right: 64px; padding-bottom: 64px; padding-left: 64px; flex-direction: row; justify-content: space-between; column-gap: 86px; margin-right: 0; margin-left: 0; z-index: 1; align-items: center}@media (max-width: 991px) {#brxe-ab9757 {flex-direction: row; padding-top: 64px; padding-right: 36px; padding-bottom: 64px; padding-left: 36px; height: 100%; max-width: 100%}}@media (max-width: 767px) {#brxe-ab9757 {flex-direction: row; padding-right: 36px; padding-left: 36px; width: 100%; justify-content: center; row-gap: 64px}}@media (max-width: 478px) {#brxe-ab9757 {padding-top: 0; padding-right: 16px; padding-bottom: 64px; padding-left: 16px; flex-direction: column; grid-template-columns: 2; flex-wrap: nowrap}}#brxe-900e59 {color: var(--bricks-color-grey-300); width: auto}#brxe-900e59 .separator {width: 40px; flex-grow: 0; border-top-style: solid; border-top-color: var(--bricks-color-grey-300)}@media (max-width: 478px) {#brxe-900e59 {font-size: 14px}}#brxe-ee68ba {color: var(--cahrcoalgrey); text-align: center}#brxe-b08207 {margin-top: 64px; margin-right: 0; margin-bottom: 64px; margin-left: 0; z-index: 2; align-items: center; align-self: center !important; width: 60%; row-gap: 16px}@media (max-width: 991px) {#brxe-b08207 {width: 100%}}@media (max-width: 767px) {#brxe-b08207 {width: 100%; margin-bottom: 0}}@media (max-width: 478px) {#brxe-b08207 {margin-bottom: 0}}@media (max-width: 478px) {#brxe-322e5c {width: 90%}}#brxe-789a8f {font-size: 2em; --brx-icon-transform: rotateZ(45deg)}#brxe-90fe83 {align-items: center; flex-direction: row; justify-content: space-between}@media (max-width: 478px) {#brxe-bb8fb8 {width: 90%}}#brxe-f75e9f {font-size: 2em; --brx-icon-transform: rotateZ(45deg)}#brxe-a0e631 {align-items: center; flex-direction: row; justify-content: space-between}@media (max-width: 478px) {#brxe-45859d {width: 90%}}#brxe-2c1ced {font-size: 2em; --brx-icon-transform: rotateZ(45deg)}#brxe-8f75f8 {align-items: center; flex-direction: row; justify-content: space-between}#brxe-edadd9 {padding-top: 0; padding-bottom: 0}@media (max-width: 478px) {#brxe-350c2e {width: 90%}}#brxe-f387bd {font-size: 2em; --brx-icon-transform: rotateZ(45deg)}#brxe-98d1c5 {align-items: center; flex-direction: row; justify-content: space-between}@media (max-width: 478px) {#brxe-e8d3a3 {width: 90%}}#brxe-6b70c6 {font-size: 2em; --brx-icon-transform: rotateZ(45deg)}#brxe-696ec1 {align-items: center; flex-direction: row; justify-content: space-between}@media (max-width: 478px) {#brxe-b81681 {width: 90%}}#brxe-56eddb {font-size: 2em; --brx-icon-transform: rotateZ(45deg)}#brxe-88a945 {align-items: center; flex-direction: row; justify-content: space-between}@media (max-width: 478px) {#brxe-ebee33 {width: 90%}}#brxe-ae3601 {font-size: 2em; --brx-icon-transform: rotateZ(45deg)}#brxe-0c06db {align-items: center; flex-direction: row; justify-content: space-between}@media (max-width: 478px) {#brxe-ceeafb {width: 90%}}#brxe-66e66b {font-size: 2em; --brx-icon-transform: rotateZ(45deg)}#brxe-1fc67a {align-items: center; flex-direction: row; justify-content: space-between}@media (max-width: 478px) {#brxe-427c2a {width: 90%}}#brxe-2e2cd3 {font-size: 2em; --brx-icon-transform: rotateZ(45deg)}#brxe-b1ed19 {align-items: center; flex-direction: row; justify-content: space-between}@media (max-width: 478px) {#brxe-341ca2 {width: 90%}}#brxe-1e67b3 {font-size: 2em; --brx-icon-transform: rotateZ(45deg)}#brxe-668303 {align-items: center; flex-direction: row; justify-content: space-between}@media (max-width: 478px) {#brxe-54b4bc {width: 90%}}#brxe-9a3ac9 {font-size: 2em; --brx-icon-transform: rotateZ(45deg)}#brxe-f37314 {align-items: center; flex-direction: row; justify-content: space-between}@media (max-width: 478px) {#brxe-kmbogi {width: 90%}}#brxe-bbacsz {font-size: 2em; --brx-icon-transform: rotateZ(45deg)}#brxe-ytsgen {align-items: center; flex-direction: row; justify-content: space-between}#brxe-26a6a0 .accordion-title-wrapper {min-height: 50px; color: var(--cahrcoalgrey); border-top: 1px solid var(--bricks-color-grey-900); padding-top: 16px; padding-bottom: 16px}#brxe-26a6a0 .accordion-content-wrapper {padding-top: 15px; padding-right: 0; padding-bottom: 15px; padding-left: 0}#brxe-26a6a0 .accordion-title-wrapper .brxe-heading {color: var(--cahrcoalgrey)}@media (max-width: 478px) {#brxe-26a6a0 .accordion-title-wrapper {border-top: 1px solid var(--bricks-color-grey-900); padding-top: 8px; padding-bottom: 8px}}#brxe-9ec62c {flex-direction: row; justify-content: center; padding-top: 36px; padding-right: 64px; padding-bottom: 36px; padding-left: 64px; align-items: center}@media (max-width: 991px) {#brxe-9ec62c {flex-direction: row; justify-content: space-between}}@media (max-width: 767px) {#brxe-9ec62c {flex-direction: row; justify-content: space-between; row-gap: 16px; padding-right: 0; padding-left: 0}}@media (max-width: 478px) {#brxe-9ec62c {padding-top: 16px; padding-bottom: 16px}}#brxe-08e016 {margin-right: 0; margin-left: 0; z-index: 1; align-items: center; flex-direction: column; max-width: 1440px; padding-top: 64px; padding-right: 64px; padding-bottom: 64px; padding-left: 64px; justify-content: center; column-gap: 86px; position: relative}@media (max-width: 991px) {#brxe-08e016 {flex-direction: column; padding-top: 64px; padding-right: 36px; padding-bottom: 64px; padding-left: 36px; height: 100%; max-width: 100%}}@media (max-width: 767px) {#brxe-08e016 {width: 100%; flex-direction: row; padding-right: 36px; padding-left: 36px; justify-content: center; row-gap: 64px}}@media (max-width: 478px) {#brxe-08e016 {padding-top: 0; padding-right: 16px; padding-bottom: 64px; padding-left: 16px; flex-direction: column; grid-template-columns: 2; flex-wrap: nowrap}}#brxe-bbf189 {color: var(--bricks-color-grey-100); width: auto}#brxe-bbf189 .separator {width: 40px; flex-grow: 0; border-top-style: solid; border-top-color: var(--bricks-color-grey-100)}@media (max-width: 478px) {#brxe-bbf189 {font-size: 14px}}#brxe-3f6e9f {color: var(--bricks-color-grey-100); text-align: center}#brxe-28bf22 {color: var(--bricks-color-grey-100); text-align: center}#brxe-28bf22 a {color: var(--bricks-color-grey-100); text-align: center; font-size: inherit}@media (max-width: 767px) {#brxe-fcddb6 {width: Hope you had an amazing weekend! Everything has now been updated. Let me know your thoughts.}}@media (max-width: 478px) {#brxe-fcddb6 {background-color: var(--bricks-color-grey-300)}}#brxe-1c1684 {row-gap: 16px; flex-direction: row; column-gap: 16px; margin-top: 36px; justify-content: center}@media (max-width: 767px) {#brxe-1c1684 {justify-content: space-around}}#brxe-6f0fff {margin-top: 64px; margin-right: 0; margin-bottom: 64px; margin-left: 0; z-index: 2; align-items: center; align-self: center !important; width: 60%; row-gap: 16px}@media (max-width: 991px) {#brxe-6f0fff {width: 100%}}@media (max-width: 767px) {#brxe-6f0fff {width: 100%; margin-bottom: 0}}@media (max-width: 478px) {#brxe-6f0fff {margin-bottom: 0}}#wpforms-106 input[type="text"],#wpforms-106 input[type="email"],#wpforms-106 input[type="tel"],#wpforms-106 input[type="number"],#wpforms-106 select,#wpforms-106 textarea { border-radius: 5px !important; background: #4b4b4b !important; border: 1px solid #5a5a5a !important; color: #d3d3d3 !important; font-family: "DM Sans", sans-serif !important; font-size: 14px !important; font-weight: 400 !important; line-height: 1.4 !important;  padding: 8px 18px 8px 36px !important;}#wpforms-106 input::placeholder,#wpforms-106 textarea::placeholder { color: #c2c2c2 !important; font-family: "DM Sans", sans-serif !important; font-size: 14px !important;}#wpforms-106 .wpforms-field-label,#wpforms-106 .wpforms-field-label-inline,#wpforms-106 .wpforms-field-label-inline label,#wpforms-106 .wpforms-field-label-inline span { color: #d3d3d3 !important; font-family: "DM Sans", sans-serif !important; font-size: 14px !important; font-weight: 400 !important;}#wpforms-css-vars-106 { gap: 6px;}#wpforms-css-vars-106 .wpforms-field-label-inline { margin-bottom: 6px !important;}#wpforms-submit-106.wpforms-submit { background: #809baf !important; color: #ffffff !important; border: none !important; border-radius: 5px !important; min-height: 42px !important; padding: 0 28px !important; font-family: "DM Sans", sans-serif !important; font-size: 14px !important; font-weight: 600 !important; text-transform: uppercase !important; transition: all 0.25s ease !important;}#wpforms-submit-106.wpforms-submit:hover { opacity: 0.9; transform: translateY(-1px);}#wpforms-106-field_5-container,#wpforms-106-field_5-container label,#wpforms-106-field_5-container span { font-family: "DM Sans", sans-serif !important; font-size: 14px !important; font-weight: 400 !important; color: #d3d3d3 !important;}@media (max-width: 768px) { #wpforms-submit-106.wpforms-submit { width: 100% !important; }}#brxe-ccd5cc {flex-direction: row; justify-content: space-between; column-gap: 64px; padding-bottom: 64px}@media (max-width: 991px) {#brxe-ccd5cc {flex-direction: row; justify-content: space-between}}@media (max-width: 767px) {#brxe-ccd5cc {flex-direction: column; justify-content: space-between; row-gap: 16px}}#Free Quote {margin-right: 0; margin-left: 0; z-index: 1; align-items: center; flex-direction: column; max-width: 1440px; padding-top: 64px; padding-right: 64px; padding-bottom: 64px; padding-left: 64px; justify-content: center; column-gap: 86px}@media (max-width: 991px) {#Free Quote {flex-direction: column; padding-top: 64px; padding-right: 36px; padding-bottom: 64px; padding-left: 36px; height: 100%; max-width: 100%}}@media (max-width: 767px) {#Free Quote {width: 100%; flex-direction: row; padding-right: 36px; padding-left: 36px; justify-content: center; row-gap: 64px}}@media (max-width: 478px) {#Free Quote {padding-top: 0; padding-right: 16px; padding-bottom: 64px; padding-left: 16px; flex-direction: column; grid-template-columns: 2; flex-wrap: nowrap}}#brxe-07f2a4 {background-color: var(--cahrcoalgrey)}@media (max-width: 767px) {#brxe-07f2a4 {padding-right: 36px; padding-left: 36px}}@media (max-width: 478px) {#brxe-07f2a4 {padding-right: 16px; padding-left: 16px}}