@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)}}:where(.brxe-accordion){list-style-type:none;margin:0;padding:0;width:100%}:where(.brxe-accordion) .brx-open .accordion-content-wrapper{display:block}:where(.brxe-accordion) .brx-open .icon.expanded{display:block!important}:where(.brxe-accordion) .brx-open .icon.expanded+.icon{display:none}:where(.brxe-accordion) .accordion-title-wrapper{cursor:pointer;margin-bottom:-1px;padding:15px 0;transition:var(--bricks-transition)}:where(.brxe-accordion) .accordion-title{align-items:center;display:flex}:where(.brxe-accordion) .accordion-title:empty{display:none!important}:where(.brxe-accordion) .accordion-title.icon-left{flex-direction:row-reverse}:where(.brxe-accordion) .accordion-title.icon-left .icon{margin-left:0;margin-right:10px}:where(.brxe-accordion) .accordion-title.icon-right .icon{margin-left:10px;margin-right:0}:where(.brxe-accordion) .accordion-title .title{flex:1;line-height:30px;margin:0}:where(.brxe-accordion) .accordion-title .icon{font-size:.8em;line-height:1;position:relative;top:1px;transform-origin:center}:where(.brxe-accordion) .accordion-title .icon.expanded{display:none}:where(.brxe-accordion) .accordion-subtitle{opacity:.8}:where(.brxe-accordion) .accordion-content-wrapper{animation:height .5s ease;display:none;overflow:hidden;padding:0 0 15px}:where(.brxe-accordion) .accordion-content-wrapper:empty{display:none!important}}@layer bricks {.brxe-button{width:auto}}@layer bricks {:where(.brxe-icon-box){align-items:flex-start;display:flex;flex-direction:column}:where(.brxe-icon-box).top .icon{margin-bottom:20px}:where(.brxe-icon-box).bottom{flex-direction:column-reverse}:where(.brxe-icon-box).bottom .icon{margin-top:20px}:where(.brxe-icon-box).right{flex-direction:row-reverse}:where(.brxe-icon-box).right .icon{margin-left:20px}:where(.brxe-icon-box).left{flex-direction:row}:where(.brxe-icon-box).left .icon{margin-right:20px}:where(.brxe-icon-box) .icon{display:inline-flex}:where(.brxe-icon-box) .icon a{display:inline-flex}:where(.brxe-icon-box) i{display:inline-block;font-size:40px;line-height:1;text-align:center}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}:where(.brxe-form){display:flex;flex-wrap:wrap;width:100%}:where(.brxe-form) .label,:where(.brxe-form) label{color:inherit;font-size:12px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}:where(.brxe-form) .form-group{display:flex;flex-direction:column;padding:0 0 20px;width:100%}:where(.brxe-form) .form-group.captcha,:where(.brxe-form) .form-group:last-child{padding-bottom:0}:where(.brxe-form) .form-group.captcha{line-height:1}:where(.brxe-form) .form-group.file{display:block}:where(.brxe-form) .form-group.file>label.choose-files{margin-bottom:0}:where(.brxe-form) .form-group>.label{margin-bottom:5px}:where(.brxe-form) .form-group .form-group-error-message{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger);display:none;padding:15px;width:100%}:where(.brxe-form) .form-group .form-group-error-message.show{display:block}:where(.brxe-form) .form-group .password-input-wrapper{position:relative}:where(.brxe-form) .form-group .password-input-wrapper .password-toggle{background:none;position:absolute;right:12px;top:50%;transform:translateY(-50%)}:where(.brxe-form) .form-group .password-input-wrapper .password-toggle span{display:flex}:where(.brxe-form) .form-group .password-input-wrapper .password-toggle span.hide{display:none}:where(.brxe-form) .submit-button-wrapper{width:auto}:where(.brxe-form) .required:after{content:"*";padding:0 2px;position:relative;top:-2px}:where(.brxe-form) .options-wrapper{list-style-type:none;margin:0;padding:0}:where(.brxe-form) .options-wrapper li{align-items:baseline;display:flex;gap:8px}:where(.brxe-form) .options-wrapper input,:where(.brxe-form) .options-wrapper label{display:inline-block;height:auto;margin:0 5px 0 0;width:auto}:where(.brxe-form) .options-wrapper input[type=checkbox],:where(.brxe-form) .options-wrapper input[type=radio]{margin:initial;padding:initial;position:relative;top:1px}:where(.brxe-form) button[type=submit].sending{cursor:default}:where(.brxe-form) button[type=submit].sending .text{opacity:.5}:where(.brxe-form) button[type=submit].sending>i,:where(.brxe-form) button[type=submit].sending>svg{display:none}:where(.brxe-form) button[type=submit].sending .loading{animation:load8 1s linear infinite;display:flex;opacity:1}:where(.brxe-form) button[type=submit].sending .loading svg{transform:scaleX(-1)}:where(.brxe-form) button[type=submit] .loading{display:none}:where(.brxe-form) button[type=submit] svg{height:1em;transform-origin:center}:where(.brxe-form) .recaptcha-hidden{display:none}:where(.brxe-form) .recaptcha-error{display:none;padding:0!important}:where(.brxe-form) .recaptcha-error.show{display:block}:where(.brxe-form) .recaptcha-error .brxe-alert.danger{align-items:center;background-color:var(--bricks-bg-danger);border-color:currentcolor;color:var(--bricks-text-danger);display:flex;justify-content:space-between;padding:15px;width:100%}:where(.brxe-form) .hcaptcha-error{display:none;padding:0!important}:where(.brxe-form) .hcaptcha-error.show{display:block}:where(.brxe-form) .hcaptcha-error .brxe-alert.danger{align-items:center;background-color:var(--bricks-bg-danger);border-color:currentcolor;color:var(--bricks-text-danger);display:flex;justify-content:space-between;padding:15px;width:100%}:where(.brxe-form) input[type=checkbox]+.label,:where(.brxe-form) input[type=checkbox]+label,:where(.brxe-form) input[type=radio]+.label,:where(.brxe-form) input[type=radio]+label{color:inherit;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:inherit;text-transform:inherit}:where(.brxe-form) textarea{height:inherit;resize:vertical}:where(.brxe-form) .message{background-color:var(--bricks-bg-info);color:var(--bricks-text-info);display:flex;gap:15px;justify-content:space-between;opacity:1;padding-bottom:0;position:relative;width:100%}:where(.brxe-form) .message.success{background-color:var(--bricks-bg-success);color:var(--bricks-text-success)}:where(.brxe-form) .message.error{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger)}:where(.brxe-form) .message .text{padding:15px}:where(.brxe-form) .message.closing{opacity:0;transition:opacity .2s}:where(.brxe-form) .message .close{all:unset;cursor:pointer;padding:15px}:where(.brxe-form) input.file,:where(.brxe-form) input[type=file]{display:block;height:0;opacity:0;width:0}:where(.brxe-form) .file-result{display:none;padding:0}:where(.brxe-form) .file-result.show{align-items:center;display:flex;margin:0 0 15px}:where(.brxe-form) .file-result.show.danger{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger);justify-content:space-between;padding:15px}:where(.brxe-form) .file-result.show.danger svg{cursor:pointer;height:1em;margin-left:5px}:where(.brxe-form) .file-result.show.danger svg g{stroke:currentcolor}:where(.brxe-form) .file-result.show .remove{display:inline-block;font-size:12px;line-height:30px;margin:0 15px;padding:0 10px}:where(.brxe-form) .file-result.show .remove:hover{background-color:var(--bricks-text-danger);color:#fff}:where(.brxe-form) .choose-files{align-self:flex-start;background-color:transparent;border:1px solid var(--bricks-border-color);cursor:pointer;display:inline-block;font-family:inherit;font-size:12px;font-weight:600;line-height:40px;padding:0 15px;text-align:center;text-transform:none;white-space:nowrap;width:auto}:where(.brxe-form) .choose-files:hover{background-color:rgba(0,0,0,.05)}:where(.brxe-form) .gallery-preview{display:flex;flex-wrap:wrap;gap:10px}:where(.brxe-form) .gallery-preview:not(:empty)+button{margin-top:5px}:where(.brxe-form) .image-preview{align-self:flex-start;overflow:hidden;position:relative}:where(.brxe-form) .image-preview:hover button{opacity:1}:where(.brxe-form) .image-preview:has(img)+button{margin-top:5px}:where(.brxe-form) .image-preview button{background-color:#fff;border:none;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}:where(.brxe-form) .image-preview button:hover{background-color:var(--bricks-text-danger);color:#fff}:where(.brxe-form) .image-preview button.hide{display:none}.grecaptcha-badge{visibility:hidden}}@layer bricks {:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}}#brxe-tsvlpd {font-size: 40px; line-height: 1.2; margin-block-end: 12px}@media (max-width: 478px) {#brxe-tsvlpd {font-size: 32px}}#brxe-vlosga {font-size: 16px}#brxe-ffjtii .form-group:nth-child(1) {width: 50%}#brxe-ffjtii .form-group:nth-child(2) {width: 50%}#brxe-ffjtii .form-group:not(.submit-button-wrapper):not(.message):not(.captcha) {padding-right: 12px; padding-bottom: 8px}#brxe-ffjtii .form-group input {border-width: 1px; border-color: hsl(0, 0%, 92%)}#brxe-ffjtii .flatpickr {border-width: 1px; border-color: hsl(0, 0%, 92%)}#brxe-ffjtii select {border-width: 1px; border-color: hsl(0, 0%, 92%); font-size: 16px}#brxe-ffjtii textarea {border-width: 1px; border-color: hsl(0, 0%, 92%)}#brxe-ffjtii .bricks-button:not([type=submit]) {border-width: 1px; border-color: hsl(0, 0%, 92%)}#brxe-ffjtii .choose-files {border-width: 1px; border-color: hsl(0, 0%, 92%)}#brxe-ffjtii button[type=submit].bricks-button {border-radius: 99999999px}#brxe-ffjtii .submit-button-wrapper {margin-top: 16px}#brxe-ffjtii ::placeholder {font-size: 16px}@media (max-width: 478px) {#brxe-ffjtii .form-group:nth-child(1) {width: 100%}#brxe-ffjtii .form-group:nth-child(2) {width: 100%}#brxe-ffjtii .form-group:not(.submit-button-wrapper):not(.message):not(.captcha) {padding-right: 0}}#brxe-dncmvr {font-size: 11px; margin-block-start: 24px; margin-block-end: 40px}#brxe-qfijak {padding-block-start: 40px; padding-inline-end: 40px; padding-block-end: 40px; padding-inline-start: 40px; background-color: hsl(0, 0%, 100%); border-start-start-radius: 32px; border-start-end-radius: 32px; border-end-start-radius: 32px; border-end-end-radius: 32px}@media (max-width: 478px) {#brxe-qfijak {border-start-start-radius: 0; border-start-end-radius: 0; border-end-start-radius: 0; border-end-end-radius: 0}}#brxe-mjtonm {display: grid; align-items: initial; grid-template-columns: 800px 1fr}@media (max-width: 767px) {#brxe-mjtonm {grid-template-columns: 1fr}}#brxe-eczoqo {block-size: calc(100vh - 120px); justify-content: center; background-image: url(https://watch.holardconsults.com/wp-content/uploads/download-15.webp); background-size: cover; background-position: center center; background-repeat: no-repeat}@media (max-width: 767px) {#brxe-eczoqo {block-size: auto}}@media (max-width: 478px) {#brxe-eczoqo {padding-block-start: 0; padding-inline-end: 0; padding-block-end: 0; padding-inline-start: 0}}@media (max-width: 478px) {#brxe-dvveqt {margin-block-end: 32px}}#brxe-kvjoqf {gap: 24px}#brxe-kvjoqf h1 {font-family: "Inter"; font-size: 20px}#brxe-kvjoqf h2 {font-family: "Inter"; font-size: 20px}#brxe-kvjoqf h3 {font-family: "Inter"; font-size: 20px}#brxe-kvjoqf h4 {font-family: "Inter"; font-size: 20px}#brxe-kvjoqf h5 {font-family: "Inter"; font-size: 20px}#brxe-kvjoqf h6 {font-family: "Inter"; font-size: 20px}#brxe-kvjoqf .content {font-size: 14px}#brxe-baswnf {gap: 24px}#brxe-baswnf h1 {font-family: "Inter"; font-size: 20px}#brxe-baswnf h2 {font-family: "Inter"; font-size: 20px}#brxe-baswnf h3 {font-family: "Inter"; font-size: 20px}#brxe-baswnf h4 {font-family: "Inter"; font-size: 20px}#brxe-baswnf h5 {font-family: "Inter"; font-size: 20px}#brxe-baswnf h6 {font-family: "Inter"; font-size: 20px}#brxe-baswnf .content {font-size: 14px}#brxe-vbvepl {gap: 24px}#brxe-vbvepl h1 {font-family: "Inter"; font-size: 20px}#brxe-vbvepl h2 {font-family: "Inter"; font-size: 20px}#brxe-vbvepl h3 {font-family: "Inter"; font-size: 20px}#brxe-vbvepl h4 {font-family: "Inter"; font-size: 20px}#brxe-vbvepl h5 {font-family: "Inter"; font-size: 20px}#brxe-vbvepl h6 {font-family: "Inter"; font-size: 20px}#brxe-vbvepl .content {font-size: 14px}#brxe-mmdqyd {display: grid; align-items: initial; grid-template-columns: var(--at-grid--3); grid-gap: 24px}@media (max-width: 767px) {#brxe-mmdqyd {grid-template-columns: 1fr}}#brxe-wtximi:hover {color: var(--jh)}#brxe-wtximi {margin-block-start: 20px}#brxe-pnlvyk {padding-block-start: 40px; padding-block-end: 40px}#brxe-wkrlym {font-size: 40px}@media (max-width: 478px) {#brxe-wkrlym {font-size: 28px}}#brxe-ccwgpu {margin-block-start: 12px; margin-block-end: 32px; font-size: 15px}#brxe-ccwgpu a {font-size: 15px; font-size: inherit}#brxe-yzkgwq:hover {color: var(--jh)}#brxe-zgqnhq {margin-block-end: 12px}#brxe-cakwkd {font-size: 15px}#brxe-cakwkd a {font-size: 15px; font-size: inherit}#brxe-ttttls:hover {color: var(--jh)}#brxe-ttttls {margin-block-start: 16px}#brxe-gwwgvq {margin-block-start: 40px}#brxe-ssxcmk {margin-block-end: 12px}#brxe-lphbok {font-size: 15px}#brxe-lphbok a {font-size: 15px; font-size: inherit}#brxe-emhfub:hover {color: var(--jh)}#brxe-emhfub {margin-block-start: 16px}#brxe-kruowv {margin-block-start: 40px}#brxe-lqrdxy {margin-block-end: 12px}#brxe-eejskp {font-size: 15px}#brxe-eejskp a {font-size: 15px; font-size: inherit}#brxe-qvmycg:hover {color: var(--jh)}#brxe-qvmycg {margin-block-start: 16px}#brxe-ydpwbe {margin-block-start: 40px}#brxe-evmguv {margin-block-end: 12px}#brxe-daogvd {font-size: 15px; margin-block-end: 12px}#brxe-daogvd a {font-size: 15px; font-size: inherit}#brxe-aqobby {font-size: 15px; margin-block-end: 12px}#brxe-aqobby a {font-size: 15px; font-size: inherit}#brxe-rnelob {font-size: 15px; margin-block-end: 12px}#brxe-rnelob a {font-size: 15px; font-size: inherit}#brxe-dqvqzr {font-size: 15px; margin-block-end: 12px}#brxe-dqvqzr a {font-size: 15px; font-size: inherit}#brxe-yedckx {font-size: 15px; margin-block-end: 12px}#brxe-yedckx a {font-size: 15px; font-size: inherit}#brxe-xverrp {flex-direction: row; display: grid; align-items: initial; grid-template-columns: var(--at-grid--4)}@media (max-width: 478px) {#brxe-xverrp {grid-template-columns: var(--at-grid--2)}}#brxe-xnilsk {margin-block-start: 40px}#brxe-leedbe {margin-block-end: 12px}#brxe-jjwnre .accordion-title .title {font-family: "Inter"; font-size: 16px}#brxe-jjwnre .accordion-title-wrapper {border-top: 1px solid hsl(0, 0%, 87%); border-bottom: 1px solid hsl(0, 0%, 87%)}#brxe-jjwnre .accordion-content-wrapper {margin-top: 24px; margin-bottom: 24px; font-size: 15px}#brxe-slfxfu {margin-block-start: 40px}#brxe-qmjvrx {padding-block-start: 40px; padding-block-end: 40px}@media (max-width: 478px) {#brxe-qmjvrx {padding-block-start: 40px}}#brxe-ixhzgc {font-family: "Inter"; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; font-weight: 500; margin-block-end: 12px}#brxe-yvmwud {line-height: 1.2}#brxe-ecabbl {flex-direction: row; display: grid; align-items: initial; grid-gap: 32px}@media (max-width: 767px) {#brxe-ecabbl {grid-template-columns: 1fr; grid-gap: 20px}}#brxe-sfxqlk {padding-block-start: 40px; padding-block-end: 40px}@media (max-width: 767px) {#brxe-sfxqlk {flex-direction: column}}#brxe-lrjbdo {font-family: "Inter"; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; font-weight: 500; color: hsl(46, 100%, 100%); margin-block-end: 12px}#brxe-geomdh {line-height: 1.2; color: hsl(46, 26%, 95%)}#brxe-nrswvw {margin-block-start: 20px; margin-block-end: 20px; color: hsl(46, 20%, 98%); font-size: 16px}#brxe-wepodp .submit-button-wrapper {margin-top: 20px}#brxe-wepodp button[type=submit].bricks-button {border-style: none; border-radius: 99px}#brxe-wepodp .bricks-button {background-color: hsl(0, 0%, 100%); color: hsl(46, 1%, 3%)}#brxe-wepodp .form-group input {background-color: var(--at-primary-l-1); color: hsl(0, 0%, 100%); border-style: none}#brxe-wepodp .flatpickr {background-color: var(--at-primary-l-1); border-style: none}#brxe-wepodp select {background-color: var(--at-primary-l-1); color: hsl(0, 0%, 100%); border-style: none}#brxe-wepodp textarea {background-color: var(--at-primary-l-1); color: hsl(0, 0%, 100%); border-style: none}#brxe-wepodp ::placeholder {color: hsl(0, 0%, 100%)}#brxe-wepodp .bricks-button:not([type=submit]) {border-style: none}#brxe-wepodp .choose-files {border-style: none}#brxe-xihhsa {inline-size: calc(1528px / 2); padding-inline-end: 56px; padding-inline-start: 32px}@media (max-width: 478px) {#brxe-xihhsa {padding-block-start: 40px; padding-inline-end: 20px; padding-block-end: 40px; padding-inline-start: 20px}}#brxe-riombb {inline-size: 50%; background-image: url(https://watch.holardconsults.com/wp-content/uploads/download.jpg); background-size: cover; block-size: 555px}@media (max-width: 478px) {#brxe-riombb {order: -1; inline-size: 100%; block-size: 300px}}#brxe-cvnjvm {flex-direction: row; inline-size: 100%; align-self: flex-end !important; justify-content: flex-end; align-items: center; max-inline-size: 100%}#brxe-slrtwe {padding-block-start: 0; padding-inline-end: 0; padding-block-end: 0; padding-inline-start: 0; background-color: var(--at-primary)}