@layer bricks {:where(.brxe-divider){align-items:center;display:flex;font-size:30px;gap:30px}:where(.brxe-divider).horizontal{width:100%}:where(.brxe-divider).horizontal .line{border-top:1px solid}:where(.brxe-divider).vertical{flex-direction:column}:where(.brxe-divider).vertical .line{border-right:1px solid;width:auto}:where(.brxe-divider) .line{position:relative;width:100%}:where(.brxe-divider) .icon{flex-shrink:0;position:relative}:where(.brxe-divider) a{display:inline-flex}}@layer bricks {.brxe-button{width:auto}}@layer bricks {:where(.brxe-icon-box){align-items:flex-start;display:flex;flex-direction:column}:where(.brxe-icon-box).top .icon{margin-bottom:20px}:where(.brxe-icon-box).bottom{flex-direction:column-reverse}:where(.brxe-icon-box).bottom .icon{margin-top:20px}:where(.brxe-icon-box).right{flex-direction:row-reverse}:where(.brxe-icon-box).right .icon{margin-left:20px}:where(.brxe-icon-box).left{flex-direction:row}:where(.brxe-icon-box).left .icon{margin-right:20px}:where(.brxe-icon-box) .icon{display:inline-flex}:where(.brxe-icon-box) .icon a{display:inline-flex}:where(.brxe-icon-box) i{display:inline-block;font-size:40px;line-height:1;text-align:center}}@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 li{align-items:baseline;display:flex;gap:8px}: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{align-self:flex-start;background-color:transparent;border:1px solid var(--bricks-border-color);cursor:pointer;display:inline-block;font-family:inherit;font-size:12px;font-weight:600;line-height:40px;padding:0 15px;text-align:center;text-transform:none;white-space:nowrap;width:auto}:where(.brxe-form) .choose-files:hover{background-color:rgba(0,0,0,.05)}:where(.brxe-form) .gallery-preview{display:flex;flex-wrap:wrap;gap:10px}:where(.brxe-form) .gallery-preview:not(:empty)+button{margin-top:5px}:where(.brxe-form) .image-preview{align-self:flex-start;overflow:hidden;position:relative}:where(.brxe-form) .image-preview:hover button{opacity:1}:where(.brxe-form) .image-preview:has(img)+button{margin-top:5px}:where(.brxe-form) .image-preview button{background-color:#fff;border:none;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}:where(.brxe-form) .image-preview button:hover{background-color:var(--bricks-text-danger);color:#fff}:where(.brxe-form) .image-preview button.hide{display:none}.grecaptcha-badge{visibility:hidden}}@layer bricks {:where(.brxe-svg){height:auto;width:auto}:where(.brxe-svg) svg{height:auto;max-width:100%;overflow:visible;width:auto}}@layer bricks {.brxe-rating{display:flex;position:relative}.brxe-rating .icon{font-size:30px;line-height:0}.brxe-rating .icon svg{fill:currentcolor}.brxe-rating .full-color{color:#ffd64f}.brxe-rating .empty-color{color:#999}.brxe-rating .icon-wrapper{position:relative}.brxe-rating .icon-wrapper .overlay{height:100%;left:0;overflow:hidden;position:absolute;top:0}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}a.brxe-image{display:inline-block}figure.brxe-image{margin:0}:where(.brxe-image).tag{display:inline-block;height:fit-content;position:relative;width:auto}:where(.brxe-image).caption{position:relative}:where(.brxe-image).caption:has(figcaption.bricks-image-caption){overflow:hidden}:where(.brxe-image).overlay{position:relative}:where(.brxe-image).overlay:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:where(.brxe-image):before{border-radius:inherit}:where(.brxe-image) a{border-radius:inherit;position:static;transition:inherit}:where(.brxe-image) picture{border-radius:inherit;transition:inherit}:where(.brxe-image) img{border-radius:inherit;height:100%;position:static!important;transition:inherit;width:100%}:where(.brxe-image) img.bricks-lazy-hidden+figcaption{display:none}:where(.brxe-image) .icon{color:#fff;font-size:60px;pointer-events:none;position:absolute;right:50%;text-align:center;top:50%;transform:translate(50%,-50%);z-index:5}:where(.brxe-image) .bricks-image-caption{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 70%,transparent);bottom:0;color:#fff;font-size:inherit;margin:0;padding:10px 15px;pointer-events:none;position:absolute;text-align:center;width:100%;z-index:1}}@layer bricks {:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}}#brxe-37beeb {font-weight: 700; font-size: 72px; margin-bottom: 0}#brxe-37beeb { color: #fff;}#brxe-37beeb span { color: #FF6A03;}@media (max-width: 478px) {#brxe-37beeb {font-size: 50px; margin-bottom: 0}}#brxe-b2a2a9 {color: var(--light); font-weight: 400; font-size: 16px}@media (max-width: 478px) {#brxe-b2a2a9 {font-weight: 600; font-size: 16px}}#brxe-0f551a {border-color: var(--secondary); margin-top: 0; margin-left: 6px}#brxe-721e7d {color: var(--text-light); font-size: 14px}@media (max-width: 478px) {#brxe-721e7d {font-size: 14px; padding-right: 5px}}#brxe-85b8d1 {display: flex; flex-direction: column}{ margin-top: 5px;  margin-bottom: 15px;  font-size: 13px;  font-style: italic;  color: #555555;  line-height: 1.4;}#brxe-abe378 .line {height: 30px}#brxe-abe378.horizontal .line {border-top-width: 30px; border-top-style: solid; border-top-color: var(--bg-surface)}#brxe-abe378 {color: var(--bg-surface)}#brxe-abe378.vertical .line {border-right-style: solid; border-right-color: var(--bg-surface)}#brxe-abe378 .icon {color: var(--bg-surface)}@media (max-width: 478px) {#brxe-abe378 {overflow: hidden; display: none}}#brxe-0767bb {color: var(--bg-surface)}.review-scroller-container { height: 30px;  overflow: hidden; position: relative; margin-top: 10px; margin-bottom: 15px;} .review-scroller-wrapper { display: flex; flex-direction: column; animation: scroll-up 15s infinite cubic-bezier(0.645, 0.045, 0.355, 1);} .review-item { display: flex; align-items: center; height: 30px;  color: #ffff;  font-size: 15px; font-style: italic; white-space: nowrap;} .quote-mark { color: #ff6b00;  font-weight: bold; font-size: 20px; margin-right: 8px; font-family: serif;}@keyframes scroll-up { 0% { transform: translateY(0); } 20% { transform: translateY(0); } 25% { transform: translateY(-30px); } 45% { transform: translateY(-30px); } 50% { transform: translateY(-60px); } 70% { transform: translateY(-60px); } 75% { transform: translateY(-90px); } 95% { transform: translateY(-90px); } 100% { transform: translateY(-120px); }}@media (max-width: 478px) {#brxe-0767bb {display: none; overflow: hidden; visibility: hidden}}#brxe-23a461 {align-self: center !important; justify-content: center; align-items: center}@media (max-width: 478px) {#brxe-23a461 {visibility: visible}}#brxe-23bf8f {align-items: center}@media (max-width: 478px) {#brxe-23bf8f {flex-direction: row; width: 100%}}#brxe-0fc1bc {color: var(--bg-surface); display: none}.review-scroller-container { height: 30px;  overflow: hidden; position: relative; margin-top: 10px; margin-bottom: 15px;} .review-scroller-wrapper { display: flex; flex-direction: column; animation: scroll-up 15s infinite cubic-bezier(0.645, 0.045, 0.355, 1);} .review-item { display: flex; align-items: center; height: 30px;  color: #ffff;  font-size: 15px; font-style: italic; white-space: nowrap;} .quote-mark { color: #ff6b00;  font-weight: bold; font-size: 20px; margin-right: 8px; font-family: serif;}@keyframes scroll-up { 0% { transform: translateY(0); } 20% { transform: translateY(0); } 25% { transform: translateY(-30px); } 45% { transform: translateY(-30px); } 50% { transform: translateY(-60px); } 70% { transform: translateY(-60px); } 75% { transform: translateY(-90px); } 95% { transform: translateY(-90px); } 100% { transform: translateY(-120px); }}@media (max-width: 991px) {#brxe-0fc1bc {display: none}}@media (max-width: 767px) {#brxe-0fc1bc {display: none}}@media (max-width: 478px) {#brxe-0fc1bc {visibility: visible; margin-top: -32px; margin-left: 40px; display: flex}@media (max-width: 767px) { .review-scroller-container { height: 20px;  margin-top: 5px; margin-bottom: 10px; padding-left: 5px;  } .review-item { height: 24px;  font-size: 10px !important;  color: #ffffff !important; white-space: nowrap; } .orange-quote { font-size: 18px;  margin-right: 6px; }  @keyframes scroll-up-slow { 0%, 22% { transform: translateY(0); } 25%, 47% { transform: translateY(-24px); } 50%, 72% { transform: translateY(-48px); } 75%, 97% { transform: translateY(-72px); } 100% { transform: translateY(-96px); } }  .review-scroller-wrapper { animation: scroll-up-slow 10s infinite ease-in-out; }}}#brxe-fda57e {align-self: center !important; justify-content: center; align-items: center}@media (max-width: 478px) {#brxe-fda57e {align-items: center}}#brxe-eee889 svg {height: 25px}#brxe-eee889 {flex-direction: row; color: hsl(0, 0%, 100%); font-size: 14px; padding-bottom: 10px}#brxe-eee889 .icon {align-self: center}#brxe-eeeef2 svg {height: 25px}#brxe-eeeef2 {flex-direction: row; color: hsl(0, 0%, 100%); font-size: 14px; margin-top: 0; padding-bottom: 10px}#brxe-eeeef2 .icon {align-self: center}#brxe-2f2751 svg {height: 25px}#brxe-2f2751 {flex-direction: row; color: hsl(0, 0%, 100%); font-size: 14px; margin-top: 0; padding-bottom: 10px}#brxe-2f2751 .icon {align-self: center}#brxe-42ab37 {flex-direction: column; align-self: center !important; align-items: center; justify-content: center}#brxe-0fa5cd svg {height: 25px}#brxe-0fa5cd {flex-direction: row; color: hsl(0, 0%, 100%); font-size: 14px; padding-bottom: 10px}#brxe-0fa5cd .icon {align-self: center}#brxe-0d6cf2 svg {height: 25px}#brxe-0d6cf2 {flex-direction: row; color: hsl(0, 0%, 100%); font-size: 14px; padding-bottom: 10px}#brxe-0d6cf2 .icon {align-self: center}#brxe-phmkko svg {height: 25px}#brxe-phmkko {flex-direction: row; color: hsl(0, 0%, 100%); font-size: 14px; padding-bottom: 10px}#brxe-phmkko .icon {align-self: center}#brxe-25017e {align-self: center !important; justify-content: space-around; align-items: center}#brxe-15a194 {text-align: center; flex-direction: row}@media (max-width: 478px) {#brxe-15a194 {margin-top: -10px}}#brxe-oymjog {border-radius: 10px; background-color: rgba(255, 255, 255, 0); font-size: 16px; text-transform: capitalize; font-weight: 600; color: var(--bg-body); padding-top: 10px; padding-left: 010px; gap: 10px}#brxe-oymjog svg {height: 35px; width: 25px; stroke: var(--text-body)}@media (max-width: 478px) {#brxe-oymjog {padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; font-size: 12px}}#brxe-uxbytm {color: var(--accent); font-weight: 600; font-size: 24px; text-transform: capitalize; border-radius: 10px; background-color: rgba(255, 255, 255, 0); padding-top: 10px; padding-left: 010px; gap: 10px}#brxe-uxbytm svg {width: 35px; stroke: #ffffff; height: 45px}@media (max-width: 478px) {#brxe-uxbytm {font-size: 16px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px}}#brxe-xideox {flex-direction: row; align-self: stretch !important; width: 100%; justify-content: flex-start; align-items: stretch}@media (max-width: 478px) {#brxe-xideox {flex-direction: column; align-self: flex-start !important; justify-content: flex-start; align-items: flex-start}}#hero-whatsapp-btn {border-radius: 10px; background-color: #25D366; font-size: 16px; text-transform: capitalize; font-weight: 600; color: var(--bg-body); padding-top: 10px; gap: 10px}#hero-whatsapp-btn svg {height: 35px; width: 25px; stroke: var(--text-body)}@media (max-width: 478px) {#hero-whatsapp-btn svg {height: 25px; width: 15px}#hero-whatsapp-btn {padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; font-size: 14px; font-weight: 400; gap: 0px; display: none}}#brxe-82cdf4 {border-radius: 10px; background-color: #25D366; font-size: 16px; text-transform: capitalize; font-weight: 600; color: var(--bg-body); padding-top: 10px; gap: 10px; display: none}#brxe-82cdf4 svg {height: 35px; width: 25px; stroke: var(--text-body)}@media (max-width: 478px) {#brxe-82cdf4 svg {height: 35px; width: 25px}#brxe-82cdf4 {padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; font-size: 16px; font-weight: 500; gap: 10px; display: flex}}@media (max-width: 991px) {#brxe-99c021 {padding-right: 40px}}#brxe-18dd3e {font-size: var(--text-xl); font-family: "Work Sans"; font-weight: 800; color: var(--primary)}#brxe-fa00a1 {height: 20px; width: 20px}#brxe-fa00a1 :not([fill="none"]) {fill: #1c498f}#brxe-ff6d26 {display: grid; align-items: initial; grid-template-columns: 25px 90%; align-items: center}#brxe-6590d4 {height: 20px; width: 20px}#brxe-6590d4 :not([fill="none"]) {fill: #1C498F}#brxe-4e85fd {display: grid; align-items: initial; grid-template-columns: 25px 90%; align-items: center}#brxe-ccc78c {height: 20px; width: 20px}#brxe-ccc78c :not([fill="none"]) {fill: #1c498f}#brxe-836000 {display: grid; align-items: initial; grid-template-columns: 25px 90%; align-items: center}#brxe-46cf2c {height: 20px; width: 20px}#brxe-46cf2c :not([fill="none"]) {fill: #1c498f}#brxe-74989e {display: grid; align-items: initial; grid-template-columns: 25px 90%; align-items: center}#brxe-5d01a3 {flex-direction: column}@media (max-width: 767px) {#brxe-5d01a3 {width: 100%}}#offerte-form .form-group:nth-child(1) {width: 49%}#offerte-form .form-group:nth-child(2) {width: 49%}#offerte-form .form-group:nth-child(3) {width: 49%}#offerte-form .form-group:nth-child(4) {width: 49%}#offerte-form label {font-size: 12px; line-height: 0}#offerte-form .label {font-size: 12px; line-height: 0}#offerte-form .submit-button-wrapper {margin-left: auto}@media (max-width: 478px) {#offerte-form .form-group:nth-child(1) {width: 100%}#offerte-form .form-group:nth-child(2) {width: 100%}#offerte-form .form-group:nth-child(3) {width: 100%}#offerte-form .form-group:nth-child(4) {width: 100%}}#brxe-5e2935 {text-align: center; font-size: 12px; margin-top: -10px; margin-left: 0; padding-right: 67px; padding-left: 67px}@media (max-width: 478px) {#brxe-5e2935 {padding-right: 20px; padding-left: 20px; margin-top: -15px}}#brxe-4edd9d {background-color: var(--bg-surface); background-image: url(https://atoomelektrotechniek.nl/wp-content/uploads/Vector-1-1.png); background-size: contain; border-radius: var(--radius-l); padding-top: var(--space-m); padding-right: var(--space-m); padding-bottom: var(--space-m); padding-left: var(--space-m); width: 468px}@media (max-width: 767px) {#brxe-4edd9d {margin-top: 0; margin-bottom: 0; width: 1005px}}#brxe-e87ff4 {align-items: flex-end}#brxe-8d20c3 {position: relative; flex-direction: row; row-gap: var(--space-xl); align-items: center}