@layer bricks {.brxe-code{width:100%}}@layer bricks {.brxe-button{width:auto}}@layer bricks {.brxe-breadcrumbs{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.brxe-breadcrumbs .separator{display:flex}.brxe-breadcrumbs .item:has(>svg,>i){align-items:center;display:flex}}@layer bricks {.brxe-icon{font-size:60px}svg.brxe-icon{font-size:inherit}}@layer bricks {.brxe-accordion-nested{--brx-icon-transform:rotate(90deg);width:100%}.brxe-accordion-nested .accordion-title-wrapper{cursor:pointer}.brxe-accordion-nested .accordion-title-wrapper .brxe-heading{margin:0}.brxe-accordion-nested .accordion-content-wrapper{display:none}.brxe-accordion-nested .brx-open>.accordion-content-wrapper{display:block}.brxe-accordion-nested .brx-icon-expanded{display:none}.brxe-accordion-nested .brx-icon-transform{transition:transform .1s}.brxe-accordion-nested>.brx-open>.accordion-title-wrapper .brx-icon-transform{transform:var(--brx-icon-transform)}.brxe-accordion-nested>.brx-open>.accordion-title-wrapper .brx-icon-collapsed{display:none}.brxe-accordion-nested>.brx-open>.accordion-title-wrapper .brx-icon-expanded{display:block}}@layer bricks {:where(.brxe-divider){align-items:center;display:flex;font-size:30px;gap:30px}:where(.brxe-divider).horizontal{width:100%}:where(.brxe-divider).horizontal .line{border-top:1px solid}:where(.brxe-divider).vertical{flex-direction:column}:where(.brxe-divider).vertical .line{border-right:1px solid;width:auto}:where(.brxe-divider) .line{position:relative;width:100%}:where(.brxe-divider) .icon{flex-shrink:0;position:relative}:where(.brxe-divider) a{display:inline-flex}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}a.brxe-image{display:inline-block}figure.brxe-image{margin:0}:where(.brxe-image).tag{display:inline-block;height:fit-content;position:relative;width:auto}:where(.brxe-image).caption{position:relative}:where(.brxe-image).caption:has(figcaption.bricks-image-caption){overflow:hidden}:where(.brxe-image).overlay{position:relative}:where(.brxe-image).overlay:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:where(.brxe-image):before{border-radius:inherit}:where(.brxe-image) a{border-radius:inherit;position:static;transition:inherit}:where(.brxe-image) picture{border-radius:inherit;transition:inherit}:where(.brxe-image) img{border-radius:inherit;height:100%;position:static!important;transition:inherit;width:100%}:where(.brxe-image) img.bricks-lazy-hidden+figcaption{display:none}:where(.brxe-image) .icon{color:#fff;font-size:60px;pointer-events:none;position:absolute;right:50%;text-align:center;top:50%;transform:translate(50%,-50%);z-index:5}:where(.brxe-image) .bricks-image-caption{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 70%,transparent);bottom:0;color:#fff;font-size:inherit;margin:0;padding:10px 15px;pointer-events:none;position:absolute;text-align:center;width:100%;z-index:1}}@layer bricks {: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 {@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{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}}#brxe-b0ba2e label { font-size: 12px; color: #b4b5b6; text-transform: none; top: 36px; left: 15px; position: relative;}label[for="form-field-538f8f-0"] { font-size: 16px !important; color: #777; margin-top:-50px;}#brxe-xyjdde {line-height: 64px; font-size: 52px; color: #053445; padding-bottom: 10px}@media (max-width: 767px) {#brxe-xyjdde {text-align: center}}#brxe-fagukt {font-size: 20px; color: #2a2d2e; font-family: "Roboto Light"; padding-bottom: 40px}@media (max-width: 767px) {#brxe-fagukt {text-align: center}}#brxe-cwlmzi {padding-right: 42px; padding-left: 24px}@media (max-width: 767px) {#brxe-cwlmzi {align-self: center !important}}#brxe-msqhqv .form-group:nth-child(1) {width: 100%}#brxe-msqhqv .form-group:nth-child(2) {width: 100%}#brxe-msqhqv .form-group:nth-child(3) {width: 100%}#brxe-msqhqv .form-group:nth-child(4) {width: 100%}#brxe-msqhqv .form-group:nth-child(5) {width: 100%}#brxe-msqhqv .form-group:nth-child(6) {width: 100%}#brxe-msqhqv .form-group:nth-child(8) {height: 163px}#brxe-msqhqv .form-group input {border: 1px solid #d6dde1; border-radius: 4px; font-family: "Roboto"; color: #6c6d6d; line-height: 29px; background-color: var(--bricks-color-ruceet); padding-top: 25px; padding-bottom: 5px}#brxe-msqhqv .flatpickr {border: 1px solid #d6dde1; border-radius: 4px; background-color: var(--bricks-color-ruceet); padding-top: 25px; padding-bottom: 5px}#brxe-msqhqv select {border: 1px solid #d6dde1; border-radius: 4px; color: #757575; font-size: 16px; line-height: 24px; font-family: "Roboto"; color: #6c6d6d; line-height: 29px; background-color: var(--bricks-color-ruceet); padding-top: 25px; padding-bottom: 5px}#brxe-msqhqv textarea {border: 1px solid #d6dde1; border-radius: 4px; font-family: "Roboto"; color: #6c6d6d; line-height: 29px; background-color: var(--bricks-color-ruceet); padding-top: 25px; padding-bottom: 5px}#brxe-msqhqv .bricks-button:not([type=submit]) {border: 1px solid #d6dde1; border-radius: 4px}#brxe-msqhqv .choose-files {border: 1px solid #d6dde1; border-radius: 4px}#brxe-msqhqv ::placeholder {color: #757575; font-size: 16px; line-height: 24px}#brxe-msqhqv {justify-content: center; padding-right: 16px; padding-left: 16px}#brxe-msqhqv .form-group:not(:last-child):not(.captcha) {padding-top: 0; padding-bottom: 0}#brxe-msqhqv .submit-button-wrapper {margin-top: 30px}#brxe-msqhqv label {font-size: 12px; color: #b4b5b6; text-transform: none; line-height: 2}#brxe-msqhqv .label {font-size: 12px; color: #b4b5b6; text-transform: none; line-height: 2}ul.options-wrapper li { display: flex;}ul.options-wrapper li label { margin-top: -40px; font-size: 16px !important; line-height: 30px !important;}ul.options-wrapper { margin-bottom: 40px; margin-top: 20px; padding-left: 24px; padding-right: 24px;}input#form-field-4255b6-0 { width: 32px !important;}@media (max-width: 478px) {#brxe-msqhqv .form-group:nth-child(1) {width: 100%}#brxe-msqhqv .form-group:nth-child(2) {width: 100%}#brxe-msqhqv .form-group:nth-child(3) {width: 100%}#brxe-msqhqv .form-group:nth-child(4) {width: 100%}#brxe-msqhqv .form-group:nth-child(5) {width: 100%}#brxe-msqhqv .form-group:nth-child(6) {width: 100%}#brxe-msqhqv .form-group:not(:last-child):not(.captcha) {padding-top: 10px; padding-bottom: 10px}}#brxe-aqgcfe {width: 100%; padding-top: 30px; padding-right: 15px; padding-bottom: 50px; padding-left: 15px; background-image: linear-gradient(#ffffff, #ffffff); border-radius: 8px; box-shadow: 5px 10px 30px 10px rgba(0, 0, 0, 0.15)}#brxe-jvgnam {padding-top: 50px; padding-right: 60px; padding-bottom: 50px; padding-left: 60px}@media (max-width: 767px) {#brxe-jvgnam {padding-right: 20px; padding-left: 20px; align-self: center !important; flex-direction: column}}#brxe-dmcjra {align-self: center !important; max-width: 33%}@media (max-width: 767px) {#brxe-dmcjra {align-items: center}}#brxe-etgoia {font-size: 22px; font-family: "Roboto Black"}#brxe-takhsj {align-self: center !important}@media (max-width: 767px) {#brxe-takhsj {align-items: center}}#brxe-gjxvin {flex-direction: row; align-self: center !important; column-gap: 10px; width: 50%}@media (max-width: 767px) {#brxe-gjxvin {flex-direction: column; align-items: center; row-gap: 20px}}@media (max-width: 478px) {#brxe-gjxvin {width: auto}}#brxe-avlgzn {font-size: 16px; line-height: 24px; color: #2a2d2e; font-family: "Roboto Light"}@media (max-width: 767px) {#brxe-avlgzn {text-align: center}}@media (max-width: 478px) {#brxe-avlgzn {color: #2a2d2e}}#brxe-rjyolb {justify-content: center; width: 50%}@media (max-width: 767px) {#brxe-rjyolb {align-items: center}}@media (max-width: 478px) {#brxe-rjyolb {width: auto}}#brxe-jexdez {min-height: 33.33%; display: flex; flex-direction: row; padding-right: 20px; padding-left: 20px; column-gap: 10px}@media (max-width: 767px) {#brxe-jexdez {flex-direction: column; align-items: center; row-gap: 20px; margin-top: 30px; margin-bottom: 30px}}@media (max-width: 767px) {#brxe-iibngk.horizontal .line {border-top-color: #ffffff}#brxe-iibngk.vertical .line {border-right-color: #ffffff}#brxe-iibngk .icon {color: #ffffff}}#brxe-hqnnoy {align-self: center !important; max-width: 33%}@media (max-width: 767px) {#brxe-hqnnoy {align-items: center}}#brxe-fzoqsa {font-size: 22px; font-family: "Roboto Black"}#brxe-orsjfc {align-self: center !important}@media (max-width: 767px) {#brxe-orsjfc {align-items: center}}#brxe-gnpuio {flex-direction: row; align-self: center !important; column-gap: 10px; width: 50%}@media (max-width: 767px) {#brxe-gnpuio {flex-direction: column; align-items: center; row-gap: 20px}}#brxe-veavez {font-size: 16px; line-height: 24px; color: #2a2d2e; font-family: "Roboto Light"}@media (max-width: 767px) {#brxe-veavez {text-align: center}}#brxe-pqebvf {justify-content: center; width: 50%}@media (max-width: 767px) {#brxe-pqebvf {align-items: center}}#brxe-kpjsbb {min-height: 33.33%; display: flex; flex-direction: row; padding-right: 20px; padding-left: 20px; column-gap: 10px}@media (max-width: 767px) {#brxe-kpjsbb {flex-direction: column; align-items: center; row-gap: 20px; margin-top: 30px; margin-bottom: 30px}}@media (max-width: 767px) {#brxe-pmsvgp.horizontal .line {border-top-color: #ffffff}#brxe-pmsvgp.vertical .line {border-right-color: #ffffff}#brxe-pmsvgp .icon {color: #ffffff}}#brxe-axknhg {align-self: center !important; max-width: 33%}@media (max-width: 767px) {#brxe-axknhg {align-items: center}}#brxe-vlstxd {font-size: 22px; font-family: "Roboto Black"}#brxe-groxig {align-self: center !important}@media (max-width: 767px) {#brxe-groxig {align-items: center}}#brxe-eagqqr {flex-direction: row; align-self: center !important; column-gap: 10px; width: 50%}@media (max-width: 767px) {#brxe-eagqqr {flex-direction: column; align-items: center; row-gap: 20px}}@media (max-width: 478px) {#brxe-eagqqr {width: Auto}}#brxe-omtzxk {font-size: 16px; line-height: 24px; color: #2a2d2e; font-family: "Roboto Light"; text-align: justify}@media (max-width: 991px) {#brxe-omtzxk {text-wrap: wrap; width: 100%}}@media (max-width: 767px) {#brxe-omtzxk {text-align: center}}#brxe-drmhhg {justify-content: center; width: 49%}@media (max-width: 767px) {#brxe-drmhhg {align-items: center}}@media (max-width: 478px) {#brxe-drmhhg {width: auto}}#brxe-uzznhx {min-height: 33.33%; display: flex; flex-direction: row; padding-right: 20px; padding-left: 20px; column-gap: 10px}@media (max-width: 767px) {#brxe-uzznhx {flex-direction: column; align-items: center; row-gap: 20px; margin-top: 30px; margin-bottom: 30px}}#brxe-breqqc {width: 100%; min-height: 30%}#brxe-cagojz {text-align: center; font-size: 22px; color: #053445; font-weight: 600; align-self: center}#brxe-cmmctp {background-color: #e6ebed; border-radius: 8px; display: flex; justify-content: center; height: 70px}#brxe-sunsci {text-align: left; font-size: 20px; color: #2a2d2e; font-weight: 600; align-self: center}#brxe-ndahef {text-align: left; align-items: flex-start; justify-content: flex-start; display: flex; flex-direction: row}#brxe-xmimph {text-align: left; font-size: 17px; color: #2a2d2e; font-weight: 600; align-self: center; width: 100%}#brxe-cadgta {text-align: left; font-size: 16px; color: #2a2d2e; font-family: "Roboto Light"; align-self: center; width: 100%}#brxe-iybwxt {flex-direction: column}#brxe-wkpukr {width: 100%; flex-direction: row; display: flex}#brxe-iuqkqm.horizontal .line {border-top-color: #eaedf0}#brxe-iuqkqm.vertical .line {border-right-color: #eaedf0}#brxe-iuqkqm .icon {color: #eaedf0}#brxe-iuqkqm {margin-top: 10px; margin-bottom: 10px}#brxe-pavuyb {text-align: left; font-size: 20px; color: #2a2d2e; font-weight: 600; align-self: center}#brxe-dyjcky {text-align: left; align-items: flex-start; justify-content: flex-start; display: flex; flex-direction: row}#brxe-mnbxuo {text-align: left; font-size: 17px; color: #2a2d2e; font-weight: 600; align-self: center; width: 100%}#brxe-kivbyk {text-align: left; font-size: 16px; color: #2a2d2e; font-family: "Roboto Light"; align-self: center; width: 100%}#brxe-brvrlm {flex-direction: column}#brxe-emicdu {width: 100%; flex-direction: row; display: flex}#brxe-hqgdcm.horizontal .line {border-top-color: #eaedf0}#brxe-hqgdcm.vertical .line {border-right-color: #eaedf0}#brxe-hqgdcm .icon {color: #eaedf0}#brxe-hqgdcm {margin-top: 10px; margin-bottom: 10px}#brxe-reddsk {text-align: left; font-size: 20px; color: #2a2d2e; font-weight: 600; align-self: center}#brxe-uubdyx {text-align: left; align-items: flex-start; justify-content: flex-start; display: flex; flex-direction: row}#brxe-bqqemg {text-align: left; font-size: 17px; color: #2a2d2e; font-weight: 600; align-self: center; width: 100%}#brxe-zoyxsg {text-align: left; font-size: 16px; color: #2a2d2e; font-family: "Roboto Light"; align-self: center; width: 100%}#brxe-xaixhk {flex-direction: column}#brxe-zoruga {width: 100%; flex-direction: row; display: flex}#brxe-zgpybn.horizontal .line {border-top-color: #eaedf0}#brxe-zgpybn.vertical .line {border-right-color: #eaedf0}#brxe-zgpybn .icon {color: #eaedf0}#brxe-zgpybn {margin-top: 10px; margin-bottom: 10px}#brxe-eleltd {text-align: left; font-size: 20px; color: #2a2d2e; font-weight: 600; align-self: center}#brxe-muavhu {text-align: left; align-items: flex-start; justify-content: flex-start; display: flex; flex-direction: row}#brxe-wxvtbc {text-align: left; font-size: 17px; color: #2a2d2e; font-weight: 600; align-self: center; width: 100%}#brxe-doikuo {text-align: left; font-size: 16px; color: #2a2d2e; font-family: "Roboto Light"; align-self: center; width: 100%}#brxe-wjrfve {flex-direction: column}#brxe-lnusyn {width: 100%; flex-direction: row; display: flex}#brxe-etxecl {min-height: 90%; display: block}#brxe-voqrfh {width: 100%; min-height: 70%; background-color: #ffffff; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; display: flex; flex-direction: column; row-gap: 10px; border-radius: 8px}@media (max-width: 767px) {#brxe-voqrfh {margin-top: 30px; display: none}}#brxe-rhsqia {font-size: 20px; color: #053445}#brxe-mzzckq {font-size: 1em}@media (max-width: 767px) {#brxe-mzzckq {font-size: 35px; font-family: "Roboto Black"}}#brxe-rwdwkm {font-size: 1em}@media (max-width: 767px) {#brxe-rwdwkm {font-size: 35px; font-family: "Roboto Black"}}#brxe-ldlxya {background-color: #e6ebed; flex-direction: row; display: flex; align-self: center !important; justify-content: space-between; align-items: center; padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; border-radius: 8px}#brxe-iwawri {text-align: left; font-size: 20px; color: #2a2d2e; font-weight: 600; align-self: center}#brxe-orunpr {text-align: left; align-items: flex-start; justify-content: flex-start; display: flex; flex-direction: row}#brxe-oczzag {text-align: left; font-size: 17px; color: #2a2d2e; font-weight: 600; align-self: center; width: 100%}#brxe-ccprlj {text-align: left; font-size: 16px; color: #2a2d2e; font-family: "Roboto Light"; align-self: center; width: 100%}#brxe-pdincf {flex-direction: column}#brxe-jgmjti {width: 100%; flex-direction: row; display: flex}#brxe-ogagru.horizontal .line {border-top-color: #eaedf0}#brxe-ogagru.vertical .line {border-right-color: #eaedf0}#brxe-ogagru .icon {color: #eaedf0}#brxe-ogagru {margin-top: 10px; margin-bottom: 10px}#brxe-vqhgxx {text-align: left; font-size: 20px; color: #2a2d2e; font-weight: 600; align-self: center}#brxe-ucdyeb {text-align: left; align-items: flex-start; justify-content: flex-start; display: flex; flex-direction: row}#brxe-epacag {text-align: left; font-size: 17px; color: #2a2d2e; font-weight: 600; align-self: center; width: 100%}#brxe-sjtagy {text-align: left; font-size: 16px; color: #2a2d2e; font-family: "Roboto Light"; align-self: center; width: 100%}#brxe-uzdwhn {flex-direction: column}#brxe-vwaxvj {width: 100%; flex-direction: row; display: flex}#brxe-qkziwx.horizontal .line {border-top-color: #eaedf0}#brxe-qkziwx.vertical .line {border-right-color: #eaedf0}#brxe-qkziwx .icon {color: #eaedf0}#brxe-qkziwx {margin-top: 10px; margin-bottom: 10px}#brxe-mnibpj {text-align: left; font-size: 20px; color: #2a2d2e; font-weight: 600; align-self: center}#brxe-czbfdg {text-align: left; align-items: flex-start; justify-content: flex-start; display: flex; flex-direction: row}#brxe-ajwdlg {text-align: left; font-size: 17px; color: #2a2d2e; font-weight: 600; align-self: center; width: 100%}#brxe-gnsbxx {text-align: left; font-size: 16px; color: #2a2d2e; font-family: "Roboto Light"; align-self: center; width: 100%}#brxe-mjmkod {flex-direction: column}#brxe-ptahsn {width: 100%; flex-direction: row; display: flex}#brxe-eosrsd.horizontal .line {border-top-color: #eaedf0}#brxe-eosrsd.vertical .line {border-right-color: #eaedf0}#brxe-eosrsd .icon {color: #eaedf0}#brxe-eosrsd {margin-top: 10px; margin-bottom: 10px}#brxe-qsnbdv {text-align: left; font-size: 20px; color: #2a2d2e; font-weight: 600; align-self: center}#brxe-zdqjfq {text-align: left; align-items: flex-start; justify-content: flex-start; display: flex; flex-direction: row}#brxe-qezemx {text-align: left; font-size: 17px; color: #2a2d2e; font-weight: 600; align-self: center; width: 100%}#brxe-wpgtpv {text-align: left; font-size: 16px; color: #2a2d2e; font-family: "Roboto Light"; align-self: center; width: 100%}#brxe-pofggw {flex-direction: column}#brxe-gtkfqy {width: 100%; flex-direction: row; display: flex}#brxe-etdvml {min-height: 90%; display: block; padding-right: 20px; padding-left: 20px}#brxe-lozjse {flex-direction: column}#brxe-vzhfsk .accordion-title-wrapper {min-height: 50px}#brxe-vzhfsk .accordion-content-wrapper {padding-top: 15px; padding-right: 0; padding-bottom: 15px; padding-left: 0}#brxe-cxhrys {width: 100%; min-height: 70%; background-color: #ffffff; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; display: none; flex-direction: column; row-gap: 10px; border-radius: 8px}@media (max-width: 767px) {#brxe-cxhrys {margin-top: 30px; display: block}}#brxe-kjnfbc {padding-top: 50px; padding-right: 40px; padding-bottom: 50px; padding-left: 40px; background-image: linear-gradient(90deg, #eff1f3, #d6dde1)}@media (max-width: 767px) {#brxe-kjnfbc {padding-right: 20px; padding-left: 20px}}#brxe-gxhyfe {width: 100%; flex-direction: row; display: flex}@media (max-width: 767px) {#brxe-gxhyfe {flex-direction: column}}@media (max-width: 767px) {#brxe-vvdsyg {padding-right: 0; padding-left: 0}}#brxe-kfsjjh {margin-top: 100px; padding-bottom: 100px; display: none}#brxe-legcqs {line-height: 64px; font-size: 52px; color: #053445; padding-bottom: 10px}@media (max-width: 767px) {#brxe-legcqs {text-align: center}}#brxe-ktntrl {font-size: 20px; color: #2a2d2e; font-family: "Roboto Light"; padding-bottom: 40px}@media (max-width: 767px) {#brxe-ktntrl {text-align: center; padding-right: 15px; padding-left: 15px}}#brxe-vvnyxy {display: none}@media (max-width: 767px) {#brxe-vvnyxy {width: 100%; display: block}}#brxe-ugxyoe {margin-top: 20px; margin-bottom: 14px; margin-left: 5px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; scroll-snap-align: start; align-self: flex-start; scroll-snap-type: unset; justify-content: flex-start; align-items: center; font-size: 20px; text-align: right; text-decoration: none; line-height: 1; letter-spacing: 0px; font-family: "Roboto"; color: #b4b5b6; border: 1px solid #d6dde1; border-radius: 5px; position: relative}#brxe-ugxyoe .item:has(> svg), #brxe-ugxyoe .item:has(> i) {gap: 10px}#brxe-ugxyoe .separator {font-size: 18px; color: #b4b5b6}#brxe-ugxyoe .item[aria-current="page"] {color: #46b2be}#brxe-rhfukk {width: 80%; margin-right: 70px; margin-bottom: 60px; max-width: 550px}@media (max-width: 991px) {#brxe-rhfukk {min-height: 0px; margin-bottom: 50px}}@media (max-width: 767px) {#brxe-rhfukk {width: 100%; max-width: auto; min-height: auto; flex-direction: row; margin-right: 0; display: none}}@media (max-width: 478px) {#brxe-rhfukk {width: 90%}}#brxe-hyqxkf {line-height: 64px; font-size: 52px; color: #053445; padding-bottom: 10px}@media (max-width: 767px) {#brxe-hyqxkf {text-align: center; display: none}}#brxe-sqmwol {font-size: 20px; color: #2a2d2e; font-family: "Roboto Light"; padding-bottom: 40px}@media (max-width: 767px) {#brxe-sqmwol {text-align: center; display: none}}#brxe-kiilrm {align-self: center !important; max-width: 33%}@media (max-width: 767px) {#brxe-kiilrm {align-items: center}}#brxe-hhnfhf {font-size: 22px; font-family: "Roboto Black"}#brxe-htwxjs {align-self: center !important}@media (max-width: 767px) {#brxe-htwxjs {align-items: center}}#brxe-kqkjem {flex-direction: row; align-self: center !important; column-gap: 10px; width: 50%}@media (max-width: 767px) {#brxe-kqkjem {flex-direction: column; align-items: center; row-gap: 20px}}@media (max-width: 478px) {#brxe-kqkjem {width: auto}}#brxe-frqvmv {font-size: 16px; line-height: 24px; color: #2a2d2e; font-family: "Roboto Light"}@media (max-width: 767px) {#brxe-frqvmv {text-align: center}}@media (max-width: 478px) {#brxe-frqvmv {color: #2a2d2e}}#brxe-hdtpvj {justify-content: center; width: 50%}@media (max-width: 767px) {#brxe-hdtpvj {align-items: center}}@media (max-width: 478px) {#brxe-hdtpvj {width: auto}}#brxe-damzbg {min-height: 33.33%; display: flex; flex-direction: row; padding-top: 30px; padding-right: 0; padding-bottom: 30px; padding-left: 0; column-gap: 10px}@media (max-width: 767px) {#brxe-damzbg {flex-direction: column; align-items: center; row-gap: 20px; margin-top: 0; margin-bottom: 0}}#brxe-qgfdmb.horizontal .line {border-top-color: #d6dde1}#brxe-qgfdmb.vertical .line {border-right-color: #d6dde1}#brxe-qgfdmb .icon {color: #d6dde1}@media (max-width: 767px) {#brxe-qgfdmb.horizontal .line {border-top-color: #d6dde1; border-top-width: 2px}#brxe-qgfdmb.vertical .line {border-right-color: #d6dde1}#brxe-qgfdmb .icon {color: #d6dde1}#brxe-qgfdmb .line {height: 2px}}#brxe-czbhws {align-self: center !important; max-width: 33%}@media (max-width: 767px) {#brxe-czbhws {align-items: center}}#brxe-iuntgb {font-size: 22px; font-family: "Roboto Black"}#brxe-xgqjcb {align-self: center !important}@media (max-width: 767px) {#brxe-xgqjcb {align-items: center}}#brxe-hxesyj {flex-direction: row; align-self: center !important; column-gap: 10px; width: 50%}@media (max-width: 767px) {#brxe-hxesyj {flex-direction: column; align-items: center; row-gap: 20px}}#brxe-njxqjl {font-size: 16px; line-height: 24px; color: #2a2d2e; font-family: "Roboto Light"}@media (max-width: 767px) {#brxe-njxqjl {text-align: center}}#brxe-kvtqst {justify-content: center; width: 50%}@media (max-width: 767px) {#brxe-kvtqst {align-items: center}}#brxe-zhitrj {min-height: 33.33%; display: flex; flex-direction: row; padding-top: 30px; padding-right: 0; padding-bottom: 30px; padding-left: 0; column-gap: 10px}@media (max-width: 767px) {#brxe-zhitrj {flex-direction: column; align-items: center; row-gap: 20px; margin-top: 0; margin-bottom: 0}}#brxe-npadzj.horizontal .line {border-top-color: #d6dde1}#brxe-npadzj.vertical .line {border-right-color: #d6dde1}#brxe-npadzj .icon {color: #d6dde1}@media (max-width: 767px) {#brxe-npadzj.horizontal .line {border-top-color: #d6dde1; border-top-width: 2px}#brxe-npadzj.vertical .line {border-right-color: #d6dde1}#brxe-npadzj .icon {color: #d6dde1}#brxe-npadzj .line {height: 2px}}#brxe-cttdyr {align-self: center !important; max-width: 33%}@media (max-width: 767px) {#brxe-cttdyr {align-items: center}}#brxe-pmnbia {font-size: 22px; font-family: "Roboto Black"}#brxe-gurkgt {align-self: center !important}@media (max-width: 767px) {#brxe-gurkgt {align-items: center}}#brxe-lhqdct {flex-direction: row; align-self: center !important; column-gap: 10px; width: 50%}@media (max-width: 767px) {#brxe-lhqdct {flex-direction: column; align-items: center; row-gap: 20px}}@media (max-width: 478px) {#brxe-lhqdct {width: Auto}}#brxe-zkfieb {font-size: 16px; line-height: 24px; color: #2a2d2e; font-family: "Roboto Light"; text-align: justify}@media (max-width: 991px) {#brxe-zkfieb {text-wrap: wrap; width: 100%}}@media (max-width: 767px) {#brxe-zkfieb {text-align: center}}#brxe-yjhprd {justify-content: center; width: 49%}@media (max-width: 767px) {#brxe-yjhprd {align-items: center}}@media (max-width: 478px) {#brxe-yjhprd {width: auto}}#brxe-yzozeb {min-height: 33.33%; display: flex; flex-direction: row; padding-top: 30px; padding-right: 0; padding-bottom: 30px; padding-left: 0; column-gap: 10px}@media (max-width: 767px) {#brxe-yzozeb {flex-direction: column; align-items: center; row-gap: 20px; margin-top: 0; margin-bottom: 30px}}#brxe-oyqeyc {width: 80%; min-height: 30%; max-width: 550px; margin-right: 70px}@media (max-width: 767px) {#brxe-oyqeyc {width: 100%; max-width: auto; min-height: auto; flex-direction: row; margin-right: 0}}@media (max-width: 478px) {#brxe-oyqeyc {width: 90%}}#brxe-fcjmum {flex-direction: column; align-items: flex-end}@media (max-width: 767px) {#brxe-fcjmum {flex-direction: row; justify-content: center; padding-top: 50px}}@media (max-width: 478px) {#brxe-fcjmum {padding-top: 50px}}#brxe-cqgpgj {width: 80%; padding-top: 30px; padding-right: 15px; padding-bottom: 50px; padding-left: 15px; background-image: linear-gradient(#ffffff, #ffffff); border-radius: 8px; box-shadow: 4px 10px 20px 10px rgba(0, 0, 0, 0.15); height: 90%; margin-top: 75px; margin-bottom: 75px; margin-left: 70px; max-width: 550px}@media (max-width: 767px) {#brxe-cqgpgj {margin-top: 40px; margin-bottom: 40px; margin-left: 0; width: 100%; max-width: auto}}@media (max-width: 478px) {#brxe-cqgpgj {width: 90%}}#brxe-gsviak .form-group:nth-child(1) {width: 100%}#brxe-gsviak .form-group:nth-child(2) {width: 100%}#brxe-gsviak .form-group:nth-child(3) {width: 100%}#brxe-gsviak .form-group:nth-child(4) {width: 100%}#brxe-gsviak .form-group:nth-child(5) {height: 163px}#brxe-gsviak .form-group input {border: 1px solid #d6dde1; border-radius: 4px; font-family: "Roboto"; color: #6c6d6d; line-height: 29px; background-color: var(--bricks-color-ruceet); padding-top: 25px; padding-bottom: 5px}#brxe-gsviak .flatpickr {border: 1px solid #d6dde1; border-radius: 4px; background-color: var(--bricks-color-ruceet); padding-top: 25px; padding-bottom: 5px}#brxe-gsviak select {border: 1px solid #d6dde1; border-radius: 4px; color: #757575; font-size: 16px; line-height: 24px; font-family: "Roboto"; color: #6c6d6d; line-height: 29px; background-color: var(--bricks-color-ruceet); padding-top: 25px; padding-bottom: 5px}#brxe-gsviak textarea {border: 1px solid #d6dde1; border-radius: 4px; font-family: "Roboto"; color: #6c6d6d; line-height: 29px; background-color: var(--bricks-color-ruceet); padding-top: 25px; padding-bottom: 5px}#brxe-gsviak .bricks-button:not([type=submit]) {border: 1px solid #d6dde1; border-radius: 4px}#brxe-gsviak .choose-files {border: 1px solid #d6dde1; border-radius: 4px}#brxe-gsviak ::placeholder {color: #757575; font-size: 16px; line-height: 24px}#brxe-gsviak {justify-content: center; padding-right: 16px; padding-left: 16px; margin-bottom: 60px}#brxe-gsviak .form-group:not(:last-child):not(.captcha) {padding-top: 0; padding-bottom: 0}#brxe-gsviak .submit-button-wrapper {margin-top: 30px}#brxe-gsviak label {font-size: 12px; color: #b4b5b6; text-transform: none; line-height: 2}#brxe-gsviak .label {font-size: 12px; color: #b4b5b6; text-transform: none; line-height: 2}ul.options-wrapper li { display: flex;}ul.options-wrapper li label { margin-top: -40px; font-size: 16px !important; line-height: 30px !important;}ul.options-wrapper { margin-bottom: 40px; margin-top: 20px; padding-left: 24px; padding-right: 24px;}input#form-field-4255b6-0 { width: 32px !important;}@media (max-width: 478px) {#brxe-gsviak .form-group:nth-child(1) {width: 100%}#brxe-gsviak .form-group:nth-child(2) {width: 100%}#brxe-gsviak .form-group:nth-child(3) {width: 100%}#brxe-gsviak .form-group:nth-child(4) {width: 100%}#brxe-gsviak .form-group:not(:last-child):not(.captcha) {padding-top: 10px; padding-bottom: 10px}}#brxe-wphnks {width: 80%; padding-top: 30px; padding-right: 15px; padding-bottom: 50px; padding-left: 15px; background-image: linear-gradient(#ffffff, #ffffff); border-radius: 8px; box-shadow: 4px 10px 20px 10px rgba(0, 0, 0, 0.15); height: 90%; margin-top: 75px; margin-bottom: 75px; margin-left: 70px; max-width: 550px; display: none}@media (max-width: 767px) {#brxe-wphnks {margin-top: 40px; margin-bottom: 40px; margin-left: 0; width: 100%; max-width: auto}}@media (max-width: 478px) {#brxe-wphnks {width: 90%}}#brxe-ggrtmn {background-image: linear-gradient(45deg, #ffffff, #ffffff); align-items: flex-start; justify-content: center; margin-top: 11px}@media (max-width: 767px) {#brxe-ggrtmn {align-items: center}}#brxe-amvaui {width: 100%; display: flex}@media (max-width: 767px) {#brxe-amvaui {flex-direction: column-reverse}}#brxe-tckpbs {width: 100%; max-width: 100%}@media (max-width: 767px) {#brxe-tckpbs {margin-top: 50px}}#brxe-amzhri {text-align: center; font-size: 22px; color: #053445; font-weight: 600; align-self: center}#brxe-hqogkn {flex-direction: row; display: flex; background-color: var(--bricks-color-ruceet); border-radius: 8px; min-height: 71px; justify-content: center; margin-top: 64px; width: 100%}#brxe-nquazf {text-align: left; font-size: 20px; color: #2a2d2e; font-weight: 600; align-self: center}#brxe-anxgoa {width: 17%; justify-content: flex-start; align-items: flex-start; flex-direction: row}#brxe-mzpcfq {text-align: left; font-size: 17px; color: #2a2d2e; font-weight: 600; align-self: center; width: 100%}#brxe-eydzdh {text-align: left; font-size: 16px; color: #2a2d2e; font-family: "Roboto Light"; align-self: center; width: 100%}#brxe-ymawdw {height: 25px; width: 25px}#brxe-kstljj {padding-left: 5px; font-size: 16px; font-weight: 400; font-family: "Roboto Light"}#brxe-kstljj a {font-size: 16px; font-weight: 400; font-family: "Roboto Light"; font-size: inherit}#brxe-egclee {flex-direction: row; display: flex}#brxe-zkvfzg {width: 30%}#brxe-uxkttc {border-radius: 8px}#brxe-oinmec {width: 53%}#brxe-ibucxc {width: 100%; margin-top: 45px; margin-bottom: 45px; flex-direction: row; display: flex; column-gap: 13px}#brxe-tqolvh.horizontal .line {border-top-color: #ffffff}#brxe-tqolvh.vertical .line {border-right-color: #ffffff}#brxe-tqolvh .icon {color: #ffffff}#brxe-dcxqeo {text-align: left; font-size: 20px; color: #2a2d2e; font-weight: 600; align-self: center}#brxe-baqaxm {width: 17%; flex-direction: row}#brxe-dbwdpz {text-align: left; font-size: 17px; color: #2a2d2e; font-weight: 600; align-self: center; width: 100%}#brxe-yviqzk {text-align: left; font-size: 16px; color: #2a2d2e; font-family: "Roboto Light"; align-self: center; width: 100%}#brxe-jeobzd {width: 30%}#brxe-jmsfrj {border-radius: 8px}#brxe-guboue {width: 53%}#brxe-xfkpav {width: 100%; margin-top: 45px; margin-bottom: 45px; flex-direction: row; display: flex; column-gap: 13px}#brxe-knxdmh.horizontal .line {border-top-color: #ffffff}#brxe-knxdmh.vertical .line {border-right-color: #ffffff}#brxe-knxdmh .icon {color: #ffffff}#brxe-nvsbzx {text-align: left; font-size: 20px; color: #2a2d2e; font-weight: 600; align-self: center}#brxe-hqjhva {width: 17%; justify-content: flex-start; flex-direction: row}#brxe-lfqrpi {text-align: left; font-size: 17px; color: #2a2d2e; font-weight: 600; align-self: center; width: 100%}#brxe-odavrt {text-align: left; font-size: 16px; color: #2a2d2e; font-family: "Roboto Light"; align-self: center; width: 100%}#brxe-iukgfe {width: 30%}#brxe-llkyts {border-radius: 8px}#brxe-kvyvsg {width: 53%}#brxe-hmbzlv {width: 100%; margin-top: 45px; margin-bottom: 45px; flex-direction: row; display: flex; column-gap: 13px}#brxe-ofgpdw.horizontal .line {border-top-color: #ffffff}#brxe-ofgpdw.vertical .line {border-right-color: #ffffff}#brxe-ofgpdw .icon {color: #ffffff}#brxe-pinfuk {text-align: left; font-size: 20px; color: #2a2d2e; font-weight: 600; align-self: center}#brxe-xqekih {width: 17%; justify-content: flex-start; flex-direction: row}#brxe-fuxgeu {text-align: left; font-size: 17px; color: #2a2d2e; font-weight: 600; align-self: center; width: 100%}#brxe-olsetb {text-align: left; font-size: 16px; color: #2a2d2e; font-family: "Roboto Light"; align-self: center; width: 100%}#brxe-kwuhup {height: 25px; width: 25px}#brxe-bfbejh {font-size: 16px; font-family: "Roboto Light"; padding-left: 5px}#brxe-eqixpc {display: flex}#brxe-xdenmg {width: 30%}#brxe-fzblpi {border-radius: 8px}#brxe-chlfek {width: 53%}#brxe-deypty {width: 100%; margin-top: 45px; margin-bottom: 45px; flex-direction: row; display: flex; column-gap: 13px}#brxe-ntvuvx {min-height: 500px; padding-right: 40px; padding-left: 40px}#brxe-yslezh {background-image: linear-gradient(#eaedf0, rgba(255, 255, 255, 0))}@media (max-width: 767px) {#brxe-yslezh {display: none}}.brxe-sswwcs {height: 4px; margin-top: 0; position: absolute; top: 7%}@media (max-width: 478px) {.brxe-sswwcs {top: 2%}}.brxe-vxiees {text-align: left; color: var(--bricks-color-ruceet); font-size: 64px; line-height: 72px; font-family: "Roboto Black"}@media (max-width: 767px) {.brxe-vxiees {width: 100%; text-align: center}}@media (max-width: 478px) {.brxe-vxiees {text-align: center; font-size: 28px; line-height: 36px}}.brxe-kcbtyv {color: var(--bricks-color-ruceet); font-family: "Roboto Light"; font-size: 20px; line-height: 28px; text-align: center}@media (max-width: 991px) {.brxe-kcbtyv {text-align: center}}@media (max-width: 767px) {.brxe-kcbtyv {text-align: center}}@media (max-width: 478px) {.brxe-kcbtyv {text-align: center; font-size: 16px; line-height: 24px}}.brxe-xigqdv {display: flex; row-gap: 12px; flex-direction: column; align-items: center}.brxe-wwrayi {flex-direction: row; padding-top: 10px; padding-right: 16px; padding-bottom: 10px; padding-left: 16px; border-radius: 5px; transition: all 0.5s ease; font-size: 20px; line-height: 28px; font-family: "Roboto"; font-weight: 500; min-width: 18rem}.brxe-wwrayi:hover {background-color: #be272a; gap: 20px}@media (max-width: 478px) {.brxe-wwrayi {line-height: 28px}}.brxe-nubwqz {flex-direction: column; align-items: center; justify-content: center; display: flex; row-gap: 24px; max-width: 1440px; height: 265px}@media (max-width: 991px) {.brxe-nubwqz {padding-right: 40px; padding-left: 40px}}@media (max-width: 478px) {.brxe-nubwqz {padding-right: 0; padding-left: 0; row-gap: 32px; height: 195px}}.brxe-ajexhk {background-blend-mode: normal; background-position: center center; background-image: url(https://www.aurigo.com/app/uploads/Rectangle-564-scaled.png); background-repeat: no-repeat; background-size: cover; padding-top: 100px; padding-bottom: 100px; position: relative; min-height: 350px}@media (max-width: 991px) {.brxe-ajexhk {top: 0px; min-height: 350px}}@media (max-width: 767px) {.brxe-ajexhk {padding-top: 104px; padding-bottom: 104px; height: auto}}@media (max-width: 478px) {.brxe-ajexhk {padding-top: 76px; padding-right: 24px; padding-bottom: 76px; padding-left: 24px; background-image: url(https://www.aurigo.com/app/uploads/Rectangle-565.png); background-position: center center; background-repeat: no-repeat; background-size: cover}}#brxe-uqfdre {text-align: center; font-size: 22px; color: #053445; font-weight: 600; align-self: center}@media (max-width: 767px) {#brxe-uqfdre {font-size: 24px}}#brxe-joyuhj {font-size: 1em}@media (max-width: 767px) {#brxe-joyuhj {font-size: 50px}}#brxe-zbkffo {font-size: 1em}@media (max-width: 767px) {#brxe-zbkffo {font-size: 50px}}#brxe-gkvper {align-items: center; flex-direction: row; justify-content: space-between}@media (max-width: 767px) {#brxe-gkvper {padding-top: 18px; padding-right: 16px; padding-bottom: 18px; padding-left: 16px; background-color: #ffffff; border-radius: 8px}}#brxe-rdgqiy {text-align: left; font-size: 20px; color: #2a2d2e; font-weight: 600; align-self: center}@media (max-width: 767px) {#brxe-rdgqiy {font-size: 24px; padding-bottom: 15px}}#brxe-alqsig {width: 17%; justify-content: flex-start; align-items: flex-start; flex-direction: row}@media (max-width: 767px) {#brxe-alqsig {width: 100%; text-align: center; align-items: center; justify-content: center; align-self: center !important}}#brxe-zhbagz {text-align: left; font-size: 17px; color: #2a2d2e; font-weight: 600; align-self: center; width: 100%}@media (max-width: 767px) {#brxe-zhbagz {width: 100%; font-size: 20px; text-align: center}}#brxe-zlvpla {text-align: left; font-size: 16px; color: #2a2d2e; font-family: "Roboto Light"; align-self: center; width: 100%}@media (max-width: 767px) {#brxe-zlvpla {font-size: 20px; text-align: center; line-height: 28px; width: 60%}}@media (max-width: 478px) {#brxe-zlvpla {width: 80%; text-align: center; padding-bottom: 0; margin-bottom: 0}}@media (max-width: 767px) {#brxe-lgcvlm {height: 25px; width: 25px}}@media (max-width: 478px) {#brxe-lgcvlm {height: 25px; width: 25px}}@media (max-width: 767px) {#brxe-ziiehy {padding-left: 5px; font-family: "Roboto Light"; font-size: 20px}}@media (max-width: 478px) {#brxe-ziiehy {padding-left: 5px; font-family: "Roboto Light"; font-size: 20px; margin-top: 0}}@media (max-width: 767px) {#brxe-xlvsem {display: flex; padding-bottom: 25px}}@media (max-width: 478px) {#brxe-xlvsem {display: flex; padding-bottom: 25px}}#brxe-uegqww {width: 30%}@media (max-width: 767px) {#brxe-uegqww {width: 100%; align-items: center}}#brxe-nqyacz {border-radius: 8px}#brxe-vkrujx {width: 53%}@media (max-width: 767px) {#brxe-vkrujx {width: 100%; align-items: center}}#brxe-bzxlvo {width: 100%; margin-top: 45px; margin-bottom: 45px; flex-direction: row; display: flex; column-gap: 13px}@media (max-width: 767px) {#brxe-bzxlvo {margin-top: 0; flex-direction: column; align-items: center}}#brxe-gkidgg.horizontal .line {border-top-color: #ffffff}#brxe-gkidgg.vertical .line {border-right-color: #ffffff}#brxe-gkidgg .icon {color: #ffffff}@media (max-width: 767px) {#brxe-gkidgg.horizontal .line {border-top-color: #eaedf0; border-top-width: 2px}#brxe-gkidgg.vertical .line {border-right-color: #eaedf0}#brxe-gkidgg .icon {color: #eaedf0}#brxe-gkidgg .line {height: 2px}}#brxe-oevjst {text-align: left; font-size: 20px; color: #2a2d2e; font-weight: 600; align-self: center}@media (max-width: 767px) {#brxe-oevjst {text-align: center; font-size: 24px; padding-bottom: 15px}}#brxe-anfqqy {width: 17%; flex-direction: row}@media (max-width: 767px) {#brxe-anfqqy {text-align: center; justify-content: center; width: 100%; align-items: center}}#brxe-gjqeql {text-align: left; font-size: 17px; color: #2a2d2e; font-weight: 600; align-self: center; width: 100%}@media (max-width: 767px) {#brxe-gjqeql {text-align: center; font-size: 20px}}#brxe-endbpq {text-align: left; font-size: 16px; color: #2a2d2e; font-family: "Roboto Light"; align-self: center; width: 100%}@media (max-width: 767px) {#brxe-endbpq {text-align: center; font-size: 20px; line-height: 28px; margin-bottom: 10px; padding-bottom: 10px; width: 60%}}@media (max-width: 478px) {#brxe-endbpq {width: 80%}}#brxe-deglzt {width: 30%}@media (max-width: 767px) {#brxe-deglzt {width: 100%; flex-direction: column; align-items: center}}#brxe-wtyeus {border-radius: 8px}#brxe-wlzsnq {width: 53%}@media (max-width: 767px) {#brxe-wlzsnq {width: 100%; align-items: center}}#brxe-rmrzsv {width: 100%; margin-top: 45px; margin-bottom: 45px; flex-direction: row; display: flex; column-gap: 13px}@media (max-width: 767px) {#brxe-rmrzsv {flex-direction: column; align-items: center}}#brxe-feggge.horizontal .line {border-top-color: #ffffff}#brxe-feggge.vertical .line {border-right-color: #ffffff}#brxe-feggge .icon {color: #ffffff}@media (max-width: 767px) {#brxe-feggge.horizontal .line {border-top-color: #eaedf0; border-top-width: 2px}#brxe-feggge.vertical .line {border-right-color: #eaedf0}#brxe-feggge .icon {color: #eaedf0}#brxe-feggge .line {height: 2px}}#brxe-hbowcv {text-align: left; font-size: 20px; color: #2a2d2e; font-weight: 600; align-self: center}@media (max-width: 767px) {#brxe-hbowcv {text-align: center; font-size: 24px; padding-bottom: 15px}}#brxe-jptojk {width: 17%; justify-content: flex-start; flex-direction: row}@media (max-width: 767px) {#brxe-jptojk {width: 100%; justify-content: center}}#brxe-nasugx {text-align: left; font-size: 17px; color: #2a2d2e; font-weight: 600; align-self: center; width: 100%}@media (max-width: 767px) {#brxe-nasugx {text-align: center; font-size: 20px}}#brxe-avidcy {text-align: left; font-size: 16px; color: #2a2d2e; font-family: "Roboto Light"; align-self: center; width: 100%}@media (max-width: 767px) {#brxe-avidcy {text-align: center; font-size: 20px; line-height: 28px; margin-bottom: 10px; padding-bottom: 15px; width: 60%}}@media (max-width: 478px) {#brxe-avidcy {width: 80%}}#brxe-qfqqiq {width: 30%}@media (max-width: 767px) {#brxe-qfqqiq {width: 100%; text-align: center; flex-direction: column}}#brxe-ljmqpv {border-radius: 8px}#brxe-dwdalr {width: 53%}@media (max-width: 767px) {#brxe-dwdalr {width: 100%; align-items: center}}#brxe-cwstue {width: 100%; margin-top: 45px; margin-bottom: 45px; flex-direction: row; display: flex; column-gap: 13px}@media (max-width: 767px) {#brxe-cwstue {flex-direction: column; align-items: center}}#brxe-egdvbn.horizontal .line {border-top-color: #ffffff}#brxe-egdvbn.vertical .line {border-right-color: #ffffff}#brxe-egdvbn .icon {color: #ffffff}@media (max-width: 767px) {#brxe-egdvbn .line {height: 2px}#brxe-egdvbn.horizontal .line {border-top-width: 2px; border-top-color: #eaedf0}#brxe-egdvbn.vertical .line {border-right-color: #eaedf0}#brxe-egdvbn .icon {color: #eaedf0}}#brxe-hdgsgv {text-align: left; font-size: 20px; color: #2a2d2e; font-weight: 600; align-self: center}@media (max-width: 767px) {#brxe-hdgsgv {text-align: center; font-size: 24px; padding-bottom: 15px}}#brxe-bhubom {width: 17%; justify-content: flex-start; flex-direction: row}@media (max-width: 767px) {#brxe-bhubom {text-align: center; flex-direction: column; width: 100%}}#brxe-dpzeqb {text-align: left; font-size: 17px; color: #2a2d2e; font-weight: 600; align-self: center; width: 100%}@media (max-width: 767px) {#brxe-dpzeqb {text-align: center; font-size: 20px}}#brxe-rmwyhu {width: 100%; text-align: left; font-size: 16px; color: #2a2d2e; font-family: "Roboto Light"; align-self: center}@media (max-width: 767px) {#brxe-rmwyhu {width: 60%; text-align: center; font-size: 20px; line-height: 28px}}@media (max-width: 478px) {#brxe-rmwyhu {width: 80%}}@media (max-width: 767px) {#brxe-stfguu {height: 25px; width: 25px}}@media (max-width: 478px) {#brxe-stfguu {width: 25px}}@media (max-width: 767px) {#brxe-wbunur {padding-left: 5px; font-size: 20px; font-family: "Roboto Light"}}@media (max-width: 767px) {#brxe-yyaoce {display: flex; padding-bottom: 25px}}#brxe-nbnusv {width: 30%}@media (max-width: 767px) {#brxe-nbnusv {width: 100%; align-items: center}}#brxe-tmkrgu {border-radius: 8px}#brxe-mrihwh {width: 53%}@media (max-width: 767px) {#brxe-mrihwh {width: 100%; align-items: center}}#brxe-wpijlj {width: 100%; margin-top: 45px; margin-bottom: 45px; flex-direction: row; display: flex; column-gap: 13px}@media (max-width: 767px) {#brxe-wpijlj {flex-direction: column; align-items: center}}@media (max-width: 767px) {#brxe-ncqjlc {padding-top: 15px; margin-top: 40px}}@media (max-width: 767px) {#brxe-lzetiw {padding-right: 16px; padding-left: 16px}}@media (max-width: 478px) {#brxe-lzetiw {padding-right: 0; padding-left: 0}}#brxe-kulzvo .accordion-title-wrapper {min-height: 50px}#brxe-kulzvo .accordion-content-wrapper {padding-top: 15px; padding-right: 0; padding-bottom: 15px; padding-left: 0}#brxe-azwsgt {flex-direction: row; display: flex; background-color: var(--bricks-color-ruceet); border-radius: 8px; min-height: 71px; justify-content: center; margin-top: 64px; width: 100%}@media (max-width: 767px) {#brxe-azwsgt {background-color: rgba(0, 0, 0, 0); margin-top: 25px; margin-bottom: 55px; width: 80%}}@media (max-width: 478px) {#brxe-azwsgt {width: 100%}}#brxe-fqkzpt {min-height: 500px; padding-right: 50px; padding-left: 50px}@media (max-width: 767px) {#brxe-fqkzpt {padding-right: 25px; padding-left: 25px; min-height: auto; align-items: center}}#brxe-szzpsz {background-image: linear-gradient(#eaedf0, rgba(255, 255, 255, 0)); display: none}@media (max-width: 767px) {#brxe-szzpsz {display: block}}