@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-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 {.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-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-svg){height:auto;width:auto}:where(.brxe-svg) svg{height:auto;max-width:100%;overflow:visible;width:auto}}@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 {: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}}.glass { width: 150px; height: 150px; position: absolute; border-radius: 50%; cursor: crosshair;  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);  display: none;}.animate__type2 { animation: type 1.5s steps(60, end) forwards;}@keyframes type { to { width: 100%; }}@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; }}.animate-post { animation: fadeIn 0.5s ease-in-out;}#brxe-dibzye {margin-bottom: 24px}#brxe-dibzye h1 {margin-bottom: 0;}#brxe-dibzye span { display: inline-block; opacity: 0; transform: translateY(40px); animation: fadeInUp 0.75s ease forwards;}#brxe-dibzye span:nth-child(2) { animation-delay: 0.1s;}#brxe-dibzye span:nth-child(3) { animation-delay: 0.3s;}#brxe-dibzye span:nth-child(4) { animation-delay: 0.4s;}#brxe-dibzye span:nth-child(5) { animation-delay: 0.3s;}#brxe-dibzye span:nth-child(6) { animation-delay: 0.4s;}#brxe-dibzye span:nth-child(7) { animation-delay: 0.5s;}@keyframes fadeInUp { to { opacity: 1; transform: translateY(0); }}@media (max-width: 478px) {.brxe-zfjpnr {width: 100%}}#brxe-byvwbq {flex-direction: row; column-gap: 48px; align-items: center}@media (max-width: 991px) {#brxe-byvwbq {align-self: center !important; align-items: center; justify-content: center}}@media (max-width: 767px) {#brxe-byvwbq {row-gap: 20px}}#brxe-lkhdyk {overflow: hidden; z-index: 20; padding-top: 60px; justify-content: center}@media (max-width: 991px) {#brxe-lkhdyk {width: 100%; flex-direction: column; text-align: center; justify-content: flex-start; overflow: visible; padding-top: 100px}}@media (max-width: 767px) {#brxe-lkhdyk {padding-top: 0}}#brxe-qkvubj {flex-direction: row; justify-content: space-between; align-items: center}@media (max-width: 991px) {#brxe-qkvubj {justify-content: flex-start; align-self: flex-start !important; align-items: flex-start; flex-direction: column-reverse}}@media (max-width: 767px) {#brxe-qkvubj {padding-top: var(--space-2xl)}}@media (max-width: 478px) {#brxe-qkvubj {padding-top: 0}}#brxe-npflsm {position: relative; margin-bottom: 96px}@media (max-width: 991px) {#brxe-npflsm {margin-bottom: 72px; position: relative; background-size: cover}:where(#brxe-npflsm > *:not(figcaption)) {position: relative}#brxe-npflsm::before {background-image: linear-gradient(0deg, #0f151a 20%, rgba(17, 23, 29, 0)); position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none}}.brxe-yadjxk .brxe-hwhred.brxe-text-basic {color: var(--bricks-color-casbcu); font-weight: 600}.brxe-yadjxk .brxe-osjtxo.brxe-text-basic {color: var(--bricks-color-casbcu)}.brxe-osjtxo a { color: var(--bricks-color-casbcu); transition: all 0.3s ease;} .brxe-osjtxo a:hover { color: var(--bricks-color-xjraed);}@media (max-width: 478px) {#brxe-tkfdav {align-self: center !important}}#brxe-iagxce {row-gap: 48px; padding-top: var(--space-s)}@media (max-width: 991px) {#brxe-iagxce {width: 100%; order: 1}}#brxe-ecjyvf {height: 80px; width: 60px}#brxe-itycsh {height: 80px; width: 80px}#brxe-wjerah {height: 80px; width: 80px}#brxe-wqgsjs {height: 80px; width: 80px}#brxe-wrrynl {flex-direction: row; flex-wrap: wrap; justify-content: space-between; row-gap: 36px}@media (max-width: 991px) {#brxe-wrrynl {width: 100%}}#brxe-covuyw {flex-direction: row; justify-content: space-between; column-gap: 30px}@media (max-width: 991px) {#brxe-covuyw {flex-direction: column-reverse; row-gap: 60px}}#brxe-umnzwp {text-align: center}@media (max-width: 991px) {#brxe-umnzwp {margin-bottom: 36px}}.brxe-okskag .brxe-btzzjm.brxe-heading {text-align: center; color: var(--bricks-color-casbcu)}#brxe-fgtwkb {margin-bottom: 32px}@media (max-width: 991px) {#brxe-fgtwkb {justify-content: space-between}}#brxe-dvqino {align-items: center}#brxe-foaxvr {justify-content: center}@media (max-width: 991px) {#brxe-foaxvr {padding-top: 0}}#brxe-ulcxjn {position: relative}#brxe-kghclp {padding-top: 36px}#portfolio { scroll-margin-top: 100px; scroll-behavior: smooth;overflow: hidden;}#brxe-lpogne {color: var(--bricks-color-qlfgxa); margin-bottom: var(--space-l)}@media (max-width: 478px) {#brxe-crpiov {width: 100%}}@media (max-width: 478px) {#brxe-mzzbsf {width: 100%}}@media (max-width: 991px) {#brxe-dmtidj {flex-direction: column}}@media (max-width: 767px) {#brxe-dmtidj {flex-direction: row}}#brxe-ddrgdd {min-width: 50%; padding-left: space}@media (max-width: 991px) {#brxe-ddrgdd {width: 50%}}@media (max-width: 767px) {#brxe-ddrgdd {width: 100%}}@media (max-width: 478px) {#brxe-gaxnsx {width: 100%; min-width: 100%; max-width: 100%}}#brxe-yjwhmn:not(.tag), #brxe-yjwhmn img {object-fit: cover}@media (max-width: 991px) {#brxe-yjwhmn {display: none}}@media (max-width: 767px) {#brxe-yjwhmn {display: flex}}#brxe-wmajkr:not(.tag), #brxe-wmajkr img {object-fit: cover}@media (max-width: 991px) {#brxe-wmajkr {display: none}}@media (max-width: 767px) {#brxe-wmajkr {display: flex}}#brxe-yjblmm {height: 450px; right: 0px; width: auto}@media (max-width: 991px) {#brxe-yjblmm {position: relative; width: 50%}}@media (max-width: 767px) {#brxe-yjblmm {width: 100%; height: 400px}}#brxe-gcpguz {transform: rotateZ(-60deg); height: 150px; width: 150px}#brxe-gcpguz :not([fill="none"]) {fill: var(--bricks-color-otyynd)}#brxe-ihojcj {bottom: -26px; right: 52%}#type1 {color: var(--bricks-color-otyynd); font-family: "Nanum"; font-size: 3.4rem}#brxe-yydbng {bottom: 60px; transform: rotateZ(-9deg); left: 28%}@media (max-width: 991px) {#brxe-zmddgt {display: none}}#brxe-bcybcw {align-items: center; flex-direction: row; margin-top: 30px}@media (max-width: 991px) {#brxe-bcybcw {justify-content: space-between}}@media (max-width: 767px) {#brxe-bcybcw {flex-direction: column-reverse}}#brxe-sciibd {padding-right: 0; padding-left: 0; overflow: hidden}@media (max-width: 767px) {#brxe-sciibd .bricks-shape-divider.overflow { overflow: hidden !important;}}#brxe-ajjngq {text-align: center}@media (max-width: 767px) {#brxe-ajjngq {text-align: left}}#brxe-cxstcq {width: 50px; height: 50px}#brxe-cxstcq:not(.tag), #brxe-cxstcq img {object-fit: cover; object-position: 0}#brxe-erldwu {font-weight: 600; line-height: 1; font-size: 1.9rem; margin-bottom: 4px}#brxe-juvpqi {line-height: 1; font-size: 1.6rem; color: var(--bricks-color-puvfxr); padding-left: 1px}#brxe-rhiduw {align-items: center; column-gap: 16px; width: 100%}#brxe-ixmzny {height: 650px}#brxe-ixmzny:not(.tag), #brxe-ixmzny img {object-fit: cover; object-position: -270px}#brxe-ixmzny { -webkit-transform: scaleX(-1); transform: scaleX(-1);}@media (max-width: 767px) {#brxe-ixmzny {height: 360px}}#brxe-pcpiyc {height: 40px; width: 40px}#brxe-pcpiyc :not([fill="none"]) {fill: #f6234d}#brxe-qjckbw {height: 40px; width: 40px}#brxe-qjckbw :not([fill="none"]) {fill: var(--bricks-color-kbinyy)}#brxe-sdxfka {height: 40px; width: 40px}#brxe-oqhvzn {align-items: center; width: 100%; column-gap: 12px}#brxe-ppnaty {font-weight: 600; line-height: 1; font-size: 1.9rem; margin-bottom: 4px}#brxe-hbfyrh {line-height: 1; font-size: 1.9rem; color: var(--bricks-color-puvfxr)}@media (max-width: 478px) {#brxe-hbfyrh {line-height: 1.5}}#brxe-znqrbm {column-gap: 8px}@media (max-width: 767px) {#brxe-znqrbm {row-gap: 4px}}@media (max-width: 478px) {#brxe-znqrbm {row-gap: 8px}}#brxe-qnmojt {line-height: 1; font-size: 1.3rem; color: #a6b4bf; text-transform: uppercase; margin-top: -4px}@media (max-width: 991px) {#brxe-fgiidz {width: 70%; margin-right: 0; margin-left: 0; height: 650px}}@media (max-width: 767px) {#brxe-fgiidz {width: 100%}}@media (max-width: 478px) {#brxe-fgiidz {width: 95%; height: auto}}@media (max-width: 320px) {#brxe-fgiidz {display: none}}#brxe-bypxns {width: 50px; height: 50px}#brxe-bypxns:not(.tag), #brxe-bypxns img {object-fit: cover; object-position: 0}#brxe-wjlubs {font-weight: 600; line-height: 1; font-size: 1.9rem; margin-bottom: 4px}#brxe-sblepz {color: var(--bricks-color-puvfxr); line-height: 1; font-size: 1.6rem; padding-left: 1px}#brxe-hwrbtl {align-items: center; column-gap: 16px; width: 100%}#brxe-fiegpy:not(.tag), #brxe-fiegpy img {object-fit: cover}#brxe-fiegpy {height: 380px}#brxe-uspgwj {height: 40px; width: 40px}#brxe-uspgwj :not([fill="none"]) {fill: #f6234d}#brxe-uwvveo {height: 40px; width: 40px}#brxe-uwvveo :not([fill="none"]) {fill: var(--bricks-color-kbinyy)}#brxe-pyedfp {height: 40px; width: 40px}#brxe-kedcio {align-items: center; width: 100%; column-gap: 12px}#brxe-uhalzf {font-weight: 600; line-height: 1; font-size: 1.9rem; margin-bottom: 4px}#brxe-kzxodn {line-height: 1; font-size: 1.9rem; color: var(--bricks-color-puvfxr)}#brxe-mmqakk {column-gap: 8px}#brxe-fynmgh {line-height: 1; font-size: 1.3rem; color: #a6b4bf; text-transform: uppercase; margin-top: -4px}#brxe-fluyts {padding-top: 36px; padding-right: 24px; padding-bottom: 36px; padding-left: 24px; row-gap: 12px; bottom: -80px; right: -200px; width: 450px; height: 630px}@media (max-width: 991px) {#brxe-fluyts {transform: scaleX(0.8) scaleY(0.8); width: 650px; height: 650px; bottom: -150px; right: 0px}}@media (max-width: 767px) {#brxe-fluyts {display: none}}#brxe-bwvmng {width: 40%}@media (max-width: 991px) {#brxe-bwvmng {width: 100%; display: flex; justify-content: flex-start; padding-left: var(--space-2xl)}}@media (max-width: 767px) {#brxe-bwvmng {padding-left: 0}}@media (max-width: 478px) {#brxe-bwvmng {align-self: center !important; align-items: center}}#brxe-vkkwwc svg {height: 60px; width: 60px}#brxe-mhzyck svg {height: 60px; width: 60px}#brxe-hpcelc svg {height: 60px; width: 60px}#brxe-dgbvmp svg {height: 60px; width: 60px}#brxe-nriwsk {flex-wrap: wrap; width: 78%; align-self: flex-end !important; padding-top: 48px}@media (max-width: 767px) {#brxe-nriwsk {width: 100%}}#brxe-ylshzc {padding-top: 24px; padding-left: 24px; row-gap: 24px; width: 60%}@media (max-width: 767px) {#brxe-ylshzc {padding-top: 0; padding-left: 0; width: 100%}}#brxe-gburro {flex-direction: row; column-gap: 36px}#brxe-vbwnjt {margin-bottom: 0}#brxe-zgakhd {align-self: flex-start !important}@media (max-width: 767px) {#brxe-zgakhd {width: 100%}}#brxe-cqzsei {font-size: 1em}#brxe-bdnufw {font-size: 1em}#brxe-iqquty {align-items: center; flex-direction: row; justify-content: space-between}#brxe-wmoltm {font-size: 1em}#brxe-brviro {align-items: center; flex-direction: row; justify-content: space-between}#brxe-numzte {font-size: 1em}#brxe-jptvdj {align-items: center; flex-direction: row; justify-content: space-between}#brxe-pvefuj .accordion-title-wrapper {min-height: 50px; padding-top: 30px; padding-right: 30px; padding-bottom: 30px; padding-left: 30px}#brxe-pvefuj .accordion-content-wrapper {padding-top: 30px; padding-right: 30px; padding-bottom: 30px; padding-left: 30px}@media (max-width: 320px) {#brxe-pvefuj .accordion-content-wrapper {padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px}}@media (max-width: 767px) {#brxe-tkculm {width: 100%}}#brxe-fxflpd :not([fill="none"]) {fill: var(--bricks-color-kbinyy)}#brxe-fxflpd {height: 150px; width: 150px}#brxe-sisfgp {top: 440px; right: 70%}#brxe-zsmrda {color: var(--bricks-color-kbinyy); font-family: "Nanum"; font-size: 3.4rem}#brxe-betxnq {right: 73%; bottom: -461px; transform: rotateZ(-9deg)}#brxe-xqmbmg {position: absolute}@media (max-width: 991px) {#brxe-xqmbmg {display: none}}#brxe-qhjwmm {position: relative}#brxe-cqraby {align-self: flex-start !important}#brxe-ezlmdj {margin-bottom: 0}#brxe-kdqajl {text-align: center; font-weight: 600; margin-bottom: 24px}#brxe-hsjtpf {color: var(--bricks-color-otyynd); margin-bottom: 36px}#brxe-xekcqt {row-gap: var(--space-s)}#brxe-dwbggw .form-group:nth-child(1) {width: 49%}#brxe-dwbggw .form-group:nth-child(2) {width: 49%}#brxe-dwbggw .form-group:nth-child(3) {width: 49%}#brxe-dwbggw .form-group:nth-child(4) {width: 49%}#brxe-dwbggw .form-group:nth-child(6) {width: 100%}#brxe-dwbggw label {color: var(--bricks-color-otyynd)}#brxe-dwbggw .label {color: var(--bricks-color-otyynd)}#brxe-dwbggw ::placeholder {font-size: 1.8rem; color: var(--bricks-color-uqeixk)}#brxe-dwbggw select {font-size: 1.8rem; color: var(--bricks-color-uqeixk); border-color: var(--bricks-color-qlfgxa); border-radius: 10px; background-color: var(--bricks-color-otyynd)}#brxe-dwbggw .form-group input {border-color: var(--bricks-color-qlfgxa); border-radius: 10px; background-color: var(--bricks-color-otyynd)}#brxe-dwbggw .flatpickr {border-color: var(--bricks-color-qlfgxa); border-radius: 10px; background-color: var(--bricks-color-otyynd)}#brxe-dwbggw textarea {border-color: var(--bricks-color-qlfgxa); border-radius: 10px; background-color: var(--bricks-color-otyynd)}#brxe-dwbggw .bricks-button:not([type=submit]) {border-color: var(--bricks-color-qlfgxa); border-radius: 10px}#brxe-dwbggw .choose-files {border-color: var(--bricks-color-qlfgxa); border-radius: 10px}#brxe-dwbggw {justify-content: space-between}#brxe-dwbggw .submit-button-wrapper {width: 10%}#brxe-dwbggw button[type=submit] svg {height: 20px; width: 20px; stroke: var(--bricks-color-casbcu)}#brxe-dwbggw > div:focus-within label, #brxe-dwbggw > div:focus-within input { color: #29abe2; }#brxe-dwbggw > div:focus-within input::placeholder, #brxe-dwbggw > div:focus-within textarea::placeholder { opacity: 0.1;}#brxe-dwbggw > div:focus-within input { }#brxe-dwbggw label, #brxe-dwbggw input, #brxe-dwbggw textarea, #brxe-dwbggw textarea::placeholder, #brxe-dwbggw input::placeholder { transition: all 0.3s ease;}#brxe-dwbggw .form-group:nth-child(6) { display: flex; flex-direction: row-reverse; align-items: center; justify-content: left;}#brxe-dwbggw .form-group:nth-child(6) > label { width: 350px; margin-bottom: -2px; } #brxe-dwbggw .options-wrapper { width: 20px; }#brxe-dwbggw .options-wrapper li label[for="form-field-yygorl-0"] { display: none; }#brxe-dwbggw a {color: white;}#brxe-dwbggw a:hover {text-decoration:underline;}#brxe-dwbggw div:has(a) { margin-bottom: 0; font-size: 1.4rem;}#brxe-dwbggw div:has([href="https://minatostudio.es/politica-de-privacidad/"]) ul li { display: flex; }#brxe-dwbggw label:has([href="https://minatostudio.es/politica-de-privacidad/"]) { display: flex; }@media (max-width: 767px) {#brxe-dwbggw .form-group:nth-child(1) {width: 100%}#brxe-dwbggw .form-group:nth-child(2) {width: 100%}#brxe-dwbggw .form-group:nth-child(3) {width: 100%}#brxe-dwbggw .form-group:nth-child(4) {width: 100%}#brxe-dwbggw .submit-button-wrapper {width: 30%}}@media (max-width: 478px) {#brxe-dwbggw .submit-button-wrapper {width: 60%}}@media (max-width: 320px) {#brxe-dwbggw .submit-button-wrapper {width: 75%}}#brxe-kjbjmx {padding-top: 120px; padding-bottom: 120px}#contacto {background-color: var(--bricks-color-casbcu); margin-bottom: 0}