*{margin:0;padding:0}*,*:before,*:after{box-sizing:border-box}*::selection{background-color:transparent}input,button,textarea{font:inherit}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}img,video,svg{height:auto;max-width:100%}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important;transition:none}}img{user-drag:none;-webkit-user-drag:none}@font-face{font-family:SF;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}html,body,#root{font-family:SF}:root{--ghost: #f8f8ff;--lava: #56585a;--light-gray: #ccc;--light-yellow: #f1c40f;--light-red: #e74c3c;--light-green: #2ecc71;--black: #333333}.brodevs-text{max-width:400px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.brodevs-checkbox{--brodevs-checkbox-disabled-color: gray;--brodevs-checkbox-static-color: white;--brodevs-checkbox-check-color: black;--brodevs-checkbox-label-link-color: rgb(83, 132, 231);display:flex;align-items:center;gap:7px;color:var(--brodevs-checkbox-static-color)}.brodevs-checkbox__label{cursor:pointer;transition:all .3s}.brodevs-checkbox__label a{color:var(--brodevs-checkbox-label-link-color);text-decoration:none;transition:all .3s}.brodevs-checkbox__label a:hover{text-decoration:underline}.brodevs-checkbox__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;color:inherit;border:2px solid;border-radius:4px;display:inline-block;position:relative;cursor:pointer;transition:all .3s}.brodevs-checkbox__input:checked{background-color:var(--brodevs-checkbox-static-color);color:var(--brodevs-checkbox-static-color)}.brodevs-checkbox__input:checked:after{content:"✔";font-size:14px;color:var(--brodevs-checkbox-check-color);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.brodevs-checkbox__tooltip{background-color:var(--light-red)!important;z-index:10000}.brodevs-checkbox--disabled .brodevs-checkbox__input:checked{background-color:var(--brodevs-checkbox-disabled-color);color:var(--brodevs-checkbox-disabled-color)}.brodevs-checkbox--disabled,.brodevs-checkbox--disabled .brodevs-checkbox__label a{color:var(--brodevs-checkbox-disabled-color)}.brodevs-checkbox--error,.brodevs-checkbox--error .brodevs-checkbox__label a{color:var(--light-red)}.brodevs-image__cropper-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fade-in .5s linear}.brodevs-image__cropper-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:320px;height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:25px;background-color:var(--ghost);border-radius:20px;overflow:hidden;z-index:10000;box-shadow:0 3px 8px #0000003d;animation:fade-in .5s linear}.brodevs-image__cropper{position:relative;width:250px;height:250px;display:flex;align-items:center;justify-content:center;background-color:var(--ghost);border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #00000059}.brodevs-image__cropper--default{pointer-events:none}.brodevs-image__cropper-wrapper .reactEasyCrop_CropArea{border:2px dashed rgb(183,183,183)}.brodevs-image__cropper-wrapper .reactEasyCrop_Image .reactEasyCrop_Contain{transform:none}.brodevs-image__cropper-wrapper .reactEasyCrop_CropAreaGrid:before,.brodevs-image__cropper-wrapper .reactEasyCrop_CropAreaGrid:after{border-color:#b7b7b7}.brodevs-image__cropper-buttons{display:flex;align-items:center;justify-content:center;gap:25px}.brodevs-image__cropper-upload-label{width:100%;height:100%;position:absolute;cursor:pointer;z-index:104}.brodevs-image__cropper-upload-input{display:none;z-index:103}.brodevs-image__cropper-button{width:100px;height:38px;font-size:14px;padding:8px;border:1px solid var(--light-gray);border-radius:6px;background:transparent;cursor:pointer;font-weight:500;transition:transform .5s;box-shadow:0 5px 15px #00000059;z-index:10;will-change:transform;display:flex;align-items:center;justify-content:center;gap:5px}.brodevs-image__cropper-reset,.brodevs-image__cropper-close{all:unset;width:20px!important;height:20px!important;position:absolute;top:0;right:0;margin:5px;padding:8px;border-radius:6px;cursor:pointer;color:var(--ghost);font-weight:500;transition:transform .5s;z-index:10;will-change:transform}.brodevs-image__cropper-close{fill:#000}.brodevs-image__cropper-reset{stroke:var(--ghost);stroke-width:2px;fill:none}.brodevs-image__cropper-close{width:20px!important;height:20px!important;fill:#000}.brodevs-image__cropper-button:hover,.brodevs-image__cropper-reset:hover,.brodevs-image__cropper-close:hover{transform:scale(1.1)}.brodevs-image__cropper-button__upload-icon{width:15px!important;height:15px!important;fill:#729ada}.brodevs-image__cropper-button__confirm-icon{width:20px!important;height:20px!important;fill:var(--light-green)}.brodevs-image{--brodevs-image-static-color: white;--brodevs-image-disabled-color: gray;width:300px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;outline:2px solid var(--brodevs-image-static-color);fill:var(--brodevs-image-static-color);transition:all .5s}.brodevs-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080;animation:fade-in .5s linear;transition:all .5s;z-index:101}.brodevs-image--disabled:after{background-color:transparent}.brodevs-image__img{width:100%;height:100%;animation:fade-in .5s linear;z-index:100}.brodevs-image__input{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);cursor:pointer;display:none;z-index:103}.brodevs-image__label{width:100%;height:100%;position:absolute;cursor:pointer;z-index:104}.brodevs-image__loader{display:flex;align-items:center;justify-content:center}.brodevs-image__icon{width:50%;height:50%;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;fill:inherit;cursor:pointer;transition:all .5s;animation:fade-in .5s linear;z-index:102}.brodevs-image__tooltip{background-color:var(--light-red)!important;z-index:10000}.brodevs-image--disabled{outline-color:var(--brodevs-image-disabled-color)}.brodevs-image--error{outline-color:var(--light-red);fill:var(--light-red)}.brodevs-image__label:hover~.brodevs-image__icon{transform:scale(1.1)}.brodevs-input-container{--brodevs-input-bg-color: white;--brodevs-input-static-color: black;--brodevs-input-disabled-color: gray;--brodevs-input-focused-color: blue;position:relative;width:100%;border-radius:4px;box-shadow:#00000059 0 5px 15px}.brodevs-input-label{color:var(--brodevs-input-static-color);background-color:var(--brodevs-input-bg-color);position:absolute;top:50%;left:12px;transform:translateY(-50%);border-radius:4px;font-size:16px;pointer-events:none;padding:2px 8px;cursor:text;z-index:10;transition:all .5s}.brodevs-input{position:relative;display:flex;justify-content:space-between;align-items:center;color:var(--brodevs-input-static-color);fill:var(--brodevs-input-static-color);background-color:var(--brodevs-input-bg-color);border:1px solid;border-radius:4px;overflow:hidden;outline:none;transition:all .5s}.brodevs-input__input,.brodevs-input__textarea{padding:12px;color:inherit;background-color:transparent;width:calc(100% - 35px);font-size:16px;border:0;outline:none;resize:none;scrollbar-width:none;field-sizing:content}.brodevs-input__icon{fill:inherit;min-width:25px;margin-right:10px;height:25px}.brodevs-input__tooltip{background-color:var(--light-red)!important;z-index:10000}.brodevs-input-container--focused .brodevs-input-label,.brodevs-input-container--hasValue .brodevs-input-label{top:0;font-size:14px;outline:1px solid}.brodevs-input-container--focused .brodevs-input,.brodevs-input-container--focused .brodevs-input-label{color:var(--brodevs-input-focused-color);fill:var(--brodevs-input-focused-color);box-shadow:0 0 5px}.brodevs-input-container--error .brodevs-input,.brodevs-input-container--error .brodevs-input-label{color:var(--light-red);fill:var(--light-red)}.brodevs-input-container--disabled .brodevs-input-label,.brodevs-input-container--disabled .brodevs-input{color:var(--brodevs-input-disabled-color);fill:var(--brodevs-input-disabled-color)}.brodevs-radio{display:flex;align-items:center;gap:7px;color:var(--brodevs-radio-group-static-color)}.brodevs-radio__label{cursor:pointer;transition:all .5s}.brodevs-radio__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:10px;height:10px;color:inherit;border:2px solid;border-radius:50%;display:inline-block;position:relative;cursor:pointer;transition:all .5s}.brodevs-radio__input:checked{background-color:var(--brodevs-radio-group-check-color)}.brodevs-radio__tooltip{background-color:var(--light-red)!important;z-index:10000}.brodevs-radio--disabled .brodevs-radio__input:checked{background-color:var(--brodevs-radio-group-disabled-color)}.brodevs-radio--disabled,.brodevs-radio--disabled .brodevs-radio__label a{color:var(--brodevs-radio-group-disabled-color)}.brodevs-radio--error,.brodevs-radio--error .brodevs-radio__label a{color:var(--light-red)}.brodevs-radio-group{--brodevs-radio-group-disabled-color: gray;--brodevs-radio-group-static-color: white;--brodevs-radio-group-check-color: white;width:100%;color:var(--brodevs-radio-group-static-color)}.brodevs-radio-group--disabled .brodevs-radio-group__label{color:var(--brodevs-radio-group-disabled-color)}.brodevs-radio-group--error .brodevs-radio-group__label{color:var(--light-red)}.brodevs-radio-group__label{color:inherit;font-size:16px;transition:all .5s}.brodevs-select{--brodevs-select-bg-color: white;--brodevs-select-static-color: black;--brodevs-select-disabled-color: gray;--brodevs-select-focused-color: blue;position:relative;width:100%;border-radius:4px;box-shadow:#00000059 0 5px 15px;color:var(--brodevs-select-static-color);fill:var(--brodevs-select-static-color)}.brodevs-select-label{top:0;font-size:14px;outline:1px solid;color:var(--brodevs-select-static-color);background-color:var(--brodevs-select-bg-color);position:absolute;left:12px;transform:translateY(-50%);border-radius:4px;pointer-events:none;padding:2px 8px;z-index:1003;transition:all .5s}.brodevs-select__current-option{position:relative;display:flex;justify-content:space-between;align-items:center;color:inherit;background-color:var(--brodevs-select-bg-color);border:1px solid;border-radius:4px;overflow:hidden;outline:none;z-index:1002;transition:all .5s}.brodevs-select__current-option-label{padding:12px;color:inherit;background-color:transparent;width:calc(100% - 35px);font-size:16px;border:0;outline:none;cursor:pointer}.brodevs-select__current-option-label--searchable{cursor:text}.brodevs-select__icon{fill:inherit;min-width:25px;margin-right:10px;height:25px}.brodevs-select__menu{display:block;background-color:var(--brodevs-select-bg-color);position:absolute;border-radius:0 0 8px 8px;z-index:1000;list-style:none;width:100%;overflow:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--brodevs-select-static-color) var(--brodevs-select-bg-color);animation-duration:.3s;animation-fill-mode:forwards}.brodevs-select__menu--open{animation-name:slide-down}.brodevs-select__menu--close{animation-name:slide-up}@keyframes slide-down{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-up{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10%)}}.brodevs-select__option{padding:12px;transition:all .5s;cursor:pointer;color:var(--brodevs-select-static-color)}.brodevs-select__option:hover,.brodevs-select__option--selected{background-color:var(--brodevs-select-focused-color);color:var(--brodevs-select-bg-color)}.brodevs-select__tooltip{background-color:var(--light-red)!important;z-index:10000}.brodevs-select--focused .brodevs-select__current-option,.brodevs-select--focused .brodevs-select-label{color:var(--brodevs-select-focused-color);fill:var(--brodevs-select-focused-color);box-shadow:0 0 5px}.brodevs-select--error .brodevs-select__current-option,.brodevs-select--error .brodevs-select-label{color:var(--light-red);fill:var(--light-red)}.brodevs-select--disabled .brodevs-select__current-option,.brodevs-select--disabled .brodevs-select-label{color:var(--brodevs-select-disabled-color);fill:var(--brodevs-select-disabled-color);pointer-events:none}.go-to-top-link{outline:0px}.go-to-top-link:hover{animation:bounce .9s infinite;cursor:pointer}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.balloon-color-picker{width:30px;height:30px;border:2px solid #ccc;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;transition:all .5s ease}.balloon-color-picker:hover{transform:scale(1.3)}.color-picker-panel{width:110px;position:fixed;background:#fff;padding:10px;border-radius:10px;box-shadow:0 4px 12px #0003;display:flex;flex-wrap:wrap;gap:10px;z-index:1000;animation:fade-in .3s ease-in-out}.color-circle{width:15px;height:15px;border-radius:50%;cursor:pointer;border:1px solid #fff;box-shadow:0 0 3px #0000004d;transition:transform .2s}.color-circle:hover{transform:scale(1.3)}.balloon-display{all:unset;width:120px;height:120px;padding:20px;transition:all .5s;display:flex;align-items:center;justify-content:center;box-shadow:#00000059 0 5px 15px;border-radius:10px;overflow:hidden;will-change:transform}.balloon-display .product-option{height:100%;justify-content:center}.balloon-display:not(.balloon-display--active):hover{transform:scale(1.1);cursor:pointer}.balloon-display--active{background-color:#729ada}.balloon-display .product-option__image{width:25px!important;height:25px!important;margin-bottom:-3px!important;outline:0px solid!important;border:2px solid!important;cursor:inherit}.balloon-display .product-option__svg{width:100%;height:100px;transition:all .5s}@media screen and (max-width: 600px){.balloon-display{width:70px;height:70px}.balloon-display .product-option__svg{height:60px}.balloon-display .product-option__image{width:20px!important;height:20px!important;margin-bottom:-2px!important;border:1px solid;outline:0px solid}}footer{margin-top:50px;display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:12px}footer a{display:flex;align-items:center;justify-content:center}footer img{width:100px}.product-option{width:130px;min-height:520px;display:flex;flex-direction:column;align-items:center;justify-content:end;animation:fade-in .5s ease-in-out;transition:all .5s;z-index:20}.product-option__svg{z-index:10}.product-option__image{width:158px!important;height:158px!important;aspect-ratio:1/1!important;margin-bottom:-12px!important;border-radius:50%!important;cursor:pointer;outline:0px solid!important;border:4px solid!important;z-index:10!important}.product-option__image .brodevs-image__img{object-fit:contain}.product-option__image:after,.product-option__image .brodevs-image__icon{display:none}@media screen and (max-width: 600px){.product-option{width:100px;min-height:400px}.product-option__image{width:100px!important;height:100px!important;margin-bottom:-9px!important}}@media screen and (max-width: 400px){.product-option{min-height:400px}.product-option__image{width:100px!important;height:100px!important;aspect-ratio:1/1!important;margin-bottom:-8px!important}.product-option__svg{height:300px}}html,body,#root{min-height:800px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}h1{font-weight:200;font-size:40px}main{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;animation:fade-in .5s ease-in-out}.balloon-workshop{display:flex;align-items:center;justify-content:center;gap:50px}.balloon-panel{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.balloon-displays{gap:25px;display:flex;align-items:center;flex-direction:column;justify-content:center}.brodevs-checkbox,.brodevs-checkbox__input{color:#000!important}.bisan-configurator{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px}.balloon-design{gap:10px;display:flex;align-items:center;flex-direction:column;justify-content:center;padding:25px 10px;background-color:#fff}.balloon-colors{min-width:250px;display:flex;align-items:center;justify-content:center;gap:25px}.balloon-controls{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px}.download-button-container{min-height:40px;display:flex;align-items:center;justify-content:center}.download-button-container__button{width:100%;height:100%;padding:10px 20px;background-color:#fff;color:#000;border:none;font-size:14px;cursor:pointer;transition:all .5s;box-shadow:#00000059 0 5px 15px;border-radius:10px;overflow:hidden;will-change:transform;display:flex;align-items:center;justify-content:center;gap:4px}.download-button-container__button:hover{transform:scale(1.05)}.download-button-container__button-icon{width:20px;height:20px}@media screen and (max-width: 600px){.balloon-workshop{gap:0}h1{font-size:32px}.balloon-displays{width:90px}}@media screen and (max-width: 400px){main{justify-content:normal;padding:25px 0}.balloon-displays{width:auto;flex-direction:row}.balloon-workshop{flex-direction:column;gap:10px}.balloon-controls{flex-direction:row}.download-button-container{margin-bottom:20px}}
