@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 {@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)}}.gm-style{font:inherit!important;text-decoration:inherit!important}.brxe-map{height:300px;position:relative;width:100%}.brxe-map.no-key{overflow:hidden}.brxe-map.no-key.bricks-draggable-item>iframe{pointer-events:none}.brxe-map>iframe{border:0}.brxe-map ol,.brxe-map ul{list-style-type:none;margin:0;padding:0}.brxe-map .infoBox{background-color:#fff;border-radius:4px;box-shadow:4px 4px 4px rgba(0,0,0,.2);display:flex;flex-direction:column;font-size:14px;gap:5px;min-width:300px;padding:10px;transform:translate(-50%,calc(-100% - 60px))!important}.brxe-map .infoBox:after{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #fff;bottom:0;content:"";left:50%;position:absolute;transform:translate(-50%,100%)}.brxe-map .infoBox .title{font-size:15px;line-height:1.4;margin:0;padding-right:30px}.brxe-map .infoBox .subtitle{font-size:14px;font-weight:500}.brxe-map .infoBox .content{font-size:13px;margin:0}.brxe-map .infoBox .content+.images{margin-top:10px}.brxe-map .infoBox .images{display:grid;gap:5px;grid-template-columns:repeat(4,1fr)}.brxe-map .infoBox .images img{width:100%}.brxe-map .infoBox .close-infobox{cursor:pointer;font-size:30px;line-height:1;pointer-events:all;position:absolute;right:15px;top:10px}.brxe-map .infoBox>img{height:14px;position:absolute!important;right:0;top:0;width:14px}.brxe-map .brx-infobox-popup{display:flex;flex-direction:column;min-width:300px;transform:translate(-50%,calc(-100% - 60px))!important}.brxe-map .brx-infobox-popup:after{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #fff;bottom:0;content:"";left:50%;position:absolute;transform:translate(-50%,100%);z-index:1}.brxe-map .brx-infobox-popup .close-infobox{cursor:pointer;font-size:30px;line-height:1;pointer-events:all;position:absolute;right:15px;top:10px;z-index:1}.brxe-map .brx-infobox-popup img{width:100%}.brxe-map .brx-map-no-results{align-items:center;display:flex;justify-content:center;left:50%;padding:15px 30px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:999999}.brxe-map .brx-map-no-results,.brxe-map .brx-marker-text{background-color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.3)}.brxe-map .brx-marker-text{border-radius:4px;font-size:14px;max-width:200px;overflow:hidden;padding:5px 10px;text-overflow:ellipsis;white-space:nowrap}.brxe-map .brx-map-cluster{fill:#00f}.brxe-map .brx-map-cluster text{fill:#fff}}@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)}}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 {@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-social-icons{display:flex;list-style-type:none;margin:0;padding:0}.brxe-social-icons li,.brxe-social-icons li a{align-items:center;display:flex;flex:1;gap:5px;justify-content:center}.brxe-social-icons i{line-height:unset}.brxe-social-icons span{align-items:center;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)}}:where(.brxe-video){align-items:center;aspect-ratio:16/9;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}:where(.brxe-video) iframe,:where(.brxe-video) video{border:none;height:100%;position:absolute;top:0;width:100%}:where(.brxe-video) video[poster]:not([data-is-loaded]){object-fit:cover}@supports not (aspect-ratio:16/9){:where(.brxe-video){aspect-ratio:auto;padding-top:56.25%}}.brxe-video .plyr{bottom:0;font-family:inherit;left:0;position:absolute;right:0;top:0}.brxe-video .plyr .plyr__controls>.plyr__control{padding:8px}.brxe-video .plyr .plyr__control--overlaid{align-items:center;background-color:rgba(0,0,0,.65);border-radius:0;display:flex!important;height:50px;justify-content:center;padding:0;width:80px}.brxe-video .plyr .plyr__control--overlaid:hover{background-color:rgba(0,0,0,.9)}.brxe-video .plyr .plyr__control--overlaid svg{height:18px;width:18px}.brxe-video .plyr .plyr__controls .plyr__control{background-color:transparent;color:inherit}.brxe-video .plyr .plyr__controls .plyr__control.plyr__tab-focus{background:transparent;box-shadow:0 0 0 2px}.brxe-video .plyr input[type=range]:hover::-webkit-slider-thumb{visibility:visible}.brxe-video .plyr input[type=range]::-webkit-slider-runnable-track{border-radius:0;color:hsla(0,0%,100%,.75)}.brxe-video .plyr input[type=range]::-webkit-slider-thumb{background:#fff;box-shadow:none;visibility:hidden}.brxe-video .plyr input[type=range]::-moz-range-track{border-radius:0;color:hsla(0,0%,100%,.75)}.brxe-video .plyr input[type=range]::-moz-range-thumb{background:#fff;box-shadow:none}.brxe-video .plyr input[type=range]::-moz-range-progress{border-radius:0}.brxe-video .plyr input[type=range]::-ms-track{border-radius:0;color:hsla(0,0%,100%,.75)}.brxe-video .plyr input[type=range]::-ms-fill-lower,.brxe-video .plyr input[type=range]::-ms-fill-upper{border-radius:0}.brxe-video .plyr input[type=range]::-ms-thumb{background:#fff;box-shadow:none}.brxe-video .plyr input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{box-shadow:none}.brxe-video .plyr input[type=range].plyr__tab-focus::-moz-range-track{box-shadow:none}.brxe-video .plyr input[type=range].plyr__tab-focus::-ms-track{box-shadow:none}.brxe-video .plyr .plyr__progress__buffer::-webkit-progress-value{border-radius:0}.brxe-video .plyr .plyr__progress__buffer::-moz-progress-bar{border-radius:0}.brxe-video .plyr .plyr__progress__buffer::-ms-fill{border-radius:0}.brxe-video .plyr .plyr__volume{max-width:none;min-width:0;width:auto}.brxe-video .plyr .plyr__volume:hover input[type=range]{margin:0 5px;width:60px}.brxe-video .plyr .plyr__volume input[type=range]{margin:0;transition:width .1s ease-out;width:0}.brxe-video .plyr .plyr__controls__item,.brxe-video .plyr input[type=range]{cursor:pointer}.brxe-video .plyr .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before,.brxe-video .plyr .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before,.brxe-video .plyr .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:hover:before{background-color:#000}.brxe-video .plyr .plyr__menu__container .plyr__control[role=menuitemradio]:hover:after{background-color:#fff;opacity:1;transform:translateY(-50%) scale(1)}.bricks-video-preview-image{background-position:50%;background-repeat:no-repeat}.bricks-video-overlay,.bricks-video-preview-image{background-size:cover;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0}.bricks-video-overlay{align-items:center;display:flex;justify-content:center;z-index:1}.bricks-video-overlay.bricks-lazy-hidden{background-image:none!important}.bricks-video-overlay-icon{color:#fff;cursor:pointer;font-size:60px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}}@layer bricks {.brxe-counter{width:auto}}@layer bricks {:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}} html {background-color: #fefefe} body {background: none}@media (max-width: 478px) {html { overflow-x:hidden;}}#brxe-qnaqxq {font-weight: 200; color: var(--primary); letter-spacing: 20%}@media (max-width: 478px) {#brxe-qnaqxq {text-align: center}}#brxe-kalgwq {font-size: 20px; font-family: "Archivo"; font-weight: 300; line-height: 1.1; text-wrap: balance}@media (max-width: 767px) {#brxe-kalgwq {text-align: center}}@media (max-width: 478px) {#brxe-kalgwq {font-size: 18px}}#brxe-ettzhw {row-gap: 16px}@media (max-width: 767px) {#brxe-ettzhw {align-self: center !important; align-items: center}}#brxe-wtnljc {font-size: 32px; font-family: "Archivo"; color: var(--primary)}#brxe-jxmgxe {align-items: center; row-gap: 8px; column-gap: 8px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; max-width: fit-content}#brxe-fwbieg {align-items: center; row-gap: 8px; column-gap: 8px; max-width: fit-content}#brxe-dazkpu {align-items: center; row-gap: 8px; column-gap: 8px; max-width: fit-content}#brxe-hfzsjl {justify-content: space-between; flex-direction: row; max-width: 560px}@media (max-width: 478px) {#brxe-hfzsjl {flex-wrap: nowrap}}#brxe-znrvtz {row-gap: 40px; max-width: 595px}#brxe-wkslzi video {object-fit: contain}#brxe-wkslzi {aspect-ratio: 2/3}#brxe-uvdujz {position: absolute; width: 100%; height: 100%; z-index: 5}#brxe-wfhytf {position: relative; max-width: 400px}@media (max-width: 767px) {#brxe-wfhytf {max-width: 200px}}@media (max-width: 478px) {#brxe-wfhytf {max-width: 200px}}#brxe-ecgdfa {flex-direction: row; align-items: center; position: relative; justify-content: space-between; padding-top: 70px; padding-bottom: 20px}@media (max-width: 767px) {#brxe-ecgdfa {align-items: center; align-self: center !important; justify-content: center; row-gap: 32px}}#brxe-jzczcn li.has-link a, #brxe-jzczcn li.no-link {padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; color: #ffffff; white-space: nowrap; font-size: 26px; font-family: "Archivo"; font-weight: 300; gap: 16px; width: 100%}#brxe-jzczcn .repeater-item:nth-child(1) {background-color: rgba(76, 194, 255, 0)}#brxe-jzczcn .repeater-item:nth-child(2) {background-color: rgba(76, 194, 255, 0)}#brxe-jzczcn .repeater-item:nth-child(3) {background-color: rgba(76, 194, 255, 0)}#brxe-jzczcn .repeater-item:nth-child(4) {background-color: rgba(76, 194, 255, 0)}#brxe-jzczcn .repeater-item:nth-child(5) {background-color: rgba(76, 194, 255, 0)}#brxe-jzczcn .repeater-item:nth-child(6) {background-color: rgba(76, 194, 255, 0)}#brxe-jzczcn {gap: 32px; gap: 72px}#brxe-jzczcn .bullet-before{ margin-right:16px;}@media (max-width: 478px) {#brxe-jzczcn {gap: 32px}}#brxe-bvrapr li.has-link a, #brxe-bvrapr li.no-link {padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; color: #ffffff; white-space: nowrap; font-size: 26px; font-family: "Archivo"; font-weight: 300; gap: 16px; width: 100%}#brxe-bvrapr .repeater-item:nth-child(1) {background-color: rgba(76, 194, 255, 0)}#brxe-bvrapr .repeater-item:nth-child(2) {background-color: rgba(76, 194, 255, 0)}#brxe-bvrapr .repeater-item:nth-child(3) {background-color: rgba(76, 194, 255, 0)}#brxe-bvrapr .repeater-item:nth-child(4) {background-color: rgba(76, 194, 255, 0)}#brxe-bvrapr .repeater-item:nth-child(5) {background-color: rgba(76, 194, 255, 0)}#brxe-bvrapr .repeater-item:nth-child(6) {background-color: rgba(76, 194, 255, 0)}#brxe-bvrapr {gap: 32px; gap: 72px}#brxe-bvrapr .bullet-before{ margin-right:16px;}#brxe-snuyrl {width: 100%; padding-top: 16px; padding-bottom: 16px; align-items: center; flex-direction: row; min-height: 125px}#brxe-svqwwn {width: 100%; padding-right: 0; padding-left: 0}#brxe-ckawji {align-items: flex-start}@media (max-width: 767px) {#brxe-ckawji {align-self: center !important; justify-content: center; align-items: center; text-align: left}}#brxe-odlhdz {font-size: 20px; font-weight: 200; color: var(--primary); letter-spacing: 20%; text-align: right}@media (max-width: 478px) {#brxe-odlhdz {text-align: center}}@media (max-width: 767px) {#brxe-tbtnqi {text-align: center}}#brxe-kmqvct {text-align: justify; font-size: 26px; font-weight: 300; color: var(--primary); line-height: 1.1}@media (max-width: 767px) {#brxe-kmqvct {text-wrap: balance; text-align: justify}}@media (max-width: 478px) {#brxe-kmqvct {font-size: 22px; text-align: justify}}#brxe-kczlog {align-items: flex-end}@media (max-width: 767px) {#brxe-kczlog {align-items: center; align-self: center !important}}#brxe-unlkwr {flex-direction: row; align-items: center; justify-content: space-between}@media (max-width: 767px) {#brxe-unlkwr {row-gap: 32px; justify-content: flex-start; align-self: flex-start !important}}#brxe-ifoeyy {width: 50px}#brxe-zuwuzr {color: var(--primary)}#brxe-jphzia li.has-link a, #brxe-jphzia li.no-link {color: #ffffff; gap: 8px; justify-content: flex-start}#brxe-jphzia .repeater-item:nth-child(1) span {font-size: 15px}#brxe-jphzia .repeater-item:nth-child(1).has-link a {color: #525252}#brxe-jphzia .repeater-item:nth-child(1).no-link {color: #525252}#brxe-jphzia .repeater-item:nth-child(1) .icon {color: var(--primary); font-size: 15px}#brxe-jphzia .repeater-item:nth-child(2) span {font-size: 15px}#brxe-jphzia .repeater-item:nth-child(2).has-link a {color: #525252}#brxe-jphzia .repeater-item:nth-child(2).no-link {color: #525252}#brxe-jphzia .repeater-item:nth-child(2) .icon {color: var(--primary); font-size: 15px}#brxe-jphzia {flex-direction: column; gap: 0px}#brxe-dhdmwy li.has-link a, #brxe-dhdmwy li.no-link {color: #ffffff; gap: 8px; justify-content: flex-start}#brxe-dhdmwy .repeater-item:nth-child(1) span {font-size: 15px}#brxe-dhdmwy .repeater-item:nth-child(1).has-link a {color: #525252}#brxe-dhdmwy .repeater-item:nth-child(1).no-link {color: #525252}#brxe-dhdmwy .repeater-item:nth-child(1) .icon {color: var(--primary); font-size: 15px}#brxe-dhdmwy .repeater-item:nth-child(2) span {font-size: 15px}#brxe-dhdmwy .repeater-item:nth-child(2).has-link a {color: #525252}#brxe-dhdmwy .repeater-item:nth-child(2).no-link {color: #525252}#brxe-dhdmwy .repeater-item:nth-child(2) .icon {color: var(--primary); font-size: 15px}#brxe-dhdmwy {flex-direction: column; gap: 0px}#brxe-pubcdd {flex-direction: row; column-gap: 24px; row-gap: 24px}@media (max-width: 478px) {#brxe-pubcdd {row-gap: 0px}}#brxe-nvciet {flex-direction: row; column-gap: 48px}#brxe-dgnfwt {color: var(--primary)}#brxe-jvjyhs li.has-link a, #brxe-jvjyhs li.no-link {color: #ffffff; gap: 8px; justify-content: flex-start}#brxe-jvjyhs .repeater-item:nth-child(1) span {font-size: 15px}#brxe-jvjyhs .repeater-item:nth-child(1).has-link a {color: #525252}#brxe-jvjyhs .repeater-item:nth-child(1).no-link {color: #525252}#brxe-jvjyhs .repeater-item:nth-child(1) .icon {color: var(--primary); font-size: 15px}#brxe-jvjyhs .repeater-item:nth-child(2) span {font-size: 15px}#brxe-jvjyhs .repeater-item:nth-child(2).has-link a {color: #525252}#brxe-jvjyhs .repeater-item:nth-child(2).no-link {color: #525252}#brxe-jvjyhs .repeater-item:nth-child(2) .icon {color: var(--primary); font-size: 15px}#brxe-jvjyhs {flex-direction: column; gap: 0px}#brxe-smhaxw li.has-link a, #brxe-smhaxw li.no-link {color: #ffffff; gap: 8px; justify-content: flex-start}#brxe-smhaxw .repeater-item:nth-child(1) span {font-size: 15px}#brxe-smhaxw .repeater-item:nth-child(1).has-link a {color: #525252}#brxe-smhaxw .repeater-item:nth-child(1).no-link {color: #525252}#brxe-smhaxw .repeater-item:nth-child(1) .icon {color: var(--primary); font-size: 15px}#brxe-smhaxw .repeater-item:nth-child(2) span {font-size: 15px}#brxe-smhaxw .repeater-item:nth-child(2).has-link a {color: #525252}#brxe-smhaxw .repeater-item:nth-child(2).no-link {color: #525252}#brxe-smhaxw .repeater-item:nth-child(2) .icon {color: var(--primary); font-size: 15px}#brxe-smhaxw {flex-direction: column; gap: 0px}#brxe-hufhsw {flex-direction: row; column-gap: 24px; row-gap: 24px; justify-content: flex-end}@media (max-width: 767px) {#brxe-hufhsw {justify-content: flex-start}}@media (max-width: 478px) {#brxe-hufhsw {row-gap: 0px}}#brxe-ukhriu {align-items: flex-end}@media (max-width: 767px) {#brxe-ukhriu {align-self: flex-start !important; align-items: flex-start}}#brxe-rpjyed {width: 50px; align-items: flex-end}#brxe-gaulxr {flex-direction: row; column-gap: 48px}@media (max-width: 767px) {#brxe-gaulxr {flex-direction: column-reverse; justify-content: flex-start; align-self: flex-start !important}}#brxe-tvroip {width: 50px}#brxe-ogmopx {color: var(--primary)}#brxe-vvxlgb li.has-link a, #brxe-vvxlgb li.no-link {color: #ffffff; gap: 8px; justify-content: flex-start}#brxe-vvxlgb .repeater-item:nth-child(1) span {font-size: 15px}#brxe-vvxlgb .repeater-item:nth-child(1).has-link a {color: #525252}#brxe-vvxlgb .repeater-item:nth-child(1).no-link {color: #525252}#brxe-vvxlgb .repeater-item:nth-child(1) .icon {color: var(--primary); font-size: 15px}#brxe-vvxlgb .repeater-item:nth-child(2) span {font-size: 15px}#brxe-vvxlgb .repeater-item:nth-child(2).has-link a {color: #525252}#brxe-vvxlgb .repeater-item:nth-child(2).no-link {color: #525252}#brxe-vvxlgb .repeater-item:nth-child(2) .icon {color: var(--primary); font-size: 15px}#brxe-vvxlgb {flex-direction: column; gap: 0px}#brxe-ykixor li.has-link a, #brxe-ykixor li.no-link {color: #ffffff; gap: 8px; justify-content: flex-start}#brxe-ykixor .repeater-item:nth-child(1) span {font-size: 15px}#brxe-ykixor .repeater-item:nth-child(1).has-link a {color: #525252}#brxe-ykixor .repeater-item:nth-child(1).no-link {color: #525252}#brxe-ykixor .repeater-item:nth-child(1) .icon {color: var(--primary); font-size: 15px}#brxe-ykixor .repeater-item:nth-child(2) span {font-size: 15px}#brxe-ykixor .repeater-item:nth-child(2).has-link a {color: #525252}#brxe-ykixor .repeater-item:nth-child(2).no-link {color: #525252}#brxe-ykixor .repeater-item:nth-child(2) .icon {color: var(--primary); font-size: 15px}#brxe-ykixor {flex-direction: column; gap: 0px}#brxe-xlqaay {flex-direction: row; column-gap: 24px; row-gap: 24px}@media (max-width: 478px) {#brxe-xlqaay {row-gap: 0px}}#brxe-kyqdrm {flex-direction: row; column-gap: 48px}#brxe-otwuim {font-size: 20px; font-weight: 200; color: var(--primary); letter-spacing: 20%}#brxe-vgvyek {text-align: left}@media (max-width: 767px) {#brxe-vgvyek {text-align: center}}#brxe-uorlaj {text-align: justify; font-size: 26px; font-weight: 300; color: var(--primary); line-height: 1.1}@media (max-width: 478px) {#brxe-uorlaj {text-align: justify; text-wrap: balance; font-size: 22px}}#brxe-vilptx {align-items: flex-start}@media (max-width: 767px) {#brxe-vilptx {align-items: center}}#brxe-mtdnvx:not(.tag), #brxe-mtdnvx img {object-fit: contain}@media (max-width: 767px) {#brxe-mtdnvx {max-width: 250px}}#brxe-bugkbm {align-items: flex-end}@media (max-width: 767px) {#brxe-bugkbm {align-items: center}}#brxe-tmhwxg {flex-direction: row; align-items: center; justify-content: space-between; z-index: 5; column-gap: 80px}@media (max-width: 767px) {#brxe-tmhwxg {row-gap: 32px}}#brxe-vbbrpm {font-size: 20px; font-weight: 200; color: #000000; letter-spacing: 20%; z-index: 10}#partnership {row-gap: 16px; background-image: url("https://pharmapoint-cy.com/wp-content/uploads/2026/05/pills.webp"); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; background-position: center center; position: relative}#partnership::before { content: ''; position: absolute; inset: 0; backdrop-filter: blur(10px); pointer-events: none;}#brxe-xwpqxz {color: var(--primary)}#brxe-qkqopp .form-group:nth-child(4) {height: 172px}#brxe-qkqopp .form-group input {border-color: var(--primary); border-radius: 14px}#brxe-qkqopp .flatpickr {border-color: var(--primary); border-radius: 14px}#brxe-qkqopp select {border-color: var(--primary); border-radius: 14px}#brxe-qkqopp textarea {border-color: var(--primary); border-radius: 14px}#brxe-qkqopp .bricks-button:not([type=submit]) {border-color: var(--primary); border-radius: 14px}#brxe-qkqopp .choose-files {border-color: var(--primary); border-radius: 14px}#brxe-qkqopp label {color: var(--primary); font-size: 18px; text-transform: none}#brxe-qkqopp .label {color: var(--primary); font-size: 18px; text-transform: none}#brxe-qkqopp .submit-button-wrapper {width: 100%}#brxe-qkqopp button[type=submit].bricks-button {border-radius: 16px}#brxe-qkqopp .bricks-button {font-size: 18px; color: var(--primary); font-weight: 700; background-color: hsla(46, 100%, 65%, 0)}#brxe-mnrmxf figcaption {text-align: center}#brxe-mnrmxf {max-width: 340px}#brxe-xbxutn {border-radius: 8px; height: 490px}@media (max-width: 478px) {#brxe-xbxutn {height: 300px}}#brxe-bapnrn {font-size: 18px; font-weight: 700; position: absolute; bottom: 20px}#brxe-yklbvb {align-items: center; justify-content: space-between}#brxe-gxcjpa {flex-direction: row; column-gap: 80px; position: relative; align-items: stretch}@media (max-width: 767px) {#brxe-gxcjpa {row-gap: 32px}}#brxe-jvbwxo .icon {align-self: center; color: hsl(0, 0%, 100%)}#brxe-jvbwxo h1 {font-size: 18px}#brxe-jvbwxo h2 {font-size: 18px}#brxe-jvbwxo h3 {font-size: 18px}#brxe-jvbwxo h4 {font-size: 18px}#brxe-jvbwxo h5 {font-size: 18px}#brxe-jvbwxo h6 {font-size: 18px}#brxe-jvbwxo .content {font-size: 15px; line-height: 1.2}#brxe-jvbwxo {gap: 12px}#brxe-jvbwxo .icon a {color: hsl(0, 0%, 100%)}@media (max-width: 478px) {#brxe-jvbwxo {max-width: fit-content}#brxe-jvbwxo .icon {height: 64px; line-height: 64px; min-width: 64px; color: hsl(0, 0%, 100%)}#brxe-jvbwxo .icon a {color: hsl(0, 0%, 100%)}}#brxe-hdqktw .icon {align-self: center; color: hsl(0, 0%, 100%)}#brxe-hdqktw h1 {font-size: 18px}#brxe-hdqktw h2 {font-size: 18px}#brxe-hdqktw h3 {font-size: 18px}#brxe-hdqktw h4 {font-size: 18px}#brxe-hdqktw h5 {font-size: 18px}#brxe-hdqktw h6 {font-size: 18px}#brxe-hdqktw .content {font-size: 15px; line-height: 1.2}#brxe-hdqktw {gap: 12px}#brxe-hdqktw .icon a {color: hsl(0, 0%, 100%)}@media (max-width: 478px) {#brxe-hdqktw {max-width: fit-content}#brxe-hdqktw .icon {color: hsl(0, 0%, 100%)}#brxe-hdqktw .icon a {color: hsl(0, 0%, 100%)}}#brxe-vwjpry .icon {align-self: center; color: hsl(0, 0%, 100%)}#brxe-vwjpry h1 {font-size: 18px}#brxe-vwjpry h2 {font-size: 18px}#brxe-vwjpry h3 {font-size: 18px}#brxe-vwjpry h4 {font-size: 18px}#brxe-vwjpry h5 {font-size: 18px}#brxe-vwjpry h6 {font-size: 18px}#brxe-vwjpry .content {font-size: 15px; line-height: 1.2}#brxe-vwjpry {gap: 12px}#brxe-vwjpry .icon a {color: hsl(0, 0%, 100%)}@media (max-width: 478px) {#brxe-vwjpry {max-width: fit-content}#brxe-vwjpry .icon i {font-size: 36px}#brxe-vwjpry .icon {padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px; border-radius: 50%; color: hsl(0, 0%, 100%)}#brxe-vwjpry .icon a {color: hsl(0, 0%, 100%)}}#brxe-foflxx .icon {align-self: center; color: hsl(0, 0%, 100%)}#brxe-foflxx h1 {font-size: 18px}#brxe-foflxx h2 {font-size: 18px}#brxe-foflxx h3 {font-size: 18px}#brxe-foflxx h4 {font-size: 18px}#brxe-foflxx h5 {font-size: 18px}#brxe-foflxx h6 {font-size: 18px}#brxe-foflxx .content {font-size: 15px; line-height: 1.2}#brxe-foflxx {gap: 12px}#brxe-foflxx .icon a {color: hsl(0, 0%, 100%)}@media (max-width: 478px) {#brxe-foflxx {max-width: fit-content}#brxe-foflxx .icon {color: hsl(0, 0%, 100%)}#brxe-foflxx .icon a {color: hsl(0, 0%, 100%)}}#brxe-zmpfpo {margin-top: 56px; margin-bottom: 0; flex-direction: row; justify-content: space-between}@media (max-width: 478px) {#brxe-zmpfpo {row-gap: 20px; column-gap: 20px; align-items: flex-start; justify-content: space-between; margin-top: 24px; display: grid; align-items: initial; grid-template-columns: 1fr 1fr; justify-content: center; align-content: center; align-items: center; justify-items: center; grid-gap: 8px}}@media (max-width: 767px) {#contact {row-gap: 32px}}