@layer bricks {.brxe-icon{font-size:60px}svg.brxe-icon{font-size:inherit}}@layer bricks {.brxe-button{width:auto}}@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-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}}@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)}}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}} html {background-color: #F3F7FF} body {background: none}#brxe-8151c7 {width: 100%; position: static; flex-direction: row; background-image: linear-gradient(var(--rgba0-40-90-05), var(--rgba0-40-90-05)); overflow: hidden}#brxe-8151c7:not(.tag), #brxe-8151c7 img {object-fit: cover}#brxe-044648 {color: var(--bricks-color-grey-100); font-family: "2.1.Jotia-Fam"; font-weight: 300; font-size: 35px}@media (max-width: 478px) {#brxe-044648 {display: none}}#brxe-09730a {padding-top: 20px; padding-bottom: 30px; font-family: "1.1.Recta"; color: var(--bricks-color-grey-100); font-weight: 500; font-size: 20px}#brxe-5ad041 {align-items: flex-start; margin-top: 200px; margin-bottom: 40px; position: absolute; width: 100%; padding-left: 100px}selector { position: absolute; top: ; left: 0; width: 100%; height: 100%; display: flex; align-items: center; padding-left: 80px; z-index: 20; pointer-events: none;}@media (max-width: 478px) {#brxe-5ad041 {margin-left: 0; flex-direction: row; align-items: center; justify-content: center}}#brxe-442426 {height: 400px; justify-content: center; display: flex; flex-direction: column; flex-wrap: nowrap; position: relative; overflow: hidden}:where(#brxe-442426 > *:not(figcaption)) {position: relative}#brxe-442426::before {background-image: linear-gradient(var(--rgba0-40-90-05), var(--rgba0-40-90-05)); position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none}selector { position: relative; overflow: visible !important;}@media (max-width: 478px) {#brxe-442426 {flex-direction: row}}#brxe-ae6f86 {font-family: "2.1.Jotia-Fam"; font-size: 15px; font-weight: 400; text-align: justify; margin-top: 20px; margin-right: 20px; margin-bottom: 20px; margin-left: 20px; width: 95%}#brxe-1ebeeb {margin-top: 20px; margin-right: 250px; margin-bottom: 20px; margin-left: 250px; width: 100%; flex-direction: column; background-color: #ffffff; border-radius: 20px}#brxe-fb2e40 {width: 100%; margin-top: 0; flex-direction: row}#brxe-5b033c {padding-top: 30px}#brxe-ekfiks {margin-top: 20px; margin-right: 20px; margin-left: 20px; font-family: "2.1.Jotia-Fam"; font-weight: 500; font-size: 20px}#brxe-mlbqtj {margin-top: 20px; margin-right: 20px; margin-bottom: 20px; margin-left: 20px; font-family: "1.1.Recta"; font-weight: 400; text-align: left; font-size: 15px}#brxe-vhrgkf {flex-direction: column; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; background-color: #ffffff; border-radius: 20px}#brxe-ydwmyh {margin-top: 20px; margin-right: 20px; margin-left: 20px; font-family: "2.1.Jotia-Fam"; font-weight: 500; font-size: 20px}#brxe-jdvwmo {font-family: "1.1.Recta"; font-weight: 400; text-align: left; font-size: 15px; margin-top: 20px; margin-right: 20px; margin-bottom: 20px; margin-left: 20px}#brxe-ajccgb {margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; flex-direction: column; background-color: #ffffff; border-radius: 20px}#brxe-stbzdy {margin-top: 20px; margin-right: 20px; margin-left: 20px; font-family: "2.1.Jotia-Fam"; font-weight: 500; font-size: 20px}#brxe-dorunj {font-family: "1.1.Recta"; font-weight: 400; text-align: left; font-size: 15px; margin-top: 20px; margin-right: 20px; margin-bottom: 20px; margin-left: 20px}#brxe-enfeir {margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; flex-direction: column; background-color: #ffffff; border-radius: 20px}#brxe-sktgyq {margin-top: 20px; margin-right: 20px; margin-left: 20px; font-family: "2.1.Jotia-Fam"; font-weight: 500; font-size: 20px}#brxe-nnjbtc {margin-top: 20px; margin-right: 20px; margin-bottom: 20px; margin-left: 20px; font-family: "1.1.Recta"; font-weight: 400; text-align: left; font-size: 15px}#brxe-dtevkm {margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; flex-direction: column; background-color: #ffffff; border-radius: 20px}#brxe-sfsfkp {margin-top: 0; margin-right: 0; margin-left: 0; width: 80%; flex-direction: row}#brxe-szrlne {padding-top: 30px}#brxe-octpbe {margin-top: 20px; margin-right: 20px; margin-left: 20px; font-family: "2.1.Jotia-Fam"; font-weight: 500; font-size: 20px}#brxe-vtnbdv {font-family: "1.1.Recta"; font-weight: 400; text-align: left; font-size: 15px; margin-top: 20px; margin-right: 20px; margin-bottom: 20px; margin-left: 20px}#brxe-fjnvuc {margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; flex-direction: column; background-color: #ffffff; border-radius: 20px}#brxe-tgikvc {margin-top: 20px; margin-right: 20px; margin-left: 20px; font-family: "2.1.Jotia-Fam"; font-weight: 500; font-size: 20px}#brxe-mdpjvt {font-family: "1.1.Recta"; font-weight: 400; text-align: left; font-size: 15px; margin-top: 20px; margin-right: 20px; margin-bottom: 20px; margin-left: 20px}#brxe-agxtyx {margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; flex-direction: column; background-color: #ffffff; border-radius: 20px}#brxe-ebejgo {margin-top: 20px; margin-right: 20px; margin-left: 20px; font-family: "2.1.Jotia-Fam"; font-weight: 500; font-size: 20px}#brxe-bpugsv {font-family: "1.1.Recta"; font-weight: 400; text-align: left; font-size: 15px; margin-top: 20px; margin-right: 20px; margin-bottom: 20px; margin-left: 20px}#brxe-kwzzzz {margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; flex-direction: column; background-color: #ffffff; border-radius: 20px}#brxe-qvpxaa {margin-top: 20px; margin-right: 20px; margin-left: 20px; font-family: "2.1.Jotia-Fam"; font-weight: 500; font-size: 20px}#brxe-knryba {margin-top: 20px; margin-right: 20px; margin-bottom: 20px; margin-left: 20px; font-family: "1.1.Recta"; font-weight: 400; text-align: left; font-size: 15px}#brxe-khjaqr {margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; flex-direction: column; background-color: #ffffff; border-radius: 20px}#brxe-ufwmnx {width: 80%; margin-top: 0; margin-right: 0; margin-left: 0; flex-direction: row}#brxe-oltise {color: rgb(0, 40, 90); font-family: "2.1.Jotia-Fam"; font-weight: 400; font-size: 45px; text-align: left; margin-right: -344px; margin-left: 0; width: 100%}#brxe-hrgtnk {margin-left: 200px}#brxe-jgsihg {width: 100%; flex-direction: column; margin-right: 0; margin-left: 0; justify-content: center}#brxe-zkrmyc {padding-top: 50px}#brxe-zmoftb {width: 100%; border-radius: 20px}#brxe-mrhbrj {font-family: "2.1.Jotia-Fam"; font-weight: 400; color: rgb(0, 40, 90); font-size: 30px; margin-top: 30px; margin-left: 0; width: 100%}#brxe-opadkg {font-family: "1.1.Recta"; font-weight: 400; font-size: 20px; text-align: left; color: rgb(0, 40, 90); margin-top: 30px; margin-right: 0; margin-bottom: 0; margin-left: 0}#brxe-oumicn {margin-top: 30px; font-family: "2.1.Jotia-Fam"; font-weight: 500; color: var(--bricks-color-grey-100); text-align: left; background-color: rgb(0, 40, 90)}#brxe-vcjfxq {margin-left: 150px; width: 100%}#brxe-rxolzu {margin-left: 50px; width: 550px}#brxe-hlzech {font-family: "1.1.Recta"; font-weight: 300; font-size: 25px; text-align: justify}#brxe-oluwhp {margin-right: 50px; background-color: rgba(245, 245, 245, 0.81); padding-top: 20px; padding-right: 40px; padding-bottom: 20px; padding-left: 40px; border-radius: 20px}#brxe-plxrty {margin-right: 0; margin-left: 0; width: 100%; flex-direction: row; height: 550px; justify-content: center; align-self: center !important}#brxe-kqsesp {padding-bottom: 10px; margin-top: 25px}#brxe-tfwwpy {color: rgb(0, 40, 90); font-family: "2.1.Jotia-Fam"; font-weight: 400; font-size: 45px; text-align: left; margin-right: -344px; margin-left: 0; width: 100%}#brxe-tlzepb {margin-left: 200px}#brxe-fhazbz {width: 100%; flex-direction: column; margin-right: 0; margin-left: 0; justify-content: center}#brxe-saahci {padding-top: 50px; margin-top: 30px}#brxe-dqpcrr {margin-right: 0; margin-left: 0; font-family: "2.1.Jotia-Fam"; font-weight: 300; color: rgb(0, 40, 90)}#brxe-dqpcrr .bricks-button {background-color: rgb(0, 40, 90); color: var(--bricks-color-grey-100); font-family: "2.1.Jotia-Fam"; font-weight: 500; text-align: left}#brxe-0d8070 {margin-top: 30px; margin-right: 0; margin-bottom: 30px; margin-left: 0; width: 100%; flex-direction: row; background-position: center center; align-items: center; justify-content: space-between}#brxe-244fb8 {padding-right: 200px; padding-left: 200px}#brxe-pjtrwq {font-size: 50px; color: rgb(0, 40, 90); fill: rgb(0, 40, 90)}#brxe-ctqycm {font-family: "Abel"; font-weight: 400; font-size: 30px; text-align: left; color: rgb(0, 40, 90); margin-right: 0; margin-left: 50px}#brxe-wgmtvq {flex-direction: row; width: 100%; border-radius: 20px}#brxe-aawvur {font-size: 45px; color: rgb(0, 40, 90); fill: rgb(0, 40, 90)}#brxe-jfxhwp {font-family: "Abel"; font-weight: 400; font-size: 30px; text-align: left; color: rgb(0, 40, 90); margin-right: 0; margin-left: 50px}#brxe-awcrhk {flex-direction: row; width: 100%; margin-top: 20px}#brxe-eeuusk {background-color: rgba(245, 245, 245, 0.81); padding-top: 20px; padding-right: 40px; padding-bottom: 20px; padding-left: 40px; border-radius: 20px; width: 100%; margin-right: 10px}#brxe-unkctx {font-family: "Abel"; font-weight: 400; font-size: 30px; text-align: left; color: rgb(0, 40, 90); margin-right: 0; margin-left: 50px}#brxe-nyhfoq {font-family: "Abel"; font-weight: 400; font-size: 15px; text-align: left; color: rgb(0, 40, 90); margin-right: 0; margin-left: 50px}#brxe-ukpfcc {margin-top: 20px; margin-left: 50px; color: var(--bricks-color-grey-100); background-color: rgb(0, 40, 90)}#brxe-valnij {flex-direction: column; width: 100%}#brxe-fbaxru {background-color: rgba(245, 245, 245, 0.81); padding-top: 20px; padding-right: 40px; padding-bottom: 20px; padding-left: 40px; border-radius: 20px; width: 100%; margin-left: 10px; flex-direction: row}#brxe-tkclgl {flex-direction: row; justify-content: center; align-self: center !important; width: 100%}#brxe-yfbcqw {width: 100%; padding-top: 30px; padding-right: 200px; padding-bottom: 100px; padding-left: 200px}#brxe-pzpslk {color: rgb(0, 40, 90); font-family: "2.1.Jotia-Fam"; font-weight: 400; font-size: 45px; text-align: left; margin-left: 200px; width: 80%}#brxe-osnljo {font-family: "Abel"; font-weight: 400; font-size: 30px; text-align: left; color: rgb(0, 40, 90); margin-right: 0; margin-left: 50px}#brxe-rdwgjx {font-family: "Abel"; font-weight: 400; font-size: 15px; text-align: left; color: rgb(0, 40, 90); margin-right: 0; margin-left: 50px}#brxe-gzyuik {margin-top: 20px; margin-left: 50px; color: var(--bricks-color-grey-100); background-color: rgb(0, 40, 90)}#brxe-ybwawt {flex-direction: column; width: 100%}#brxe-hkntbz {background-color: rgba(245, 245, 245, 0.81); padding-top: 20px; padding-right: 40px; padding-bottom: 20px; padding-left: 40px; border-radius: 20px; width: 100%; margin-left: 10px; flex-direction: row}#brxe-dtpzjv {font-family: "Abel"; font-weight: 400; font-size: 30px; text-align: left; color: rgb(0, 40, 90); margin-right: 0; margin-left: 50px}#brxe-wlwhyt {font-family: "Abel"; font-weight: 400; font-size: 15px; text-align: left; color: rgb(0, 40, 90); margin-right: 0; margin-left: 50px}#brxe-xkeyyg {margin-top: 20px; margin-left: 50px; color: var(--bricks-color-grey-100); background-color: rgb(0, 40, 90)}#brxe-fqnaiz {flex-direction: column; width: 100%}#brxe-vakhcp {background-color: rgba(245, 245, 245, 0.81); padding-top: 20px; padding-right: 40px; padding-bottom: 20px; padding-left: 40px; border-radius: 20px; width: 100%; margin-left: 10px; flex-direction: row}#brxe-hcabvi {flex-direction: row; justify-content: center; align-self: center !important; width: 100%}#brxe-ecojde {width: 100%; padding-right: 200px; padding-left: 200px; margin-top: 30px; margin-bottom: 100px}#brxe-53be64 {margin-top: 40px; margin-left: 50px; font-family: "2.1.Jotia-Fam"; font-weight: 500; color: var(--bricks-color-grey-100); font-size: 35px}#brxe-02b1eb {font-size: 2em; color: var(--bricks-color-grey-100); fill: var(--bricks-color-grey-100); margin-right: 10px; margin-left: 30px}#brxe-9dc966 {color: var(--bricks-color-grey-100); font-size: 20px; font-family: "1.1.Recta"}#brxe-590db9 {flex-direction: row; display: flex; padding-left: 50px; margin-top: 30px}#brxe-5fd660 {font-size: 2em; color: var(--bricks-color-grey-100); fill: var(--bricks-color-grey-100); margin-right: 10px; margin-left: 30px}#brxe-12c1dd {color: var(--bricks-color-grey-100); font-size: 20px; font-family: "1.1.Recta"}#brxe-146e4b {flex-direction: row; display: flex; padding-left: 50px}#brxe-015ca2 {font-size: 2em; color: var(--bricks-color-grey-100); fill: var(--bricks-color-grey-100); margin-right: 10px; margin-left: 30px}#brxe-73a767 {color: var(--bricks-color-grey-100); font-size: 20px; font-family: "1.1.Recta"}#brxe-263d83 {flex-direction: row; display: flex; padding-left: 50px}#brxe-fa201b {font-size: 2em; color: var(--bricks-color-grey-100); fill: var(--bricks-color-grey-100); margin-right: 10px; margin-left: 30px}#brxe-fa76f0 {color: var(--bricks-color-grey-100); font-size: 20px; font-family: "1.1.Recta"}#brxe-3ba929 {flex-direction: row; display: flex; padding-left: 50px}#brxe-4142b9 {font-size: 2em; color: var(--bricks-color-grey-100); fill: var(--bricks-color-grey-100); margin-right: 10px; margin-left: 30px}#brxe-8e0836 {color: var(--bricks-color-grey-100); font-size: 20px; font-family: "1.1.Recta"}#brxe-8bafa6 {flex-direction: row; display: flex; padding-left: 50px}#brxe-814f98 {height: 350px; width: 100%; background-color: rgb(0, 40, 90)}#brxe-5c7066 {font-family: "2.1.Jotia-Fam"; color: var(--bricks-color-grey-100); font-size: 35px; font-weight: 500; margin-top: 40px; margin-left: 50px}#brxe-1f11f5 {font-family: "1.1.Recta"; color: var(--bricks-color-grey-100); font-size: 20px; margin-left: 50px; width: 25%}#brxe-ce9d96 {margin-top: 40px; margin-left: 75px; font-family: "1.1.Recta"; font-weight: 500; color: var(--bricks-color-grey-100); font-size: 20px; border: 1px solid var(--bricks-color-grey-100); border-radius: 40px; background-color: rgba(255, 255, 255, 0.09)}#brxe-1e6627 {height: 350px; width: 100%; background-image: url(https://de.sinnla.com/wp-content/uploads/2026/03/contact_banner_sinnla_v2-1.png); background-size: cover; background-position: center right}#brxe-ec1caf {height: 350px; flex-direction: row; align-self: center !important; align-items: center; justify-content: center}#brxe-dc0eea {flex-direction: column; align-self: center !important; align-items: center; justify-content: center; margin-top: 80px; margin-right: 0; margin-bottom: 70px; margin-left: 0}