@layer bricks {.brxe-code{width:100%}}@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-form){display:flex;flex-wrap:wrap;width:100%}:where(.brxe-form) .label,:where(.brxe-form) label{color:inherit;font-size:12px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}:where(.brxe-form) .form-group{display:flex;flex-direction:column;padding:0 0 20px;width:100%}:where(.brxe-form) .form-group.captcha,:where(.brxe-form) .form-group:last-child{padding-bottom:0}:where(.brxe-form) .form-group.captcha{line-height:1}:where(.brxe-form) .form-group.file{display:block}:where(.brxe-form) .form-group.file>label.choose-files{margin-bottom:0}:where(.brxe-form) .form-group>.label{margin-bottom:5px}:where(.brxe-form) .form-group .form-group-error-message{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger);display:none;padding:15px;width:100%}:where(.brxe-form) .form-group .form-group-error-message.show{display:block}:where(.brxe-form) .form-group .password-input-wrapper{position:relative}:where(.brxe-form) .form-group .password-input-wrapper .password-toggle{background:none;position:absolute;right:12px;top:50%;transform:translateY(-50%)}:where(.brxe-form) .form-group .password-input-wrapper .password-toggle span{display:flex}:where(.brxe-form) .form-group .password-input-wrapper .password-toggle span.hide{display:none}:where(.brxe-form) .submit-button-wrapper{width:auto}:where(.brxe-form) .required:after{content:"*";padding:0 2px;position:relative;top:-2px}:where(.brxe-form) .options-wrapper{list-style-type:none;margin:0;padding:0}:where(.brxe-form) .options-wrapper input,:where(.brxe-form) .options-wrapper label{display:inline-block;height:auto;margin:0 5px 0 0;width:auto}:where(.brxe-form) .options-wrapper input[type=checkbox],:where(.brxe-form) .options-wrapper input[type=radio]{margin:initial;padding:initial;position:relative;top:1px}:where(.brxe-form) button[type=submit].sending{cursor:default}:where(.brxe-form) button[type=submit].sending .text{opacity:.5}:where(.brxe-form) button[type=submit].sending>i,:where(.brxe-form) button[type=submit].sending>svg{display:none}:where(.brxe-form) button[type=submit].sending .loading{animation:load8 1s linear infinite;display:flex;opacity:1}:where(.brxe-form) button[type=submit].sending .loading svg{transform:scaleX(-1)}:where(.brxe-form) button[type=submit] .loading{display:none}:where(.brxe-form) button[type=submit] svg{height:1em;transform-origin:center}:where(.brxe-form) .recaptcha-hidden{display:none}:where(.brxe-form) .recaptcha-error{display:none;padding:0!important}:where(.brxe-form) .recaptcha-error.show{display:block}:where(.brxe-form) .recaptcha-error .brxe-alert.danger{align-items:center;background-color:var(--bricks-bg-danger);border-color:currentcolor;color:var(--bricks-text-danger);display:flex;justify-content:space-between;padding:15px;width:100%}:where(.brxe-form) .hcaptcha-error{display:none;padding:0!important}:where(.brxe-form) .hcaptcha-error.show{display:block}:where(.brxe-form) .hcaptcha-error .brxe-alert.danger{align-items:center;background-color:var(--bricks-bg-danger);border-color:currentcolor;color:var(--bricks-text-danger);display:flex;justify-content:space-between;padding:15px;width:100%}:where(.brxe-form) input[type=checkbox]+.label,:where(.brxe-form) input[type=checkbox]+label,:where(.brxe-form) input[type=radio]+.label,:where(.brxe-form) input[type=radio]+label{color:inherit;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:inherit;text-transform:inherit}:where(.brxe-form) textarea{height:inherit;resize:vertical}:where(.brxe-form) .message{background-color:var(--bricks-bg-info);color:var(--bricks-text-info);display:flex;gap:15px;justify-content:space-between;opacity:1;padding-bottom:0;position:relative;width:100%}:where(.brxe-form) .message.success{background-color:var(--bricks-bg-success);color:var(--bricks-text-success)}:where(.brxe-form) .message.error{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger)}:where(.brxe-form) .message .text{padding:15px}:where(.brxe-form) .message.closing{opacity:0;transition:opacity .2s}:where(.brxe-form) .message .close{all:unset;cursor:pointer;padding:15px}:where(.brxe-form) input.file,:where(.brxe-form) input[type=file]{display:block;height:0;opacity:0;width:0}:where(.brxe-form) .file-result{display:none;padding:0}:where(.brxe-form) .file-result.show{align-items:center;display:flex;margin:0 0 15px}:where(.brxe-form) .file-result.show.danger{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger);justify-content:space-between;padding:15px}:where(.brxe-form) .file-result.show.danger svg{cursor:pointer;height:1em;margin-left:5px}:where(.brxe-form) .file-result.show.danger svg g{stroke:currentcolor}:where(.brxe-form) .file-result.show .remove{display:inline-block;font-size:12px;line-height:30px;margin:0 15px;padding:0 10px}:where(.brxe-form) .file-result.show .remove:hover{background-color:var(--bricks-text-danger);color:#fff}:where(.brxe-form) .choose-files{border-style:solid;border-width:1px;cursor:pointer;display:inline-block;line-height:40px;padding:0 15px;text-align:center;text-transform:none;white-space:nowrap;width:auto}.grecaptcha-badge{visibility:hidden}}@layer bricks {.brxe-back-to-top{align-items:center;appearance:none;bottom:20px;cursor:pointer;display:flex;flex-direction:row;opacity:0;position:fixed;right:20px;transition:all .1s ease-in-out;visibility:hidden;z-index:9999}.brxe-back-to-top.bricks-draggable-handle,.brxe-back-to-top.visible{opacity:1;visibility:visible}}@layer bricks {.brxe-icon{font-size:60px}svg.brxe-icon{font-size:inherit}}@layer bricks {.brxe-counter{width:auto}}@layer bricks {.brxe-tabs-nested{display:flex;flex-direction:column;width:100%}.brxe-tabs-nested .tab-title{cursor:pointer;width:auto}.brxe-tabs-nested .tab-pane,.brxe-tabs-nested .tab-pane:empty{display:none!important}.brxe-tabs-nested .tab-pane.brx-open{display:block!important}}@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{overflow:hidden;position:relative}: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!important;text-align:center;width:100%;z-index:1}}@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-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}} html {background-color: var(--bricks-color-whirqt)} body {background: none}@media (max-width: 991px) {@media (max-width: 911px) {  .brxe-tabs-nested .tab-content { position: relative !important;  touch-action: pan-y !important;  user-select: none; }  .swipe-hint-container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 99;  pointer-events: none;  opacity: 0; display: flex; align-items: center; justify-content: center; }  .swipe-hint-container.animate-now { animation: swipe-fade-in-out 3.5s ease-out forwards; }  .swipe-hint-box { background-color: rgba(0, 0, 0, 0.85); backdrop-filter: blur(4px); padding: 12px 20px; border-radius: 12px; display: flex; flex-direction: column; align-items: center; gap: 6px; border: 1px solid rgba(255,255,255,0.15); box-shadow: 0 4px 15px rgba(0,0,0,0.4); } .swipe-hint-box svg { width: 36px; height: 36px; fill: #ffffff; display: block; } .swipe-hint-text { color: #ffffff; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }  @keyframes swipe-fade-in-out { 0% { opacity: 0; transform: translate(-50%, -50%) scale(0.9); } 10% { opacity: 1; transform: translate(-50%, -50%) scale(1); } 85% { opacity: 1; transform: translate(-50%, -50%) scale(1); } 100% { opacity: 0; transform: translate(-50%, -50%) scale(0.95); } }  .animate-now .swipe-icon-move { animation: hand-swipe-move 2s infinite; } @keyframes hand-swipe-move { 0% { transform: translateX(0); } 25% { transform: translateX(-15px); } 50% { transform: translateX(15px); } 75% { transform: translateX(0); } 100% { transform: translateX(0); } }}@media (min-width: 912px) { .swipe-hint-container { display: none !important; }}}@media (max-width: 767px) {<style>@media (max-width: 911px) {  .brxe-tabs-nested .tab-content { position: relative !important;  touch-action: pan-y !important;  user-select: none; }  .swipe-hint-container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 99;  pointer-events: none;  opacity: 0; display: flex; align-items: center; justify-content: center; }  .swipe-hint-container.animate-now { animation: swipe-fade-in-out 3.5s ease-out forwards; }  .swipe-hint-box { background-color: rgba(0, 0, 0, 0.85); backdrop-filter: blur(4px); padding: 12px 20px; border-radius: 12px; display: flex; flex-direction: column; align-items: center; gap: 6px; border: 1px solid rgba(255,255,255,0.15); box-shadow: 0 4px 15px rgba(0,0,0,0.4); } .swipe-hint-box svg { width: 36px; height: 36px; fill: #ffffff; display: block; } .swipe-hint-text { color: #ffffff; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }  @keyframes swipe-fade-in-out { 0% { opacity: 0; transform: translate(-50%, -50%) scale(0.9); } 10% { opacity: 1; transform: translate(-50%, -50%) scale(1); } 85% { opacity: 1; transform: translate(-50%, -50%) scale(1); } 100% { opacity: 0; transform: translate(-50%, -50%) scale(0.95); } }  .animate-now .swipe-icon-move { animation: hand-swipe-move 2s infinite; } @keyframes hand-swipe-move { 0% { transform: translateX(0); } 25% { transform: translateX(-15px); } 50% { transform: translateX(15px); } 75% { transform: translateX(0); } 100% { transform: translateX(0); } }}@media (min-width: 912px) { .swipe-hint-container { display: none !important; }}</style>}#brxe-kfvkuv {position: absolute; z-index: 0; width: 100%; height: 100%; margin-bottom: 0}#brxe-kfvkuv:not(.tag), #brxe-kfvkuv img {object-fit: cover}:where(#brxe-kfvkuv > *) {position: relative}#brxe-kfvkuv::before {background-image: linear-gradient(rgba(255, 255, 255, 0.7) 1%, rgba(255, 255, 255, 0)); position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none}#brxe-xjlkzw {text-align: center}@media (max-width: 991px) {#brxe-xjlkzw {text-align: center}}@media (max-width: 478px) {#brxe-vqajhy {text-align: center}}#brxe-ruxije {flex-direction: row; justify-content: center; column-gap: 3rem; margin-bottom: 10px}#brxe-733b13 {justify-content: center; background-position: bottom center; position: relative; height: 90vh}@media (max-width: 991px) {#brxe-733b13 {height: 70vh}}@media (max-width: 767px) {#brxe-733b13 {height: 50vh}}@media (max-width: 478px) {#brxe-733b13 {background-image: url(https://eventfurniturepro.com/wp-content/uploads/2025/12/outdoor-marquee-wedding-reception-gold-chiavari-chairs-dance-floor-mobile.webp); background-size: cover; height: 70VH}}@media (max-width: 478px) {#brxe-hjnquj:not(.tag), #brxe-hjnquj img {object-fit: cover}#brxe-hjnquj {align-self: center}}#brxe-whdgij {max-height: auto}@media (max-width: 478px) {#brxe-whdgij:not(.tag), #brxe-whdgij img {object-fit: cover}#brxe-whdgij {align-self: center}}#brxe-rlxkuj {max-height: 10vh}@media (max-width: 478px) {#brxe-rlxkuj:not(.tag), #brxe-rlxkuj img {object-fit: cover}#brxe-rlxkuj {align-self: center}}#brxe-uukhip {max-height: 10vh}@media (max-width: 478px) {#brxe-uukhip:not(.tag), #brxe-uukhip img {object-fit: cover}#brxe-uukhip {align-self: center}}#brxe-qrmihk {max-height: 10vh}@media (max-width: 478px) {#brxe-qrmihk:not(.tag), #brxe-qrmihk img {object-fit: cover}#brxe-qrmihk {align-self: center}}#brxe-zzsdch {max-height: 10vh}@media (max-width: 478px) {#brxe-zzsdch:not(.tag), #brxe-zzsdch img {object-fit: cover}#brxe-zzsdch {align-self: center}}#brxe-shsrdp {max-height: 10vh}@media (max-width: 478px) {#brxe-shsrdp:not(.tag), #brxe-shsrdp img {object-fit: cover}#brxe-shsrdp {align-self: center}}#brxe-iegqox {max-height: 10vh}@media (max-width: 478px) {#brxe-iegqox:not(.tag), #brxe-iegqox img {object-fit: cover}#brxe-iegqox {align-self: center}}#brxe-hrnfgd {max-height: 10vh}@media (max-width: 478px) {#brxe-hrnfgd:not(.tag), #brxe-hrnfgd img {object-fit: cover}#brxe-hrnfgd {align-self: center}}#brxe-kfxhov {max-height: 10vh}@media (max-width: 478px) {#brxe-kfxhov:not(.tag), #brxe-kfxhov img {object-fit: cover}#brxe-kfxhov {align-self: center}}#brxe-eqcfro {max-height: 10vh}@media (max-width: 478px) {#brxe-eqcfro:not(.tag), #brxe-eqcfro img {object-fit: cover}#brxe-eqcfro {align-self: center}}#brxe-lbgvhs {max-height: 10vh}@media (max-width: 478px) {#brxe-lbgvhs:not(.tag), #brxe-lbgvhs img {object-fit: cover}#brxe-lbgvhs {align-self: center}}#brxe-awfwem {transition: 0.3s; padding-top: 1rem; padding-bottom: 1rem}#brxe-awfwem .splide__list { transition-timing-function: linear !important;}#brxe-awfwem .splide__track { will-change: transform;}#brxe-awfwem .splide__slide { display: flex;  align-items: center;  justify-content: center;  height: 100%; }#brxe-awfwem .splide__slide img {  width: auto; height: auto; max-width: 100%;  max-height: 100%;  object-fit: contain;   filter: grayscale(100%); opacity: 0.4; transition: all 0.4s ease;  -webkit-backface-visibility: hidden; backface-visibility: hidden; transform: translateZ(0);}#brxe-awfwem .splide__slide img:hover { filter: grayscale(0%); opacity: 1; transform: scale(1.1) translateZ(0);  cursor: pointer; z-index: 1;}@media (max-width: 767px) {@media (max-width: 767px) { #brxe-awfwem .splide__slide img { opacity: 0.7;  }}}@media (max-width: 478px) {#brxe-awfwem {padding-top: 0.5rem; padding-bottom: 0.5rem}}#brxe-mitfhp {width: 100%; flex-direction: row; background-color: var(--bricks-color-srfast)}@media (max-width: 478px) {#brxe-mitfhp {flex-direction: row}}#brxe-bfpdso {flex-direction: row; margin-bottom: 2rem}@media (max-width: 767px) {#brxe-bfpdso {margin-bottom: 0rem}}@media (max-width: 991px) {#brxe-ogeznp {align-self: flex-start}}@media (max-width: 767px) {#brxe-ogeznp {align-self: flex-start}}#brxe-xelxsc {margin-top: 0; margin-bottom: 0; color: var(--bricks-color-zhryvp); align-self: center}@media (max-width: 991px) {#brxe-xelxsc {align-self: flex-start}}#brxe-oqxzbl {margin-top: 2.5rem; margin-bottom: 1.0rem; padding-right: 2rem; padding-bottom: 4rem; padding-left: 2rem; flex-direction: column}@media (max-width: 991px) {#brxe-oqxzbl {padding-bottom: 1rem; padding-left: 0; margin-top: 0}}@media (max-width: 767px) {#brxe-oqxzbl {margin-top: 0; padding-right: 0; padding-bottom: 1rem; padding-left: 0}}@media (max-width: 478px) {#brxe-qiixmu {font-size: 2rem}}.home-card-heading { transition: color 0.3s ease-in-out;}.advantage-card:hover .home-card-heading { color: #e87a90;}@media (max-width: 478px) {#brxe-zxxyuc {font-size: 3rem}}@media (max-width: 478px) {#brxe-tfxzui {font-size: 2rem}#brxe-tfxzui a {font-size: 2rem; font-size: inherit}}@media (max-width: 478px) {#brxe-vhlcex {font-size: 2rem}}.home-card-heading { transition: color 0.3s ease-in-out;}.advantage-card:hover .home-card-heading { color: #e87a90;}@media (max-width: 478px) {#brxe-yzzoqf {font-size: 3rem}}@media (max-width: 478px) {#brxe-wnjpkt {font-size: 2rem}#brxe-wnjpkt a {font-size: 2rem; font-size: inherit}}@media (max-width: 478px) {#brxe-zlfnpc {font-size: 2rem}}.home-card-heading { transition: color 0.3s ease-in-out;}.advantage-card:hover .home-card-heading { color: #e87a90;}@media (max-width: 478px) {#brxe-dfzveb {font-size: 3rem}}@media (max-width: 478px) {#brxe-jiiwxf {font-size: 2rem}#brxe-jiiwxf a {font-size: 2rem; font-size: inherit}}@media (max-width: 478px) {#brxe-mgueeu {font-size: 2rem}}.home-card-heading { transition: color 0.3s ease-in-out;}.advantage-card:hover .home-card-heading { color: #e87a90;}@media (max-width: 478px) {#brxe-rtpsaq {font-size: 3rem}}@media (max-width: 478px) {#brxe-xvusei {font-size: 2rem}#brxe-xvusei a {font-size: 2rem; font-size: inherit}}@media (max-width: 991px) {#brxe-rbxxhr {grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: minmax(0, 1fr) minmax(0, 1fr)}}@media (max-width: 767px) {#brxe-rbxxhr {grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: minmax(0, 1fr) minmax(0, 1fr)}}@media (max-width: 478px) {#brxe-rbxxhr {grid-template-columns: minmax(0, 1fr); grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)}}#brxe-nkvdwm {flex-direction: column; margin-right: 100px; margin-left: 100px; width: 1600px}@media (max-width: 991px) {#brxe-nkvdwm {padding-top: 0; padding-right: 2rem; padding-bottom: 0; padding-left: 2rem; margin-top: 2rem}}@media (max-width: 767px) {#brxe-nkvdwm {margin-right: 0; margin-left: 0}}@media (max-width: 478px) {#brxe-nkvdwm {margin-right: 0; margin-left: 0}}@media (max-width: 375px) {#brxe-nkvdwm {padding-right: 1rem; padding-left: 1rem}}#brxe-hplytr {transition: all 0.4s ease; background-image: linear-gradient(180deg, #f8d8de, #f8d8de); margin-top: 4rem; margin-bottom: 4rem}@media (max-width: 991px) {#brxe-hplytr {margin-bottom: 3.5rem}}@media (max-width: 478px) {#brxe-hplytr {padding-top: 1rem; padding-bottom: 1rem; margin-top: 2rem; margin-bottom: 2rem}}#brxe-rlqlxl {text-align: left; align-self: flex-start}#brxe-bqdlyv {padding-left: 0; text-align: left}#brxe-tbltoj {padding-right: 2rem; padding-left: 2rem; width: 1600px; margin-top: 2rem; margin-bottom: 2rem; align-items: center; z-index: 3}#brxe-xbusyq {height: 100%}#brxe-ijshlg {align-items: center; flex-direction: row; background-color: rgba(242, 242, 242, 0.72); align-self: center !important}@media (max-width: 991px) {#brxe-ijshlg {align-items: center; align-self: center !important}}@media (max-width: 767px) {#brxe-ijshlg {display: none}}#brxe-pryvem {height: 100%}#brxe-eomzuo {align-items: center; flex-direction: row; background-color: rgba(242, 242, 242, 0.72); align-self: center !important; display: none}@media (max-width: 991px) {#brxe-eomzuo {align-items: center; align-self: center !important}}@media (max-width: 767px) {#brxe-eomzuo {display: flex}}#brxe-oedbbf {width: 1600px; margin-top: 2rem; margin-bottom: 4rem}@media (max-width: 478px) {#brxe-oedbbf {margin-bottom: 0}}@media (max-width: 375px) {#brxe-oedbbf {margin-top: 0}}#brxe-eomamf:hover {color: #000000}#brxe-epvbcm {font-family: "Jost"}#brxe-rpoycm {flex-direction: row; justify-content: center; column-gap: 3.5rem}@media (max-width: 478px) {#brxe-rpoycm {flex-direction: row; column-gap: 2rem}}#brxe-xiqjqo {border-radius: 1.3rem}#brxe-btrtho > .tab-menu .tab-title {padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px}#brxe-btrtho > .tab-menu .tab-title.brx-open {background-color: #dddedf}#brxe-btrtho > .tab-content {padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; border: 1px solid var(--bricks-border-color)}#brxe-btrtho {min-height: 50rem}#brxe-cbuwuf {width: 1600px; padding-top: 4rem; padding-right: 2rem; padding-bottom: 0; padding-left: 2rem; border-radius: 1.2rem; box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09); background-color: var(--bricks-color-srfast); margin-top: 4rem; margin-bottom: 4rem}@media (max-width: 767px) {#brxe-cbuwuf {padding-right: 2rem; padding-left: 2rem}}@media (max-width: 478px) {#brxe-cbuwuf {padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem; margin-top: 4rem}}@media (max-width: 375px) {#brxe-cbuwuf {padding-right: 0; padding-left: 0}}#brxe-owlftl {color: var(--bricks-color-jolqkk); font-weight: 600; font-family: "Jost"; text-transform: capitalize; letter-spacing: 1px; align-self: center}#brxe-bhqgwc {align-self: center}#brxe-ayqgnt {margin-top: 2rem; margin-bottom: 2rem}@media (max-width: 478px) {#brxe-ayqgnt {margin-top: 1rem; margin-bottom: 0}}@media (max-width: 478px) {#brxe-umgicm:not(.tag), #brxe-umgicm img {object-fit: cover}}#brxe-sflxju {text-align: center}#brxe-peicjb {text-align: center}[data-id="brxe-tqjklr"].splide__slide {display: block}#brxe-wohpad {text-align: center}#brxe-hlumvz {text-align: center}[data-id="brxe-hyxsqx"].splide__slide {display: block}#brxe-dfevhq {text-align: center}#brxe-jwhfbq {text-align: center}[data-id="brxe-qksdow"].splide__slide {display: block}#brxe-pohqxn {text-align: center}#brxe-eekysr {text-align: center}[data-id="brxe-puaqck"].splide__slide {display: block}#brxe-vydtxk {text-align: center}#brxe-dlvfrr {text-align: center}[data-id="brxe-euoboz"].splide__slide {display: block}#brxe-kgmfkt {text-align: center}#brxe-tsflnm {text-align: center}[data-id="brxe-smfwic"].splide__slide {display: block}#brxe-hcsxak {text-align: center}#brxe-pbssqp {text-align: center}[data-id="brxe-aaycuu"].splide__slide {display: block}#brxe-sdcfwr {text-align: center; text-wrap: wrap}#brxe-ghntyh {background-image: linear-gradient(150deg, #fec3cd 70%, rgba(242, 242, 242, 0.96) 90%)}@media (max-width: 478px) {#brxe-ghntyh {display: none}}[data-id="brxe-tnmlxr"].splide__slide {display: flex}#brxe-nuaqza {padding-top: 2rem; padding-right: 2rem; padding-bottom: 2rem; padding-left: 2rem; min-height: 18rem; max-height: 22rem}@media (max-width: 767px) {#brxe-nuaqza {padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem}}@media (max-width: 478px) {#brxe-nuaqza {min-height: 14rem}}#brxe-hvqext {width: 1400px}#brxe-mzxhvt {width: 1600px; background-color: var(--bricks-color-srfast); border-radius: 1.3rem; box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.16)}#brxe-ipawqd {margin-top: 4rem; margin-bottom: 4rem}@media (max-width: 478px) {#brxe-ipawqd {margin-top: 2rem; margin-bottom: 2rem}}#brxe-dsqenk {position: relative; overflow: hidden; background-color: var(--bricks-color-bntmqt); padding-top: 2rem; padding-bottom: 2rem}@media (max-width: 991px) {#brxe-dsqenk {padding-right: 2rem; padding-left: 2rem}}@media (max-width: 375px) {#brxe-dsqenk {padding-right: 1rem; padding-left: 1rem}}#brxe-qvqziy {font-family: "Jost"; padding-left: 2rem; align-self: flex-start}@media (max-width: 478px) {#brxe-qvqziy {padding-left: 0rem; font-size: clamp(2.5rem,5vw,3.5rem)}}#brxe-anaebi {font-family: "Jost"; letter-spacing: 1px}@media (max-width: 767px) {#brxe-anaebi {font-weight: 500; font-size: 1.5rem}}#brxe-fyfqcs {font-family: "Jost"; letter-spacing: 1px}@media (max-width: 767px) {#brxe-fyfqcs {font-weight: 500; font-size: 1.5rem}}#brxe-mpspzq {font-family: "Jost"; letter-spacing: 1px}@media (max-width: 767px) {#brxe-mpspzq {font-weight: 500; font-size: 1.5rem}}#brxe-kwlfga {font-family: "Jost"; letter-spacing: 1px}@media (max-width: 767px) {#brxe-kwlfga {font-weight: 500; font-size: 1.5rem}}#brxe-ghsnuy {flex-direction: row}@media (max-width: 767px) {#brxe-ghsnuy {flex-wrap: nowrap}}@media (max-width: 478px) {#brxe-ghsnuy {flex-wrap: nowrap; overflow: auto}}@media (max-width: 375px) {#brxe-lmzanz {font-size: 1.5rem}#brxe-lmzanz a {font-size: 1.5rem; font-size: inherit}}#brxe-hhtjcr {font-family: "Jost"; line-height: 2; letter-spacing: 1px}#brxe-hpjcsm {border-radius: 20px; background-color: #ffffff; padding-right: 20px; padding-left: 20px; min-height: 35rem; box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1); flex-grow: 1}#brxe-hpjcsm{  border: none !important;}#brxe-hpjcsm h4 { font-size: clamp(1.8rem,2vw,2.4rem); font-weight: 700; color: #222;  margin-bottom: 15px;  line-height: 1.2;}#brxe-hpjcsm p { font-size: 16px; line-height: 1.8;  color: #555;  margin-bottom: 0; }#brxe-hpjcsm p { font-size: 16px; line-height: 1.8;  color: #555;  margin-bottom: 0; }#brxe-hpjcsm p:last-child { margin-top: 20px;  padding-top: 20px;  border-top: 1px dashed #ea7a8a;  color: #333; }#brxe-hpjcsm p:last-child strong { display: block;  color: #ea7a8a;  font-size: 14px;  text-transform: uppercase;  letter-spacing: 1px;  margin-bottom: 8px; }@media (max-width: 478px) {#brxe-hpjcsm {min-height: 30rem}}@media (max-width: 375px) {#brxe-hpjcsm {width: 100%}}#brxe-fbvpaz > .tab-menu .tab-title {padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px}#brxe-fbvpaz > .tab-menu .tab-title.brx-open {background-color: #dddedf}#brxe-fbvpaz > .tab-content {padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; border: 1px solid var(--bricks-border-color)}#brxe-hzqgkt:not(.tag), #brxe-hzqgkt img {object-fit: cover}#brxe-hzqgkt {height: 100%}#brxe-sajkke {width: 100%; height: 100%; overflow: hidden}@media (max-width: 478px) {#brxe-sajkke {padding-right: 0}}#brxe-ahwxkx {font-size: clamp(22px, 2.2vw, 28px); line-height: 1; font-family: "Jost"; color: var(--bricks-color-hpxyse); align-self: center; margin-top: 1rem}#brxe-ikveoj {font-size: clamp(12px,1.2vw,14px); line-height: 1.4; font-family: "Jost"; color: var(--bricks-color-hpxyse); margin-top: 1rem; margin-bottom: 1rem; padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem; width: 12rem; height: 8rem}#brxe-ikveoj a {font-size: clamp(12px,1.2vw,14px); line-height: 1.4; font-family: "Jost"; color: var(--bricks-color-hpxyse); font-size: inherit}@media (max-width: 375px) {#brxe-ikveoj {font-size: 12px}#brxe-ikveoj a {font-size: 12px; font-size: inherit}}#brxe-zrnodb {top: -20px; max-width: 220px; z-index: 2; left: -20px; background-color: var(--bricks-color-jolqkk)}@media (max-width: 767px) {#brxe-zrnodb {left: 0.5rem; top: -1rem}}@media (max-width: 478px) {#brxe-zrnodb {display: none}}@media (max-width: 375px) {#brxe-zrnodb {display: none}}#brxe-hvkddq {font-size: clamp(22px, 2.2vw, 28px); line-height: 1; font-family: "Jost"; color: #333333; align-self: center; margin-top: 1rem}#brxe-mhzckx {font-size: clamp(12px,1.2vw,14px); line-height: 1.4; font-family: "Jost"; color: #333333; margin-top: 1rem; margin-bottom: 1rem; width: 12rem; height: 8rem; padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem}#brxe-mhzckx a {font-size: clamp(12px,1.2vw,14px); line-height: 1.4; font-family: "Jost"; color: #333333; font-size: inherit}#brxe-unmotk {background-color: var(--bricks-color-hpxyse); right: -20px; top: -20px; max-width: 220px; z-index: 2}@media (max-width: 991px) {#brxe-unmotk {right: -1rem}}@media (max-width: 767px) {#brxe-unmotk {top: -1rem; right: 1rem}}@media (max-width: 478px) {#brxe-unmotk {display: none}}@media (max-width: 375px) {#brxe-unmotk {display: none}}#brxe-pcadom {font-size: clamp(22px, 2.2vw, 28px); line-height: 1; font-family: "Jost"; color: var(--bricks-color-hpxyse); margin-top: 1rem; align-self: center}#brxe-icbnkc {font-size: clamp(12px,1.2vw,14px); line-height: 1.4; font-family: "Jost"; color: var(--bricks-color-hpxyse); margin-top: 1rem; margin-bottom: 1rem; width: 12rem; padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem; height: 8rem}#brxe-icbnkc a {font-size: clamp(12px,1.2vw,14px); line-height: 1.4; font-family: "Jost"; color: var(--bricks-color-hpxyse); font-size: inherit}#brxe-hanqwx {background-color: var(--bricks-color-jolqkk); position: absolute; bottom: -20px; border-radius: 28px; left: -20px}@media (max-width: 767px) {#brxe-hanqwx {left: 0.5rem; bottom: -1rem}}@media (max-width: 478px) {#brxe-hanqwx {display: none}}@media (max-width: 375px) {#brxe-hanqwx {display: none}}#brxe-iqwxqx {font-size: clamp(22px, 2.2vw, 28px); line-height: 1; font-family: "Jost"; color: var(--bricks-color-hpxyse); align-self: center; margin-top: 1rem}#brxe-sjfamx {font-family: "Jost"; font-size: clamp(12px,1.2vw,14px); line-height: 1.4; color: var(--bricks-color-hpxyse); margin-top: 1rem; margin-bottom: 1rem; width: 12rem; padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem; height: 8rem}#brxe-sjfamx a {font-family: "Jost"; font-size: clamp(12px,1.2vw,14px); line-height: 1.4; color: var(--bricks-color-hpxyse); font-size: inherit}#brxe-xvjszb {border-radius: 28px; background-color: var(--bricks-color-vmomlb); position: absolute; bottom: -20px; right: -20px}@media (max-width: 991px) {#brxe-xvjszb {right: -1rem}}@media (max-width: 767px) {#brxe-xvjszb {right: 1rem; bottom: -1rem}}@media (max-width: 478px) {#brxe-xvjszb {display: none}}@media (max-width: 375px) {#brxe-xvjszb {display: none}}#brxe-kwulhy {position: relative}@media (max-width: 767px) {#brxe-kwulhy {margin-left: 0; padding-left: 2rem}}@media (max-width: 478px) {#brxe-kwulhy {margin-top: 2rem; margin-bottom: 2rem; margin-left: 0; padding-left: 0}}@media (max-width: 375px) {#brxe-kwulhy {margin-right: 0}}#brxe-xohjep {display: grid; align-items: initial; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: minmax(0, 1fr); background-color: var(--bricks-color-srfast); padding-top: 4rem; padding-right: 2rem; padding-bottom: 4rem; padding-left: 2rem; grid-gap: 4rem}@media (max-width: 767px) {#brxe-xohjep {grid-template-columns: minmax(0, 1fr); grid-template-rows: minmax(0, 1fr) minmax(0, 1fr); grid-gap: 2rem}}@media (max-width: 478px) {#brxe-xohjep {padding-top: 3rem; padding-right: 1rem; padding-bottom: 3rem; padding-left: 1rem; background-color: var(--bricks-color-srfast); border-radius: 1.3rem; box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.12); grid-template-rows: auto}}#brxe-vitdcv {max-width: 1600px; align-self: stretch !important; width: 100%; margin-top: 4rem; margin-bottom: 4rem}@media (max-width: 991px) {#brxe-vitdcv {padding-right: 2rem; padding-left: 2rem}}@media (max-width: 478px) {#brxe-vitdcv {padding-right: 0; padding-left: 0; margin-top: 4rem; margin-bottom: 4rem}}#brxe-aqhqhw {position: relative; overflow: hidden; padding-top: 2rem; padding-bottom: 2rem}.foshan-stat-card { position: relative; overflow: hidden; z-index: 1; transition: transform 0.3s ease, box-shadow 0.3s ease;  border-radius: 20px !important; }.foshan-stat-card.active-glow::before { content: ''; position: absolute; width: 200%; height: 200%; top: 50%; left: 50%; background: conic-gradient( transparent, transparent, transparent, #ffffff,  #ea7a8a  ); transform: translate(-50%, -50%); animation: rotate-border 4s linear infinite; z-index: -2;}.foshan-stat-card.active-glow::after { content: ''; position: absolute; inset: 3px;  border-radius: 18px;  z-index: -1;}#brxe-zrnodb.active-glow::after { background-color: #eb8492;}#brxe-unmotk.active-glow::after { background-color: #ffffff;}#brxe-hanqwx.active-glow::after { background-color: #eb8492;}#brxe-xvjszb.active-glow::after { background-color: #4a4a4a;}@keyframes rotate-border { 0% { transform: translate(-50%, -50%) rotate(0deg); } 100% { transform: translate(-50%, -50%) rotate(360deg); }}.foshan-stat-card.active-glow { transform: translateY(-5px) scale(1.02); box-shadow: 0 10px 25px rgba(234, 122, 138, 0.4);}@media (max-width: 478px) {#brxe-aqhqhw {padding-top: 0; padding-right: 2rem; padding-bottom: 0; padding-left: 2rem}@media (max-width: 767px) {  #brxe-hpjcsm { padding: 25px 20px !important;  justify-content: flex-start;  } #brxe-hpjcsm h4 { font-size: 20px;  margin-bottom: 10px; }  #brxe-kwulhy { display: block !important;  position: relative;  width: 100%; margin-top: 15px; border-radius: 12px; overflow: hidden;  isolation: isolate;  }  #brxe-sajkke { display: block !important; width: 100%; height: 200px;  margin: 0 !important;  } #brxe-sajkke img { width: 100%; height: 100%; object-fit: cover; display: block; }   .foshan-stat-card { display: none !important; }  .foshan-stat-card.active-glow {  position: absolute !important; z-index: 99;  top: 12px !important; right: 12px !important; bottom: auto !important;  left: auto !important;   width: auto !important; max-width: 140px !important; height: auto !important; min-height: 0 !important;  margin: 0 !important;  display: flex !important; flex-direction: column; justify-content: center; align-items: flex-start; padding: 10px 14px;  background: rgba(255, 255, 255, 0.8) !important; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); border: 1px solid rgba(255, 255, 255, 0.6); border-left: 3px solid #ea7a8a !important;  border-radius: 6px; box-shadow: 0 4px 10px rgba(0,0,0,0.15);  transform: none !important; animation: none !important; }  .foshan-stat-card.active-glow::before, .foshan-stat-card.active-glow::after { content: none !important; display: none !important; }  .foshan-stat-card.active-glow h3 { font-size: 18px !important; color: #222 !important; margin-bottom: 4px !important; line-height: 1; padding: 0; } .foshan-stat-card.active-glow .brxe-text, .foshan-stat-card.active-glow p { font-size: 11px !important; color: #555 !important; line-height: 1.2; margin: 0 !important; padding: 0; white-space: normal;  }}}@media (max-width: 375px) {#brxe-aqhqhw {padding-right: 1rem; padding-left: 1rem}}#brxe-sihlyz {font-size: 80PX}#brxe-sihlyz a {font-size: 80PX; font-size: inherit}@media (max-width: 767px) {#brxe-bmovfw {font-size: clamp(1.8rem,1.5vw,3rem)}}#brxe-jlfjfu {flex-direction: row}#brxe-grmcsm {margin-top: 0}@media (max-width: 767px) {#brxe-grmcsm {padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px}}#brxe-nszrjn {flex-direction: row; justify-content: flex-end}@media (max-width: 767px) {#brxe-nszrjn {flex-direction: row}}@media (max-width: 478px) {#brxe-nszrjn {justify-content: flex-start}}@media (max-width: 375px) {#brxe-nszrjn {justify-content: center}}#brxe-lzsxdr {width: 100%; flex-direction: row; justify-content: space-between; padding-top: 2rem; padding-right: 4rem; padding-bottom: 2rem; padding-left: 2rem; align-items: center}@media (max-width: 767px) {#brxe-lzsxdr {flex-direction: row; padding-right: 2rem; display: grid; align-items: initial; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); grid-template-rows: minmax(0, 1fr)}}@media (max-width: 375px) {#brxe-lzsxdr {row-gap: 2rem}}#brxe-jpciwm {margin-top: 1rem}#brxe-tuascq {position: relative}#brxe-sryyun {margin-top: 1rem}#brxe-agmrzo {position: relative}#brxe-ixkfwm {margin-top: 1rem}#brxe-zquonx {position: relative}#brxe-ljuexn {margin-top: 1rem}#brxe-mlgvyw {position: relative}#brxe-vtmmyz {margin-top: 1rem}#brxe-kxvxgc {position: relative}#brxe-ifzkwo {margin-top: 1rem}#brxe-lecaxx {position: relative}#brxe-dhdljn {width: 100%}@media (max-width: 375px) {#brxe-dhdljn {grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: minmax(0, 1fr) minmax(0, 1fr)}}#brxe-ofgzwo {margin-top: 1rem}#brxe-lwmgkm {position: relative}#brxe-tautgc {margin-top: 1rem}#brxe-kzgqfc {position: relative}#brxe-wwoqam {margin-top: 1rem}#brxe-rddrin {position: relative}#brxe-icudff {margin-top: 1rem}#brxe-zssonq {position: relative}#brxe-oryqpq {margin-top: 1rem}#brxe-iiqtat {position: relative}#brxe-kfwlbm {margin-top: 1rem}#brxe-rdxecp {position: relative}#brxe-qwtefm {width: 100%; padding-bottom: 2rem; border-bottom-right-radius: 1.3rem; border-bottom-left-radius: 1.3rem}@media (max-width: 375px) {#brxe-qwtefm {grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: minmax(0, 1fr) minmax(0, 1fr)}}#brxe-ljtazw {margin-top: 1.5rem; width: 1600px}#brxe-jbpben {width: 1600px; border-radius: 1.3rem; background-color: var(--bricks-color-srfast)}#brxe-piwpqb {margin-top: 2rem; margin-bottom: 1rem; align-self: center; letter-spacing: 1.5px; line-height: 1.5}#brxe-xonnws {align-self: center; letter-spacing: 1px}@media (max-width: 478px) {#brxe-xonnws {font-weight: 600}}#brxe-miqcof {margin-top: 2rem; margin-bottom: 2rem; flex-direction: column}#brxe-lyurad {align-items: center}#brxe-geucyp {align-items: center}#brxe-qngojz {align-items: center}#brxe-drakxp {align-items: center}#brxe-txmayo {align-items: center}#brxe-zytxyg {flex-direction: row}@media (max-width: 991px) {#brxe-zytxyg {display: none}}@media (max-width: 767px) {#brxe-zytxyg {flex-direction: column; display: none}}#brxe-usgcow {flex-direction: row; display: none}@media (max-width: 991px) {#brxe-usgcow { display: flex; flex-direction: row; flex-wrap: nowrap; counter-reset: step-counter; overflow-x: auto; padding: 20px 15px;   align-items: stretch;   scroll-snap-type: x mandatory; -ms-overflow-style: none; scrollbar-width: none;}#brxe-usgcow::-webkit-scrollbar { display: none;}#brxe-usgcow .progress-step {  width: 50vw;   flex-shrink: 0; scroll-snap-align: center; background-color: #f3f4f6; border-radius: 12px; padding: 16px; display: flex; align-items: center; cursor: pointer; transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;}#brxe-usgcow .progress-step:last-child { margin-right: 15px;}#brxe-usgcow .progress-step:not(.active):hover { background-color: #e5e7eb;}#brxe-usgcow .progress-step:active { transform: scale(0.98);}#brxe-usgcow .progress-step.active { background-color: #e87a90; box-shadow: 0 5px 15px rgba(232, 122, 144, 0.3);}#brxe-usgcow .progress-step::before { counter-increment: step-counter; content: counter(step-counter); width: 32px; height: 32px; border-radius: 50%; margin-right: 16px; flex-shrink: 0; font-size: 15px; font-weight: 700; color: #4b5563; background-color: #ffffff; border: 2px solid #e5e7eb; display: flex; justify-content: center; align-items: center; transition: all 0.3s ease;}#brxe-usgcow .progress-step.active::before { background-color: #ffffff; border-color: #ffffff; color: #e87a90;}#brxe-usgcow .progress-step h3 { color: #111827; font-size: 16px; font-weight: 600; margin: 0; transition: color 0.3s ease;}#brxe-usgcow .progress-step.active h3 { color: #ffffff;}#brxe-usgcow {display: flex}}@media (max-width: 767px) {#brxe-usgcow {flex-direction: row; grid-template-rows: minmax(0, 1fr)}}@media (max-width: 991px) {#brxe-gxkltp {padding-top: 1rem; padding-bottom: 1rem; padding-left: 2rem}}#brxe-rqglbf {margin-left: 1rem}@media (max-width: 991px) {#brxe-rqglbf {bottom: 1rem}}#brxe-srlqqe {padding-top: clamp(1rem, 5vw, 3rem); padding-right: clamp(1rem, 5vw, 4rem); padding-bottom: clamp(1rem, 5vw, 3rem); padding-left: clamp(1rem, 5vw, 4rem); position: relative}@media (max-width: 991px) {#brxe-srlqqe {padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem}}#brxe-xqabiy {height: 100%; width: 100%}#brxe-xqabiy:not(.tag), #brxe-xqabiy img {object-fit: cover}#brxe-iazcxq {align-self: center !important; justify-content: center; align-items: center; padding-top: 2rem; padding-right: 3rem; padding-bottom: 2rem; padding-left: 2rem; height: 100%}@media (max-width: 767px) {#brxe-iazcxq {display: none}}#step-content-1 {padding-top: clamp(1rem, 5vw, 3rem); padding-right: clamp(1rem, 5vw, 4rem); padding-bottom: clamp(1rem, 5vw, 3rem); padding-left: clamp(1rem, 5vw, 4rem); position: relative}@media (max-width: 991px) {#step-content-1 {padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem}}@media (max-width: 478px) {#step-content-1 {background-image: url(https://eventfurniturepro.com/wp-content/uploads/2025/12/event-chair-display-showroom-tent.webp); background-size: cover; background-blend-mode: overlay; background-color: rgba(255, 255, 255, 0.9)}}#brxe-umwfrf {padding-bottom: 2rem; padding-left: 2rem; line-height: 1.7; letter-spacing: 2px; font-family: "Jost"; font-weight: 400; color: var(--bricks-color-zhryvp)}#brxe-umwfrf a {line-height: 1.7; letter-spacing: 2px; font-family: "Jost"; font-weight: 400; color: var(--bricks-color-zhryvp); font-size: inherit}@media (max-width: 991px) {#brxe-umwfrf {font-weight: 300; font-family: "Jost"; font-size: 1.5rem; padding-left: 2rem}#brxe-umwfrf a {font-weight: 300; font-family: "Jost"; font-size: 1.5rem; font-size: inherit}}#brxe-oqizvk {margin-left: 1rem}#brxe-ilmqwk {padding-top: clamp(1rem, 5vw, 3rem); padding-right: clamp(1rem, 5vw, 4rem); padding-bottom: clamp(1rem, 5vw, 3rem); padding-left: clamp(1rem, 5vw, 4rem); position: relative}@media (max-width: 991px) {#brxe-ilmqwk {padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem}}#brxe-ceslxy {height: 100%; width: 100%}#brxe-ceslxy:not(.tag), #brxe-ceslxy img {object-fit: cover}@media (max-width: 991px) {#brxe-ceslxy {height: auto}}#brxe-mpzvon {height: 100%; align-self: center !important; justify-content: center; align-items: center; padding-top: 2rem; padding-right: 3rem; padding-bottom: 2rem; padding-left: 2rem}@media (max-width: 991px) {#brxe-mpzvon {height: auto}}@media (max-width: 767px) {#brxe-mpzvon {display: none}}#step-content-2 {padding-top: clamp(1rem, 5vw, 3rem); padding-right: clamp(1rem, 5vw, 4rem); padding-bottom: clamp(1rem, 5vw, 3rem); padding-left: clamp(1rem, 5vw, 4rem); position: relative; height: 100%}@media (max-width: 991px) {#step-content-2 {padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem}}@media (max-width: 478px) {#step-content-2 {background-image: url(https://eventfurniturepro.com/wp-content/uploads/2025/12/modern-dining-chair-showroom-process.webp); background-size: cover; background-blend-mode: overlay; background-color: rgba(255, 255, 255, 0.9); background-position: center center}}#brxe-ctsbnf {margin-left: 1rem}#brxe-fzisrr {position: relative; padding-top: clamp(1rem, 5vw, 3rem); padding-right: clamp(1rem, 5vw, 4rem); padding-bottom: clamp(1rem, 5vw, 3rem); padding-left: clamp(1rem, 5vw, 4rem)}@media (max-width: 991px) {#brxe-fzisrr {padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem}}#brxe-dzqsau {height: 100%; width: 100%}#brxe-dzqsau:not(.tag), #brxe-dzqsau img {object-fit: cover}@media (max-width: 991px) {#brxe-dzqsau {height: auto}}#brxe-cxxuwv {height: 100%; align-self: center !important; justify-content: center; align-items: center; padding-top: 2rem; padding-right: 3rem; padding-bottom: 2rem; padding-left: 2rem}@media (max-width: 991px) {#brxe-cxxuwv {height: auto}}@media (max-width: 767px) {#brxe-cxxuwv {display: none}}#step-content-3 {position: relative; height: 100%; padding-top: clamp(1rem, 5vw, 3rem); padding-right: clamp(1rem, 5vw, 4rem); padding-bottom: clamp(1rem, 5vw, 3rem); padding-left: clamp(1rem, 5vw, 4rem)}@media (max-width: 991px) {#step-content-3 {padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem}}@media (max-width: 478px) {#step-content-3 {background-image: url(https://eventfurniturepro.com/wp-content/uploads/2025/11/Signing-A-Contract.webp); background-size: cover; background-position: center center; background-color: rgba(255, 255, 255, 0.9); background-blend-mode: overlay}}#brxe-tnzylu {margin-left: 1rem}#brxe-drbipj {position: relative; padding-top: clamp(1rem, 5vw, 3rem); padding-right: clamp(1rem, 5vw, 4rem); padding-bottom: clamp(1rem, 5vw, 3rem); padding-left: clamp(1rem, 5vw, 4rem)}@media (max-width: 991px) {#brxe-drbipj {padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem}}#brxe-skmtkj {height: 100%; width: 100%}#brxe-skmtkj:not(.tag), #brxe-skmtkj img {object-fit: cover}@media (max-width: 991px) {#brxe-skmtkj {height: auto}}#brxe-jpjbre {height: 100%; align-self: center !important; justify-content: center; align-items: center; padding-top: 2rem; padding-right: 3rem; padding-bottom: 2rem; padding-left: 2rem}@media (max-width: 991px) {#brxe-jpjbre {height: auto}}@media (max-width: 767px) {#brxe-jpjbre {display: none}}#step-content-4 {position: relative; height: 100%; padding-top: clamp(1rem, 5vw, 3rem); padding-right: clamp(1rem, 5vw, 4rem); padding-bottom: clamp(1rem, 5vw, 3rem); padding-left: clamp(1rem, 5vw, 4rem)}@media (max-width: 991px) {#step-content-4 {padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem}}@media (max-width: 478px) {#step-content-4 {background-color: rgba(255, 255, 255, 0.9); background-blend-mode: overlay; background-image: url(https://eventfurniturepro.com/wp-content/uploads/2025/11/Production-Quality-Inspection.webp); background-size: cover; background-position: center center}}#brxe-mpngkd {margin-left: 1rem}#brxe-xlumlu {position: relative; padding-top: clamp(1rem, 5vw, 3rem); padding-right: clamp(1rem, 5vw, 4rem); padding-bottom: clamp(1rem, 5vw, 3rem); padding-left: clamp(1rem, 5vw, 4rem)}@media (max-width: 991px) {#brxe-xlumlu {padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem}}#brxe-ltxjto {height: 100%; width: 100%}#brxe-ltxjto:not(.tag), #brxe-ltxjto img {object-fit: cover}@media (max-width: 991px) {#brxe-ltxjto {height: auto}}#brxe-ksfplm {align-self: center !important; height: 100%; justify-content: center; align-items: center; padding-top: 2rem; padding-right: 3rem; padding-bottom: 2rem; padding-left: 2rem}@media (max-width: 991px) {#brxe-ksfplm {height: auto}}@media (max-width: 767px) {#brxe-ksfplm {display: none}}#step-content-5 {position: relative; height: 100%; padding-top: clamp(1rem, 5vw, 3rem); padding-right: clamp(1rem, 5vw, 4rem); padding-bottom: clamp(1rem, 5vw, 3rem); padding-left: clamp(1rem, 5vw, 4rem)}@media (max-width: 991px) {#step-content-5 {padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem}}@media (max-width: 478px) {#step-content-5 {background-image: url(https://eventfurniturepro.com/wp-content/uploads/2025/12/Transportation-furniture.webp); background-size: cover; background-blend-mode: overlay; background-color: rgba(255, 255, 255, 0.9); background-position: center left}}.content-panel { display: none;}.content-panel.active { display: flex; }@media (max-width: 478px) {.step-content > .brxe-block:has(figure.brxe-image) { position: absolute !important; inset: 0 !important;  width: 100% !important; height: 100% !important;  z-index: 0;  margin: 0 !important; padding: 0 !important;}.step-content figure.brxe-image,.step-content img { width: 100% !important; height: 100% !important;    object-fit: cover !important; object-position: center center; display: block; border-radius: inherit; }}#brxe-awgyot {flex-direction: row; width: 1600px; display: block; margin-top: 4rem; margin-bottom: 4rem; box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.16); border-radius: 1.3rem}@media (max-width: 478px) {#brxe-awgyot {margin-top: 2rem; margin-bottom: 2rem}}#brxe-fqincq {margin-bottom: 1rem; align-self: flex-start}#brxe-fodlvf {max-width: 600px}#brxe-ojpujv {width: 70%}@media (max-width: 375px) {#brxe-ojpujv {flex-direction: column}}#brxe-xwujqa {margin-top: 0}@media (max-width: 375px) {#brxe-xwujqa {font-size: 1rem}}#brxe-ejnxyj {flex-direction: row; justify-content: flex-end; width: 30%}@media (max-width: 767px) {#brxe-ejnxyj {width: auto}}@media (max-width: 478px) {#brxe-ejnxyj {width: 30%}}#brxe-qcjnrw {flex-direction: row; justify-content: space-between; align-items: center; padding-top: 1rem; padding-right: 2rem; padding-bottom: 1rem; padding-left: 2rem; margin-top: 2rem; margin-bottom: 2rem}@media (max-width: 767px) {#brxe-qcjnrw {flex-wrap: nowrap; padding-right: 2rem}}@media (max-width: 478px) {#brxe-qcjnrw {padding-right: 0; padding-left: 0}}@media (max-width: 375px) {#brxe-qcjnrw {padding-right: 1rem; padding-left: 1rem; flex-direction: row}}[data-id="brxe-rfexpe"].splide__slide {display: grid; align-items: initial; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; min-height: 50rem; margin-bottom: 4rem; max-height: 55rem}@media (max-width: 767px) {[data-id="brxe-rfexpe"].splide__slide {min-height: 100rem; max-height: 100rem; grid-template-columns: 1fr; grid-template-rows: 1fr minmax(0, 1.2fr)}}@media (max-width: 478px) {[data-id="brxe-rfexpe"].splide__slide {display: grid; align-items: initial; grid-template-columns: 1fr; min-height: 80rem; max-height: 90rem}}#brxe-tioolu {width: 100%; height: 93%}@media (max-width: 991px) {#brxe-tioolu {width: 100%; height: 100%}#brxe-tioolu:not(.tag), #brxe-tioolu img {object-fit: cover}}@media (max-width: 478px) {#brxe-tioolu {width: 100%; height: 100%}}#brxe-lvlier {padding-top: 2rem; padding-bottom: 2rem; padding-left: 2rem}@media (max-width: 991px) {#brxe-lvlier {padding-left: 1rem; justify-content: center}}@media (max-width: 478px) {#brxe-lvlier {padding-top: 1rem; padding-right: 1rem; padding-bottom: 0; padding-left: 1rem}}#brxe-bbzegd {padding-top: 2rem; padding-right: 0; padding-bottom: 2rem}@media (max-width: 991px) {#brxe-bbzegd {padding-top: 1rem; padding-bottom: 1rem}}#brxe-dzxpnb {margin-right: 2rem}#brxe-qfiurf {flex-direction: row}@media (max-width: 478px) {#brxe-qfiurf {flex-direction: row; grid-template-columns: 1fr; grid-template-rows: 1fr 1fr}}#brxe-eenfgq {text-align: justify; line-height: 2}#brxe-eenfgq a {text-align: justify; line-height: 2; font-size: inherit}@media (max-width: 478px) {#brxe-eenfgq {line-height: 1.5; width: 100%}#brxe-eenfgq a {line-height: 1.5; font-size: inherit}}#brxe-fdoamr {padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem; width: 90%; margin-top: 2rem; margin-bottom: 1rem; min-height: 58%; max-height: 68%}@media (max-width: 991px) {#brxe-fdoamr {margin-top: 1rem; max-width: 100%; min-width: 98%; min-height: 66%; max-height: 71%}}@media (max-width: 767px) {#brxe-fdoamr {min-height: 66%; max-height: 71%}}@media (max-width: 478px) {#brxe-fdoamr {min-height: 60%; max-height: 70%}}#brxe-gqeuuz {padding-top: 1rem; padding-bottom: 2rem; padding-left: 4rem}@media (max-width: 991px) {#brxe-gqeuuz {padding-left: 1rem}}@media (max-width: 478px) {#brxe-gqeuuz {padding-right: 2rem; padding-bottom: 1rem; padding-left: 2rem}}[data-id="brxe-gdoamt"].splide__slide {display: grid; align-items: initial; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; min-height: 50rem; margin-bottom: 4rem; max-height: 55rem}@media (max-width: 767px) {[data-id="brxe-gdoamt"].splide__slide {min-height: 52rem; max-height: 55rem}}@media (max-width: 478px) {[data-id="brxe-gdoamt"].splide__slide {display: grid; align-items: initial; grid-template-columns: 1fr; min-height: 80rem; max-height: 90rem}}#brxe-dvhdzo {width: 100%; height: 93%}@media (max-width: 991px) {#brxe-dvhdzo {width: 100%; height: 100%}#brxe-dvhdzo:not(.tag), #brxe-dvhdzo img {object-fit: cover}}@media (max-width: 478px) {#brxe-dvhdzo {width: 100%; height: 100%}}#brxe-nayokg {padding-top: 2rem; padding-bottom: 2rem; padding-left: 2rem}@media (max-width: 991px) {#brxe-nayokg {padding-left: 1rem; justify-content: center}}@media (max-width: 478px) {#brxe-nayokg {padding-top: 1rem; padding-right: 1rem; padding-bottom: 0; padding-left: 1rem}}#brxe-rotgpl {padding-top: 2rem; padding-bottom: 2rem}@media (max-width: 991px) {#brxe-rotgpl {padding-top: 1rem; padding-bottom: 1rem}}#brxe-zbnwxp {margin-right: 2rem}#brxe-xolass {flex-direction: row}@media (max-width: 478px) {#brxe-xolass {flex-direction: row; grid-template-columns: 1fr; grid-template-rows: 1fr 1fr}}#brxe-kasfry {text-align: justify; line-height: 2}#brxe-kasfry a {text-align: justify; line-height: 2; font-size: inherit}@media (max-width: 478px) {#brxe-kasfry {line-height: 1.5; width: 100%}#brxe-kasfry a {line-height: 1.5; font-size: inherit}}#brxe-xrxtdk {min-height: 58%; margin-top: 2rem; margin-bottom: 1rem; max-height: 68%; width: 90%; padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem}@media (max-width: 991px) {#brxe-xrxtdk {margin-top: 1rem; max-width: 100%; min-width: 98%; min-height: 66%; max-height: 71%}}@media (max-width: 767px) {#brxe-xrxtdk {min-height: 66%; max-height: 71%}}@media (max-width: 478px) {#brxe-xrxtdk {min-height: 60%; max-height: 70%}}#brxe-vkzsty {padding-top: 1rem; padding-bottom: 2rem; padding-left: 4rem}@media (max-width: 991px) {#brxe-vkzsty {padding-left: 1rem}}@media (max-width: 478px) {#brxe-vkzsty {padding-right: 2rem; padding-bottom: 1rem; padding-left: 2rem}}[data-id="brxe-jhgsjb"].splide__slide {display: grid; align-items: initial; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; min-height: 50rem; margin-bottom: 4rem; max-height: 55rem}@media (max-width: 767px) {[data-id="brxe-jhgsjb"].splide__slide {min-height: 52rem; max-height: 55rem}}@media (max-width: 478px) {[data-id="brxe-jhgsjb"].splide__slide {display: grid; align-items: initial; grid-template-columns: 1fr; min-height: 80rem; max-height: 90rem}}#brxe-ewmupj {width: 100%; height: 93%}@media (max-width: 991px) {#brxe-ewmupj {width: 100%; height: 100%}#brxe-ewmupj:not(.tag), #brxe-ewmupj img {object-fit: cover}}@media (max-width: 478px) {#brxe-ewmupj {width: 100%; height: 100%}}#brxe-njojsc {padding-top: 2rem; padding-bottom: 2rem; padding-left: 2rem}@media (max-width: 991px) {#brxe-njojsc {padding-left: 1rem; justify-content: center}}@media (max-width: 478px) {#brxe-njojsc {padding-top: 1rem; padding-right: 1rem; padding-bottom: 0; padding-left: 1rem}}#brxe-kedthq {padding-top: 2rem; padding-bottom: 2rem}@media (max-width: 991px) {#brxe-kedthq {padding-top: 1rem; padding-bottom: 1rem}}#brxe-klgzvb {margin-right: 2rem}#brxe-uudtck {flex-direction: row}@media (max-width: 478px) {#brxe-uudtck {flex-direction: row; grid-template-columns: 1fr; grid-template-rows: 1fr 1fr}}#brxe-ahyrxy {text-align: justify; line-height: 2}#brxe-ahyrxy a {text-align: justify; line-height: 2; font-size: inherit}@media (max-width: 478px) {#brxe-ahyrxy {line-height: 1.5; width: 100%}#brxe-ahyrxy a {line-height: 1.5; font-size: inherit}}#brxe-bqafwx {min-height: 58%; margin-top: 2rem; margin-bottom: 1rem; max-height: 68%; width: 90%; padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem}@media (max-width: 991px) {#brxe-bqafwx {margin-top: 1rem; max-width: 100%; min-width: 98%; min-height: 66%; max-height: 71%}}@media (max-width: 767px) {#brxe-bqafwx {min-height: 66%; max-height: 71%}}@media (max-width: 478px) {#brxe-bqafwx {min-height: 60%; max-height: 70%}}#brxe-qjqmsj {padding-top: 1rem; padding-bottom: 2rem; padding-left: 4rem}@media (max-width: 991px) {#brxe-qjqmsj {padding-left: 1rem}}@media (max-width: 478px) {#brxe-qjqmsj {padding-right: 2rem; padding-bottom: 1rem; padding-left: 2rem}}[data-id="brxe-qfmfih"].splide__slide {display: grid; align-items: initial; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; min-height: 50rem; margin-bottom: 4rem; max-height: 55rem}@media (max-width: 767px) {[data-id="brxe-qfmfih"].splide__slide {min-height: 52rem; max-height: 55rem}}@media (max-width: 478px) {[data-id="brxe-qfmfih"].splide__slide {display: grid; align-items: initial; grid-template-columns: 1fr; min-height: 80rem; max-height: 90rem}}#brxe-smdnoo .splide__pagination .splide__pagination__page {margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0}#brxe-smdnoo .splide__slide {height: 100%}#brxe-smdnoo {display: none}@media (max-width: 375px) {#brxe-qlbfjx {margin-bottom: 0}}#brxe-iogcsf {flex-direction: row}#brxe-iogcsf { margin-bottom: 30px;  border-bottom: 1px solid #e0e0e0;  display: flex; gap: 40px; }@media (max-width: 767px) {#brxe-iogcsf { display: flex; gap: 25px;  overflow-x: auto;  white-space: nowrap;  padding-bottom: 0;  margin-bottom: 20px; }#brxe-iogcsf {overflow: auto; flex-wrap: nowrap}}@media (max-width: 478px) {#brxe-iogcsf {flex-wrap: nowrap; overflow: auto}}#brxe-olgsmr {height: 93%; width: 100%}@media (max-width: 991px) {#brxe-olgsmr {width: 100%; height: 100%}#brxe-olgsmr:not(.tag), #brxe-olgsmr img {object-fit: cover}}@media (max-width: 478px) {#brxe-olgsmr {width: 100%; height: 100%}}#brxe-tzvrap {align-self: center !important; min-width: 40rem}@media (max-width: 991px) {#brxe-tzvrap {justify-content: center; max-width: 80rem}}@media (max-width: 478px) {#brxe-tzvrap {padding-top: 1rem; padding-right: 1rem; padding-bottom: 0; padding-left: 1rem; min-width: 25rem}}#brxe-ffkors {padding-top: 2rem; padding-bottom: 2.4rem}@media (max-width: 991px) {#brxe-ffkors {padding-top: 1rem; padding-bottom: 1rem}}@media (max-width: 767px) {#brxe-ffkors {margin-right: clamp(1rem，1.5vw，2rem)}}#brxe-givlrq {margin-right: 2rem}@media (max-width: 767px) {#brxe-koepxp {text-wrap: nowrap}}@media (max-width: 991px) {#brxe-ixipek {flex-direction: column}}#brxe-troops {flex-direction: row; column-gap: 1rem}@media (max-width: 991px) {#brxe-troops {flex-direction: column; row-gap: 2rem}}@media (max-width: 767px) {#brxe-troops {flex-direction: row; column-gap: 1REM; flex-wrap: nowrap}}#brxe-lkffxl {flex-direction: column}@media (max-width: 991px) {#brxe-lkffxl {margin-right: 1rem}}@media (max-width: 767px) {#brxe-lkffxl {margin-right: 0; flex-direction: column; flex-wrap: nowrap; width: auto; flex-grow: 1}}@media (max-width: 478px) {#brxe-lkffxl {grid-template-columns: 1fr; flex-direction: row; grid-template-rows: 1fr 1fr; flex-wrap: wrap}}#brxe-pupwnb {line-height: 2; text-align: justify}#brxe-pupwnb a {line-height: 2; text-align: justify; font-size: inherit}#brxe-pupwnb{hyphens: auto;}@media (max-width: 991px) {#brxe-pupwnb {min-height: 28rem}}@media (max-width: 478px) {#brxe-pupwnb {line-height: 1.5; width: 100%}#brxe-pupwnb a {line-height: 1.5; font-size: inherit}}@media (max-width: 375px) {#brxe-pupwnb {text-align: left}#brxe-pupwnb a {text-align: left; font-size: inherit}}#brxe-ujjuwl {margin-top: 2rem; margin-bottom: 1rem; padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem}@media (max-width: 991px) {#brxe-ujjuwl {margin-top: 1rem}}@media (max-width: 767px) {#brxe-ujjuwl {min-height: 20rem}}@media (max-width: 478px) {#brxe-ujjuwl {max-height: 70%; min-height: 60%}}#brxe-jlwlon {flex-direction: column; padding-right: 2rem; padding-left: 2rem}@media (max-width: 991px) {#brxe-jlwlon {margin-top: 1rem; flex-direction: row; padding-right: 0; padding-left: 0}}@media (max-width: 478px) {#brxe-jlwlon {padding-right: 0rem; padding-bottom: 1rem; padding-left: 0rem}}#brxe-xndira {flex-direction: row; column-gap: 2rem}@media (max-width: 991px) {#brxe-xndira {flex-direction: column}}#brxe-fzxrjr {flex-direction: row; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: minmax(0, 1fr)}#brxe-sbjkll {width: 100%; height: 93%}@media (max-width: 991px) {#brxe-sbjkll {width: 100%; height: 100%}#brxe-sbjkll:not(.tag), #brxe-sbjkll img {object-fit: cover}}@media (max-width: 478px) {#brxe-sbjkll {width: 100%; height: 100%}}#brxe-yuqaka {align-self: center !important; min-width: 40rem}@media (max-width: 991px) {#brxe-yuqaka {justify-content: center; max-width: 80rem}}@media (max-width: 478px) {#brxe-yuqaka {padding-top: 1rem; padding-right: 1rem; padding-bottom: 0; padding-left: 1rem; min-width: 25rem}}#brxe-nnmqfx {padding-top: 2rem; padding-bottom: 2.4rem; text-wrap: nowrap}@media (max-width: 991px) {#brxe-nnmqfx {padding-top: 1rem; padding-bottom: 1rem}}@media (max-width: 767px) {#brxe-nnmqfx {margin-right: clamp(1rem，5vh，2rem)}}@media (max-width: 767px) {#brxe-wtwshr {text-wrap: nowrap}}#brxe-hjxouk {margin-right: 2rem}@media (max-width: 991px) {#brxe-ypvnbr {flex-direction: column}}#brxe-rxacss {flex-direction: row}@media (max-width: 991px) {#brxe-rxacss {flex-direction: column; row-gap: 2rem}}@media (max-width: 767px) {#brxe-rxacss {flex-direction: row; column-gap: 1REM; flex-wrap: nowrap}}#brxe-uwoqel {flex-direction: column}@media (max-width: 991px) {#brxe-uwoqel {margin-right: 1rem}}@media (max-width: 767px) {#brxe-uwoqel {flex-direction: column; flex-wrap: nowrap; margin-right: 0; width: auto; flex-grow: 1}}@media (max-width: 478px) {#brxe-uwoqel {grid-template-columns: 1fr; flex-direction: row; grid-template-rows: 1fr 1fr; flex-wrap: wrap}}#brxe-hpongq {text-align: justify; line-height: 2; text-transform: none}#brxe-hpongq a {text-align: justify; line-height: 2; text-transform: none; font-size: inherit}@media (max-width: 991px) {#brxe-hpongq {min-height: 28rem}}@media (max-width: 478px) {#brxe-hpongq {line-height: 1.5; width: 100%}#brxe-hpongq a {line-height: 1.5; font-size: inherit}}@media (max-width: 375px) {#brxe-hpongq {text-align: left}#brxe-hpongq a {text-align: left; font-size: inherit}}#brxe-jisosr {padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem; margin-top: 2rem; margin-bottom: 1rem}@media (max-width: 991px) {#brxe-jisosr {margin-top: 1rem}}@media (max-width: 767px) {#brxe-jisosr {min-height: 20rem}}@media (max-width: 478px) {#brxe-jisosr {max-height: 70%; min-height: 60%}}#brxe-vcbriv {padding-right: 2rem; padding-left: 2rem; flex-direction: column}@media (max-width: 991px) {#brxe-vcbriv {padding-right: 0; padding-left: 0; flex-direction: row; margin-top: 1rem}}@media (max-width: 478px) {#brxe-vcbriv {padding-right: 0rem; padding-bottom: 1rem; padding-left: 0rem}}#brxe-rhkqdh {flex-direction: row; column-gap: 2rem}@media (max-width: 991px) {#brxe-rhkqdh {flex-direction: column}}#brxe-txxbrg {grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: minmax(0, 1fr); flex-direction: row}#brxe-cjrxuu {width: 100%; height: 93%}@media (max-width: 991px) {#brxe-cjrxuu {width: 100%; height: 100%}#brxe-cjrxuu:not(.tag), #brxe-cjrxuu img {object-fit: cover}}@media (max-width: 478px) {#brxe-cjrxuu {width: 100%; height: 100%}}#brxe-mxmgod {align-self: center !important; min-width: 40rem}@media (max-width: 991px) {#brxe-mxmgod {justify-content: center; max-width: 80rem}}@media (max-width: 478px) {#brxe-mxmgod {padding-top: 1rem; padding-right: 1rem; padding-bottom: 0; padding-left: 1rem; min-width: 25rem}}#brxe-ieehlu {padding-top: 2rem; padding-bottom: 2.4rem}@media (max-width: 991px) {#brxe-ieehlu {padding-top: 1rem; padding-bottom: 1rem}}@media (max-width: 767px) {#brxe-ieehlu {margin-right: clamp(1rem，5vh，2rem)}}#brxe-vgbxfc {margin-right: 2rem}@media (max-width: 991px) {#brxe-bszwjf {flex-direction: column}}#brxe-xuwxgf {flex-direction: row}@media (max-width: 991px) {#brxe-xuwxgf {flex-direction: column; row-gap: 2rem}}@media (max-width: 767px) {#brxe-xuwxgf {flex-direction: row; column-gap: 1REM; flex-wrap: nowrap}}#brxe-xvtccr {flex-direction: column}@media (max-width: 991px) {#brxe-xvtccr {margin-right: 1rem}}@media (max-width: 767px) {#brxe-xvtccr {flex-direction: column; flex-wrap: nowrap; margin-right: 0; width: auto; flex-grow: 1}}@media (max-width: 478px) {#brxe-xvtccr {grid-template-columns: 1fr; flex-direction: row; grid-template-rows: 1fr 1fr; flex-wrap: wrap}}#brxe-nkrflt {text-align: justify; line-height: 2; text-transform: none}#brxe-nkrflt a {text-align: justify; line-height: 2; text-transform: none; font-size: inherit}@media (max-width: 991px) {#brxe-nkrflt {min-height: 28rem}}@media (max-width: 478px) {#brxe-nkrflt {line-height: 1.5; width: 100%}#brxe-nkrflt a {line-height: 1.5; font-size: inherit}}@media (max-width: 375px) {#brxe-nkrflt {text-align: left}#brxe-nkrflt a {text-align: left; font-size: inherit}}#brxe-jzmahw {padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem; margin-top: 2rem; margin-bottom: 1rem}@media (max-width: 991px) {#brxe-jzmahw {margin-top: 1rem}}@media (max-width: 767px) {#brxe-jzmahw {min-height: 20rem}}@media (max-width: 478px) {#brxe-jzmahw {max-height: 70%; min-height: 60%}}#brxe-ahmzjy {padding-right: 2rem; padding-left: 2rem; flex-direction: column}@media (max-width: 991px) {#brxe-ahmzjy {padding-right: 0; padding-left: 0; flex-direction: row; margin-top: 1rem}}@media (max-width: 478px) {#brxe-ahmzjy {padding-right: 0rem; padding-bottom: 1rem; padding-left: 0rem}}#brxe-hmwxsj {flex-direction: row; column-gap: 2rem}@media (max-width: 991px) {#brxe-hmwxsj {flex-direction: column}}#brxe-glgxxw {grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: minmax(0, 1fr); flex-direction: row}#brxe-zvpskd {width: 100%; height: 93%}@media (max-width: 991px) {#brxe-zvpskd {width: 100%; height: 100%}#brxe-zvpskd:not(.tag), #brxe-zvpskd img {object-fit: cover}}@media (max-width: 478px) {#brxe-zvpskd {width: 100%; height: 100%}}#brxe-qbambb {align-self: center !important; min-width: 40rem}@media (max-width: 991px) {#brxe-qbambb {justify-content: center; max-width: 80rem}}@media (max-width: 478px) {#brxe-qbambb {padding-top: 1rem; padding-right: 1rem; padding-bottom: 0; padding-left: 1rem; min-width: 25rem}}#brxe-brlusk {padding-top: 2rem; padding-bottom: 2.4rem}@media (max-width: 991px) {#brxe-brlusk {padding-top: 1rem; padding-bottom: 1rem}}@media (max-width: 767px) {#brxe-brlusk {margin-right: clamp(1rem，5vh，2rem)}}#brxe-umynvy {margin-right: 2rem}@media (max-width: 991px) {#brxe-rklxhu {flex-direction: column}}#brxe-ynchcg {flex-direction: row}@media (max-width: 991px) {#brxe-ynchcg {flex-direction: column; row-gap: 2rem}}@media (max-width: 767px) {#brxe-ynchcg {flex-direction: row; column-gap: 1REM; flex-wrap: nowrap}}#brxe-idhsfr {flex-direction: column}@media (max-width: 991px) {#brxe-idhsfr {margin-right: 1rem}}@media (max-width: 767px) {#brxe-idhsfr {flex-direction: column; flex-wrap: nowrap; margin-right: 0; width: auto; flex-grow: 1}}@media (max-width: 478px) {#brxe-idhsfr {grid-template-columns: 1fr; flex-direction: row; grid-template-rows: 1fr 1fr; flex-wrap: wrap}}#brxe-mdrpfc {text-align: justify; line-height: 2; text-transform: none}#brxe-mdrpfc a {text-align: justify; line-height: 2; text-transform: none; font-size: inherit}@media (max-width: 991px) {#brxe-mdrpfc {min-height: 28rem}}@media (max-width: 478px) {#brxe-mdrpfc {line-height: 1.5; width: 100%}#brxe-mdrpfc a {line-height: 1.5; font-size: inherit}}@media (max-width: 375px) {#brxe-mdrpfc {text-align: left}#brxe-mdrpfc a {text-align: left; font-size: inherit}}#brxe-edloct {padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem; margin-top: 2rem; margin-bottom: 1rem}@media (max-width: 991px) {#brxe-edloct {margin-top: 1rem}}@media (max-width: 767px) {#brxe-edloct {min-height: 20rem}}@media (max-width: 478px) {#brxe-edloct {max-height: 70%; min-height: 60%}}#brxe-cpzfxx {padding-right: 2rem; padding-left: 2rem; flex-direction: column}@media (max-width: 991px) {#brxe-cpzfxx {padding-right: 0; padding-left: 0; flex-direction: row; margin-top: 1rem}}@media (max-width: 478px) {#brxe-cpzfxx {padding-right: 0rem; padding-bottom: 1rem; padding-left: 0rem}}#brxe-uozkgo {flex-direction: row; column-gap: 2rem}@media (max-width: 991px) {#brxe-uozkgo {flex-direction: column}}#brxe-nclfrh {grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: minmax(0, 1fr); flex-direction: row}#brxe-edjalm {width: 100%; height: 93%}@media (max-width: 991px) {#brxe-edjalm {width: 100%; height: 100%}#brxe-edjalm:not(.tag), #brxe-edjalm img {object-fit: cover}}@media (max-width: 478px) {#brxe-edjalm {width: 100%; height: 100%}}#brxe-hpanxx {align-self: center !important; min-width: 40rem}@media (max-width: 991px) {#brxe-hpanxx {justify-content: center; max-width: 80rem}}@media (max-width: 478px) {#brxe-hpanxx {padding-top: 1rem; padding-right: 1rem; padding-bottom: 0; padding-left: 1rem; min-width: 25rem}}#brxe-bzqduu {padding-top: 2rem; padding-bottom: 2.4rem}@media (max-width: 991px) {#brxe-bzqduu {padding-top: 1rem; padding-bottom: 1rem}}@media (max-width: 767px) {#brxe-bzqduu {margin-right: clamp(1rem，5vh，2rem)}}#brxe-olucsm {margin-right: 2rem}@media (max-width: 991px) {#brxe-zdfbqb {flex-direction: column}}#brxe-jhzicb {flex-direction: row}@media (max-width: 991px) {#brxe-jhzicb {flex-direction: column; row-gap: 2rem}}@media (max-width: 767px) {#brxe-jhzicb {flex-direction: row; column-gap: 1REM; flex-wrap: nowrap}}#brxe-aegpjc {flex-direction: column}@media (max-width: 991px) {#brxe-aegpjc {margin-right: 1rem}}@media (max-width: 767px) {#brxe-aegpjc {flex-direction: column; flex-wrap: nowrap; margin-right: 0; width: auto; flex-grow: 1}}@media (max-width: 478px) {#brxe-aegpjc {grid-template-columns: 1fr; flex-direction: row; grid-template-rows: 1fr 1fr; flex-wrap: wrap}}#brxe-ggagts {text-align: justify; line-height: 2; text-transform: none}#brxe-ggagts a {text-align: justify; line-height: 2; text-transform: none; font-size: inherit}@media (max-width: 991px) {#brxe-ggagts {min-height: 28rem}}@media (max-width: 478px) {#brxe-ggagts {line-height: 1.5; width: 100%}#brxe-ggagts a {line-height: 1.5; font-size: inherit}}@media (max-width: 375px) {#brxe-ggagts {text-align: left}#brxe-ggagts a {text-align: left; font-size: inherit}}#brxe-gzakft {padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem; margin-top: 2rem; margin-bottom: 1rem}@media (max-width: 991px) {#brxe-gzakft {margin-top: 1rem}}@media (max-width: 767px) {#brxe-gzakft {min-height: 20rem}}@media (max-width: 478px) {#brxe-gzakft {max-height: 70%; min-height: 60%}}#brxe-qnryxq {padding-right: 2rem; padding-left: 2rem; flex-direction: column}@media (max-width: 991px) {#brxe-qnryxq {padding-right: 0; padding-left: 0; flex-direction: row; margin-top: 1rem}}@media (max-width: 478px) {#brxe-qnryxq {padding-right: 0rem; padding-bottom: 1rem; padding-left: 0rem}}#brxe-rkqcom {flex-direction: row; column-gap: 2rem}@media (max-width: 991px) {#brxe-rkqcom {flex-direction: column}}#brxe-wqrcnn {grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: minmax(0, 1fr); flex-direction: row}#brxe-itjwlv {width: 100%; height: 93%}@media (max-width: 991px) {#brxe-itjwlv {width: 100%; height: 100%}#brxe-itjwlv:not(.tag), #brxe-itjwlv img {object-fit: cover}}@media (max-width: 478px) {#brxe-itjwlv {width: 100%; height: 100%}}#brxe-lxfrmd {align-self: center !important; min-width: 40rem}@media (max-width: 991px) {#brxe-lxfrmd {justify-content: center; max-width: 80rem}}@media (max-width: 478px) {#brxe-lxfrmd {padding-top: 1rem; padding-right: 1rem; padding-bottom: 0; padding-left: 1rem; min-width: 25rem}}#brxe-ltlshe {padding-top: 2rem; padding-bottom: 2.4rem}@media (max-width: 991px) {#brxe-ltlshe {padding-top: 1rem; padding-bottom: 1rem}}@media (max-width: 767px) {#brxe-ltlshe {margin-right: clamp(1rem，5vh，2rem)}}@media (max-width: 478px) {#brxe-rvfenh {text-wrap: wrap}}#brxe-xfrrrm {margin-right: 2rem}@media (max-width: 478px) {#brxe-mqwdrc {text-wrap: wrap}}@media (max-width: 375px) {#brxe-mqwdrc {font-size: 1.1rem}}@media (max-width: 991px) {#brxe-eofzdf {flex-direction: column}}#brxe-dcrxqi {flex-direction: row}@media (max-width: 991px) {#brxe-dcrxqi {flex-direction: column; row-gap: 2rem}}@media (max-width: 767px) {#brxe-dcrxqi {flex-direction: row; column-gap: 1REM; flex-wrap: nowrap}}#brxe-ikobfg {flex-direction: column}@media (max-width: 991px) {#brxe-ikobfg {margin-right: 1rem}}@media (max-width: 767px) {#brxe-ikobfg {flex-direction: column; flex-wrap: nowrap; margin-right: 0; width: auto; flex-grow: 1}}@media (max-width: 478px) {#brxe-ikobfg {grid-template-columns: 1fr; flex-direction: row; grid-template-rows: 1fr 1fr; flex-wrap: wrap}}#brxe-qxunse {text-align: justify; line-height: 2; text-transform: none}#brxe-qxunse a {text-align: justify; line-height: 2; text-transform: none; font-size: inherit}@media (max-width: 991px) {#brxe-qxunse {min-height: 28rem}}@media (max-width: 478px) {#brxe-qxunse {line-height: 1.5; width: 100%}#brxe-qxunse a {line-height: 1.5; font-size: inherit}}@media (max-width: 375px) {#brxe-qxunse {text-align: left}#brxe-qxunse a {text-align: left; font-size: inherit}}#brxe-vrsolo {padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem; margin-top: 2rem; margin-bottom: 1rem}@media (max-width: 991px) {#brxe-vrsolo {margin-top: 1rem}}@media (max-width: 767px) {#brxe-vrsolo {min-height: 20rem}}@media (max-width: 478px) {#brxe-vrsolo {max-height: 70%; min-height: 60%}}#brxe-dyvnep {padding-right: 2rem; padding-left: 2rem; flex-direction: column}@media (max-width: 991px) {#brxe-dyvnep {padding-right: 0; padding-left: 0; flex-direction: row; margin-top: 1rem}}@media (max-width: 478px) {#brxe-dyvnep {padding-right: 0rem; padding-bottom: 1rem; padding-left: 0rem}}#brxe-auhgho {flex-direction: row; column-gap: 2rem}@media (max-width: 991px) {#brxe-auhgho {flex-direction: column}}#brxe-bdnakd {grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: minmax(0, 1fr); flex-direction: row}#brxe-zxjsah .tab-pane > div > div:last-child { padding: 30px;  background: #fff;  border-radius: 0 0 12px 12px;  }.block-heading-h3 { font-size: 26px; font-weight: 700; color: #222; margin-bottom: 20px; position: relative; display: inline-block;}.block-heading-h3::after { content: ''; display: block; width: 40px; height: 3px; background: #ea7a8a;  margin-top: 8px; border-radius: 2px;}#brxe-troops, [id^="brxe-rxacss"], [id^="brxe-xuwxgf"], [id^="brxe-ynchcg"] {  display: flex; gap: 20px;  margin-bottom: 25px;}.project-cost-area { flex: 1;  background: #f8f9fa;  padding: 15px 20px; border-radius: 8px; border-left: 4px solid #ea7a8a;  transition: transform 0.3s ease;} .project-cost-area:hover { transform: translateY(-3px);  box-shadow: 0 5px 15px rgba(0,0,0,0.05);}.project-text { font-size: 12px; text-transform: uppercase;  letter-spacing: 1px; color: #888; margin-bottom: 5px; font-weight: 600;}.slide-text p { font-size: clamp(12px,1.3vw,15px); line-height: 1.8;  color: #555;  text-align: justify;  margin-bottom: 0;}@media (max-width: 767px) {  #brxe-troops { gap: 10px; } .project-cost-area { padding: 10px 15px; } .project-text-bold { font-size: 18px; } #brxe-zxjsah .tab-pane > div > div:last-child { padding: 10px;  }}#brxe-dsxzqn > .tab-menu .tab-title {padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px}#brxe-dsxzqn > .tab-menu .tab-title.brx-open {background-color: #dddedf}#brxe-dsxzqn > .tab-content {padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem; border: 0.2rem dotted var(--bricks-color-whirqt)}#brxe-dsxzqn {width: 1600px; flex-direction: column; align-self: center; justify-content: center}@media (max-width: 478px) {#brxe-dsxzqn > .tab-content {padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem}}#brxe-vduugm {width: 1600px; box-shadow: 0 10px 30px 0 var(--bricks-color-gdbzft); border-radius: 1.3rem; background-color: #f9f9f9; padding-top: 2rem; padding-right: 2rem; padding-bottom: 4rem; padding-left: 2rem; margin-top: 4rem; margin-bottom: 4rem}@media (max-width: 991px) {#brxe-vduugm {padding-top: 40px; padding-bottom: 40px}}@media (max-width: 767px) {#brxe-vduugm {padding-top: 40px; padding-bottom: 40px}}@media (max-width: 478px) {#brxe-vduugm {margin-top: 2rem; margin-bottom: 2rem}}#brxe-pysjdi {padding-top: 4rem; padding-bottom: 4rem; position: relative; margin-top: 4rem; margin-bottom: 4rem}@media (max-width: 991px) {#brxe-pysjdi {padding-right: 2rem; padding-left: 2rem}}@media (max-width: 767px) {#brxe-pysjdi {padding-right: 2rem; padding-left: 2rem}}@media (max-width: 478px) {#brxe-pysjdi {margin-top: 2rem; margin-bottom: 2rem}}@media (max-width: 375px) {#brxe-pysjdi {padding-right: 1rem; padding-left: 1rem}}#brxe-sdnhks {font-size: 80PX}#brxe-sdnhks a {font-size: 80PX; font-size: inherit}#brxe-rivsxu {line-height: 1.2; letter-spacing: 1px; align-self: flex-start}#brxe-xxnwxu {align-self: center !important}#brxe-mltcfy {font-size: 1.5rem; color: var(--bricks-color-zhryvp)}@media (max-width: 767px) {#brxe-mltcfy {text-wrap: wrap; align-self: flex-start}}@media (max-width: 478px) {#brxe-mltcfy {font-size: 1.3rem; font-weight: 600; text-wrap: wrap}}#brxe-vujfgc {margin-top: 1rem; border-radius: 1.2rem; transition: all 0.3s ease; align-self: flex-end}@media (max-width: 767px) {#brxe-vujfgc {align-self: flex-start}}@media (max-width: 478px) {#brxe-vujfgc {align-self: flex-start}}@media (max-width: 375px) {#brxe-vujfgc {align-self: flex-start}}#brxe-dmpfme {padding-top: 1rem; padding-bottom: 1rem; align-items: flex-end}#brxe-txymcs {justify-content: center; flex-direction: row; column-gap: 4rem}@media (max-width: 375px) {#brxe-txymcs {padding-right: 1rem; padding-left: 1rem}}@media (max-width: 375px) {#brxe-mtqyhc {font-size: 2.8rem; text-wrap: nowrap}}#brxe-qcztpj {padding-top: 4rem; padding-right: 4rem; padding-bottom: 4rem; padding-left: 4rem; margin-top: 4rem; background-color: rgba(242, 242, 242, 0.94); border-radius: 1.2rem; box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07); display: grid; align-items: initial; grid-template-columns: 1fr 1fr 1fr 1fr; grid-template-rows: 1fr; grid-gap: 40px 20px}@media (max-width: 767px) {#brxe-qcztpj {padding-top: 2rem; padding-right: 2rem; padding-bottom: 2rem; padding-left: 2rem; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)}}@media (max-width: 478px) {#brxe-qcztpj {grid-gap: 2rem; grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); grid-template-columns: 1fr 1fr 1fr; padding-top: 2rem; padding-right: 2rem; padding-bottom: 2rem; padding-left: 2rem; margin-top: 2rem}}@media (max-width: 375px) {#brxe-qcztpj {grid-template-columns: 1fr 1fr 1fr; grid-gap: 1rem; padding-top: 2rem; padding-right: 1rem; padding-bottom: 2rem; padding-left: 1rem; grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); margin-top: 1.5rem}}#brxe-mqtspd {padding-top: 0.5rem; padding-left: 2rem; font-weight: 200; font-family: "Jost"; font-style: italic; margin-bottom: 4rem}@media (max-width: 478px) {#brxe-mqtspd {margin-bottom: 2rem}}@media (max-width: 375px) {#brxe-mqtspd {padding-left: 0}}#brxe-uctkyr {aspect-ratio: 1151/600; width: 100%; height: auto}#brxe-idgfwj {align-self: center !important; margin-right: 0.5rem; margin-left: 1rem}#brxe-oznbie {padding-top: 2rem; padding-bottom: 2rem; padding-left: 1.6rem; color: var(--bricks-color-lqsuii); align-self: flex-start}@media (max-width: 767px) {#brxe-pltnya {flex-wrap: nowrap}}#brxe-njiiif {color: var(--bricks-color-srfast); line-height: 1.5; font-size: clamp(1.3rem,2vw,1.5rem); margin-bottom: 1.4rem; margin-left: 1.5rem}#brxe-njiiif:hover {color: var(--bricks-color-hpxyse)}@media (max-width: 767px) {#brxe-njiiif {align-self: center; width: 90%}}@media (max-width: 991px) {#brxe-wuanjj {width: 80%}}@media (max-width: 767px) {#brxe-wuanjj {width: 100%}}#brxe-ufftyq {flex-direction: row; background-color: rgba(242, 242, 242, 0.94); border-radius: 1.2rem; padding-top: 4rem; padding-bottom: 4rem; max-height: 50rem; box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07); margin-top: 4rem; margin-bottom: 4rem}@media (max-width: 991px) {#brxe-ufftyq {flex-direction: row}}@media (max-width: 767px) {#brxe-ufftyq {max-height: 100rem}}@media (max-width: 478px) {#brxe-ufftyq {margin-top: 2rem; margin-bottom: 2rem}}@media (max-width: 375px) {#brxe-ufftyq {padding-top: 2rem}}#brxe-vfmduy {width: 1600px}#brxe-ibbdag {align-self: center; padding-top: 2rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem}#brxe-lhgtoz:not(.tag), #brxe-lhgtoz img {object-fit: cover; object-position: 30%}#brxe-lhgtoz {aspect-ratio: 1; max-width: 300px}@media (max-width: 767px) {#brxe-lhgtoz {max-width: 100%}}#brxe-zvfrro {justify-content: center; padding-top: 1rem; padding-bottom: 1rem; align-items: center; align-self: center !important}#brxe-fuezsj {font-family: "Jost"; font-weight: 700}#brxe-dvrzvr {font-size: 1.3rem; font-family: "Jost"; font-weight: 500; font-style: oblique}#brxe-yvcbcg {flex-direction: row; justify-content: center; column-gap: 2rem; padding-top: 0.5rem; padding-bottom: 1rem; align-items: center}@media (max-width: 767px) {#brxe-yvcbcg {flex-direction: column}}#brxe-vsxtew {padding-bottom: 0}[data-id="brxe-riidlz"].splide__slide {padding-top: 2rem; padding-right: 2rem; padding-bottom: 2rem; padding-left: 2rem; flex-direction: column}#brxe-avlblt {max-width: 300px}@media (max-width: 767px) {#brxe-avlblt {max-width: 100%}}#brxe-dsydvn {justify-content: center; padding-top: 1rem; padding-bottom: 1rem; align-items: center; align-self: center !important}#brxe-edyyje {font-weight: 700; font-family: "Jost"}#brxe-artsmw {font-size: 1.3rem; font-family: "Jost"; font-weight: 500; font-style: oblique}#brxe-zgjnfg {flex-direction: row; justify-content: center; column-gap: 2rem; padding-top: 0.5rem; padding-bottom: 1rem; align-items: center}@media (max-width: 767px) {#brxe-zgjnfg {flex-direction: column}}#brxe-ghrdec {padding-bottom: 0}[data-id="brxe-ygkhnw"].splide__slide {padding-top: 2rem; padding-right: 2rem; padding-bottom: 2rem; padding-left: 2rem; flex-direction: column}#brxe-jkwipi:not(.tag), #brxe-jkwipi img {object-fit: cover; object-position: 30%}#brxe-jkwipi {aspect-ratio: 1; max-width: 300px}@media (max-width: 767px) {#brxe-jkwipi {max-width: 100%}}#brxe-zmcxdi {justify-content: center; padding-top: 1rem; padding-bottom: 1rem; align-items: center; align-self: center !important}#brxe-vbvrjm {font-family: "Jost"; font-weight: 700}#brxe-hvlcmy {font-size: 1.3rem; font-family: "Jost"; font-weight: 500; font-style: oblique}#brxe-cuaajz {flex-direction: row; justify-content: center; column-gap: 2rem; padding-top: 0.5rem; padding-bottom: 1rem; align-items: center}@media (max-width: 767px) {#brxe-cuaajz {flex-direction: column}}#brxe-vzdgrd {padding-bottom: 0}[data-id="brxe-fhsmzd"].splide__slide {padding-top: 2rem; padding-right: 2rem; padding-bottom: 2rem; padding-left: 2rem; flex-direction: column}#brxe-bijapc {max-width: 300px; aspect-ratio: 1}#brxe-bijapc:not(.tag), #brxe-bijapc img {object-fit: cover}@media (max-width: 767px) {#brxe-bijapc {max-width: 100%; aspect-ratio: 1}#brxe-bijapc:not(.tag), #brxe-bijapc img {object-fit: cover; object-position: 40%}}#brxe-bzjhib {padding-top: 1rem; padding-bottom: 1rem; justify-content: center; align-items: center; align-self: center !important}#brxe-cehsie {font-weight: 700; font-family: "Jost"}#brxe-ywozyj {font-family: "Jost"; font-weight: 500; font-style: oblique; font-size: 1.2rem}#brxe-ikeogy {flex-direction: row; justify-content: center; column-gap: 2rem; padding-top: 0.5rem; padding-bottom: 1rem; align-items: center}@media (max-width: 767px) {#brxe-ikeogy {flex-direction: column}}#brxe-jsjskx {padding-bottom: 0}#brxe-raxgbp {border-radius: 1.2rem}[data-id="brxe-kbzrtd"].splide__slide {padding-top: 2rem; padding-right: 2rem; padding-bottom: 2rem; padding-left: 2rem; flex-direction: column}#brxe-krlbyo:not(.tag), #brxe-krlbyo img {object-fit: cover; object-position: 30%}#brxe-krlbyo {aspect-ratio: 1; max-width: 300px}@media (max-width: 767px) {#brxe-krlbyo {max-width: 100%}}#brxe-jovlhp {justify-content: center; padding-top: 1rem; padding-bottom: 1rem; align-items: center; align-self: center !important}#brxe-lymxng {font-family: "Jost"; font-weight: 700}#brxe-mgljow {font-size: 1.3rem; font-family: "Jost"; font-weight: 500; font-style: oblique}#brxe-dypwyx {flex-direction: row; justify-content: center; column-gap: 2rem; padding-top: 0.5rem; padding-bottom: 1rem; align-items: center}@media (max-width: 767px) {#brxe-dypwyx {flex-direction: column}}#brxe-zdpvvz {padding-bottom: 0}[data-id="brxe-hjwwvy"].splide__slide {padding-top: 2rem; padding-right: 2rem; padding-bottom: 2rem; padding-left: 2rem; flex-direction: column}#brxe-sedbci {max-width: 300px; aspect-ratio: 1}#brxe-sedbci:not(.tag), #brxe-sedbci img {object-fit: cover}@media (max-width: 767px) {#brxe-sedbci {max-width: 100%; aspect-ratio: 1}#brxe-sedbci:not(.tag), #brxe-sedbci img {object-fit: cover}}#brxe-woorld {justify-content: center; padding-top: 1rem; padding-bottom: 1rem; align-items: center; align-self: center !important}#brxe-mewjmb {font-weight: 700; font-family: "Jost"}#brxe-vqtodi {font-size: 1.3rem; font-family: "Jost"; font-weight: 500; font-style: oblique}#brxe-dctlpt {flex-direction: row; justify-content: center; column-gap: 2rem; padding-top: 0.5rem; padding-bottom: 1rem; align-items: center}@media (max-width: 767px) {#brxe-dctlpt {flex-direction: column}}#brxe-rqdzwh {padding-bottom: 0}[data-id="brxe-woimzn"].splide__slide {padding-top: 2rem; padding-right: 2rem; padding-bottom: 2rem; padding-left: 2rem; flex-direction: column}#brxe-eugsfo:not(.tag), #brxe-eugsfo img {object-fit: cover; object-position: 30%}#brxe-eugsfo {aspect-ratio: 1; max-width: 300px}@media (max-width: 767px) {#brxe-eugsfo {max-width: 100%}}#brxe-zzernm {justify-content: center; padding-top: 1rem; padding-bottom: 1rem; align-items: center; align-self: center !important}#brxe-iyewrw {font-family: "Jost"; font-weight: 700}#brxe-oderag {font-size: 1.3rem; font-family: "Jost"; font-weight: 500; font-style: oblique}#brxe-hjypxr {flex-direction: row; justify-content: center; column-gap: 2rem; padding-top: 0.5rem; padding-bottom: 1rem; align-items: center}@media (max-width: 767px) {#brxe-hjypxr {flex-direction: column}}#brxe-pyokjo {padding-bottom: 0}[data-id="brxe-gjfmaf"].splide__slide {padding-top: 2rem; padding-right: 2rem; padding-bottom: 2rem; padding-left: 2rem; flex-direction: column}#brxe-bchbsb .splide__arrow {color: var(--bricks-color-onslux)}#brxe-bchbsb .splide__arrow svg {fill: var(--bricks-color-onslux)}#brxe-bchbsb .splide__pagination .splide__pagination__page.is-active {height: 1.5rem; width: 1.5rem; color: var(--bricks-color-onslux); background-color: var(--bricks-color-onslux)}#brxe-bchbsb .splide__pagination {bottom: 0px}#brxe-bchbsb .splide__pagination .splide__pagination__page {height: 1rem; width: 1rem; color: var(--bricks-color-bntmqt); background-color: var(--bricks-color-bntmqt)}#brxe-bchbsb .splide__slide {padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem}#brxe-aagffk {flex-direction: row; align-self: center; width: 100%}#brxe-jrkadb {width: 100%; align-self: stretch !important; padding-right: 2rem; padding-left: 2rem; margin-top: 2rem; margin-bottom: 2rem}#brxe-fvmftx {width: 1600px; margin-top: 4rem; margin-bottom: 4rem; background-color: rgba(242, 242, 242, 0.94); border-radius: 1.2rem; box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07)}@media (max-width: 478px) {#brxe-fvmftx {margin-top: 2rem; margin-bottom: 2rem}}#brxe-mxzhok {width: 1600px; padding-top: 2rem; padding-right: 2rem; padding-bottom: 2rem; padding-left: 2rem; box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.06); transition: all 0.3s ease; border-radius: 1.3rem}@media (max-width: 375px) {#brxe-mxzhok {padding-right: 1rem; padding-left: 1rem}}#brxe-lrvwka {padding-top: 2rem; padding-bottom: 2rem; position: relative}#brxe-vwxtqn {font-size: 30px}#brxe-uhzjdo {padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; gap: 10px}#brxe-uhzjdo:hover {background-color: var(--bricks-color-jolqkk); border: 1px solid var(--bricks-color-jolqkk)}.brxe-1d4108 {font-weight: 400; align-self: flex-start}@media (max-width: 991px) {.brxe-1d4108 {font-size: 2rem}}.brxe-d19173 {font-size: 4rem; margin-right: 0; margin-bottom: 2rem; margin-left: 0; align-self: flex-start}@media (max-width: 991px) {.brxe-d19173 {font-size: clamp(2.7rem,2vw,3.5rem)}}@media (max-width: 767px) {.brxe-d19173 {margin-bottom: 1rem; font-size: clamp(2.6rem,2vw,3rem)}}@media (max-width: 478px) {.brxe-d19173 {font-size: clamp(2rem,5vw,3rem)}}@media (max-width: 375px) {.brxe-d19173 {font-size: 2rem}}.brxe-2b7412 {margin-bottom: 3rem; max-width: 60ch}@media (max-width: 991px) {.brxe-2b7412 {font-size: 1.5rem; font-weight: 300; max-width: 60ch}.brxe-2b7412 a {font-size: 1.5rem; font-weight: 300; font-size: inherit}}@media (max-width: 767px) {.brxe-2b7412 {font-family: "Jost"}.brxe-2b7412 a {font-family: "Jost"; font-size: inherit}}@media (max-width: 478px) {.brxe-2b7412 {min-width: 38ch; width: auto}}@media (max-width: 375px) {.brxe-2b7412 {width: 35ch; margin-bottom: 1rem}}.brxe-f8b5a2 {font-weight: 400}@media (max-width: 478px) {.brxe-f8b5a2 {margin-bottom: 0}}@media (max-width: 375px) {.brxe-f8b5a2 {margin-bottom: 1rem}}.brxe-040044 {font-size: 1.5rem; margin-top: 2rem; margin-bottom: 2rem; max-width: 60ch}.brxe-040044 a {font-size: 1.5rem; font-size: inherit}@media (max-width: 991px) {.brxe-040044 {font-weight: 300; font-family: "Jost"; margin-bottom: 2rem}.brxe-040044 a {font-weight: 300; font-family: "Jost"; font-size: inherit}}@media (max-width: 478px) {.brxe-040044 {display: none}}.brxe-2c3aba {align-self: center; height: 40px; width: 40px}@media (max-width: 991px) {.brxe-2c3aba {height: 40px; width: 40px}}@media (max-width: 767px) {.brxe-2c3aba {height: 30px; width: 30px}}@media (max-width: 478px) {.brxe-2c3aba {height: 30px; width: 30px}}@media (max-width: 375px) {.brxe-2c3aba {height: 30px; width: 30px}}.brxe-099640 {align-self: center; margin-left: 2rem; font-weight: 300; font-size: 3rem}@media (max-width: 991px) {.brxe-099640 {font-size: clamp(2rem,2vw,2.6rem)}}@media (max-width: 767px) {.brxe-099640 {font-size: clamp(2rem,2vw,2.6rem)}}@media (max-width: 478px) {.brxe-099640 {font-size: clamp(2rem,5vw,3rem)}}@media (max-width: 375px) {.brxe-099640 {font-size: 2rem}}.brxe-ef6120 {flex-direction: row}@media (max-width: 991px) {.brxe-ef6120 {margin-top: 2rem}}@media (max-width: 478px) {.brxe-ef6120 {margin-top: 0}}.brxe-e6fe76 {height: 40px; width: 40px; align-self: center}@media (max-width: 991px) {.brxe-e6fe76 {height: 40px; width: 40px}}@media (max-width: 767px) {.brxe-e6fe76 {height: 30px; width: 30px}}@media (max-width: 478px) {.brxe-e6fe76 {height: 30px}}@media (max-width: 375px) {.brxe-e6fe76 {height: 30px; width: 30px}}.brxe-7acd87 {align-self: center; margin-left: 2rem; font-weight: 300; font-size: 3rem; letter-spacing: 2px}@media (max-width: 991px) {.brxe-7acd87 {font-size: clamp(2rem,2vw,2.6rem)}}@media (max-width: 767px) {.brxe-7acd87 {font-size: clamp(2rem,2vw,2.6rem)}}@media (max-width: 478px) {.brxe-7acd87 {font-size: clamp(2rem,5vw,3rem)}}@media (max-width: 375px) {.brxe-7acd87 {font-size: 2rem}}.brxe-49ea07 {flex-direction: row}@media (max-width: 991px) {.brxe-49ea07 {margin-top: 0.5rem}}.brxe-58e5a3 {padding-top: 3rem; padding-left: 2rem; row-gap: 3rem}@media (max-width: 991px) {.brxe-58e5a3 {padding-right: 2rem}}@media (max-width: 767px) {.brxe-58e5a3 {padding-top: 1rem; padding-right: 1rem; padding-left: 1rem}}@media (max-width: 478px) {.brxe-58e5a3 {padding-right: 2rem; padding-left: 2rem}}@media (max-width: 375px) {.brxe-58e5a3 {padding-right: 1rem; padding-left: 1rem}}@media (max-width: 767px) {.brxe-c8cd6a {font-size: 2rem}}.brxe-e22192 .form-group:nth-child(1) {width: 45%}.brxe-e22192 .form-group:nth-child(2) {width: 50%}.brxe-e22192 .form-group:nth-child(3) {width: 45%}.brxe-e22192 .form-group:nth-child(4) {width: 50%}.brxe-e22192 .form-group:not(:last-child):not(.captcha) {padding-top: 1rem; padding-right: 1rem}.brxe-e22192 .form-group input {border-top: 0 dotted var(--bricks-color-lqsuii); border-right: 0 dotted var(--bricks-color-lqsuii); border-bottom: 1px dotted var(--bricks-color-lqsuii); border-left: 0 dotted var(--bricks-color-lqsuii); background-color: rgba(0, 0, 0, 0); color: var(--bricks-color-lqsuii); font-family: "Jost"; font-weight: 300}.brxe-e22192 .flatpickr {border-top: 0 dotted var(--bricks-color-lqsuii); border-right: 0 dotted var(--bricks-color-lqsuii); border-bottom: 1px dotted var(--bricks-color-lqsuii); border-left: 0 dotted var(--bricks-color-lqsuii); background-color: rgba(0, 0, 0, 0)}.brxe-e22192 select {border-top: 0 dotted var(--bricks-color-lqsuii); border-right: 0 dotted var(--bricks-color-lqsuii); border-bottom: 1px dotted var(--bricks-color-lqsuii); border-left: 0 dotted var(--bricks-color-lqsuii); background-color: rgba(0, 0, 0, 0); color: var(--bricks-color-lqsuii); font-family: "Jost"; font-weight: 300}.brxe-e22192 textarea {border-top: 0 dotted var(--bricks-color-lqsuii); border-right: 0 dotted var(--bricks-color-lqsuii); border-bottom: 1px dotted var(--bricks-color-lqsuii); border-left: 0 dotted var(--bricks-color-lqsuii); background-color: rgba(0, 0, 0, 0); color: var(--bricks-color-lqsuii); font-family: "Jost"; font-weight: 300}.brxe-e22192 .bricks-button:not([type=submit]) {border-top: 0 dotted var(--bricks-color-lqsuii); border-right: 0 dotted var(--bricks-color-lqsuii); border-bottom: 1px dotted var(--bricks-color-lqsuii); border-left: 0 dotted var(--bricks-color-lqsuii)}.brxe-e22192 .choose-files {border-top: 0 dotted var(--bricks-color-lqsuii); border-right: 0 dotted var(--bricks-color-lqsuii); border-bottom: 1px dotted var(--bricks-color-lqsuii); border-left: 0 dotted var(--bricks-color-lqsuii)}.brxe-e22192 button[type=submit].bricks-button {border-radius: 1.3rem}.brxe-e22192 .submit-button-wrapper {width: 100%}.brxe-e22192 .bricks-button {font-family: "Jost"; font-weight: 500; line-height: 2}.brxe-e22192 .form-group input::placeholder,.brxe-e22192 .form-group textarea::placeholder { color: #8c8c8c;} .brxe-e22192 button[type="submit"] {  color: #ffffff; background-image: linear-gradient(150deg, #e87a90 60%, #f8d8de 90%);  padding-top: 1rem; padding-right: 2.5rem; padding-bottom: 1rem; padding-left: 2.5rem; border: 2px solid var(--bricks-color-onslux); border-radius: 1.2rem; font-size: 1.5rem; text-transform: uppercase;  transition: all 0.3s ease;}.brxe-e22192 button[type="submit"]:hover { filter: brightness(110%);  cursor: pointer;}.brxe-f611f3 {padding-top: 3rem}@media (max-width: 991px) {.brxe-f611f3 {padding-right: 2rem}}@media (max-width: 767px) {.brxe-f611f3 {padding-top: 1rem; padding-right: 1rem; padding-left: 1rem}}@media (max-width: 478px) {.brxe-f611f3 {padding-right: 2rem; padding-left: 2rem}}@media (max-width: 375px) {.brxe-f611f3 {padding-right: 1rem; padding-left: 1rem}}.brxe-732dc2 {display: grid; align-items: initial; grid-template-columns: 3fr 3fr; grid-gap: 1rem}@media (max-width: 991px) {.brxe-732dc2 {grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));}}@media (max-width: 767px) {.brxe-732dc2 {grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));; grid-template-rows: minmax(0, 1fr)}}@media (max-width: 478px) {.brxe-732dc2 {grid-template-columns: 4fr; grid-template-rows: 0.7fr 1fr; grid-gap: 1rem}}.brxe-5ccd0b {align-self: stretch !important; width: 100%; flex-direction: row; width: 1600px; margin-top: 7rem; margin-bottom: 7rem}@media (max-width: 478px) {.brxe-5ccd0b {margin-top: 2rem; margin-bottom: 2rem; width: auto}}.brxe-efniqd {background-image: linear-gradient(#f8d8de, #fec3cd); box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12)}