@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{align-items:center;display:inline-flex;justify-content:center}: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-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-button{width:auto}}@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)}}.brxe-posts{overflow:hidden;width:100%}.brxe-posts figure{all:unset;display:block;position:relative}.brxe-posts figure>a{display:block}.brxe-posts img{width:100%}.brxe-posts .bricks-layout-wrapper{--columns:2;--gutter:0px}.brxe-posts .bricks-layout-wrapper[data-layout=list] .bricks-layout-inner{flex-direction:column}.brxe-posts .bricks-layout-wrapper[data-layout=list] .bricks-layout-inner>*{flex-basis:100%}.brxe-posts .bricks-layout-wrapper[data-layout=list].alternate li:nth-child(2n) .bricks-layout-inner{flex-direction:row-reverse!important}.brxe-posts .bricks-layout-wrapper[data-layout=list].alternate li:nth-child(odd) .bricks-layout-inner{flex-direction:row!important}.brxe-posts .bricks-layout-wrapper[data-layout=list].image-position-left .bricks-layout-inner,.brxe-posts .bricks-layout-wrapper[data-layout=list].image-position-right .bricks-layout-inner{flex-direction:row}.brxe-posts .bricks-layout-wrapper a{color:currentcolor}.brxe-posts .bricks-pagination{position:relative;z-index:1}.brxe-posts .bricks-pagination .current{color:var(--bricks-text-light);cursor:default}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}a.brxe-image{display:inline-block}figure.brxe-image{margin:0}:where(.brxe-image).tag{display:inline-block;height:fit-content;position:relative;width:auto}:where(.brxe-image).caption{position:relative}:where(.brxe-image).caption:has(figcaption.bricks-image-caption){overflow:hidden}:where(.brxe-image).overlay{position:relative}:where(.brxe-image).overlay:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:where(.brxe-image):before{border-radius:inherit}:where(.brxe-image) a{border-radius:inherit;position:static;transition:inherit}:where(.brxe-image) picture{border-radius:inherit;transition:inherit}:where(.brxe-image) img{border-radius:inherit;height:100%;position:static!important;transition:inherit;width:100%}:where(.brxe-image) img.bricks-lazy-hidden+figcaption{display:none}:where(.brxe-image) .icon{color:#fff;font-size:60px;pointer-events:none;position:absolute;right:50%;text-align:center;top:50%;transform:translate(50%,-50%);z-index:5}:where(.brxe-image) .bricks-image-caption{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 70%,transparent);bottom:0;color:#fff;font-size:inherit;margin:0;padding:10px 15px;pointer-events:none;position:absolute;text-align:center;width:100%;z-index:1}}@layer bricks {.brxe-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 {.brxe-post-toc{overflow-y:auto;top:var(--wp-admin--admin-bar--height,0);transform:translateX(0);width:400px}.brxe-post-toc[data-nowrap] .toc-link{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brxe-post-toc[data-sticky]{position:sticky}.brxe-post-toc.toc-right{right:0;transform:translateX(100%)}@media (min-width:52em){.brxe-post-toc{transform:translateX(0)}.brxe-post-toc.toc-right{right:calc(50% - 26rem);transform:translateX(0)}}.brxe-post-toc .js-toc{overflow-y:hidden}.brxe-post-toc>.toc-list{overflow:hidden;position:relative}.brxe-post-toc .toc-list{counter-reset:item;list-style:none;margin:0;padding:0}.brxe-post-toc .toc-list li.toc-list-item{position:relative}.brxe-post-toc .toc-link{color:currentcolor;display:block;height:100%;text-decoration:none}.brxe-post-toc .toc-link:before{content:"";display:inline-block;height:inherit;left:0;position:absolute;right:0}.brxe-post-toc .toc-link.is-active-link{font-weight:700}.brxe-post-toc .is-collapsible{max-height:1000px;overflow:hidden;transition:all .3s ease-in-out}.brxe-post-toc .is-collapsed{max-height:0}.brxe-post-toc .is-position-fixed{position:fixed!important;top:0}}@layer bricks {}@layer bricks {.brxe-post-content{width:100%}.brxe-post-content[data-source=bricks]{display:flex;flex-direction:column}body:has(.wp-lightbox-overlay) #brx-content{overflow:hidden}}#brxe-02769c {border: 1px solid var(--color-9); border-radius: 9px; font-size: var(--text-xs); text-align: center; padding-top: 1px; padding-right: 8px; padding-bottom: 1px; padding-left: 8px}#brxe-02769c{text-wrap: balance;}#brxe-38a2aa {text-align: center; font-size: 32px; margin-top: var(--space-2xs); margin-bottom: var(--space-2xs)}#brxe-38a2aa{ text-wrap: balance;}#brxe-6faeba {text-align: center; font-size: var(--text-xs); display: flex; align-items: center; justify-content: center; align-self: center; gap: 6px}#brxe-6faeba .item {text-align: center; line-height: 1.3}#brxe-6faeba{ text-wrap: balance;}#brxe-735c98 {border-radius: var(--space-s); margin-top: var(--space-s)}#brxe-33bb5b {font-size: var(--text-s)}#brxe-583704 {font-size: 1em}#brxe-637c31 {align-items: center; flex-direction: row; justify-content: space-between}#brxe-5cd5dd {width: 100%}#brxe-5cd5dd .toc-list {border-top: 1px solid var(--color-9); padding-top: 15px}#brxe-7cfa6a {padding-right: 15px; padding-left: 15px; border-radius: var(--space-s); background-color: var(--gkrisoftbg)}#brxe-b790a3 .accordion-title-wrapper {min-height: 40px}#brxe-b790a3 .accordion-content-wrapper {padding-top: 15px; padding-right: 0; padding-bottom: 15px; padding-left: 0; font-size: var(--text-s)}#brxe-b790a3 {width: 100%; margin-top: var(--space-xs); margin-bottom: 15px}#brxe-b790a3 .accordion-content-wrapper { padding-top: 0px;}#brxe-0eb136 {align-items: center; width: 100%; max-width: 900px; justify-content: flex-start; padding-top: var(--space-2xl)}@media (max-width: 850px) {#brxe-0eb136 {padding-top: var(--space-m)}}#brxe-b0cfbf {background-color: var(--gkrisoftbg); background-image: linear-gradient(var(--gkrisoftbg), var(--bgwhite))}.brxe-msiuzx {width: 100%; max-width: 185px; margin-top: -100px}.brxe-ysfuiq {text-align: center; text-wrap: balance; font-size: var(--text-xl); max-width: 600px}.brxe-rrcjcm {text-align: center; text-wrap: balance; font-size: var(--text-m); line-height: 1.4; margin-bottom: var(--space-l)}.brxe-iffrhz {width: 100%}.brxe-iffrhz svg {height: 14px; width: 14px; fill: var(--bgwhite)}.brxe-qmzgxs {width: 100%; gap: 5px}.brxe-qmzgxs svg {height: 15px; width: 15px; fill: var(--bgwhite)}.brxe-tfqrfn {width: 100%; gap: 5px}.brxe-tfqrfn svg {height: 15px; width: 15px; fill: var(--bgwhite)}.brxe-hqnntq {display: flex; grid-template-columns: 1fr 1fr; grid-gap: 15px; max-width: 615px; justify-items: center; justify-content: center; align-content: center; width: 100%; margin-top: var(--space-m); margin-bottom: var(--space-m)}@media (max-width: 678px) {.brxe-hqnntq {grid-template-columns: 1fr; flex-direction: column}}.brxe-bgytkg {display: flex; flex-direction: column; background-color: var(--gkrisoftbg); padding-top: 20px; padding-right: 30px; padding-bottom: 30px; padding-left: 30px; margin-top: 120px; margin-bottom: 20px; border-radius: var(--space-s); align-items: center}#brxe-kuyjtp {text-align: center; text-wrap: balance; font-size: var(--text-l); margin-bottom: var(--space-l)}.brxe-pydsxh .submit-button-wrapper {width: 100%}.brxe-pydsxh .form-group input {border-radius: var(--space-2xs)}.brxe-pydsxh .flatpickr {border-radius: var(--space-2xs)}.brxe-pydsxh select {border-radius: var(--space-2xs); color: rgba(87, 87, 87, 0.81)}.brxe-pydsxh textarea {border-radius: var(--space-2xs)}.brxe-pydsxh .bricks-button:not([type=submit]) {border-radius: var(--space-2xs)}.brxe-pydsxh .choose-files {border-radius: var(--space-2xs)}.brxe-pydsxh label {color: var(--color-6)}.brxe-pydsxh .label {color: var(--color-6)}.brxe-pydsxh ::placeholder {color: rgba(87, 87, 87, 0.81)}.brxe-pydsxh {width: 100%}#brxe-zuzeud {display: flex; flex-direction: column; background-color: var(--gkrisoftbg); padding-top: 20px; padding-right: 30px; padding-bottom: 30px; padding-left: 30px; border-radius: var(--space-s); align-items: center; margin-bottom: 20px}.brxe-lgkuei {font-size: var(--text-l); text-align: center}.brxe-zazkyl {font-size: var(--text-μ); text-align: center; line-height: 1.4; margin-bottom: var(--text-m)}.brxe-zazkyl a {font-size: var(--text-μ); text-align: center; line-height: 1.4; font-size: inherit}.brxe-zazkyl{text-wrap: balance;}.brxe-iwmtvl {margin-bottom: 15px; border-radius: 10px}.brxe-vkruez {font-weight: 600; font-size: 18px}.brxe-ionunk svg {height: var(--medium); width: var(--medium)}.brxe-ionunk {flex-direction: row; gap: var(--basic); margin-bottom: var(--space-s)}.brxe-ionunk .icon {align-self: center}.brxe-ionunk .content {line-height: normal; font-size: 16px}.brxe-onwioq svg {height: var(--medium); width: var(--medium)}.brxe-onwioq {flex-direction: row; gap: var(--basic); margin-bottom: var(--space-s)}.brxe-onwioq .icon {align-self: center}.brxe-onwioq .content {line-height: normal; font-size: 16px}.brxe-fcatlk {margin-top: 13px; width: 100%}.brxe-fcatlk svg {height: 16px; width: 16px; fill: var(--darktext)}.brxe-tubrpc {display: flex; flex-direction: column; justify-content: space-between}.brxe-scpiwl {border-radius: 10px; margin-bottom: 15px}.brxe-bbzoqa {font-weight: 600; font-size: 18px}.brxe-mayzas svg {height: var(--medium); width: var(--medium)}.brxe-mayzas {flex-direction: row; gap: var(--basic); margin-bottom: var(--space-s)}.brxe-mayzas .icon {align-self: center}.brxe-mayzas .content {line-height: normal; font-size: 16px}.brxe-agflns svg {height: var(--medium); width: var(--medium)}.brxe-agflns {flex-direction: row; gap: var(--basic); margin-bottom: var(--space-s)}.brxe-agflns .icon {align-self: center}.brxe-agflns .content {line-height: normal; font-size: 16px}.brxe-uqpibu {width: 100%; margin-top: 13px}.brxe-uqpibu svg {height: 16px; width: 16px; fill: var(--darktext)}.brxe-vsimfh {display: flex; flex-direction: column; justify-content: space-between}.brxe-uryrin {border-radius: 10px; margin-bottom: 15px}.brxe-umejgc {font-weight: 600; font-size: 18px}.brxe-wtqxxw svg {height: var(--medium); width: var(--medium)}.brxe-wtqxxw {flex-direction: row; gap: var(--basic); margin-bottom: var(--space-s)}.brxe-wtqxxw .icon {align-self: center}.brxe-wtqxxw .content {line-height: normal; font-size: 16px}.brxe-vtdqgw svg {height: var(--medium); width: var(--medium)}.brxe-vtdqgw {flex-direction: row; gap: var(--basic); margin-bottom: var(--space-s)}.brxe-vtdqgw .icon {align-self: center}.brxe-vtdqgw .content {line-height: normal; font-size: 16px}.brxe-lfglfs {width: 100%; margin-top: 13px}.brxe-lfglfs svg {height: 16px; width: 16px; fill: var(--darktext)}.brxe-gxexiu {display: flex; flex-direction: column; justify-content: space-between}.brxe-fmnqbs {margin-bottom: 20px; display: grid; align-items: initial; grid-template-columns: 1fr 1fr 1fr; grid-gap: 15px; align-items: stretch}@media (max-width: 850px) {.brxe-fmnqbs {grid-template-columns: 1fr}}@media (max-width: 678px) {.brxe-fmnqbs {grid-template-columns: 1fr}}.brxe-nbfpip {width: 100%; background-color: var(--gkrisoftbg); padding-top: var(--space-xl); padding-right: var(--space-l); padding-bottom: var(--space-xl); padding-left: var(--space-l); margin-bottom: var(--space-l); border-radius: var(--space-s); display: flex; flex-direction: column}#brxe-ec3c33 {flex-direction: column; width: 100%; max-width: 855px; column-gap: 20px}#brxe-8ebef8 {font-size: var(--text-s); color: var(--color-5); line-height: 1.3; margin-bottom: var(--space-s)}#brxe-d91d59 .repeater-item [data-field-id="f57635"] {margin-top: 5px; margin-right: 0; margin-bottom: 5px; margin-left: 0; font-size: var(--space-m)}#brxe-d91d59 .repeater-item [data-field-id="f57635"]:hover {color: var(--color-6)}#brxe-d91d59 .bricks-layout-inner {border-bottom: 1px solid var(--color-9)}#brxe-d91d59 .bricks-layout-wrapper {--columns: 2}@media (max-width: 678px) {#brxe-d91d59 .bricks-layout-wrapper {--columns: 1}}#brxe-bd995a {align-self: stretch !important; width: 100%; position: sticky; top: 100px; overflow: auto; background-color: var(--gkrisoftbg); padding-top: var(--space-m); padding-right: var(--space-m); padding-bottom: var(--space-m); padding-left: var(--space-m); border-radius: 10px; margin-bottom: 20px}#brxe-9a99ee {flex-direction: column; column-gap: 20px; padding-top: 0; padding-bottom: 15px; justify-content: flex-start; max-width: 855px; width: 100%; margin-top: -20px}@media (max-width: 850px) {#brxe-9a99ee {padding-left: 0; border-style: none}}#brxe-e4914b {flex-direction: row; display: grid; align-items: initial; grid-template-columns: 1fr; width: 100%; max-width: 1100px; padding-top: 30px; justify-items: center}@media (max-width: 850px) {#brxe-e4914b {grid-template-columns: 1fr; display: flex; flex-direction: column}}#brxe-89a231 {flex-direction: row; align-self: flex-start !important; background-color: var(--bgwhite)}#brxe-kzmmhp {width: 100%; max-width: 500px; align-self: center}#brxe-kzmmhp svg {height: 21px; width: 21px; fill: var(--bgwhite)}@media (max-width: 850px) {#brxe-kzmmhp {max-width: 100%}}#brxe-gfprwk {width: 100%; padding-top: 8px; padding-right: 15px; padding-bottom: 8px; padding-left: 15px; position: fixed; bottom: 0px; display: flex; justify-content: center; align-self: center !important; flex-direction: column; background-image: linear-gradient(hsla(0, 0%, 100%, 0.94) 50%, var(--bgwhite))}@media (max-width: 850px) {#brxe-gfprwk {width: 100%; max-width: 100%}}#brxe-idzucg {align-self: center !important; width: 100%; display: none; padding-right: 0; padding-left: 0}