.header{background:#fafafa;padding:0 20px;height:91px;width:100%;box-sizing:border-box;display:flex;align-items:center;position:fixed;z-index:2;box-shadow:0 0 0 hsla(0,0%,100%,0);transition:box-shadow 1s}.header.scrolled{box-shadow:0 6px 20px rgba(0,0,0,.15)}.header .menu-toggle{display:none}.header .header-logo{margin-right:20px;width:210px}.header .header-logo img{width:150px}.header .menu-links{display:flex;padding-top:10px;width:940px;margin:0 auto}.header .nav-link{color:#262626;position:relative;text-align:center;display:flex;align-items:center;font-weight:500}.header .nav-link:not(:last-of-type){margin-right:40px}.header .nav-link.selected{color:#005ce4}.header .nav-link.selected:after{content:"";position:absolute;height:4px;width:4px;border-radius:50%;background:#005ce4;bottom:-5px;left:calc(50% - 2px)}.header .nav-link:hover{color:#005ce4}.header .sign-up{margin-left:20px;flex-shrink:0}.header .sign-up .short-text{display:none}@media (max-width:1023px){.header .header-logo{margin-right:30px}.header .menu-links{margin-right:20px}.header .sign-up{height:40px;line-height:35px;padding:0 25px;margin-left:auto}.header .sign-up .full-text{display:none}.header .sign-up .short-text{display:block}}@media (max-width:699px){.header{height:80px;z-index:3}.header .menu-toggle{display:flex;justify-content:center;background:none;border:none;cursor:pointer;min-width:24px;width:24px;height:24px;padding:0;margin-right:13px}.header .menu-toggle:focus{outline:none}.header .menu-links{background:#fff;position:absolute;z-index:-1;top:0;left:0;height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.header .menu-links.hidden{display:none}.header .menu-links .nav-link:not(:last-of-type){margin:0 0 40px}.header .menu-links .nav-link:after{content:none}}.editor-panel.code{padding:10px 20px 1%}.editor-panel.code .action-bar{display:flex;justify-content:flex-end;align-items:center}.editor-panel.code .config-type-message{font-size:14px;justify-self:flex-start;margin-right:auto}.editor-panel.code .config-type-message a{cursor:pointer}@media (max-width:1023px){.editor-panel.code .action-bar{flex-wrap:wrap}.editor-panel.code .config-type-message{display:block;min-width:100%;margin-bottom:1em}}.editor-panel.code pre{margin-bottom:0!important;max-width:100%;max-height:calc(100% - 80px)}.editor-panel.code .btn{word-wrap:none;white-space:nowrap;height:36px;line-height:33px;padding:0 15px;display:flex;align-items:center}.editor-panel.code .btn:not(:first-child){margin-left:10px}.editor-panel.code .btn span{margin-top:-3px}.rc-tooltip.rc-tooltip-zoom-enter,.rc-tooltip.rc-tooltip-zoom-leave{display:block}.rc-tooltip-zoom-appear,.rc-tooltip-zoom-enter{opacity:0;animation-duration:.3s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.18,.89,.32,1.28);animation-play-state:paused}.rc-tooltip-zoom-leave{animation-duration:.3s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.6,-.3,.74,.05);animation-play-state:paused}.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active,.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active{animation-name:rcToolTipZoomIn;animation-play-state:running}.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active{animation-name:rcToolTipZoomOut;animation-play-state:running}@keyframes rcToolTipZoomIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(0)}to{opacity:1;transform-origin:50% 50%;transform:scale(1)}}@keyframes rcToolTipZoomOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1)}to{opacity:0;transform-origin:50% 50%;transform:scale(0)}}.rc-tooltip{position:absolute;z-index:1070;display:block;visibility:visible;font-size:12px;line-height:1.5;opacity:.9}.rc-tooltip-hidden{display:none}.rc-tooltip-placement-top,.rc-tooltip-placement-topLeft,.rc-tooltip-placement-topRight{padding:5px 0 9px}.rc-tooltip-placement-right,.rc-tooltip-placement-rightBottom,.rc-tooltip-placement-rightTop{padding:0 5px 0 9px}.rc-tooltip-placement-bottom,.rc-tooltip-placement-bottomLeft,.rc-tooltip-placement-bottomRight{padding:9px 0 5px}.rc-tooltip-placement-left,.rc-tooltip-placement-leftBottom,.rc-tooltip-placement-leftTop{padding:0 9px 0 5px}.rc-tooltip-inner{padding:8px 10px;color:#fff;text-align:left;text-decoration:none;background-color:#373737;border-radius:6px;box-shadow:0 0 4px rgba(0,0,0,.17);min-height:34px}.rc-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-tooltip-placement-top .rc-tooltip-arrow,.rc-tooltip-placement-topLeft .rc-tooltip-arrow,.rc-tooltip-placement-topRight .rc-tooltip-arrow{bottom:4px;margin-left:-5px;border-width:5px 5px 0;border-top-color:#373737}.rc-tooltip-placement-top .rc-tooltip-arrow{left:50%}.rc-tooltip-placement-topLeft .rc-tooltip-arrow{left:15%}.rc-tooltip-placement-topRight .rc-tooltip-arrow{right:15%}.rc-tooltip-placement-right .rc-tooltip-arrow,.rc-tooltip-placement-rightBottom .rc-tooltip-arrow,.rc-tooltip-placement-rightTop .rc-tooltip-arrow{left:4px;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#373737}.rc-tooltip-placement-right .rc-tooltip-arrow{top:50%}.rc-tooltip-placement-rightTop .rc-tooltip-arrow{top:15%;margin-top:0}.rc-tooltip-placement-rightBottom .rc-tooltip-arrow{bottom:15%}.rc-tooltip-placement-left .rc-tooltip-arrow,.rc-tooltip-placement-leftBottom .rc-tooltip-arrow,.rc-tooltip-placement-leftTop .rc-tooltip-arrow{right:4px;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#373737}.rc-tooltip-placement-left .rc-tooltip-arrow{top:50%}.rc-tooltip-placement-leftTop .rc-tooltip-arrow{top:15%;margin-top:0}.rc-tooltip-placement-leftBottom .rc-tooltip-arrow{bottom:15%}.rc-tooltip-placement-bottom .rc-tooltip-arrow,.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,.rc-tooltip-placement-bottomRight .rc-tooltip-arrow{top:4px;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#373737}.rc-tooltip-placement-bottom .rc-tooltip-arrow{left:50%}.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow{left:15%}.rc-tooltip-placement-bottomRight .rc-tooltip-arrow{right:15%}.rc-tooltip{opacity:1}.rc-tooltip-arrow{display:none}.rc-tooltip-inner{min-height:0;background:#000;border-radius:5px}.rc-tooltip-placement-bottom .rc-tooltip-arrow,.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,.rc-tooltip-placement-bottomRight .rc-tooltip-arrow,.rc-tooltip-placement-top .rc-tooltip-arrow{border-top-color:#000}.rc-tooltip-content{line-height:normal;font-weight:700}.radio{display:flex}.radio input{display:none}.radio label{margin-right:30px;text-transform:capitalize;height:26px;cursor:pointer;display:flex;align-items:center}.radio label svg{width:20px;min-width:20px;margin-right:12px}.radio label h4{margin:0;font-family:Inter,sans-serif;font-size:16px;font-weight:500;white-space:nowrap}.radio label.active svg path{fill:#005ce4}.radio label.active h4{color:#005ce4}.radio label:hover:not(.active) h4{text-shadow:0 0 .01px #000}.radio.disabled{pointer-events:none}.radio.disabled label,.radio.disabled label.active h4{color:#9b9b9b}.radio.disabled label.active svg path,.radio.disabled svg path{fill:#9b9b9b}.color-picker{position:relative;display:inline-flex;align-items:center;margin-right:30px}.color-picker .color-box{height:18px;width:18px;padding:0;border:none;margin-right:10px;cursor:pointer;position:relative}.color-picker .color-box.active+.picker{display:block;z-index:1}.color-picker .color-box.white{border:2px solid #323a45}.color-picker .color-box:focus{outline:2px solid rgba(0,92,228,.3)}.color-picker .color-box.selected{box-shadow:0 0 0 1px #fff,0 0 0 2px #000}.color-picker .picker{position:absolute!important;top:40px;display:none}.color-picker p{margin:0}.color-picker p.name{font-size:16px;font-weight:500;margin:0}.color-picker p.hex{font-size:10px;font-weight:500;color:#323a45;text-transform:uppercase}.color-picker.disabled{pointer-events:none}.color-picker.disabled .color-box{opacity:.5}.color-picker.disabled p{color:#9b9b9b}.toggle-switch{display:flex;align-items:center}.toggle-switch .react-switch-bg{background:none!important;border-radius:12px!important;border:2px solid #323a45;box-sizing:border-box}.toggle-switch.toggled .react-switch-bg{border-color:#005ce4}.uw-input-range-wrapper{width:100%;margin-right:20px;display:flex;position:relative}.uw-input-range-wrapper .range-value{height:34px;min-width:50px;border:1px solid #323a45;padding:0 5px;box-sizing:border-box;line-height:34px;margin-right:15px}.uw-input-range-wrapper.hide-min-value .input-range__label--min{display:none}.uw-input-range-wrapper .input-range__label-container{position:absolute;bottom:0;font-size:10px;line-height:14px}.uw-input-range-wrapper .input-range{flex-shrink:1;width:100%;display:flex;align-items:center;position:relative}.uw-input-range-wrapper .input-range__slider{background:#323a45;height:11px;width:11px;border-radius:50%;position:absolute;bottom:-5px;cursor:pointer;transition:.2s}.uw-input-range-wrapper .input-range__slider:hover{transform:scale(1.3)}.uw-input-range-wrapper .input-range__slider-container{display:flex;flex-direction:column;align-items:center;transform:translateY(-50%);margin-top:-2px}.uw-input-range-wrapper .input-range__label--value{position:absolute;bottom:12px;opacity:0;transition:.2s;pointer-events:none}.uw-input-range-wrapper .input-range__label--value .input-range__label-container{transform:translateX(-50%)}.uw-input-range-wrapper .input-range__slider-container:active .input-range__label--value,.uw-input-range-wrapper .input-range__slider-container:hover .input-range__label--value{opacity:1;transform:scale(1)}.uw-input-range-wrapper .input-range__track{background:#000;width:100%;height:1px;position:relative}.uw-input-range-wrapper .input-range__track--active{height:3px;top:-1px}.uw-input-range-wrapper .input-range__label--max,.uw-input-range-wrapper .input-range__label--min{color:#323a45;position:absolute;bottom:-5px;font-size:2px}.uw-input-range-wrapper .input-range__label--min{left:0}.uw-input-range-wrapper .input-range__label--min .input-range__label-container{transform:translateX(-50%)}.uw-input-range-wrapper .input-range__label--max{right:0}.uw-input-range-wrapper .input-range__label--max .input-range__label-container{transform:translateX(-50%)}.editor-panel.form .form-container{overflow:auto;box-sizing:border-box;height:100%;width:100%}.editor-panel.form .widget{color:#323a45;padding:0 20px 10px;border:1px solid rgba(0,0,0,.09);border-top:none}.editor-panel.form .widget .widget-header{display:flex;clear:both;flex-wrap:wrap;padding:50px 0 40px}.editor-panel.form .widget .widget-header h5{color:#323a45;font-size:24px;font-weight:600;line-height:24px;margin-bottom:10px}.editor-panel.form .widget .widget-header .docs-link{height:24px;width:24px;margin:3px 0 0 8px;vertical-align:baseline;display:flex;align-items:center;justify-content:center;border-radius:50%}.editor-panel.form .widget .widget-header .docs-link:hover{background:#eee}.editor-panel.form .widget .widget-header .collapse-icon{height:24px;width:24px;background:none;border:none;margin:0 0 0 auto;border-radius:50%;padding:0;cursor:pointer;position:relative}.editor-panel.form .widget .widget-header .collapse-icon svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.editor-panel.form .widget .widget-header .collapse-icon:focus{outline:none}.editor-panel.form .widget .widget-header .collapse-icon:hover{background:#eee}.editor-panel.form .widget .widget-header .collapse-icon.flip-icon{transform:rotate(180deg)}.editor-panel.form .widget .widget-header .widget-help{width:100%;font-size:14px;margin:0}.editor-panel.form .widget .widget-label{margin:0;max-width:70%}.editor-panel.form .widget .field-container{opacity:1;transition:opacity .2s;display:flex;flex-wrap:wrap}.editor-panel.form .widget .field-container:not(.field-type-label){margin-bottom:40px}.editor-panel.form .widget .field-container label{font-size:12px;font-weight:500}.editor-panel.form .widget .field-container.field-type-label h5 span,.editor-panel.form .widget .field-container>label{font-family:sofia-pro,Helvetica,Arial,sans-serif;font-size:18px;display:block;line-height:18px;font-weight:600;width:100%;margin-bottom:10px;flex-shrink:0;color:#323a45}.editor-panel.form .widget .field-container.field-disabled{opacity:.5}.editor-panel.form .widget .field-container.field-type-radio{flex-direction:column}.editor-panel.form .widget .field-container.field-type-radio>label{width:auto}.editor-panel.form .widget .field-container.field-type-radio.field-prop-layout p{display:none}.editor-panel.form .widget .field-container.field-type-radio.field-prop-layout .radio{flex-direction:column;max-height:108px}.editor-panel.form .widget .field-container.field-type-radio.field-prop-layout .radio .classic{width:auto;margin:0 30px 0 auto}.editor-panel.form .widget .field-container.field-type-checkbox>label{font-family:Inter,sans-serif;font-size:16px;font-weight:500;order:2;width:auto;margin:0 0 0 10px}.editor-panel.form .widget .info{color:#93a0b1}.editor-panel.form.is-mobile .widget .field-prop-layout .radio .expanded{opacity:.3;pointer-events:none}.editor-panel.form.is-mobile .widget .field-prop-layout .radio+p{display:block;font-size:14px;color:#323a45}.editor-panel.form .widget-widgetParametersTitle .field-type-color{display:inline-block}.editor-panel.form .widget-widgetParametersTitle .field-type-color.field-prop-active .color-picker .picker{left:-50%}.editor-panel.form .radio{width:auto;flex-wrap:wrap;margin-bottom:-10px}.editor-panel.form .radio label{margin:0 0 10px;width:50%}.editor-panel.form .field-type-select{display:flex;align-items:center}.editor-panel.form .field-type-select .select{width:100%}.editor-panel.form .field-type-color{display:inline-block;width:33.3%;vertical-align:top}.editor-panel.form .field-type-color .picker{width:170px!important}.editor-panel.form .field-prop-borderColor{float:right}.editor-panel.form input[type=number]{border-radius:4px;border:1px solid #ccc;padding:5px;margin-left:10px;width:80px}.editor-panel.form .form-footer{margin-top:15px;display:flex;flex-wrap:wrap;align-items:center}.editor-panel.form .reset-btn{height:auto;line-height:30px;padding:0 10px;font-weight:400;margin-right:auto}.editor-panel.form .reset-btn svg{transform:scaleX(-1) rotate(-45deg);font-size:22px!important;vertical-align:middle!important;margin-right:5px}.editor-panel.form .field-prop-aspectRatio label:after{height:24px;width:24px;left:0;right:0;margin:auto;background-size:contain;background-color:transparent;mask-size:contain;-webkit-mask-size:contain;background-color:currentColor}.editor-panel.form .field-prop-aspectRatio .more.active:after,.editor-panel.form .field-prop-aspectRatio .n169.active:after,.editor-panel.form .field-prop-aspectRatio .n916.active:after,.editor-panel.form .field-prop-aspectRatio .square.active:after{background-color:#0078ff}.editor-panel.form .field-prop-aspectRatio .square:after{mask-image:url(data:image/svg;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAAB8klEQVR4Ae2bgUZDYRTHL1nBQBRNFQy4Kd/5w0CvESAICoV6hvQApUoIBOkZKmHCtF6iCWNGarPtBHxZ3zaZbfce/X//J/hxzr2H75yIEEIIIYT8sLaIA3lADZqy1HCPw9WlaBBxFrfSgaY30sFtnI16k59BCWogpfxMTwE5h9qInEchkpe2GYG25AMBdwS1E3cUCODFkoCUQ4FPqKF8hALanShlQLtDgb8hm9g3LLDu5Astt2FUIJ7FGxSKqstZFJjCU/DztyQgJ1D44MaYALagv7JjSGDdoRkINKVgRMDN4Q0aRt7X5g0IIIPnvhNMEZn0C1xDB+SMowQFKEABClAgMYF4GlfRmMFVPD0mASxIETp2AZUiFsYgIAVUoJMQgKIihRELYFsa0IkJqDSwPQoBX/mTa26oj++G4QV85Sci4LtheAFf+UkI+G4YXsBXfnICvhvsC9gvIaNNzM9o8j8yjhLJD3Mcp5OHAhSgAAUoYEVALqD9I5emn5hQQsb0I5/LWX5mbUnB9kP3rrVVg1OjqwaeKTwbXfYImrnqclx4SnDlbI+jxH8RqEMNpR4ISNmSgLwGAjiGGspxIOBWLK3fY9n2AcRFnxMUG30g5b6DSZyVu7QfAcldnI0GsbqEQ3lEFZqyVOWx+wyLEEIIIYR8A1CZDZLnK1CwAAAAAElFTkSuQmCC);-webkit-mask-image:url(data:image/svg;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAAB8klEQVR4Ae2bgUZDYRTHL1nBQBRNFQy4Kd/5w0CvESAICoV6hvQApUoIBOkZKmHCtF6iCWNGarPtBHxZ3zaZbfce/X//J/hxzr2H75yIEEIIIYT8sLaIA3lADZqy1HCPw9WlaBBxFrfSgaY30sFtnI16k59BCWogpfxMTwE5h9qInEchkpe2GYG25AMBdwS1E3cUCODFkoCUQ4FPqKF8hALanShlQLtDgb8hm9g3LLDu5Astt2FUIJ7FGxSKqstZFJjCU/DztyQgJ1D44MaYALagv7JjSGDdoRkINKVgRMDN4Q0aRt7X5g0IIIPnvhNMEZn0C1xDB+SMowQFKEABClAgMYF4GlfRmMFVPD0mASxIETp2AZUiFsYgIAVUoJMQgKIihRELYFsa0IkJqDSwPQoBX/mTa26oj++G4QV85Sci4LtheAFf+UkI+G4YXsBXfnICvhvsC9gvIaNNzM9o8j8yjhLJD3Mcp5OHAhSgAAUoYEVALqD9I5emn5hQQsb0I5/LWX5mbUnB9kP3rrVVg1OjqwaeKTwbXfYImrnqclx4SnDlbI+jxH8RqEMNpR4ISNmSgLwGAjiGGspxIOBWLK3fY9n2AcRFnxMUG30g5b6DSZyVu7QfAcldnI0GsbqEQ3lEFZqyVOWx+wyLEEIIIYR8A1CZDZLnK1CwAAAAAElFTkSuQmCC)}.editor-panel.form .field-prop-aspectRatio .n169:after{mask-image:url(data:image/svg;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAAA/klEQVR4Ae3aAQYCURSF4QEGWkIVPKDE3LO0WkNaQq0hraFaQJoWEokE6gVEFN6LmRv/fxcw78MApyAiIiIiIiKiz427mthWZ8WG76yNpqNe8UvDjlb2UGzv7KHVsFPkFUrtFR3cPpRZAFso+jhb5Dw/2N0N4G4hGVDNFP1cNUsG6OAJYHU64OYJoGs6IL5f0XD53wcAAAAAAAAAAAAAAAAAAAAAAAAAAEBWAAAAAAAAAAAAAABcFB3dJRlgtSeAHZMBmnsCaJ4MqAae5jbq//fgaZk5OfPxH1gdyuzRn63bHv3ZOm/092rU09R2OjX++JPtvs8uiYiIiIiIiOgJggIfEm1odZ0AAAAASUVORK5CYII=);-webkit-mask-image:url(data:image/svg;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAAA/klEQVR4Ae3aAQYCURSF4QEGWkIVPKDE3LO0WkNaQq0hraFaQJoWEokE6gVEFN6LmRv/fxcw78MApyAiIiIiIiKiz427mthWZ8WG76yNpqNe8UvDjlb2UGzv7KHVsFPkFUrtFR3cPpRZAFso+jhb5Dw/2N0N4G4hGVDNFP1cNUsG6OAJYHU64OYJoGs6IL5f0XD53wcAAAAAAAAAAAAAAAAAAAAAAAAAAEBWAAAAAAAAAAAAAABcFB3dJRlgtSeAHZMBmnsCaJ4MqAae5jbq//fgaZk5OfPxH1gdyuzRn63bHv3ZOm/092rU09R2OjX++JPtvs8uiYiIiIiIiOgJggIfEm1odZ0AAAAASUVORK5CYII=)}.editor-panel.form .field-prop-aspectRatio .n916:after{mask-image:url(data:image/svg;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAABBElEQVR4Ae3bAcYCURSG4QsMzBL+/uACk5jzLa3WkJZQa0hrqBaQpoVEIoG6AQgozj3gfT8AhgcD3JOIiIiI6Pumf5rZXlcV512103wySjXrWm3spVJv9tKma1OdcqOjSsCOuakCsJVKzGyV/LNszzDA07I7oF+oxK1fuAN0igTY4A94RAJ09weUzwV9HwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARAMAAAAA4KYSuJs7wIZIgJ3dAVpGArR0B/TjyOf3+ncHhB5ArFONchPzH9iQm1SnrrVt7SMg23ZtqtlkpLkddFFx3sUOv51hEREREdEbrEofElgpquwAAAAASUVORK5CYII=);-webkit-mask-image:url(data:image/svg;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAABBElEQVR4Ae3bAcYCURSG4QsMzBL+/uACk5jzLa3WkJZQa0hrqBaQpoVEIoG6AQgozj3gfT8AhgcD3JOIiIiI6Pumf5rZXlcV512103wySjXrWm3spVJv9tKma1OdcqOjSsCOuakCsJVKzGyV/LNszzDA07I7oF+oxK1fuAN0igTY4A94RAJ09weUzwV9HwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARAMAAAAA4KYSuJs7wIZIgJ3dAVpGArR0B/TjyOf3+ncHhB5ArFONchPzH9iQm1SnrrVt7SMg23ZtqtlkpLkddFFx3sUOv51hEREREdEbrEofElgpquwAAAAASUVORK5CYII=)}.editor-panel.form .field-prop-aspectRatio .more:after{mask-image:url(data:image/svg;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAABFklEQVR4Ae3bAYZCURiG4QNcuEuYZuAAN8P9v6VNa0hLaNaQ1jDTAjJ3FhKJBOoESM4tgev89b7fBs6DBPcPRERERHTp801f9qutUmHb6keT8Sjcq6m1sJNSubOTFk0d+ouV1koOto5V6MvmSj5m85Bn0Y5uAEeLGaCdKvlZO80A+vMEsC4HHDwBtM8B6XqhrLL3ARg2AAAAAFB6bAAAAAAA4DUA7v/IAAAAAAAAAAAAHD0QAAAAAAAAAADgGQBK/XMKAAAAAAAAAwQAAAAAAwRgp+RouwxgnSeA/WcAzTwBNMsA7Yenz+/17vsA4vvGCYqP34F1sbp5BGTL0o+AbNnU4V7jkSa20qa4x29sdX2GRURERERnt/znTmHJYMkAAAAASUVORK5CYII=);-webkit-mask-image:url(data:image/svg;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAABFklEQVR4Ae3bAYZCURiG4QNcuEuYZuAAN8P9v6VNa0hLaNaQ1jDTAjJ3FhKJBOoESM4tgev89b7fBs6DBPcPRERERHTp801f9qutUmHb6keT8Sjcq6m1sJNSubOTFk0d+ouV1koOto5V6MvmSj5m85Bn0Y5uAEeLGaCdKvlZO80A+vMEsC4HHDwBtM8B6XqhrLL3ARg2AAAAAFB6bAAAAAAA4DUA7v/IAAAAAAAAAAAAHD0QAAAAAAAAAADgGQBK/XMKAAAAAAAAAwQAAAAAAwRgp+RouwxgnSeA/WcAzTwBNMsA7Yenz+/17vsA4vvGCYqP34F1sbp5BGTL0o+AbNnU4V7jkSa20qa4x29sdX2GRURERERnt/znTmHJYMkAAAAASUVORK5CYII=)}@media (max-width:1023px){.editor-panel.form .widget .widget-header h5{font-size:20px;max-width:unset}.editor-panel.form .widget .field-container{max-width:500px}.editor-panel.form .widget .field-container.field-type-color{max-width:160px}.editor-panel.form .widget .field-container.field-type-radio.field-prop-layout .radio .classic{margin:0 30px 0 50px}}@media (max-width:420px){.editor-panel.form .widget .field-container .radio{flex-direction:column}.editor-panel.form .widget .field-container.field-type-color{max-width:none;width:100%;margin-bottom:5px}.editor-panel.form .widget .field-container.field-type-radio.field-prop-layout .radio{max-height:none}.editor-panel.form .widget .field-container.field-type-radio.field-prop-layout .radio .classic{margin:0}}.editor-header{background:#000;font-size:24px;font-family:sofia-pro,Helvetica,Arial,sans-serif;color:#fff;display:flex;justify-content:space-between;align-items:center}.editor-header .header-text{font-weight:400;font-size:22px;line-height:55px;margin:0 20px}.editor-header .btn-close{background:none;border:none;padding:0 10px;margin-right:20px}.editor-header .btn-close .shape{fill:#fff}.editor-panel.preview{background:#f2f3f4;display:flex;flex-direction:column;justify-content:center;align-content:center;align-items:center}.editor-panel.preview .preview-wrapper{background:#fff;width:98%;padding:1%;margin:auto;box-sizing:border-box}@media (max-width:1023px){.editor-panel.preview .preview-wrapper{max-width:none!important}}.editor-panel.preview #product-gallery{max-width:100%}.editor-header,.editor-modal-header{position:fixed;width:100%;height:55px;z-index:9}.editor-tabs{top:55px;position:fixed;width:100%;z-index:1;background:#fff;margin:0;list-style:none;padding:0;display:flex;border-bottom:1px solid #c8c8c8;height:56px;box-sizing:border-box}.embedded .editor-tabs{top:0}.editor-tabs .tab{width:33.3%;display:flex;justify-content:center;align-items:center;cursor:pointer;opacity:1;transition:color,.3s}.editor-tabs .tab.selected{color:#005ce4;box-shadow:inset 0 -3px 0 #005ce4;pointer-events:none}.editor-tabs .tab.selected .icon path{fill:#005ce4}.editor-tabs .tab .icon{margin-right:10px}.editor-panel{background:#fff;box-sizing:border-box}.editor-panel.form{position:fixed;height:calc(100% - 55px);width:450px;top:55px;left:0;overflow:auto;border-right:1px solid rgba(0,0,0,.09)}.embedded .editor-panel.form{height:100%;top:0}.editor-panel.code,.editor-panel.preview{left:450px;right:0}.editor-panel.preview{min-height:calc(100% - 55px);top:55px;padding-top:.5%;padding-bottom:.5%;position:absolute}.embedded .editor-panel.preview{min-height:100%;top:0}.editor-panel.code{height:26%;bottom:0;position:fixed;z-index:2;border-top:1px solid rgba(0,0,0,.09)}.editor-tabs{display:none}@media (max-width:1023px){.editor-tabs{display:flex}.editor-panel.hide{opacity:0;z-index:-1;position:absolute}.editor-panel.code,.editor-panel.form,.editor-panel.preview{height:calc(100% - 111px);top:111px;left:0;margin:0;padding:0;overflow:auto;display:block;min-height:auto}.embedded .editor-panel.code,.embedded .editor-panel.form,.embedded .editor-panel.preview{height:calc(100% - 56px);top:56px;min-height:auto}.editor-panel.code.hide,.editor-panel.form.hide,.editor-panel.preview.hide{overflow:hidden}.editor-panel.code,.editor-panel.preview{padding:16px}.editor-panel .product-gallery-spacer{display:none}.editor-panel.form{width:100%}}body.modal-open .container{position:absolute;overflow:hidden;max-height:100%;max-width:100%;z-index:-1}.editor-modal{top:0;right:0;bottom:0;left:0;z-index:9;position:absolute;display:flex;flex-direction:column}.editor-modal .editor-header{display:none}.editor-modal .editor-modal-header{background:#000;font-size:24px;font-family:sofia-pro,Helvetica,Arial,sans-serif;color:#fff;display:flex;justify-content:space-between;align-items:center}.editor-modal .editor-modal-header .title{font-weight:400;font-size:22px;line-height:55px;margin:0 20px}.editor-modal .editor-modal-header .btn-close{background:none;border:none;padding:0 10px}.editor-modal .editor-modal-header .btn-close .shape{fill:#fff}.page-intro{background:#f2f3f4;display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:50px}.page-intro .intro-content{width:500px;height:fit-content;margin-right:20px;color:#323a45}.page-intro .intro-content h2{font-size:64px;font-weight:600;line-height:64px;color:#323a45;margin:0 0 18px}.page-intro .intro-content p{margin:0 0 10px;font-size:16px}.page-intro .intro-content a.docs-link{font-weight:600}.page-intro img{height:auto;width:420px}@media (max-width:1023px){.page-intro{padding:20px 0}.page-intro .intro-content{max-width:400px;margin-right:30px;margin-left:20px;z-index:1}.page-intro .intro-content h2{font-size:58px}.page-intro img{max-width:30%}}@media (max-width:699px){.page-intro{flex-direction:column;padding:10px 0 40px;margin-bottom:30px}.page-intro .intro-content{order:2;width:auto;max-width:400px;padding:0 10px;margin:0}.page-intro .intro-content h2{font-size:26px;line-height:26px;margin:0 0 10px}.page-intro .intro-content p{font-size:14px}.page-intro img{max-width:unset;order:1;width:176px;margin-bottom:42px}}.easy-customization .page-intro+h1,.side-by-side .page-intro+h1{width:940px;max-width:calc(100% - 40px)}.easy-customization h2,.easy-customization h3,.side-by-side h2,.side-by-side h3{margin:0}.easy-customization .content,.side-by-side .content{display:flex;width:940px;max-width:calc(100% - 40px);padding-bottom:120px;justify-content:space-between;align-items:flex-start;position:relative}.easy-customization .gallery,.side-by-side .gallery{width:620px;max-width:100%;margin:0}.easy-customization .gallery-settings,.side-by-side .gallery-settings{position:sticky;top:100px;flex:0 0 240px;margin-left:30px}.easy-customization .gallery-settings h3,.side-by-side .gallery-settings h3{font-size:18px;font-weight:600;color:#323a45;margin-bottom:10px}.easy-customization .gallery-settings .transformation-box,.side-by-side .gallery-settings .transformation-box{margin:0 0 20px}.easy-customization .gallery-settings .radio,.side-by-side .gallery-settings .radio{display:block}.easy-customization .gallery-settings .radio label,.side-by-side .gallery-settings .radio label{margin:5px 0}.easy-customization .gallery-settings .layout-type p,.side-by-side .gallery-settings .layout-type p{display:none}.easy-customization .gallery-settings .color-pickers .color-picker,.side-by-side .gallery-settings .color-pickers .color-picker{display:flex;position:relative;margin:5px 0}.easy-customization .gallery-settings .select,.side-by-side .gallery-settings .select{max-width:238px}.easy-customization .gallery-settings .editor-link,.side-by-side .gallery-settings .editor-link{width:fit-content}.easy-customization .gallery-settings .editor-link>.btn,.side-by-side .gallery-settings .editor-link>.btn{min-width:206px;box-sizing:border-box}@media (max-width:699px){.easy-customization .content,.side-by-side .content{width:100%;flex-direction:column;padding-bottom:60px}.easy-customization .gallery-settings,.side-by-side .gallery-settings{width:100%;margin:30px 0 0}.easy-customization .gallery-settings .transformation-box,.side-by-side .gallery-settings .transformation-box{margin:0 0 30px}.easy-customization .gallery-settings .transformation-box:last-of-type,.side-by-side .gallery-settings .transformation-box:last-of-type{margin-bottom:0}}.easy-customization{display:flex;flex-direction:column;justify-content:center}.easy-customization .layout-type .radio.is-mobile label.expanded{opacity:.3;pointer-events:none}.easy-customization .layout-type .radio.is-mobile+p{display:block;font-size:14px;color:#323a45}@media (max-width:699px){.easy-customization .content{width:100%;flex-direction:column}.easy-customization .gallery{box-sizing:border-box}.easy-customization .gallery-settings{margin:30px 0 0}.easy-customization .gallery-settings>div{margin:0 10px 30px 20px}.easy-customization .gallery-settings .carousel-location{display:none}.easy-customization .gallery-settings .editor-link{margin:0 auto}.easy-customization .gallery-settings .editor-link>.btn{height:40px;line-height:37px}.easy-customization .gallery-settings .color-pickers .color-picker,.easy-customization .gallery-settings .radio label{width:50%;margin-right:0}}.footer{height:244px;background:#f2f3f4;display:flex;flex-wrap:wrap;justify-content:center;padding:40px 0 0}.footer .footer-logo{margin:0 auto 0 100px}.footer .contact-us,.footer .footer-links{display:flex;flex-direction:column;margin-right:80px}.footer .footer-links a{font-size:12px;line-height:26px;color:#323a45}.footer .footer-links a:hover{text-decoration:underline}.footer .contact-us{font-size:12px;line-height:26px;color:#323a45}.footer .contact-us .contacts{display:flex}.footer .contact-us .contacts a{height:24px;padding:0 4px;margin-right:8px;display:flex;align-items:center}.footer .contact-us .contacts a:first-child{margin-left:-4px}.footer .contact-us .contacts a svg{height:16px;width:auto}.footer .contact-us .contacts a:hover svg path{fill:#005ce4;transition:fill .2s}.footer .sign-up{margin:0 100px 0 0}.footer .rights{background:#000;line-height:42px;width:calc(100% + 20px);margin:auto 0 0;padding-left:100px;font-size:12px;color:#fff}@media (max-width:1023px){.footer .footer-logo{margin:0 auto 0 40px}.footer .contact-us,.footer .footer-links,.footer .sign-up{margin-right:40px}.footer .rights{padding-left:40px}}@media (max-width:699px){.footer{padding:42px 10px 0;justify-content:start;align-content:flex-start;height:auto}.footer .contact-us,.footer .footer-links,.footer .footer-logo,.footer .sign-up{width:50%;margin:0 0 20px;box-sizing:border-box}.footer .footer-logo{order:1;height:40px}.footer .footer-logo img{height:100%;margin-left:-10px}.footer .sign-up.btn.btn-small{order:2;height:30px;max-width:178px;margin-top:5px}.footer .footer-links{order:3}.footer .contact-us{order:4}.footer .rights{order:5;margin:20px -10px 0;padding-left:10px}}.events-and-analytics{display:flex;flex-direction:column;justify-content:center;padding-bottom:120px}.events-and-analytics .gallery{width:770px;max-width:calc(100% - 40px);box-sizing:border-box;margin-bottom:50px;border-radius:1px}.events-and-analytics .gallery h2{width:100%;font-size:18px;margin:30px 0 10px}.events-and-analytics .gallery .events{display:flex;height:30px;position:relative;overflow:hidden;margin-bottom:20px;font-family:sofia-pro,Helvetica,Arial,sans-serif}.events-and-analytics .gallery .events:after{content:"";height:100%;width:200px;background:linear-gradient(270deg,#fff 4%,hsla(0,0%,100%,0));position:absolute;top:0;right:0}@keyframes slide{0%{margin-left:-140px}to{margin-left:0}}.events-and-analytics .gallery .events .event,.events-and-analytics .gallery .events .placeholder-events span{position:relative;background:#fff;border:2px solid #000;border-radius:25px;box-sizing:border-box;height:30px;line-height:1.7;text-align:center;margin-right:10px;animation-name:slide;animation-duration:.5s}.events-and-analytics .gallery .events .event{flex:0 0 140px}@keyframes fade{0%{left:-4px}to{left:-100%}}.events-and-analytics .gallery .events .event:first-child:after{content:"";position:absolute;top:-4px;left:-100%;height:100%;width:100%;border-radius:25px;padding:4px;background:linear-gradient(270deg,hsla(0,0%,100%,0) 0,#fff 40%);animation-name:fade;animation-duration:1s}.events-and-analytics .gallery .events .placeholder-events{white-space:nowrap}.events-and-analytics .gallery .events .placeholder-events span{display:inline-block;width:100px;border-style:dashed;border-color:rgba(0,0,0,.2)}.events-and-analytics .gallery .events .placeholder-events span:first-of-type{width:150px}.events-and-analytics .gallery .events .event{font-size:14px;font-weight:600;padding:0 15px}.events-and-analytics .editor-link{width:770px;max-width:100%;text-align:center}.events-and-analytics .editor-link>.btn{min-width:206px;box-sizing:border-box;margin-right:20px}@media (max-width:699px){.events-and-analytics{padding-bottom:60px}.events-and-analytics .editor-link{width:auto}.events-and-analytics .editor-link>.btn{height:40px;line-height:35px;margin-right:0}.events-and-analytics .gallery{margin-bottom:30px}}.dynamic-url .page-intro+h1,.side-by-side .page-intro+h1{width:940px;max-width:calc(100% - 40px)}.dynamic-url h2,.dynamic-url h3,.side-by-side h2,.side-by-side h3{margin:0}.dynamic-url .content,.side-by-side .content{display:flex;width:940px;max-width:calc(100% - 40px);padding-bottom:120px;justify-content:space-between;align-items:flex-start;position:relative}.dynamic-url .gallery,.side-by-side .gallery{width:620px;max-width:100%;margin:0}.dynamic-url .gallery-settings,.side-by-side .gallery-settings{position:sticky;top:100px;flex:0 0 240px;margin-left:30px}.dynamic-url .gallery-settings h3,.side-by-side .gallery-settings h3{font-size:18px;font-weight:600;color:#323a45;margin-bottom:10px}.dynamic-url .gallery-settings .transformation-box,.side-by-side .gallery-settings .transformation-box{margin:0 0 20px}.dynamic-url .gallery-settings .radio,.side-by-side .gallery-settings .radio{display:block}.dynamic-url .gallery-settings .radio label,.side-by-side .gallery-settings .radio label{margin:5px 0}.dynamic-url .gallery-settings .layout-type p,.side-by-side .gallery-settings .layout-type p{display:none}.dynamic-url .gallery-settings .color-pickers .color-picker,.side-by-side .gallery-settings .color-pickers .color-picker{display:flex;position:relative;margin:5px 0}.dynamic-url .gallery-settings .select,.side-by-side .gallery-settings .select{max-width:238px}.dynamic-url .gallery-settings .editor-link,.side-by-side .gallery-settings .editor-link{width:fit-content}.dynamic-url .gallery-settings .editor-link>.btn,.side-by-side .gallery-settings .editor-link>.btn{min-width:206px;box-sizing:border-box}@media (max-width:699px){.dynamic-url .content,.side-by-side .content{width:100%;flex-direction:column;padding-bottom:60px}.dynamic-url .gallery-settings,.side-by-side .gallery-settings{width:100%;margin:30px 0 0}.dynamic-url .gallery-settings .transformation-box,.side-by-side .gallery-settings .transformation-box{margin:0 0 30px}.dynamic-url .gallery-settings .transformation-box:last-of-type,.side-by-side .gallery-settings .transformation-box:last-of-type{margin-bottom:0}}.dynamic-url{display:flex;flex-direction:column}.dynamic-url .content .gallery pre.url-sample{font-size:12px;color:#c5c8c6;text-shadow:rgba(0,0,0,.3) 0 1px;font-family:Inconsolata,Monaco,Consolas,Courier New,Courier,monospace;direction:ltr;text-align:left;word-spacing:normal;line-height:1.5;padding:1em;border-radius:.3em;background:#1d1f21;white-space:pre-wrap;word-break:break-all;margin:20px 0 0}.dynamic-url .content .image-transformation .transformation-box.text input{font-size:16px;border:1px solid #323a45;padding:6px 4px;border-radius:0}.dynamic-url .content .image-transformation .transformation-box .color-picker{margin:10px 0}.dynamic-url .content .image-transformation .transformation-box.watermark h3{flex-basis:100%}.dynamic-url .content .image-transformation .transformation-box.watermark .btn{text-transform:capitalize}.dynamic-url .content .image-transformation .transformation-box.watermark .uploaded-images{margin-top:20px}.dynamic-url .content .image-transformation .transformation-box.watermark .uploaded-images .uploaded-image{display:flex;align-items:center}.dynamic-url .content .image-transformation .transformation-box.watermark .uploaded-images .uploaded-image img{height:40px;width:40px;border:1px dashed #000}.dynamic-url .content .image-transformation .transformation-box.watermark .uploaded-images .uploaded-image button{background:none;border:none;cursor:pointer;height:fit-content;margin-left:10px;color:#005ce4;font-size:16px;font-weight:500}.dynamic-url .content .image-transformation .transformation-box.watermark .uploaded-images .uploaded-image button:hover{text-shadow:0 0 .01px #005ce4}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}body{font-family:Inter,sans-serif;font-size:16px;line-height:1.5;color:#262626;background-color:#fff}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:sofia-pro,Helvetica,Arial,sans-serif}.h1,h1{font-size:40px;margin-top:0;margin-bottom:25px}.h2,h2{font-size:32px}.h3,h3{font-size:24px}.h4,h4{font-size:20px}.h5,h5{font-size:18px}.h6,h6{font-size:16px}a{text-decoration:none;transition:color .3s;color:#005ce4}a:hover{text-decoration:underline}code{font-size:12px}body,html{height:100%}.color-info .name,h1,h2,h3,h4,h5,label{user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.container{width:100%;margin:0 auto;background:#a6cac2}.section{align-items:center;background:#fff;z-index:0}.section h1{font-size:36px;font-weight:600;line-height:36px;margin-bottom:50px;color:#323a45}.header+.section{padding-top:80px}.select{font-weight:500}.select .true__control{border-radius:0;border-color:#323a45;cursor:pointer}.select .true__indicator-separator{display:none}.select .true__indicators .true__indicator.true__dropdown-indicator:after{content:"";width:0;height:0;border-color:#000 transparent transparent;border-style:solid;border-width:7px 7px 0}.select .true__indicators .true__indicator.true__dropdown-indicator svg{display:none}.select .true__menu{margin-top:2px;z-index:3}.select .true__menu .true__option{cursor:pointer}.select .true__menu .true__option--is-focused{background:rgba(0,92,228,.2)}.select .true__menu .true__option--is-selected{background:#005ce4}svg{pointer-events:none}@media (max-width:699px){.section{padding-top:80px}.section h1{font-size:20px;margin-bottom:20px}}.btn{display:inline-block;height:50px;line-height:45px;text-align:center;padding:0 40px;border:none;border-radius:25px;color:#fff;font-size:18px;font-weight:700;cursor:pointer;transition:box-shadow,.2s}.btn:hover{color:#fff;text-decoration:none}.btn.btn-small{height:30px;line-height:26px;font-size:14px;padding:0 25px}.btn-primary{background:#005ce4;font-family:sofia-pro,Helvetica,Arial,sans-serif}.btn-primary:hover{box-shadow:0 4px 10px 0 rgba(73,146,255,.75)}.btn-secondary{background:#000;font-family:sofia-pro,Helvetica,Arial,sans-serif}.btn-secondary:hover{box-shadow:0 4px 10px 0 hsla(0,0%,64.3%,.75)}.btn-icon svg{margin-right:10px;font-size:18px!important;vertical-align:sub!important}.btn-icon.btn-edit svg{border-bottom:3px solid #fff;vertical-align:-4px!important}
/*# sourceMappingURL=src/app.b8d62fbf.css.map */