@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-3d178b {width: 100%; height: 100%; position: absolute; background-image: url("https://dream-bath.com/wp-content/uploads/2026/06/basin-2026-03-09-05-14-57-utc-1-768x1024.avif"); background-size: cover; background-position: center 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-d2b32d .separator {border-top-color: var(--bricks-color-grey-100); width: 40px; flex-grow: 0; border-top-style: solid}#brxe-d2b32d {width: auto}@media (max-width: 478px) {#brxe-d2b32d {font-size: 10px; color: var(--bricks-color-grey-100); width: auto}#brxe-d2b32d .separator {width: 20px; flex-grow: 0}#brxe-d2b32d.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-4ad698:hover {background-color: var(--bricks-color-grey-800)}@media (max-width: 767px) {#brxe-4ad698 {width: Hope you had an amazing weekend! Everything has now been updated. Let me know your thoughts.}}#brxe-c1023c {flex-direction: row; row-gap: 16px; column-gap: 16px; margin-top: 36px}@media (max-width: 767px) {#brxe-c1023c {justify-content: space-around}}#brxe-55b92b {z-index: 2; width: 70%; align-self: center !important; row-gap: 16px; margin-top: 64px; margin-right: 0; margin-bottom: 64px; margin-left: 0}@media (max-width: 991px) {#brxe-55b92b {width: 100%}}@media (max-width: 767px) {#brxe-55b92b {width: 100%; margin-bottom: 0}}@media (max-width: 478px) {#brxe-55b92b {margin-bottom: 0}}#brxe-85c673 {position: absolute; width: 164px}@media (max-width: 991px) {#brxe-85c673 {width: 164px}}#brxe-8d7161 {width: 50%; margin-right: 20px}#brxe-90c203 {width: 200px; align-self: flex-end !important; display: flex; justify-content: center; height: 200px; align-items: center}@media (max-width: 991px) {#brxe-90c203 {bottom: -60px; left: -60px}}@media (max-width: 767px) {#brxe-90c203 {bottom: 0px; left: 0px; width: 200px}}@media (max-width: 478px) {#brxe-90c203 {bottom: -60px; left: 20%; align-self: center !important; justify-content: center}}#brxe-8130e1 {z-index: 2; width: 40%; align-self: flex-end !important; height: 100%; position: relative; background-position: center center}@media (max-width: 991px) {#brxe-8130e1 {height: 100%; width: 60%; background-position: top center; align-self: center !important}}@media (max-width: 767px) {#brxe-8130e1 {width: 60%; height: 300px; position: relative}}@media (max-width: 478px) {#brxe-8130e1 {width: 80%; flex-direction: column; position: relative; height: 200px; align-items: center}}#brxe-d8fac3 {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-d8fac3 {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-d8fac3 {width: 100%; flex-direction: row; padding-right: 36px; padding-left: 36px; justify-content: center; row-gap: 64px}}@media (max-width: 478px) {#brxe-d8fac3 {padding-top: 164px; padding-right: 16px; padding-bottom: 64px; padding-left: 16px; flex-direction: column; grid-template-columns: 2; flex-wrap: nowrap}}#brxe-6fd112 {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-6fd112 > *:not(figcaption)) {position: relative}#brxe-6fd112::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-6fd112 {flex-wrap: nowrap}}#brxe-8a4827 {color: var(--bricks-color-grey-100); text-align: center}#brxe-cc8f82 {color: var(--bricks-color-grey-100); text-align: center}#brxe-cc8f82 a {color: var(--bricks-color-grey-100); text-align: center; font-size: inherit}#brxe-f5dd69 {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-f5dd69 {width: 100%}}@media (max-width: 767px) {#brxe-f5dd69 {width: 100%; margin-bottom: 0}}@media (max-width: 478px) {#brxe-f5dd69 {margin-bottom: 0}}#brxe-343d0a {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-343d0a {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-343d0a {width: 100%; flex-direction: row; padding-right: 36px; padding-left: 36px; justify-content: center; row-gap: 64px}}@media (max-width: 478px) {#brxe-343d0a {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-79b63c .separator {width: 40px; flex-grow: 0; border-top-style: solid; border-top-color: var(--bricks-color-grey-300)}#brxe-79b63c {width: auto; color: var(--bricks-color-grey-300)}@media (max-width: 478px) {#brxe-79b63c {font-size: 14px}}#brxe-235713 {color: var(--bricks-color-grey-500); margin-top: 36px}#brxe-235713 a {color: var(--bricks-color-grey-500); font-size: inherit}#brxe-4cfb99:hover {background-color: var(--bricks-color-grey-800)}@media (max-width: 767px) {#brxe-4cfb99 {width: Hope you had an amazing weekend! Everything has now been updated. Let me know your thoughts.}}@media (max-width: 478px) {#brxe-4cfb99 {background-color: var(--bricks-color-grey-500)}}#brxe-38b452 {flex-direction: row; row-gap: 16px; column-gap: 16px}@media (max-width: 767px) {#brxe-38b452 {justify-content: space-around}}#brxe-d39de3 {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-d39de3 {width: 100%}}@media (max-width: 767px) {#brxe-d39de3 {width: 100%; margin-top: 0; margin-bottom: 0}}@media (max-width: 478px) {#brxe-d39de3 {margin-bottom: 0}}#brxe-1ccdd5 {width: 100%; border-radius: 5px}#brxe-0cf4e7 {position: absolute; bottom: -30px; right: -30px; background-color: var(--bricks-color-grey-500); background-image: url("https://dream-bath.com/wp-content/uploads/2026/05/9-1-768x1024.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-0cf4e7 {right: -20px; bottom: 20px}}@media (max-width: 478px) {#brxe-0cf4e7 {bottom: -20px; right: -10px}}#brxe-f46afc {width: 50%; position: relative; height: 100%; z-index: 2}@media (max-width: 991px) {#brxe-f46afc {height: 100%; width: 60%; background-position: top center; align-self: center !important}}@media (max-width: 767px) {#brxe-f46afc {width: 60%; position: relative; height: 600px}}@media (max-width: 478px) {#brxe-f46afc {width: 100%; flex-direction: column; position: relative; height: 100%; margin-top: 64px}}#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-reverse; grid-template-columns: 2}}#brxe-042639 {background-color: var(--bricks-color-grey-100)}#brxe-e779b7 {color: var(--bricks-color-grey-100); width: auto}#brxe-e779b7 .separator {width: 40px; flex-grow: 0; border-top-style: solid; border-top-color: var(--bricks-color-grey-100)}@media (max-width: 478px) {#brxe-e779b7 {font-size: 14px}}#brxe-fc0d44 {color: var(--bricks-color-grey-100); text-align: center}#brxe-e7dffe {color: var(--bricks-color-grey-100); text-align: center}#brxe-e7dffe a {color: var(--bricks-color-grey-100); text-align: center; font-size: inherit}#brxe-6d1d45 {z-index: 2; align-self: center !important; width: 60%; row-gap: 16px; margin-top: 64px; margin-right: 0; margin-bottom: 64px; margin-left: 0; align-items: center}@media (max-width: 991px) {#brxe-6d1d45 {width: 100%}}@media (max-width: 767px) {#brxe-6d1d45 {width: 100%; margin-bottom: 0}}@media (max-width: 478px) {#brxe-6d1d45 {margin-bottom: 0}}#brxe-26d88f {position: absolute; z-index: 0; border-radius: 5px}#brxe-26d88f:not(.tag), #brxe-26d88f img {object-fit: cover}#brxe-26d88f { 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-4058de {color: var(--bricks-color-grey-100); font-family: "Playfair Display"; font-weight: 400; font-size: 20px; text-transform: capitalize; z-index: 1}#brxe-d47fff {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%}#brxe-d47fff a {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%; font-size: inherit}#brxe-7daa5f {position: absolute; z-index: 1; padding-top: 16px; padding-right: 8px; padding-bottom: 16px; padding-left: 8px; border-bottom-right-radius: 5px}[data-id="brxe-d54366"].splide__slide {z-index: 2; position: relative; justify-content: flex-end; align-items: flex-start}@media (max-width: 991px) {[data-id="brxe-d54366"].splide__slide {width: 30%; height: 360px; background-position: top center; align-self: center !important}}@media (max-width: 767px) {[data-id="brxe-d54366"].splide__slide {width: 60%; position: relative; height: 600px; align-items: center}}@media (max-width: 478px) {[data-id="brxe-d54366"].splide__slide {width: 100%; flex-direction: column; margin-right: 0; position: relative}}#brxe-ff05b0 {position: absolute; z-index: 0; border-radius: 5px}#brxe-ff05b0:not(.tag), #brxe-ff05b0 img {object-fit: cover}#brxe-ff05b0 { 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-a0e61a {color: var(--bricks-color-grey-100); font-family: "Playfair Display"; font-weight: 400; font-size: 20px; text-transform: capitalize; z-index: 1}#brxe-313ff0 {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%}#brxe-313ff0 a {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%; font-size: inherit}#brxe-c59952 {position: absolute; z-index: 1; padding-top: 16px; padding-right: 8px; padding-bottom: 16px; padding-left: 8px; border-bottom-right-radius: 5px}[data-id="brxe-768425"].splide__slide {z-index: 2; position: relative; justify-content: flex-end; align-items: flex-start}@media (max-width: 991px) {[data-id="brxe-768425"].splide__slide {width: 30%; height: 360px; background-position: top center; align-self: center !important}}@media (max-width: 767px) {[data-id="brxe-768425"].splide__slide {width: 60%; position: relative; height: 600px; align-items: center}}@media (max-width: 478px) {[data-id="brxe-768425"].splide__slide {width: 100%; flex-direction: column; position: relative; height: 440px; margin-right: 0}}#brxe-e6049d {position: absolute; z-index: 0; border-radius: 5px}#brxe-e6049d:not(.tag), #brxe-e6049d img {object-fit: cover}#brxe-e6049d { 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-be7393 {color: var(--bricks-color-grey-100); font-family: "Playfair Display"; font-weight: 400; font-size: 20px; text-transform: capitalize; z-index: 1}#brxe-7e97c7 {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%}#brxe-7e97c7 a {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%; font-size: inherit}#brxe-82e796 {position: absolute; z-index: 1; padding-top: 16px; padding-right: 8px; padding-bottom: 16px; padding-left: 8px; border-bottom-right-radius: 5px}[data-id="brxe-e9eee2"].splide__slide {z-index: 2; position: relative; justify-content: flex-end; align-items: flex-start}@media (max-width: 991px) {[data-id="brxe-e9eee2"].splide__slide {width: 30%; height: 360px; background-position: top center; align-self: center !important}}@media (max-width: 767px) {[data-id="brxe-e9eee2"].splide__slide {width: 60%; position: relative; height: 600px; align-items: center}}@media (max-width: 478px) {[data-id="brxe-e9eee2"].splide__slide {width: 100%; flex-direction: column; position: relative; height: 440px; margin-right: 0}}#brxe-481545 {position: absolute; z-index: 0; border-radius: 5px}#brxe-481545:not(.tag), #brxe-481545 img {object-fit: cover}#brxe-481545 { 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-a9bb0d {color: var(--bricks-color-grey-100); font-family: "Playfair Display"; font-weight: 400; font-size: 20px; text-transform: capitalize; z-index: 1}#brxe-9e373c {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%}#brxe-9e373c a {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%; font-size: inherit}#brxe-3aea00 {position: absolute; z-index: 1; padding-top: 16px; padding-right: 8px; padding-bottom: 16px; padding-left: 8px; border-bottom-right-radius: 5px}[data-id="brxe-c12fb1"].splide__slide {z-index: 2; position: relative; justify-content: flex-end; align-items: flex-start}@media (max-width: 991px) {[data-id="brxe-c12fb1"].splide__slide {width: 30%; height: 360px; background-position: top center; align-self: center !important}}@media (max-width: 767px) {[data-id="brxe-c12fb1"].splide__slide {width: 60%; position: relative; height: 600px; align-items: center}}@media (max-width: 478px) {[data-id="brxe-c12fb1"].splide__slide {width: 100%; flex-direction: column; position: relative; height: 440px; margin-right: 0}}#brxe-24852c {position: absolute; z-index: 0; border-radius: 5px}#brxe-24852c:not(.tag), #brxe-24852c img {object-fit: cover}#brxe-24852c { 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-bd4ab5 {color: var(--bricks-color-grey-100); font-family: "Playfair Display"; font-weight: 400; font-size: 20px; text-transform: capitalize; z-index: 1}#brxe-f0734c {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%}#brxe-f0734c a {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%; font-size: inherit}#brxe-0440a9 {position: absolute; z-index: 1; padding-top: 16px; padding-right: 8px; padding-bottom: 16px; padding-left: 8px; border-bottom-right-radius: 5px}[data-id="brxe-4d1065"].splide__slide {z-index: 2; position: relative; justify-content: flex-end; align-items: flex-start}@media (max-width: 991px) {[data-id="brxe-4d1065"].splide__slide {width: 30%; height: 360px; background-position: top center; align-self: center !important}}@media (max-width: 767px) {[data-id="brxe-4d1065"].splide__slide {width: 60%; position: relative; height: 600px; align-items: center}}@media (max-width: 478px) {[data-id="brxe-4d1065"].splide__slide {width: 100%; flex-direction: column; position: relative; height: 440px; margin-right: 0}}#brxe-0e9d1b {position: absolute; z-index: 0; border-radius: 5px}#brxe-0e9d1b:not(.tag), #brxe-0e9d1b img {object-fit: cover}#brxe-0e9d1b { 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-5b2e30 {color: var(--bricks-color-grey-100); font-family: "Playfair Display"; font-weight: 400; font-size: 20px; text-transform: capitalize; z-index: 1}#brxe-ed8a89 {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%}#brxe-ed8a89 a {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%; font-size: inherit}#brxe-cf2785 {position: absolute; z-index: 1; padding-top: 16px; padding-right: 8px; padding-bottom: 16px; padding-left: 8px; border-bottom-right-radius: 5px}[data-id="brxe-785a3c"].splide__slide {z-index: 2; position: relative; justify-content: flex-end; align-items: flex-start}@media (max-width: 991px) {[data-id="brxe-785a3c"].splide__slide {width: 30%; height: 360px; background-position: top center; align-self: center !important}}@media (max-width: 767px) {[data-id="brxe-785a3c"].splide__slide {width: 60%; position: relative; height: 600px; align-items: center}}@media (max-width: 478px) {[data-id="brxe-785a3c"].splide__slide {width: 100%; flex-direction: column; position: relative; height: 440px; margin-right: 0}}#brxe-645e51 {z-index: 0; position: absolute; border-radius: 5px}#brxe-645e51:not(.tag), #brxe-645e51 img {object-fit: cover}#brxe-645e51 { 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-818588 {color: var(--bricks-color-grey-100); font-family: "Playfair Display"; font-weight: 400; font-size: 20px; text-transform: capitalize; z-index: 1}#brxe-1555ea {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%}#brxe-1555ea a {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%; font-size: inherit}#brxe-b935c1 {z-index: 1; position: absolute; padding-top: 16px; padding-right: 8px; padding-bottom: 16px; padding-left: 8px; border-bottom-right-radius: 5px}[data-id="brxe-c007dc"].splide__slide {position: relative; z-index: 2; justify-content: flex-end; align-items: flex-start}@media (max-width: 991px) {[data-id="brxe-c007dc"].splide__slide {width: 30%; height: 360px; background-position: top center; align-self: center !important}}@media (max-width: 767px) {[data-id="brxe-c007dc"].splide__slide {width: 60%; position: relative; height: 600px; align-items: center}}@media (max-width: 478px) {[data-id="brxe-c007dc"].splide__slide {width: 100%; flex-direction: column; position: relative; height: 440px; margin-right: 0}}#brxe-653303 {position: absolute; z-index: 0; border-radius: 5px}#brxe-653303:not(.tag), #brxe-653303 img {object-fit: cover}#brxe-653303 { 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-76f64a {z-index: 1; color: var(--bricks-color-grey-100); font-family: "Playfair Display"; font-weight: 400; font-size: 20px; text-transform: capitalize}#brxe-82abb9 {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%}#brxe-82abb9 a {color: var(--bricks-color-grey-100); text-align: left; line-height: 130%; font-size: inherit}#brxe-50d18c {position: absolute; z-index: 1; padding-top: 16px; padding-right: 8px; padding-bottom: 16px; padding-left: 8px; border-bottom-right-radius: 5px}[data-id="brxe-5c6e6c"].splide__slide {z-index: 2; position: relative; justify-content: flex-end; align-items: flex-start}@media (max-width: 991px) {[data-id="brxe-5c6e6c"].splide__slide {width: 30%; height: 360px; background-position: top center; align-self: center !important}}@media (max-width: 767px) {[data-id="brxe-5c6e6c"].splide__slide {width: 60%; position: relative; height: 600px; align-items: center}}@media (max-width: 478px) {[data-id="brxe-5c6e6c"].splide__slide {width: 100%; flex-direction: column; position: relative; height: 440px; margin-right: 0}}#brxe-632126 {flex-direction: column; column-gap: 16px; row-gap: 16px}#brxe-1d6f3c {z-index: 1; margin-right: 0; margin-left: 0; 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-1d6f3c {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-1d6f3c {width: 100%; flex-direction: row; padding-right: 36px; padding-left: 36px; justify-content: center; row-gap: 64px}}@media (max-width: 478px) {#brxe-1d6f3c {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-5d2d2b {background-color: var(--bricks-color-grey-300)}#brxe-e67d18 .separator {width: 40px; flex-grow: 0; border-top-style: solid; border-top-color: var(--bricks-color-grey-300)}#brxe-e67d18 {width: auto; color: var(--bricks-color-grey-300)}@media (max-width: 478px) {#brxe-e67d18 {font-size: 14px}}#brxe-178ed1 {color: var(--bricks-color-grey-500); margin-top: 36px}#brxe-178ed1 a {color: var(--bricks-color-grey-500); font-size: inherit}#brxe-b7a04e {padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px}#brxe-b7a04e li {padding-top: 8px; padding-bottom: 8px}#brxe-f7cdd4:hover {background-color: var(--bricks-color-grey-800)}@media (max-width: 767px) {#brxe-f7cdd4 {width: Hope you had an amazing weekend! Everything has now been updated. Let me know your thoughts.}}@media (max-width: 478px) {#brxe-f7cdd4 {background-color: var(--bricks-color-grey-500)}}#brxe-99e33f {flex-direction: row; row-gap: 16px; column-gap: 16px}@media (max-width: 767px) {#brxe-99e33f {justify-content: space-around}}#brxe-03b60a {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-03b60a {width: 100%}}@media (max-width: 767px) {#brxe-03b60a {width: 100%; margin-top: 0; margin-bottom: 0}}@media (max-width: 478px) {#brxe-03b60a {margin-bottom: 0}}#brxe-8bab03 {width: 100%; border-radius: 5px}#brxe-433a9e {width: 50%; position: absolute; height: 40%; bottom: -30px; right: -30px; background-color: var(--bricks-color-grey-500); background-image: url("https://dream-bath.com/wp-content/uploads/2026/05/22-1-768x1024.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); border-radius: 5px}@media (max-width: 767px) {#brxe-433a9e {right: -20px; bottom: 20px}}@media (max-width: 478px) {#brxe-433a9e {bottom: -20px; right: -10px}}#brxe-7c2a46 {width: 50%; position: relative; height: 100%; z-index: 2}@media (max-width: 991px) {#brxe-7c2a46 {height: 100%; width: 60%; background-position: top center; align-self: center !important}}@media (max-width: 767px) {#brxe-7c2a46 {width: 60%; position: relative; height: 600px}}@media (max-width: 478px) {#brxe-7c2a46 {width: 100%; flex-direction: column; position: relative; height: 100%; margin-top: 64px}}#brxe-73b764 {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) {#brxe-73b764 {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-73b764 {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) {#brxe-73b764 {padding-top: 0; padding-right: 16px; padding-bottom: 64px; padding-left: 16px; flex-direction: column-reverse; grid-template-columns: 2}}#brxe-178667 {background-color: var(--bricks-color-grey-100)}#brxe-ba7e08 {color: var(--bricks-color-grey-900); width: auto}#brxe-ba7e08 .separator {width: 40px; flex-grow: 0; border-top-style: solid; border-top-color: var(--bricks-color-grey-900)}@media (max-width: 478px) {#brxe-ba7e08 {font-size: 14px}}#brxe-857883 {color: var(--bricks-color-grey-100); text-align: center}#brxe-c611a7 {color: rgba(245, 245, 245, 0.69); text-align: center}#brxe-c611a7 a {color: rgba(245, 245, 245, 0.69); text-align: center; font-size: inherit}#brxe-06db95 {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-06db95 {width: 100%}}@media (max-width: 767px) {#brxe-06db95 {width: 100%; margin-bottom: 0}}@media (max-width: 478px) {#brxe-06db95 {margin-bottom: 0}}#brxe-9bb1b1 {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-93a8fa {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-edb483 {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-3791a9 {color: rgba(245, 245, 245, 0.69)}#brxe-3791a9 a {color: rgba(245, 245, 245, 0.69); font-size: inherit}#brxe-623ffd {align-items: center; row-gap: 8px}#brxe-d16fc6 {align-items: center; row-gap: 26px; z-index: 1}@media (max-width: 767px) {#brxe-d16fc6 {width: 60%}}@media (max-width: 478px) {#brxe-d16fc6 {width: 80%}}#brxe-c712a0 {position: absolute; top: 7%; right: 10%; left: 10%; padding-left: 64px}#brxe-c712a0.horizontal .line {border-top-color: var(--bricks-color-grey-100); width: 70%}#brxe-c712a0.vertical .line {border-right-color: var(--bricks-color-grey-100); border-right-width: 70%}#brxe-c712a0 .icon {color: var(--bricks-color-grey-100)}#brxe-c712a0.horizontal {justify-content: flex-start}#brxe-c712a0.vertical {align-self: flex-start}@media (max-width: 767px) {#brxe-c712a0 {width: 60%}#brxe-c712a0.horizontal .line {border-top-style: none}#brxe-c712a0.vertical .line {border-right-style: none}}@media (max-width: 478px) {#brxe-c712a0 {width: 80%}}#brxe-686c33 {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-b12cbc {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-c0dd6f {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-8ad686 {color: rgba(245, 245, 245, 0.69); text-align: center}#brxe-8ad686 a {color: rgba(245, 245, 245, 0.69); text-align: center; font-size: inherit}#brxe-400410 {row-gap: 8px; align-items: center}#brxe-6fa669 {align-items: center; row-gap: 26px; z-index: 1}@media (max-width: 767px) {#brxe-6fa669 {width: 60%}}@media (max-width: 478px) {#brxe-6fa669 {width: 80%}}#brxe-c53ef9 {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-6a5fc3 {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-50df04 {color: var(--bricks-color-grey-100); text-align: left; font-family: "Playfair Display"; font-weight: 400; font-size: 20px; text-transform: capitalize; z-index: 1}#brxe-741290 {color: rgba(245, 245, 245, 0.69); text-align: center}#brxe-741290 a {color: rgba(245, 245, 245, 0.69); text-align: center; font-size: inherit}#brxe-43621b {row-gap: 8px; align-items: center}#brxe-08f2af {align-items: center; z-index: 1; row-gap: 26px}@media (max-width: 767px) {#brxe-08f2af {width: 60%}}@media (max-width: 478px) {#brxe-08f2af {width: 80%}}#brxe-d0330e {flex-direction: row; justify-content: space-between; column-gap: 36px; position: relative; padding-bottom: 36px}@media (max-width: 991px) {#brxe-d0330e {flex-direction: row; justify-content: space-between}}@media (max-width: 767px) {#brxe-d0330e {flex-direction: column; justify-content: space-between; row-gap: 16px; align-items: center; padding-bottom: 0}}#brxe-8aa314 {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-87ecf0 {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-8f4340 {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-0a22a2 {color: rgba(245, 245, 245, 0.69); text-align: left}#brxe-0a22a2 a {color: rgba(245, 245, 245, 0.69); text-align: left; font-size: inherit}#brxe-f86224 {row-gap: 8px; align-items: center}#brxe-9d1e72 {align-items: center; z-index: 1; row-gap: 26px; width: 30%}@media (max-width: 767px) {#brxe-9d1e72 {width: 60%}}@media (max-width: 478px) {#brxe-9d1e72 {width: 80%}}#brxe-c21171 {position: absolute; top: 7%; right: 10%; left: 10%; padding-left: 64px}#brxe-c21171.horizontal .line {border-top-color: var(--bricks-color-grey-100); width: 70%}#brxe-c21171.vertical .line {border-right-color: var(--bricks-color-grey-100); border-right-width: 70%}#brxe-c21171 .icon {color: var(--bricks-color-grey-100)}#brxe-c21171.horizontal {justify-content: flex-start}#brxe-c21171.vertical {align-self: flex-start}@media (max-width: 767px) {#brxe-c21171 {width: 60%}#brxe-c21171.horizontal .line {border-top-style: none}#brxe-c21171.vertical .line {border-right-style: none}}@media (max-width: 478px) {#brxe-c21171 {width: 80%}}#brxe-6edf0b {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-457ae2 {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-816d67 {color: var(--bricks-color-grey-100); text-align: left; font-family: "Playfair Display"; font-weight: 400; font-size: 20px; text-transform: capitalize; z-index: 1}#brxe-43eb30 {color: rgba(245, 245, 245, 0.69); text-align: center}#brxe-43eb30 a {color: rgba(245, 245, 245, 0.69); text-align: center; font-size: inherit}#brxe-6a2dee {row-gap: 8px; align-items: center}#brxe-6dc554 {align-items: center; z-index: 1; row-gap: 26px; width: 30%}@media (max-width: 767px) {#brxe-6dc554 {width: 60%}}@media (max-width: 478px) {#brxe-6dc554 {width: 80%}}#brxe-3efb36 {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-d6e7f7 {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-0f3558 {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-1e9cb6 {color: rgba(245, 245, 245, 0.69); text-align: center}#brxe-1e9cb6 a {color: rgba(245, 245, 245, 0.69); text-align: center; font-size: inherit}#brxe-12f80f {row-gap: 8px; align-items: center}#brxe-1c7bf6 {align-items: center; z-index: 1; row-gap: 26px; width: 30%}@media (max-width: 767px) {#brxe-1c7bf6 {width: 60%}}@media (max-width: 478px) {#brxe-1c7bf6 {width: 80%}}#brxe-959c83 {flex-direction: row; justify-content: center; column-gap: 36px; position: relative; padding-bottom: 36px}@media (max-width: 991px) {#brxe-959c83 {flex-direction: row; justify-content: space-between}}@media (max-width: 767px) {#brxe-959c83 {flex-direction: column; justify-content: space-between; row-gap: 16px; align-items: center}}#brxe-bad46a {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-bad46a {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-bad46a {width: 100%; flex-direction: row; justify-content: center; row-gap: 64px; padding-right: 36px; padding-left: 36px}}@media (max-width: 478px) {#brxe-bad46a {padding-top: 64px; padding-right: 16px; padding-bottom: 64px; padding-left: 16px; flex-direction: column; grid-template-columns: 2; flex-wrap: nowrap}}#process {justify-content: center; background-image: url("https://dream-bath.com/wp-content/uploads/2026/05/Frame-1-1-1024x725.avif"); background-size: cover}#brxe-76f3fb {width: 100%; border-radius: 5px}#brxe-e6bb55 {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/Lighting5.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-e6bb55 {right: -20px; bottom: 20px}}@media (max-width: 478px) {#brxe-e6bb55 {bottom: -20px; right: -10px}}#brxe-34e492 {width: 50%; position: relative; height: 100%; z-index: 2}@media (max-width: 991px) {#brxe-34e492 {height: 100%; width: 60%; background-position: top center; align-self: center !important}}@media (max-width: 767px) {#brxe-34e492 {width: 60%; position: relative; height: 600px}}@media (max-width: 478px) {#brxe-34e492 {width: 100%; flex-direction: column; position: relative; height: 100%; margin-top: 64px}}#brxe-8b5952 .separator {width: 40px; flex-grow: 0; border-top-style: solid; border-top-color: var(--bricks-color-grey-300)}#brxe-8b5952 {width: auto; color: var(--bricks-color-grey-300)}@media (max-width: 478px) {#brxe-8b5952 {font-size: 14px}}#brxe-f173b0 {color: var(--bricks-color-grey-500); margin-top: 36px}#brxe-f173b0 a {color: var(--bricks-color-grey-500); font-size: inherit}#brxe-7a5790:hover {background-color: var(--bricks-color-grey-800)}@media (max-width: 767px) {#brxe-7a5790 {width: Hope you had an amazing weekend! Everything has now been updated. Let me know your thoughts.}}@media (max-width: 478px) {#brxe-7a5790 {background-color: var(--bricks-color-grey-500)}}#brxe-b509f7 {flex-direction: row; row-gap: 16px; column-gap: 16px}@media (max-width: 767px) {#brxe-b509f7 {justify-content: space-around}}#brxe-ba9f52 {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-ba9f52 {width: 100%}}@media (max-width: 767px) {#brxe-ba9f52 {width: 100%; margin-top: 0; margin-bottom: 0}}@media (max-width: 478px) {#brxe-ba9f52 {margin-top: 0; margin-bottom: 0}}#brxe-3b47da {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) {#brxe-3b47da {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-3b47da {flex-direction: row-reverse; padding-right: 36px; padding-left: 36px; width: 100%; justify-content: center; row-gap: 64px; flex-wrap: wrap-reverse}}@media (max-width: 478px) {#brxe-3b47da {padding-top: 0; padding-right: 16px; padding-bottom: 64px; padding-left: 16px; flex-direction: column; grid-template-columns: 2}}#brxe-8c3d3b {color: var(--bricks-color-grey-300); width: auto}#brxe-8c3d3b .separator {width: 40px; flex-grow: 0; border-top-style: solid; border-top-color: var(--bricks-color-grey-300)}@media (max-width: 478px) {#brxe-8c3d3b {font-size: 14px}}#brxe-0df3c9 {color: var(--cahrcoalgrey); text-align: center}#brxe-6ae806 {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-6ae806 {width: 100%}}@media (max-width: 767px) {#brxe-6ae806 {width: 100%; margin-bottom: 0}}@media (max-width: 478px) {#brxe-6ae806 {margin-bottom: 0}}@media (max-width: 478px) {#brxe-2e1279 {width: 90%}}#brxe-1e318a {font-size: 2em; --brx-icon-transform: rotateZ(45deg)}#brxe-c52c8b {align-items: center; flex-direction: row; justify-content: space-between}@media (max-width: 478px) {#brxe-ce0c56 {width: 90%}}#brxe-c2be2a {font-size: 2em; --brx-icon-transform: rotateZ(45deg)}#brxe-440034 {align-items: center; flex-direction: row; justify-content: space-between}@media (max-width: 478px) {#brxe-625270 {width: 90%}}#brxe-0ba17b {font-size: 2em; --brx-icon-transform: rotateZ(45deg)}#brxe-10fb39 {align-items: center; flex-direction: row; justify-content: space-between}#brxe-2bbaf7 {padding-top: 0; padding-bottom: 0}@media (max-width: 478px) {#brxe-aa91d0 {width: 90%}}#brxe-5313a9 {font-size: 2em; --brx-icon-transform: rotateZ(45deg)}#brxe-9e5351 {align-items: center; flex-direction: row; justify-content: space-between}@media (max-width: 478px) {#brxe-a21763 {width: 90%}}#brxe-ab5b56 {font-size: 2em; --brx-icon-transform: rotateZ(45deg)}#brxe-1e60af {align-items: center; flex-direction: row; justify-content: space-between}@media (max-width: 478px) {#brxe-97b521 {width: 90%}}#brxe-c9dd92 {font-size: 2em; --brx-icon-transform: rotateZ(45deg)}#brxe-af259a {align-items: center; flex-direction: row; justify-content: space-between}#brxe-6a4cfa {margin-bottom: -1px}@media (max-width: 478px) {#brxe-6a4cfa {width: 90%}}#brxe-982c68 {font-size: 2em; --brx-icon-transform: rotateZ(45deg)}#brxe-be060e {align-items: center; flex-direction: row; justify-content: space-between}@media (max-width: 478px) {#brxe-00028c {width: 90%}}#brxe-aa0a37 {font-size: 2em; --brx-icon-transform: rotateZ(45deg)}#brxe-a1261b {align-items: center; flex-direction: row; justify-content: space-between}@media (max-width: 478px) {#brxe-3d66e2 {width: 90%}}#brxe-8cfa6c {font-size: 2em; --brx-icon-transform: rotateZ(45deg)}#brxe-bcfebf {align-items: center; flex-direction: row; justify-content: space-between}@media (max-width: 478px) {#brxe-d37280 {width: 90%}}#brxe-932287 {font-size: 2em; --brx-icon-transform: rotateZ(45deg)}#brxe-75e32f {align-items: center; flex-direction: row; justify-content: space-between}@media (max-width: 478px) {#brxe-55b845 {width: 90%}}#brxe-95f659 {font-size: 2em; --brx-icon-transform: rotateZ(45deg)}#brxe-7ea96d {align-items: center; flex-direction: row; justify-content: space-between}@media (max-width: 478px) {#brxe-80bcdc {width: 90%}}#brxe-4819dd {font-size: 2em; --brx-icon-transform: rotateZ(45deg)}#brxe-e7e9de {align-items: center; flex-direction: row; justify-content: space-between}#brxe-9a5188 .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-9a5188 .accordion-content-wrapper {padding-top: 15px; padding-right: 0; padding-bottom: 15px; padding-left: 0}#brxe-9a5188 .accordion-title-wrapper .brxe-heading {color: var(--cahrcoalgrey)}@media (max-width: 478px) {#brxe-9a5188 .accordion-title-wrapper {border-top: 1px solid var(--bricks-color-grey-900); padding-top: 8px; padding-bottom: 8px}}#brxe-240809 {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-240809 {flex-direction: row; justify-content: space-between}}@media (max-width: 767px) {#brxe-240809 {flex-direction: row; justify-content: space-between; row-gap: 16px; padding-right: 0; padding-left: 0}}@media (max-width: 478px) {#brxe-240809 {padding-top: 16px; padding-bottom: 16px}}#brxe-898ddc {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-898ddc {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-898ddc {width: 100%; flex-direction: row; padding-right: 36px; padding-left: 36px; justify-content: center; row-gap: 64px}}@media (max-width: 478px) {#brxe-898ddc {padding-top: 0; padding-right: 16px; padding-bottom: 64px; padding-left: 16px; flex-direction: column; grid-template-columns: 2; flex-wrap: nowrap}}#brxe-2b9c22 {color: var(--bricks-color-grey-100); width: auto}#brxe-2b9c22 .separator {width: 40px; flex-grow: 0; border-top-style: solid; border-top-color: var(--bricks-color-grey-100)}@media (max-width: 478px) {#brxe-2b9c22 {font-size: 14px}}#brxe-2f8085 {color: var(--bricks-color-grey-100); text-align: center}#brxe-360116 {color: var(--bricks-color-grey-100); text-align: center}#brxe-360116 a {color: var(--bricks-color-grey-100); text-align: center; font-size: inherit}@media (max-width: 767px) {#brxe-6109bd {width: Hope you had an amazing weekend! Everything has now been updated. Let me know your thoughts.}}@media (max-width: 478px) {#brxe-6109bd {background-color: var(--bricks-color-grey-300)}}#brxe-468e2f {row-gap: 16px; flex-direction: row; column-gap: 16px; margin-top: 36px; justify-content: center}@media (max-width: 767px) {#brxe-468e2f {justify-content: space-around}}#brxe-26e9a4 {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-26e9a4 {width: 100%}}@media (max-width: 767px) {#brxe-26e9a4 {width: 100%; margin-bottom: 0}}@media (max-width: 478px) {#brxe-26e9a4 {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-2f3d62 {flex-direction: row; justify-content: space-between; column-gap: 64px; padding-bottom: 64px}@media (max-width: 991px) {#brxe-2f3d62 {flex-direction: row; justify-content: space-between}}@media (max-width: 767px) {#brxe-2f3d62 {flex-direction: column; justify-content: space-between; row-gap: 16px; padding-right: 0; padding-left: 0}}@media (max-width: 478px) {#brxe-2f3d62 {padding-right: 0; padding-left: 0}}#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; width: 100%}@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-6a8666 {background-color: var(--cahrcoalgrey)}@media (max-width: 767px) {#brxe-6a8666 {padding-right: 36px; padding-left: 36px}}@media (max-width: 478px) {#brxe-6a8666 {padding-right: 16px; padding-left: 16px}}