.yarl__fullsize{width:100%;height:100%}.yarl__relative{position:relative}.yarl__portal{position:fixed;inset:0;opacity:0;overflow:hidden;z-index:var(--yarl__portal_zindex, 9999);transition:opacity var(--yarl__fade_animation_duration, .25s) var(--yarl__fade_animation_timing_function, ease)}.yarl__portal_open{opacity:1}.yarl__container{position:absolute;inset:0;overflow:hidden;background-color:var(--yarl__container_background_color, var(--yarl__color_backdrop, #000));outline:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:var(--yarl__controller_touch_action, none);overscroll-behavior:var(--yarl__controller_overscroll-behavior, contain)}.yarl__carousel{display:flex;flex:0 0 auto;height:100%;align-content:center;justify-content:center;align-items:stretch;width:calc(100% + (var(--yarl__carousel_slides_count) - 1) * (100% + var(--yarl__carousel_spacing_px, 0) * 1px + var(--yarl__carousel_spacing_percent, 0) * 1%));-webkit-transform:translateX(var(--yarl__swipe_offset, 0px));transform:translate(var(--yarl__swipe_offset, 0px))}.yarl__carousel_with_slides{-webkit-column-gap:calc(var(--yarl__carousel_spacing_px, 0) * 1px + 100 / (100 * var(--yarl__carousel_slides_count) + (var(--yarl__carousel_slides_count) - 1) * var(--yarl__carousel_spacing_percent, 0)) * var(--yarl__carousel_spacing_percent, 0) * 1%);-moz-column-gap:calc(var(--yarl__carousel_spacing_px, 0) * 1px + 100 / (100 * var(--yarl__carousel_slides_count) + (var(--yarl__carousel_slides_count) - 1) * var(--yarl__carousel_spacing_percent, 0)) * var(--yarl__carousel_spacing_percent, 0) * 1%);column-gap:calc(var(--yarl__carousel_spacing_px, 0) * 1px + 100 / (100 * var(--yarl__carousel_slides_count) + (var(--yarl__carousel_slides_count) - 1) * var(--yarl__carousel_spacing_percent, 0)) * var(--yarl__carousel_spacing_percent, 0) * 1%)}.yarl__flex_center{display:flex;justify-content:center;align-content:center;align-items:center}.yarl__slide{flex:1;position:relative;padding:calc(var(--yarl__carousel_padding_px, 0) * 1px + 100 / (100 * var(--yarl__carousel_slides_count) + (var(--yarl__carousel_slides_count) - 1) * var(--yarl__carousel_spacing_percent, 0)) * var(--yarl__carousel_padding_percent, 0) * 1%)}[dir=rtl] .yarl__slide{--yarl__direction: -1}.yarl__slide_image{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;touch-action:var(--yarl__controller_touch_action, none);-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}@media screen and (min-width: 800px){.yarl__slide_image{-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden;-webkit-transform-style:preserve-3d}}.yarl__slide_image_cover{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.yarl__slide_image_loading{opacity:0}.yarl__slide_placeholder{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translate(-50%) translateY(-50%);line-height:0}.yarl__slide_loading{color:var(--yarl__slide_icon_loading_color, var(--yarl__color_button, rgba(255, 255, 255, .8)));-webkit-animation:yarl__delayed_fadein 1s linear;animation:yarl__delayed_fadein 1s linear}.yarl__slide_loading line{-webkit-animation:yarl__stroke_opacity 1s linear infinite;animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:nth-of-type(1){-webkit-animation-delay:-1.875s;animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){-webkit-animation-delay:-1.75s;animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){-webkit-animation-delay:-1.625s;animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){-webkit-animation-delay:-1.5s;animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){-webkit-animation-delay:-1.375s;animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){-webkit-animation-delay:-1.25s;animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){-webkit-animation-delay:-1.125s;animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){-webkit-animation-delay:-1s;animation-delay:-1s}.yarl__slide_error{width:var(--yarl__slide_icon_error_size, 48px);height:var(--yarl__slide_icon_error_size, 48px);color:var(--yarl__slide_icon_error_color, red)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{-webkit-animation:unset;animation:unset}}.yarl__toolbar{position:absolute;inset:0 0 auto auto;display:flex;justify-content:flex-end;padding:var(--yarl__toolbar_padding, 8px)}[dir=rtl] .yarl__toolbar{inset:0 auto auto 0}.yarl__icon{width:var(--yarl__icon_size, 32px);height:var(--yarl__icon_size, 32px)}.yarl__button{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color, transparent);border:var(--yarl__button_border, 0);margin:var(--yarl__button_margin, 0);outline:none;line-height:0;padding:var(--yarl__button_padding, 8px);color:var(--yarl__color_button, rgba(255, 255, 255, .8));-webkit-filter:var(--yarl__button_filter, drop-shadow(2px 2px 2px rgba(0, 0, 0, .8)));filter:var(--yarl__button_filter, drop-shadow(2px 2px 2px rgba(0, 0, 0, .8)));-webkit-tap-highlight-color:transparent}.yarl__button:focus{color:var(--yarl__color_button_active, #fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button, rgba(255, 255, 255, .8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active, #fff)}@media (hover: hover){.yarl__button:hover,.yarl__button:focus:hover,.yarl__button:focus-visible:hover{color:var(--yarl__color_button_active, #fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled, rgba(255, 255, 255, .4));cursor:default}.yarl__navigation_prev,.yarl__navigation_next{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);padding:var(--yarl__navigation_button_padding, 24px 16px)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@-webkit-keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@-webkit-keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}.formulaSelectBar{display:flex;padding:0 20px}.formulaSelectBar .formulaSelectBar-options{display:none;flex-direction:row;justify-content:center}.formulaSelectBar .formulaSelectBar-options.active{display:flex}#formula2dPreview{min-width:350px;margin:0 auto}#formula2dPreview .currentAction{display:flex;align-items:center;justify-content:center;width:100%;height:40px;border:1px solid #ddd}#formula2dPreview .currentAction .currentAction-item{display:flex;align-items:center;justify-content:center;background:#3d4973;font-size:1.4rem;color:#fff;height:100%;padding:5px 10px}#formula2dPreview .currentAction .currentAction-item.double{min-width:80px}#formula2dPreview .currentAction .currentAction-icon{display:block;height:calc(100% - 2px);padding:3px 0;background:#fff;object-fit:contain}#formula2dPreview .currentAction .currentAction-name{display:flex;align-items:center;justify-content:center;height:100%;width:100%;padding:5px;background:#fff}#visualFormContainer{display:block;position:relative;margin:0 auto}#visualFormContainer .gapWidthInfo{display:flex;align-items:center;justify-content:center;font-size:12px}.alignerSelect{display:flex;position:absolute;width:250px;flex-wrap:wrap}.alignerSelect .alignerSelect-title{display:flex;align-items:center;justify-content:center;width:100%;min-height:40px;background:#000000b3;color:#fff;padding:3px 10px}.alignerSelect .alignerSelect-item{display:flex;align-items:center;width:100%;background-color:#fff;min-height:40px;padding:3px 10px 3px 3px;border:1px solid #dddddd;cursor:pointer;transition:all .3s}.alignerSelect .alignerSelect-item:hover{border-color:#333}.alignerSelect .alignerSelect-item img{display:block;width:35px;min-width:35px;height:35px;margin-right:10px}#formulaTotalInformation{display:flex;flex-direction:column;position:relative;max-height:calc(100vh - 100px);min-width:240px;padding-top:10px;overflow-y:scroll}#formulaTotalInformation .formulaTotalInformation-section{display:flex;align-items:center;justify-content:flex-start;padding-left:10px;min-height:35px;background-color:#fff;border-top:1px solid #fff;border-bottom:1px solid #fff}#formulaTotalInformation .formulaTotalInformation-section.top{background-color:#d8dae3}#formulaTotalInformation .formulaTotalInformation-section.bottom{background-color:#bbd9ea}#formulaTotalInformation .formulaTotalInformation-section.total{background-color:#abd0b7}#formulaTotalInformation .formulaTotalInformation-section img{display:inline-block;width:20px;height:20px;margin-right:10px}#formulaTotalInformation .toothInfo{display:flex;max-width:240px;min-height:30px;background:#fff;border-bottom:1px solid #ddd}#formulaTotalInformation .toothInfo .toothInfo-title{display:flex;align-items:center;background:#3d4973;padding:0 4px;color:#fff;font-size:18px;min-height:inherit;margin-right:4px;margin-left:1px}#formulaTotalInformation .toothInfo .toothInfo-title.double{min-width:56px}#formulaTotalInformation .toothInfo .toothInfo-element{display:flex;width:100%;flex-direction:column}#formulaTotalInformation .toothInfo .toothInfo-element.totalItem{padding-left:5px}#formulaTotalInformation .toothInfo .toothInfo-element .toothInfo-content{display:flex;align-items:center;font-size:14px;margin-bottom:2px;padding-right:5px}#formulaTotalInformation .toothInfo .toothInfo-element .toothInfo-content.listItems{flex-direction:column;align-items:flex-start;justify-content:center}#formulaTotalInformation .toothInfo .toothInfo-element .toothInfo-content .toothInfo-content-listItem{display:flex;align-items:center}#formulaTotalInformation .toothInfo .toothInfo-element .toothInfo-content .toothInfo-content-icon{display:inline-block;width:33px;height:25px;margin-right:5px;object-fit:contain}.formulaGenerator{display:flex;flex-direction:column;justify-content:space-between;width:100%;min-height:550px}.formulaGenerator.isPreview,.formulaGenerator.isAlignerOrderFormula{min-height:100%}.formulaGenerator .formulaGenerator-wrapper{display:flex;justify-content:space-between;height:100%}.formulaGenerator .formulaGenerator-wrapper.isAlignerOrder{justify-content:start!important}.formulaGenerator .formulaGenerator-wrapper.isPdf{flex-direction:column}.formulaGenerator .formulaGenerator-wrapper.isPdf #formulaTotalInformation{max-height:none}.formulaGenerator .formulaGenerator-wrapper.isPdf #formulaTotalInformation .toothInfo{max-width:none}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:""}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px #000000e6;background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.carousel:hover .slide .legend{opacity:1}.stl3dPreview{margin:0!important;inset:0;position:fixed;width:100%;height:100%;z-index:9999;background:linear-gradient(to bottom,#d0cfdd,#d0cfddcc 70%,#ffffffb3)}.stl3dPreview .stl3dPreview-bar{display:flex;align-items:center;justify-content:space-between;background:#bf91b6;width:100%;color:#fff;padding:5px}.stl3dPreview .stl3dPreview-bar .stl3dPreview-bar-title{display:block;word-break:break-all}.stl3dPreview .stl3dPreview-bar .stl3dPreview-bar-close{font-size:18px}.stl3dPreview .stl3dPreview-controls-fileList-toogle{display:block;position:absolute;top:30px;right:10px;font-size:1.5rem;z-index:9}.stl3dPreview .stl3dPreview-controls-fileList-toogle i{color:#3d4973;cursor:pointer;transition:all .3s}.stl3dPreview .stl3dPreview-controls-fileList-toogle i:hover{color:#5f7ff1}.stl3dPreview .stl3dPreview-controls-fileList{display:none;position:absolute;top:70px;right:10px;height:0;z-index:9;transition:opacity .3s}.stl3dPreview .stl3dPreview-controls-fileList.isFileList{display:block}.stl3dPreview .stl3dPreview-controls-fileList .stl3dPreview-controls-fileList-wrapper{display:flex;flex-direction:column;min-width:150px;overflow-y:scroll;max-height:calc(100vh - 120px)}.stl3dPreview .stl3dPreview-controls-fileList .stl3dPreview-controls-fileList-wrapper .fileList-item{display:flex;justify-content:space-between;align-items:center;padding:3px 5px;border-bottom:1px solid #ddd;background-color:#fff}.stl3dPreview .stl3dPreview-controls-fileList .stl3dPreview-controls-fileList-wrapper .fileList-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.stl3dPreview .stl3dPreview-controls-fileList .stl3dPreview-controls-fileList-wrapper .fileList-item:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.stl3dPreview .stl3dPreview-controls-fileList .stl3dPreview-controls-fileList-wrapper .fileList-item .fileList-item-opacity{display:flex}.stl3dPreview .stl3dPreview-controls-fileList .stl3dPreview-controls-fileList-wrapper .fileList-item .fileList-item-opacity .opacity-icon{display:block;width:20px;height:30px;background-size:cover}.stl3dPreview .stl3dPreview-controls-fileList .stl3dPreview-controls-fileList-wrapper .fileList-item .fileList-item-opacity .opacity-icon.opacity_0{background-image:url(data:image/jpeg;base64,/9j/4QlQaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzEzOCA3OS4xNTk4MjQsIDIwMTYvMDkvMTQtMDE6MDk6MDEgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiLz4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8P3hwYWNrZXQgZW5kPSJ3Ij8+/+0ALFBob3Rvc2hvcCAzLjAAOEJJTQQlAAAAAAAQ1B2M2Y8AsgTpgAmY7PhCfv/bAIQAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQICAgICAgICAgICAwMDAwMDAwMDAwEBAQEBAQECAQECAgIBAgIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMD/90ABAAD/+4ADkFkb2JlAGTAAAAAAf/AABEIAB4AFAMAEQABEQECEQH/xAB6AAADAQAAAAAAAAAAAAAAAAAGBwoIAQADAQEAAAAAAAAAAAAAAAAAAgMEARAAAgMAAQMEAwEBAAAAAAAAAgQBAwUGBxEhABITIhQxQRWhEQEAAgEDAwIDCQEAAAAAAAABAhEAAyExEkFxBFEigaETQmFikbHB0eHw/9oADAMAAAERAhEAPwC7ve6g5ODo6eXas3cxk5OfrOsyaauYuGu06lmrXOtNVF+TfeiUkFddhBWQl2LvEesvq/Vw9HpfbakZS0xB6S+m2hTmvdBrl2wuPdCsW6/W+3JDIe5jkrjh7JNU3bHE/wDS2qeIuLfDbK/LV7E6WV8/4WqwPQpEqKWiGq0K5sCZnD1lvX8M/TveFyROSQDtW989k4sCUkAbePl/3HP8P1RpZ9VZ5JilpNxelpRpewbaGVmKxuoYotCZCym6o4ISiZiRnvHraNlnGGf/0LRuX7f+F10wFWFQUR6i5GE/naF/y2KafJun+hq0Txm6+apWVeuU5EsyqHuCxj4jgIkhiJ7ptTdPYZFi/lHbynHa8hqQirqcSiX54s80bHmt8HeqHPUC4zzWzhbGPo9RtnUa6WY1xNnaV3IbNFLC+B5CLb6hryWtQGCuOoIrpAYM+4j2zmhoaWhPXANWVRYiPVJ+9Ls/i1e3OMVqk5/DKJFabt9qOIm5d/LNYcXx0uI8Z47xal2L6eO4WTiUsMmAMM15SNCIM3DJz2tvij3l5n7TPqwUVzlIiRB3az//0bPerONqck49QKKTFry07uejRVUbDUaG3k98BtX7hFZJcqyEDkymBrj7+4e3eVlsXV7JX1PqGJMWNGKvhuTjh1Kx31LKa1783phqXUnXFFs7aNL1nLLrDkQBh1pvDXtY797PfZM9o/q6YR02DXVLpl5b/o47YRWMWEqp/wA/es1nG7ZZJHAmfuKZkxX98FM+Zn3EUEXmf3P79Ux8/9K7p06kGJhSqIOCIfkPsJwVfgjia47+TnxHjx/wwwNTxcsHLmEM5FW5p2xtiz8cZmWmQmozoiffC4EMl3EO0faY/s+ljCMePf8ATx7YYw08aq6iDAaQH3EMRIFM/XxM+JiI8/qP5HpsM//Z)}.stl3dPreview .stl3dPreview-controls-fileList .stl3dPreview-controls-fileList-wrapper .fileList-item .fileList-item-opacity .opacity-icon.opacity_100{background-image:url(data:image/jpeg;base64,/9j/4QlQaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzEzOCA3OS4xNTk4MjQsIDIwMTYvMDkvMTQtMDE6MDk6MDEgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiLz4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8P3hwYWNrZXQgZW5kPSJ3Ij8+/+0ALFBob3Rvc2hvcCAzLjAAOEJJTQQlAAAAAAAQ1B2M2Y8AsgTpgAmY7PhCfv/bAIQAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQICAgICAgICAgICAwMDAwMDAwMDAwEBAQEBAQECAQECAgIBAgIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMD/90ABAAD/+4ADkFkb2JlAGTAAAAAAf/AABEIAB4AFAMAEQABEQECEQH/xAB+AAADAQEAAAAAAAAAAAAAAAAGBwoJCAEAAwEBAQAAAAAAAAAAAAAAAwUGBwAEEAABBAEDBAICAwAAAAAAAAABAgMEBQYABxEIEhQhMUETIiNRYREAAQMCAwgCAQUAAAAAAAAAAQIDEQAEBRIhBhMxQVFhcYEikSMzcqGx0f/aAAwDAAABEQIRAD8Aunz7dzFdvVSYdp58+7bopN9BoaqL5NlbNMLcZahQErcaaXOlPtFKEFQ5AJ+BpHimP2GEui3ucxfUjMABIOsAE8BJ60zssJu79sushO7CspJPaeHPSl7tV1J4xn7ztReRxh+TMeIpyosHnAEmevsixVrlMRH2pgXygpW2lCyhSkKKdKsK2ut7tzc4gkW7ilQgzmSqeAmBCvOh68q91/s+9bo3toS6gCVaQoRzjmPGvauk9WNT1f/Qrj6u4rtXuVt7lQdaLL+P3FaxBccQFTLOskCSVIaKkuLVFhTA4OwK9c88D3rNdt7ZYvGrkfpray+0qn+lc6stmX0m3cYM5krmOoUP9FLLbaCxmm5mGuPwIjGQ2jkOnl5E8n8dvYYxQeVbvVjhV3eS7EjpdS24EhbaHPagODqWwizXfX7FoD+Mugq8DUntIEU8xC5Ta2jr8fIII4czoP5M+K1gSSpIURxz7A++D8c/7rc6zGv/0a+eubb/ADPOKTax3BK1ywyjGN5sNtIbaEq7BVWjUyoyAyn0gmNWCtcPkLP6JTx3fWp3aTD3cQtG2mE5nN7EdlJIk9gQJNN8Gum7R9a3SAjJM/tIMewTS86cIxndQmPvLjOpg0+22VyoEhwfwqsrG+j1M5LJJ5EmNHiBtzkBXC/6OpDYy3WMQ3q0kfFcHumEq+iY91Q7SPINpu0EH5Jn3JH3E1qFrUah6//SvsKGX+1ZTw4n0F8JKgfX2eeU8gevg64GNRXRPGhukwnF8dk+bUVUeHILlm8HGm0BQcuJhn2ago8rCZUs95SD2j4AAA0Fi3YtkFthISkqUrTqoyo+zxojrzryszpJUEgekiB9CjDRqHX/2Q==)}.stl3dPreview .stl3dPreview-controls-fileList .stl3dPreview-controls-fileList-wrapper .fileList-item .fileList-item-opacity .opacity-type{width:70px;margin:0 5px}.stl3dPreview .stl3dPreview-controls-fileList .stl3dPreview-controls-fileList-wrapper .fileList-item .fileList-item-name{text-align:right;width:100%;padding:0 10px}.stl3dPreview .stl3dPreview-controls-fileList .stl3dPreview-controls-fileList-wrapper .fileList-item .fileList-item-color{display:flex;align-items:center;margin-left:auto}.stl3dPreview .stl3dPreview-controls-fileList .stl3dPreview-controls-fileList-wrapper .fileList-item .fileList-item-color .fileList-item-color-preview{display:inline-block;height:25px;width:15px;background-color:#eee}.stl3dPreview .stl3dPreview-controls-fileList .stl3dPreview-controls-fileList-wrapper .fileList-item .fileList-item-color .fileList-item-color-preview.Vpurple{background-color:#eab9f0}.stl3dPreview .stl3dPreview-controls-fileList .stl3dPreview-controls-fileList-wrapper .fileList-item .fileList-item-color .fileList-item-color-preview.Vgreen{background-color:#c4f28d}.stl3dPreview .stl3dPreview-controls-fileList .stl3dPreview-controls-fileList-wrapper .fileList-item .fileList-item-color .fileList-item-color-preview.Vyellow{background-color:#fffacd}.stl3dPreview .stl3dPreview-controls-fileList .stl3dPreview-controls-fileList-wrapper .fileList-item .fileList-item-color .fileList-item-color-preview.Vblue{background-color:#95e9fc}.stl3dPreview .stl3dPreview-controls-fileList .stl3dPreview-controls-fileList-wrapper .fileList-item .fileList-item-color .fileList-item-color-preview.Vpink{background-color:#fca7d3}.stl3dPreview .stl3dPreview-controls-fileList .stl3dPreview-controls-fileList-wrapper .fileList-item .fileList-item-color .fileList-item-color-preview.Vgrey{background-color:#dcdcdc}.stl3dPreview .stl3dPreview-controls-fileList .stl3dPreview-controls-fileList-wrapper .fileList-item .fileList-item-color .fileList-item-color-preview.Vpeach{background-color:#ffdab9}.stl3dPreview .stl3dPreview-controls-fileList .stl3dPreview-controls-fileList-wrapper .fileList-item .fileList-item-color .fileList-item-color-select{display:inline-block;border:1px solid #eee;border-radius:0;color:#333;font-size:14px;padding:0 5px;height:25px}.stl3dPreview .stl3dPreview-controls-fileList .stl3dPreview-controls-fileList-wrapper .fileList-item .fileList-item-removeIcon{margin-left:10px;font-size:16px}.stl3dPreview .stlContainer{display:block;position:relative;width:100%;height:100%;max-height:100%}.stl3dPreview .stl3dPreview-progress{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100000}@media screen and (max-width: 768px){.stl3dPreview .stl3dPreview-controls-fileList .stl3dPreview-controls-fileList-wrapper .fileList-item{flex-direction:column}.stl3dPreview .stl3dPreview-controls-fileList .stl3dPreview-controls-fileList-wrapper .fileList-item .fileList-item-name{margin:10px 0}.stl3dPreview .stl3dPreview-controls-fileList .stl3dPreview-controls-fileList-wrapper .fileList-item .fileList-item-color{margin:0 0 10px}}._authContainer_1a96d_1{padding:24px;background-color:#fff;display:flex;flex-direction:column;align-items:center;gap:32px;max-width:500px;width:100%;border-radius:24px}._authContainerHeader_1a96d_13{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;width:100%}@font-face{font-family:Raleway Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/raleway-cyrillic-ext-wght-normal-Dc5xu4We.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Raleway Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/raleway-cyrillic-wght-normal-CqKTn0sv.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Raleway Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/raleway-vietnamese-wght-normal-wikBsL6_.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Raleway Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/raleway-latin-ext-wght-normal-Dm8rnUUK.woff2) format("woff2-variations");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Raleway Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/raleway-latin-wght-normal-B0Bc4KU0.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*{box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{height:100%}body{line-height:1;font-family:Raleway Variable,sans-serif}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}:root{--index: calc(1vh + 1vw) }.img-responsive{display:block;width:100%;height:auto}.img-stretch{display:block;width:100%;height:100%;object-fit:scale-down}.img-cover{display:block;width:100%;height:100%;object-fit:cover}.ck-editor__editable{min-height:180px!important}.htmlBlock{display:block;max-height:500px;overflow-y:auto}.htmlBlock img,.htmlBlock video,.htmlBlock audio{display:block;max-width:700px;width:100%;height:auto}
