:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0;padding:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y:0;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;border-radius:var(--toastify-toast-bd-radius);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;z-index:0;direction:ltr;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.Toastify__toast--stacked{width:100%;transform:translate3d(0,var(--y),0)scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g)*1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (width<=480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;border-bottom-left-radius:var(--toastify-toast-bd-radius);position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0)scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0)perspective(400px)}30%{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,-20deg);opacity:1}to{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:rubik;src:url(rubik.e80514c0.ttf)}@font-face{font-family:comfortaa;src:url(comfortaa.5f40fe47.ttf)}@font-face{font-family:bitter;src:url(bitter.6e0e07d4.ttf)}@font-face{font-family:inter;src:url(inter.e4da7c6d.ttf)}@font-face{font-family:interLight;src:url(interLight.ba4bccdb.ttf)}*{margin:0;padding:0}html,body{touch-action:manipulation}@viewport{user-scalable:no}.container.characters-creation{background:#fcfcee;flex-direction:row;justify-content:center;padding:20px;display:flex}.container.characters-creation .content{flex-direction:column;align-items:center;gap:20px;width:100%;max-width:1370px;display:flex}.container.characters-creation .content .title{color:#53504a;text-align:center;margin-top:40px;font-family:comfortaa;font-size:60px;font-weight:600}@media screen and (width<=1024px){.container.characters-creation .content .title{margin-top:20px;font-size:32px}}@media screen and (width<=500px){.container.characters-creation .content .title{margin-top:20px;font-size:28px}}@media screen and (width<=400px){.container.characters-creation .content .title{margin-top:20px;font-size:22px}}.container.characters-creation .content .subtitle{color:#8e8e83;text-align:center;font-family:rubik;font-size:14px;font-weight:500}.creation-progress-bar-wrapper{color:#fff;flex-direction:row;align-items:center;width:100%;display:flex}.creation-progress-bar-wrapper .progress-bar-item-wrapper{flex-direction:row;flex:1;justify-content:center;align-items:center;height:50px;display:flex}.creation-progress-bar-wrapper .progress-bar-item-wrapper:first-child{border-radius:100px 0 0 100px}.creation-progress-bar-wrapper .progress-bar-item-wrapper:first-child .progress-bar-item{border-radius:100px}.creation-progress-bar-wrapper .progress-bar-item-wrapper:last-child{border-radius:0 100px 100px 0}@media screen and (width<=768px){.creation-progress-bar-wrapper .progress-bar-item-wrapper{display:none}.creation-progress-bar-wrapper .progress-bar-item-wrapper.current{display:flex}}.creation-progress-bar-wrapper .progress-bar-item-wrapper .progress-bar-item{border-radius:0 100px 100px 0;flex-direction:row;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;display:flex}@media screen and (width<=768px){.creation-progress-bar-wrapper .progress-bar-item-wrapper .progress-bar-item{border-radius:100px}}.creation-progress-bar-wrapper .progress-bar-item-wrapper .progress-bar-item .progress-bar-item-name{font-family:inter;font-size:16px;font-weight:500}.creation-progress-bar-wrapper .progress-bar-item-wrapper .progress-bar-item .progress-bar-item-progress{color:#8e8e83;font-family:rubik;font-size:14px;font-weight:500;display:none}@media screen and (width<=768px){.creation-progress-bar-wrapper .progress-bar-item-wrapper .progress-bar-item .progress-bar-item-progress{display:inline-block}}.default-button{opacity:1;cursor:pointer;background:#e05f38;border-radius:100px;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:10px;transition:all .2s;display:flex}.default-button.disabled{background:#7b7b701a;transition:all .2s}.default-button.info{background:#3c5eec}.default-button.secondary{background:#8e8e83}.default-button.transparent{background:0 0;border:2px solid}.default-button.transparent.error{border-color:red!important}.default-button .icon-wrapper{flex-direction:row;justify-content:center;align-items:center;display:flex}.default-button .text{color:#fffffa;font-family:inter;font-size:16px;font-weight:500;line-height:16px;transition:all .2s}.default-button .text.disabled{color:#00000080;transition:all .2s}@media screen and (width<=375px){.default-button .text{font-size:14px}}.default-input-wrapper{flex-direction:column;gap:10px;display:flex}.default-input-wrapper.error .input{border:1px solid red!important}.default-input-wrapper .input-label{color:#53504a;font-family:inter;font-size:14px;font-weight:500}.default-input-wrapper .input{color:#53504a;border:none;border-radius:8px;outline:none;padding:14px 24px;font-family:inter;font-size:14px;font-weight:500;background-color:#fff!important;border:1px solid gray!important}.default-input-wrapper .input::-webkit-input-placeholder{color:#8e8e83;font-family:inter;font-size:14px;font-weight:500}.default-input-wrapper .input:-moz-placeholder{color:#8e8e83;font-family:inter;font-size:14px;font-weight:500}.default-input-wrapper .input::-moz-placeholder{color:#8e8e83;font-family:inter;font-size:14px;font-weight:500}.default-input-wrapper .input:-ms-input-placeholder{color:#8e8e83;font-family:inter;font-size:14px;font-weight:500}.dot-button-wrapper{cursor:pointer;flex-direction:column;align-items:center;gap:10px;display:flex}.dot-button-wrapper .dot-button{border:2px solid;border-radius:100px;justify-content:center;align-items:center;gap:8px;padding:10px;display:flex}.dot-button-wrapper .dot-button .dot{border-radius:100px}.dot-button-wrapper .text{font-family:rubik;font-size:14px;font-weight:500;line-height:14px}.container.book-cover-plug{background:#fcfcee;flex-direction:row;justify-content:center;display:flex}.container.book-cover-plug .content{-webkit-user-select:none;user-select:none;flex-direction:column;align-items:stretch;gap:40px;width:100%;max-width:1440px;padding:20px 0;display:flex;position:relative}@media screen and (width<=500px){.container.book-cover-plug .content{gap:20px}}.container.book-cover-plug .content .creation-progress-bar-wrapper{width:calc(100% - 40px);margin:0 20px}.container.book-cover-plug .content .tools-block{flex-direction:column;align-items:stretch;gap:30px;max-width:1370px;padding:0 20px;display:flex;position:relative}@media screen and (width<=500px){.container.book-cover-plug .content .tools-block{gap:20px}}.container.book-cover-plug .content .tools-block .tools-wrapper{flex-direction:row;justify-content:space-between;align-items:stretch;display:flex}@media screen and (width<=1024px){.container.book-cover-plug .content .tools-block .tools-wrapper{flex-direction:column;gap:30px}}@media screen and (width<=500px){.container.book-cover-plug .content .tools-block .tools-wrapper{flex-direction:column;gap:20px}}.container.book-cover-plug .content .tools-block .tools-wrapper .book-name{color:#53504a;font-family:Comfortaa;font-size:47px;font-weight:600;line-height:47px}@media screen and (width<=1024px){.container.book-cover-plug .content .tools-block .tools-wrapper .book-name{text-align:center}}@media screen and (width<=500px){.container.book-cover-plug .content .tools-block .tools-wrapper .book-name{font-size:32px;line-height:32px}}.container.book-cover-plug .content .tools-block .tools-wrapper .tools{flex-direction:row;align-items:center;gap:10px;display:flex}@media screen and (width<=500px){.container.book-cover-plug .content .tools-block .tools-wrapper .tools{display:none}}.container.book-cover-plug .content .tools-block .tools-wrapper .tools .pages-wrapper{background:#ebe9d8;border-radius:16px;flex-direction:row;justify-content:center;align-items:center;padding:16px;display:flex}.container.book-cover-plug .content .tools-block .tools-wrapper .tools .pages-wrapper .pages{color:#53504a;font-family:Rubik;font-size:16px;font-weight:500}@media screen and (width<=500px){.container.book-cover-plug .content .tools-block .tools-wrapper .tools .pages-wrapper .pages{font-size:14px}}.container.book-cover-plug .content .tools-block .tools-wrapper .tools .tools-divider{display:none}@media screen and (width<=1024px){.container.book-cover-plug .content .tools-block .tools-wrapper .tools .tools-divider{flex:1;display:block}}.container.book-cover-plug .content .tools-block .tools-wrapper .tools .replace-file-button-wrapper{flex-direction:row;justify-content:center;align-items:center;display:flex;position:relative}@media screen and (width<=500px){.container.book-cover-plug .content .tools-block .tools-wrapper .tools .replace-file-button-wrapper .default-button{gap:10px}}.container.book-cover-plug .content .tools-block .tools-wrapper .tools .next-button-wrapper{flex-direction:row;justify-content:center;align-items:center;display:flex;position:relative}@media screen and (width<=500px){.container.book-cover-plug .content .tools-block .tools-wrapper .tools .next-button-wrapper{display:none}}.container.book-cover-plug .content .tools-block .tools-wrapper .tools .next-button-wrapper.hidden{display:none}.container.book-cover-plug .content .tools-block .tools-wrapper .tools .camera-icon-wrapper{background:#53504a;border-radius:1000px;flex-direction:row;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.container.book-cover-plug .content .tools-block .progress-wrapper{flex-direction:row;justify-content:center;align-items:center;display:flex}@media screen and (width<=500px){.container.book-cover-plug .content .tools-block .progress-wrapper{display:none}}.container.book-cover-plug .content .cover-preview-wrapper{flex-direction:column;justify-content:center;align-items:center;gap:20px;max-width:1370px;padding:0 20px;display:flex}.container.book-cover-plug .content .cover-preview-wrapper .cover-container{border:4px solid #fba991;border-radius:20px;flex-direction:row;justify-content:center;align-items:center;display:flex;position:relative}.container.book-cover-plug .content .cover-preview-wrapper .cover-container .add-image-button{z-index:1;cursor:pointer;background:#e9673f;border-radius:1000px;flex-direction:row;align-items:center;gap:20px;padding:28px 80px;transition:transform .3s;display:flex;position:absolute;top:35%}@media screen and (width<=600px){.container.book-cover-plug .content .cover-preview-wrapper .cover-container .add-image-button{gap:12px;padding:10px}}.container.book-cover-plug .content .cover-preview-wrapper .cover-container .add-image-button:hover{transform:scale(1.05)}.container.book-cover-plug .content .cover-preview-wrapper .cover-container .add-image-button .add-image-button-text{color:#fffffa;font-family:Rubik;font-size:20px;font-weight:600}@media screen and (width<=600px){.container.book-cover-plug .content .cover-preview-wrapper .cover-container .add-image-button .add-image-button-text{padding-left:12px;font-size:14px;font-weight:500}}.container.book-cover-plug .content .cover-preview-wrapper .cover-container .cover-preview{filter:blur(3px);flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:10px;display:flex}.container.book-cover-plug .content .cover-preview-wrapper .cover-container .cover-preview .cover{flex-direction:row;justify-content:center;align-items:center;display:flex}.container.book-cover-plug .content .cover-preview-wrapper .cover-container .cover-preview .cover .cover-image{border-radius:20px;width:100%;max-width:680px}.container.book-cover-plug .content .cover-preview-wrapper .cover-container .cover-preview .variants-wrapper{flex-direction:row;justify-content:space-between;align-items:stretch;width:100%;max-width:680px;display:flex;position:relative}.container.book-cover-plug .content .cover-preview-wrapper .cover-container .cover-preview .variants-wrapper .variants{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:10px;width:80%;display:flex}.container.book-cover-plug .content .cover-preview-wrapper .cover-container .cover-preview .variants-wrapper .variants .variant{cursor:pointer;border-radius:10px;width:calc(25% - 8px)}.container.book-cover-plug .content .cover-preview-wrapper .cover-container .cover-preview .variants-wrapper .load-more{cursor:pointer;background:#3c5eec;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:calc(20% - 8px);display:flex}@media screen and (width<=500px){.container.book-cover-plug .content .cover-preview-wrapper .cover-container .cover-preview .variants-wrapper .load-more{gap:3px}}.container.book-cover-plug .content .cover-preview-wrapper .cover-container .cover-preview .variants-wrapper .load-more .magic-wrapper{background:#fffffa;border-radius:1000px;flex-direction:row;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.container.book-cover-plug .content .cover-preview-wrapper .cover-container .cover-preview .variants-wrapper .load-more .load-more-text{color:#fffffa;text-align:center;max-width:80px;font-family:Rubik;font-size:16px;font-weight:500}@media screen and (width<=650px){.container.book-cover-plug .content .cover-preview-wrapper .cover-container .cover-preview .variants-wrapper .load-more .load-more-text{height:13px;font-size:13px;overflow-y:hidden}}.container.book-cover-plug .content .book-examples-wrapper{flex-direction:row;justify-content:center;align-items:center;width:100%;max-width:1370px;padding:0 20px;display:flex}.container.book-cover-plug .content .book-examples-wrapper.hidden{display:none}.container.book-cover-plug .content .book-examples-wrapper .book-examples-block{background:#f4f4e3;border-radius:30px;flex-direction:column;gap:20px;width:100%;max-width:510px;padding:40px;display:flex}@media screen and (width<=600px){.container.book-cover-plug .content .book-examples-wrapper .book-examples-block{padding:20px 17px}}.container.book-cover-plug .content .book-examples-wrapper .book-examples-block .book-examples-title-wrapper{flex-direction:row;justify-content:center;align-items:center;gap:5px;display:flex}@media screen and (width<=600px){.container.book-cover-plug .content .book-examples-wrapper .book-examples-block .book-examples-title-wrapper{margin:8px 0}}.container.book-cover-plug .content .book-examples-wrapper .book-examples-block .book-examples-title-wrapper .book-examples-title{color:#8e8e83;font-family:Rubik;font-size:20px;font-weight:600}.container.book-cover-plug .content .book-examples-wrapper .book-examples-block .book-examples-title-wrapper .book-examples-title.strong{color:#53504a}@media screen and (width<=600px){.container.book-cover-plug .content .book-examples-wrapper .book-examples-block .book-examples-title-wrapper .book-examples-title{font-size:14px}}.container.book-cover-plug .content .book-examples-wrapper .book-examples-block .photo-examples{flex-direction:row;align-items:center;gap:10px;width:100%;display:flex}.container.book-cover-plug .content .book-examples-wrapper .book-examples-block .photo-examples .photo-example{cursor:pointer;border-radius:20px;width:calc(25% - 5px)}.container.book-cover-plug .content .reviews-wrapper{flex-direction:column;justify-content:center;align-items:stretch;gap:20px;max-width:1440px;margin-top:160px;padding:0 20px;display:flex}.container.book-cover-plug .content .reviews-wrapper.hidden{display:none}@media screen and (width<=600px){.container.book-cover-plug .content .reviews-wrapper{background-image:url(book-cover-reviews.b5252f02.png);background-repeat:no-repeat;background-size:contain;gap:12px;margin-top:60px}}.container.book-cover-plug .content .reviews-wrapper .reviews-block-name-wrapper{flex-direction:row;justify-content:center;align-items:center;gap:20px;display:flex}.container.book-cover-plug .content .reviews-wrapper .reviews-block-name-wrapper .reviews-block-name{color:#53504a;font-family:Rubik;font-size:14px;font-weight:500}@media screen and (width<=600px){.container.book-cover-plug .content .reviews-wrapper .reviews-block-name-wrapper .reviews-block-name{font-size:12px}}.container.book-cover-plug .content .reviews-wrapper .reviews-block-title-wrapper{flex-direction:row;justify-content:center;align-items:center;display:flex}.container.book-cover-plug .content .reviews-wrapper .reviews-block-title-wrapper .reviews-block-title{color:#65635f;text-align:center;max-width:780px;font-family:Comfortaa;font-size:60px;font-weight:600}@media screen and (width<=600px){.container.book-cover-plug .content .reviews-wrapper .reviews-block-title-wrapper .reviews-block-title{font-size:26px}}.container.book-cover-plug .content .reviews-wrapper .desktop-reviews{flex-direction:row;gap:20px;display:flex}@media screen and (width<=1440px){.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-4{display:none!important}}@media screen and (width<=1085px){.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-3,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-4{display:none!important}}@media screen and (width<=768px){.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-2,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-3,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-4{display:none!important}}@media screen and (width<=600px){.container.book-cover-plug .content .reviews-wrapper .desktop-reviews{display:none!important}}.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-1,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-2,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-3,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-4{flex-direction:column;flex:1;gap:20px;min-width:335px;display:flex}.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-1 .desktop-review,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-2 .desktop-review,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-3 .desktop-review,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-4 .desktop-review{background:#f4f4e3;border-radius:20px;flex-direction:column;align-items:stretch;gap:10px;padding:20px 30px;display:flex}.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-1 .desktop-review .desktop-review-image,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-2 .desktop-review .desktop-review-image,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-3 .desktop-review .desktop-review-image,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-4 .desktop-review .desktop-review-image{border-radius:15px;width:100%;margin-bottom:10px}.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-1 .desktop-review .desktop-review-title-wrapper,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-2 .desktop-review .desktop-review-title-wrapper,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-3 .desktop-review .desktop-review-title-wrapper,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-4 .desktop-review .desktop-review-title-wrapper{flex-direction:row;justify-content:space-between;align-items:flex-start;display:flex}.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-1 .desktop-review .desktop-review-title-wrapper .desktop-review-title,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-2 .desktop-review .desktop-review-title-wrapper .desktop-review-title,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-3 .desktop-review .desktop-review-title-wrapper .desktop-review-title,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-4 .desktop-review .desktop-review-title-wrapper .desktop-review-title{color:#53504a;max-width:190px;font-family:Rubik;font-size:20px;font-weight:600}.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-1 .desktop-review .desktop-review-text,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-2 .desktop-review .desktop-review-text,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-3 .desktop-review .desktop-review-text,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-4 .desktop-review .desktop-review-text{color:#8e8e83;font-family:Rubik;font-size:14px;font-weight:500}.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-1 .desktop-review .desktop-review-footer,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-2 .desktop-review .desktop-review-footer,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-3 .desktop-review .desktop-review-footer,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-4 .desktop-review .desktop-review-footer{flex-direction:row;justify-content:space-between;align-items:center;gap:20px;margin-top:20px;display:flex}.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-1 .desktop-review .desktop-review-footer .desktop-review-footer-user,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-2 .desktop-review .desktop-review-footer .desktop-review-footer-user,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-3 .desktop-review .desktop-review-footer .desktop-review-footer-user,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-4 .desktop-review .desktop-review-footer .desktop-review-footer-user{color:#8e8e83;white-space:nowrap;text-overflow:ellipsis;font-family:Rubik;font-size:14px;font-weight:500;overflow:hidden!important}.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-1 .desktop-review .desktop-review-footer .desktop-review-footer-date,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-2 .desktop-review .desktop-review-footer .desktop-review-footer-date,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-3 .desktop-review .desktop-review-footer .desktop-review-footer-date,.container.book-cover-plug .content .reviews-wrapper .desktop-reviews .desktop-reviews-column-4 .desktop-review .desktop-review-footer .desktop-review-footer-date{color:#8e8e83;white-space:nowrap;font-family:Rubik;font-size:14px;font-weight:500}.container.book-cover-plug .content .reviews-wrapper .mobile-reviews-can-swipe{flex-direction:row;justify-content:flex-end;align-items:center;height:36px;margin-bottom:8px;display:none}@media screen and (width<=600px){.container.book-cover-plug .content .reviews-wrapper .mobile-reviews-can-swipe{display:flex!important}}.container.book-cover-plug .content .reviews-wrapper .mobile-reviews-wrapper{display:none;overflow:hidden}@media screen and (width<=600px){.container.book-cover-plug .content .reviews-wrapper .mobile-reviews-wrapper{display:flex!important}}.container.book-cover-plug .content .reviews-wrapper .mobile-reviews-wrapper .mobile-review-animation-wrapper{gap:20px;width:100%;transition:transform .5s ease-in-out;display:flex}.container.book-cover-plug .content .reviews-wrapper .mobile-reviews-wrapper .mobile-review-animation-wrapper .mobile-review-wrapper{cursor:grab;active-cursor:grabbing;border-radius:20px;flex-direction:column;align-items:stretch;min-width:100%;display:flex}.container.book-cover-plug .content .reviews-wrapper .mobile-reviews-wrapper .mobile-review-animation-wrapper .mobile-review-wrapper .mobile-review{cursor:grab;active-cursor:grabbing;background:#f4f4e3;border-radius:20px;flex-direction:column;align-items:stretch;gap:10px;min-width:calc(100% - 40px);padding:20px;display:flex}.container.book-cover-plug .content .reviews-wrapper .mobile-reviews-wrapper .mobile-review-animation-wrapper .mobile-review-wrapper .mobile-review .mobile-review-image{border-radius:15px;width:100%;margin-bottom:10px}.container.book-cover-plug .content .reviews-wrapper .mobile-reviews-wrapper .mobile-review-animation-wrapper .mobile-review-wrapper .mobile-review .mobile-review-title-wrapper{flex-direction:row;justify-content:space-between;align-items:flex-start;display:flex}.container.book-cover-plug .content .reviews-wrapper .mobile-reviews-wrapper .mobile-review-animation-wrapper .mobile-review-wrapper .mobile-review .mobile-review-title-wrapper .mobile-review-title{color:#53504a;max-width:190px;font-family:Rubik;font-size:20px;font-weight:600}.container.book-cover-plug .content .reviews-wrapper .mobile-reviews-wrapper .mobile-review-animation-wrapper .mobile-review-wrapper .mobile-review .mobile-review-text{color:#8e8e83;font-family:Rubik;font-size:14px;font-weight:500}.container.book-cover-plug .content .reviews-wrapper .mobile-reviews-wrapper .mobile-review-animation-wrapper .mobile-review-wrapper .mobile-review .mobile-review-footer{flex-direction:row;justify-content:space-between;align-items:center;gap:20px;margin-top:20px;display:flex}.container.book-cover-plug .content .reviews-wrapper .mobile-reviews-wrapper .mobile-review-animation-wrapper .mobile-review-wrapper .mobile-review .mobile-review-footer .mobile-review-footer-user{color:#8e8e83;white-space:nowrap;text-overflow:ellipsis;font-family:Rubik;font-size:14px;font-weight:500;overflow:hidden!important}.container.book-cover-plug .content .reviews-wrapper .mobile-reviews-wrapper .mobile-review-animation-wrapper .mobile-review-wrapper .mobile-review .mobile-review-footer .mobile-review-footer-date{color:#8e8e83;white-space:nowrap;font-family:Rubik;font-size:14px;font-weight:500}.progress-bar-wrapper{position:relative}.progress-bar-wrapper .bar-front{z-index:1;border-radius:20px;position:absolute;top:0;left:0}.progress-bar-wrapper .bar-back{border-radius:20px;width:100%}.container.confirm-email{background:#fcfcee;flex-direction:row;justify-content:center;padding:20px;display:flex}.container.confirm-email .content{flex-direction:column;align-items:center;gap:20px;width:100%;max-width:1370px;display:flex}.container.confirm-email .content .form-wrapper{background:#f4f4e3;border-radius:30px;flex-direction:column;justify-content:center;align-items:center;gap:40px;width:calc(100% - 80px);max-width:880px;margin-top:16px;padding:40px;display:flex}@media screen and (width<=1024px){.container.confirm-email .content .form-wrapper{max-width:946px}}@media screen and (width<=425px){.container.confirm-email .content .form-wrapper{background:0 0;width:100%;margin-top:32px;padding:0}}.container.confirm-email .content .form-wrapper .header{flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}.container.confirm-email .content .form-wrapper .header .title{color:#53504a;text-align:center;font-family:comfortaa;font-size:60px;font-weight:600}@media screen and (width<=1024px){.container.confirm-email .content .form-wrapper .header .title{font-size:32px}}.container.confirm-email .content .form-wrapper .header .subtitle{color:#8e8e83;text-align:center;max-width:610px;font-family:rubik;font-size:14px;font-weight:500}.container.confirm-email .content .form-wrapper .form{flex-direction:column;align-items:stretch;gap:40px;width:100%;max-width:520px;display:flex}.container.confirm-email .content .form-wrapper .form .default-input-wrapper .input-header{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.container.confirm-email .content .form-wrapper .form .default-input-wrapper .input-header .input-action{cursor:pointer;color:#8e8e83;font-family:rubik;font-size:14px;font-weight:500}.container.confirm-email .content .form-wrapper .form .default-input-wrapper .input-header .input-action.disabled{cursor:default}@media screen and (width<=425px){.container.confirm-email .content .form-wrapper .form .default-input-wrapper input{background:#f4f4e3}.container.confirm-email .content .form-wrapper .form{width:100%}}.container.confirm-email .content .form-wrapper .form .action-buttons{flex-direction:row;justify-content:center;align-items:center;gap:40px;display:flex}@media screen and (width<=425px){.container.confirm-email .content .form-wrapper .form .action-buttons{justify-content:space-between}}.container.book-preview{background:#f2f0f0;flex-direction:column;align-items:center;display:flex}.container.book-preview .content-navbar-general{background-color:#fff;justify-content:center;width:100%;display:flex}.container.book-preview .content-navbar-general .content-navbar{color:#53504a;justify-content:space-between;align-items:center;width:100%;max-width:1240px;height:72px;display:flex}@media screen and (width<=1024px){.container.book-preview .content-navbar-general .content-navbar{grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr 1fr;height:120px;display:grid}}.container.book-preview .content-navbar-general .content-navbar .book-named{justify-content:center;align-items:center;display:flex}@media screen and (width<=1024px){.container.book-preview .content-navbar-general .content-navbar .book-named{grid-area:1/1/2/2;justify-content:left;margin-top:20px;margin-left:16px}}.container.book-preview .content-navbar-general .content-navbar .book-named .book-named-text{color:#23231e;margin-left:12px;margin-right:4px;font-family:inter;font-size:20px;font-weight:600}@media screen and (width<=425px){.container.book-preview .content-navbar-general .content-navbar .book-named .book-named-text{font-size:18px}}@media screen and (width<=320px){.container.book-preview .content-navbar-general .content-navbar .book-named .book-named-text{font-size:15px}}.container.book-preview .content-navbar-general .content-navbar .line-progress-bar{display:none}@media screen and (width<=1024px){.container.book-preview .content-navbar-general .content-navbar .line-progress-bar{background:#d6d6d6;border:none;grid-area:2/1/3/3;height:1px;display:block}}.container.book-preview .content-navbar-general .content-navbar .progress-bar{width:100%;max-width:700px;position:absolute;left:50%;transform:translate(-50%)}@media screen and (width<=1024px){.container.book-preview .content-navbar-general .content-navbar .progress-bar{grid-area:3/1/4/3;position:relative;top:-5px}}@media screen and (width<=768px){.container.book-preview .content-navbar-general .content-navbar .progress-bar{max-width:100%;top:-5px;left:0;transform:none}}@media screen and (width<=1024px){.container.book-preview .content-navbar-general .content-navbar .icon-close{grid-area:1/2/2/3;justify-content:right;margin-top:20px;margin-right:16px;display:flex}}.container.book-preview .content{-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;gap:40px;width:100%;max-width:1240px;display:flex;position:relative}@media screen and (width<=680px){.container.book-preview .content{gap:20px}}.container.book-preview .content .form-create-character{background:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1240px;margin-top:24px;padding-top:24px;padding-bottom:32px;display:flex}@media screen and (width<=1024px){.container.book-preview .content .form-create-character{width:95%}}.container.book-preview .content .form-create-character .text-form-create-characters{color:#23231e;text-align:center;width:80%;max-width:570px;font-family:inter;font-size:24px}@media screen and (width<=1024px){.container.book-preview .content .form-create-character .text-form-create-characters{font-size:22px}}.container.book-preview .content .forms{flex-direction:column;gap:20px;width:100%;max-width:360px;margin-top:20px;display:flex}@media screen and (width<=500px){.container.book-preview .content .forms{width:100%;margin-top:0}}.container.book-preview .content .forms .characters-tabs{width:100%;display:flex}.container.book-preview .content .forms .characters-tabs .button-characters-tabs{color:#23231e;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #d6d6d6;flex:1;padding:12px;font-family:inter;font-size:14px}.container.book-preview .content .forms .characters-tabs .button-characters-tabs.active{color:#e05f38;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #e05f38;flex:1;padding:12px;font-family:inter;font-size:14px}.container.book-preview .content .forms .form{border-radius:30px;flex-direction:column;align-items:stretch;gap:20px;width:100%;max-width:880px;display:flex}@media screen and (width<=1024px){.container.book-preview .content .forms .form{max-width:946px}}@media screen and (width<=500px){.container.book-preview .content .forms .form{width:calc(100% - 40px);padding:20px}}.container.book-preview .content .forms .form .form-title{color:#53504a;font-family:rubik;font-size:20px;font-weight:600}.container.book-preview .content .forms .form .name-and-age-block{flex-direction:column;gap:16px;display:flex}@media screen and (width<=758px){.container.book-preview .content .forms .form .name-and-age-block{flex-direction:column}}.container.book-preview .content .forms .form .gender-block{flex-direction:column;gap:10px;display:flex}.container.book-preview .content .forms .form .gender-block .gender-block-label{color:#53504a;font-family:rubik;font-size:14px;font-weight:500}.container.book-preview .content .forms .form .gender-block .gender-buttons{flex-direction:row;align-items:center;gap:10px;display:flex}.container.book-preview .content .forms .form .hair-block{flex-direction:column;gap:10px;display:flex}.container.book-preview .content .forms .form .hair-block .hair-block-label{color:#53504a;font-family:rubik;font-size:14px;font-weight:500}.container.book-preview .content .forms .form .hair-block .hair-buttons-wrapper{flex-direction:row;align-items:flex-end;gap:32px;display:flex}@media screen and (width<=768px){.container.book-preview .content .forms .form .hair-block .hair-buttons-wrapper{flex-direction:column;align-items:stretch}.container.book-preview .content .forms .form .hair-block .hair-buttons-wrapper .default-button{justify-content:space-between}}.container.book-preview .content .forms .form .hair-block .hair-buttons-wrapper .hair-buttons{flex-direction:row;flex:1;gap:20px;display:flex}@media screen and (width<=520px){.container.book-preview .content .forms .form .hair-block .hair-buttons-wrapper .hair-buttons{gap:5px}}.container.book-preview .content .form-inputs{flex-direction:column;align-items:center;width:100%;max-width:360px;height:176px;margin-top:24px;display:flex}.container.book-preview .content .form-inputs .form-input-name{border:1px solid #7b7b7059;border-radius:8px;outline:none;width:100%;height:48px;padding-left:16px;font-family:inter}.container.book-preview .content .form-inputs .form-input-age{border:1px solid #7b7b7059;border-radius:8px;outline:none;width:100%;height:48px;margin-top:16px;padding-left:16px;font-family:inter}.container.book-preview .content .tools-block{flex-direction:column;align-items:stretch;gap:30px;display:flex;position:relative}@media screen and (width<=680px){.container.book-preview .content .tools-block{gap:20px}}.container.book-preview .content .tools-block .tools-wrapper{flex-direction:row;justify-content:space-between;align-items:stretch;display:flex}@media screen and (width<=1024px){.container.book-preview .content .tools-block .tools-wrapper{flex-direction:column;gap:30px}}@media screen and (width<=680px){.container.book-preview .content .tools-block .tools-wrapper{flex-direction:column;gap:20px}}.container.book-preview .content .tools-block .tools-wrapper .book-name{color:#53504a;font-family:Comfortaa;font-size:47px;font-weight:600;line-height:47px}@media screen and (width<=1024px){.container.book-preview .content .tools-block .tools-wrapper .book-name{text-align:center}}@media screen and (width<=680px){.container.book-preview .content .tools-block .tools-wrapper .book-name{font-size:32px;line-height:32px}}.container.book-preview .content .tools-block .tools-wrapper .tools{flex-direction:row;align-items:center;gap:10px;display:flex}@media screen and (width<=680px){.container.book-preview .content .tools-block .tools-wrapper .tools{display:none}}.container.book-preview .content .tools-block .tools-wrapper .tools .pages-wrapper{background:#ebe9d8;border-radius:16px;flex-direction:row;justify-content:center;align-items:center;padding:16px;display:flex}.container.book-preview .content .tools-block .tools-wrapper .tools .pages-wrapper .pages{color:#53504a;text-wrap:nowrap;font-family:Rubik;font-size:16px;font-weight:500}@media screen and (width<=680px){.container.book-preview .content .tools-block .tools-wrapper .tools .pages-wrapper .pages{font-size:14px}}.container.book-preview .content .tools-block .tools-wrapper .tools .do-not-like-result-wrapper{flex-direction:row;flex:1;justify-content:flex-end;display:flex}.container.book-preview .content .tools-block .tools-wrapper .tools .do-not-like-result-wrapper.hidden .do-not-like-result{display:none}@media screen and (width>=1025px){.container.book-preview .content .tools-block .tools-wrapper .tools .do-not-like-result-wrapper{display:none}}@media screen and (width<=870px){.container.book-preview .content .tools-block .tools-wrapper .tools .do-not-like-result-wrapper{display:none}}.container.book-preview .content .tools-block .tools-wrapper .tools .do-not-like-result-wrapper .do-not-like-result{color:#8e8e83;width:190px;font-family:Rubik;font-size:14px;font-weight:500}@media screen and (width<=870px){.container.book-preview .content .tools-block .tools-wrapper .tools .do-not-like-result-wrapper .do-not-like-result{display:none}}.container.book-preview .content .tools-block .tools-wrapper .tools .change-name-declensions-button-wrapper{flex-direction:row;justify-content:center;align-items:center;display:flex;position:relative}@media screen and (width<=680px){.container.book-preview .content .tools-block .tools-wrapper .tools .change-name-declensions-button-wrapper .default-button{gap:10px}}.container.book-preview .content .tools-block .tools-wrapper .tools .change-name-declensions-button-wrapper .edit-icon-wrapper{background:#53504a;border-radius:1000px;flex-direction:row;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.container.book-preview .content .tools-block .tools-wrapper .tools .replace-file-button-wrapper{flex-direction:row;justify-content:center;align-items:center;display:flex;position:relative}@media screen and (width<=680px){.container.book-preview .content .tools-block .tools-wrapper .tools .replace-file-button-wrapper .default-button{gap:10px}}.container.book-preview .content .tools-block .tools-wrapper .tools .next-button-wrapper{flex-direction:row;justify-content:center;align-items:center;display:flex;position:relative}@media screen and (width<=680px){.container.book-preview .content .tools-block .tools-wrapper .tools .next-button-wrapper{display:none}}.container.book-preview .content .tools-block .tools-wrapper .tools .next-button-wrapper.hidden{display:none}.container.book-preview .content .tools-block .tools-wrapper .tools .camera-icon-wrapper{background:#53504a;border-radius:1000px;flex-direction:row;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.container.book-preview .content .tools-block .hints-arrow-6{flex-direction:row;justify-content:flex-end;align-items:center;gap:21px;display:none}@media screen and (width<=680px){.container.book-preview .content .tools-block .hints-arrow-6{display:none}}.container.book-preview .content .tools-block .hints-arrow-6.hidden{display:none}.container.book-preview .content .tools-block .hints-arrow-6 .arrow-image{width:88px;height:40px;padding-right:48px}.container.book-preview .content .tools-block .hints-arrow-6 .arrow-text{color:#8e8e83;width:193px;font-family:Rubik;font-size:14px;font-weight:500}.container.book-preview .content .tools-block .progress-wrapper{flex-direction:row;justify-content:center;align-items:center;display:flex}.container.book-preview .content .preview-block{flex-direction:column;align-items:center;gap:20px;margin-bottom:100px;padding-top:20px;display:flex}@media screen and (width<=680px){.container.book-preview .content .preview-block{gap:10px;padding-top:0}}.container.book-preview .content .preview-block .preview-wrapper{flex-direction:column;justify-content:center;gap:20px;display:flex;position:relative}@media screen and (width<=550px){.container.book-preview .content .preview-block .preview-wrapper{width:100%}}.container.book-preview .content .preview-block .preview-wrapper .preview-left-arrow{flex-direction:row;justify-content:center;align-items:center;display:flex}@media screen and (width<=680px){.container.book-preview .content .preview-block .preview-wrapper .preview-left-arrow{display:none}}.container.book-preview .content .preview-block .preview-wrapper .preview-left-arrow.hidden{height:0;overflow:hidden}@media screen and (width<=1200px){.container.book-preview .content .preview-block .preview-wrapper .preview-left-arrow{z-index:1;position:absolute;left:10px}.container.book-preview .content .preview-block .preview-wrapper .preview-left-arrow.default{position:relative}}.container.book-preview .content .preview-block .preview-wrapper .preview{flex-direction:row;align-items:center;display:flex}@media screen and (width<=550px){.container.book-preview .content .preview-block .preview-wrapper .preview{width:100%}}.container.book-preview .content .preview-block .preview-wrapper .preview.loading .preview-spread-loading-wrapper{display:flex!important}.container.book-preview .content .preview-block .preview-wrapper .preview.loading .preview-spread-canvas{display:none}.container.book-preview .content .preview-block .preview-wrapper .preview .preview-spread{background:#fff;border-radius:20px;width:1000px;height:500px;position:relative}@media screen and (width<=1024px){.container.book-preview .content .preview-block .preview-wrapper .preview .preview-spread{width:700px;height:350px}}@media screen and (width<=768px){.container.book-preview .content .preview-block .preview-wrapper .preview .preview-spread{width:500px;height:250px}}@media screen and (width<=550px){.container.book-preview .content .preview-block .preview-wrapper .preview .preview-spread{aspect-ratio:2;width:100%;height:auto}}.container.book-preview .content .preview-block .preview-wrapper .preview .preview-spread .preview-spread-canvas{border-radius:20px;width:100%;height:100%}.container.book-preview .content .preview-block .preview-wrapper .preview .preview-spread .preview-spread-canvas-zoom{opacity:0;pointer-events:none;border-radius:20px;width:100%;height:100%;transition:opacity .2s ease-in-out;position:absolute;top:0;left:0}.container.book-preview .content .preview-block .preview-wrapper .preview .preview-spread .preview-spread-loading-wrapper{background:#ebe9d8;border-radius:20px;flex-direction:row;justify-content:center;align-items:center;gap:30px;width:100%;height:100%;display:none}@media screen and (width<=768px){.container.book-preview .content .preview-block .preview-wrapper .preview .preview-spread .preview-spread-loading-wrapper{gap:20px}.container.book-preview .content .preview-block .preview-wrapper .preview .preview-spread .preview-spread-loading-wrapper .circle-bar-wrapper,.container.book-preview .content .preview-block .preview-wrapper .preview .preview-spread .preview-spread-loading-wrapper .circle-bar-wrapper svg{width:80px!important;height:80px!important}}.container.book-preview .content .preview-block .preview-wrapper .preview .preview-spread .preview-spread-loading-wrapper .preview-spread-loading-left-side{background:#ebe9d8;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:30px;width:100%;height:100%;display:flex}.container.book-preview .content .preview-block .preview-wrapper .preview .preview-spread .preview-spread-loading-wrapper .preview-spread-loading-left-side .preview-spread-loading-text{color:#8e8e83;text-align:center;width:280px;font-family:Rubik;font-size:14px;font-weight:500}@media screen and (width<=680px){.container.book-preview .content .preview-block .preview-wrapper .preview .preview-spread .preview-spread-loading-wrapper .preview-spread-loading-left-side .preview-spread-loading-text{width:130px;font-size:10px}}.container.book-preview .content .preview-block .preview-wrapper .preview .preview-spread .preview-spread-loading-wrapper .preview-spread-loading-right-side{background:#ebe9d8;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:30px;width:100%;height:100%;display:flex}.container.book-preview .content .preview-block .preview-wrapper .preview .preview-spread .preview-spread-loading-wrapper .preview-spread-loading-right-side .preview-spread-loading-image{width:311px;height:206px}.container.book-preview .content .preview-block .preview-wrapper .preview .preview-spread .preview-spread-loading-wrapper .preview-spread-loading-right-side .preview-spread-loading-image.hidden{display:none}@media screen and (width<=1024px){.container.book-preview .content .preview-block .preview-wrapper .preview .preview-spread .preview-spread-loading-wrapper .preview-spread-loading-right-side .preview-spread-loading-image{width:220px;height:145px;padding-top:0}}@media screen and (width<=550px){.container.book-preview .content .preview-block .preview-wrapper .preview .preview-spread .preview-spread-loading-wrapper .preview-spread-loading-right-side .preview-spread-loading-image{width:173px;height:114px;padding-top:0}}.container.book-preview .content .preview-block .preview-wrapper .preview-right-arrow{flex-direction:row;justify-content:center;align-items:center;display:flex;position:relative}@media screen and (width<=680px){.container.book-preview .content .preview-block .preview-wrapper .preview-right-arrow{display:none}}.container.book-preview .content .preview-block .preview-wrapper .preview-right-arrow.hidden{height:0;overflow:hidden}@media screen and (width<=1200px){.container.book-preview .content .preview-block .preview-wrapper .preview-right-arrow{z-index:1;position:absolute;right:10px}.container.book-preview .content .preview-block .preview-wrapper .preview-right-arrow.default{position:relative}}.container.book-preview .content .preview-block .preview-wrapper .preview-right-arrow .hints-arrow-2{flex-direction:column;align-items:flex-start;gap:12px;display:flex;position:absolute;top:19px;left:calc(100% + 9px)}@media screen and (width<=1024px){.container.book-preview .content .preview-block .preview-wrapper .preview-right-arrow .hints-arrow-2{display:none}}.container.book-preview .content .preview-block .preview-wrapper .preview-right-arrow .hints-arrow-2.hidden{display:none}.container.book-preview .content .preview-block .preview-wrapper .preview-right-arrow .hints-arrow-2 .arrow-image{width:82px;height:89px;padding-left:49px}.container.book-preview .content .preview-block .preview-wrapper .preview-right-arrow .hints-arrow-2 .arrow-text{color:#8e8e83;text-align:center;width:178px;font-family:Rubik;font-size:14px;font-weight:500}.container.book-preview .content .preview-block .images-targets{flex-direction:row;align-items:center;gap:20px;display:flex}.container.book-preview .content .preview-block .images-targets.hidden{display:none}.container.book-preview .content .preview-block .images-targets .character{cursor:pointer;background-color:#ebe9d8;border-radius:100px;flex-direction:row;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.container.book-preview .content .preview-block .images-targets .character.picked{border:3px solid #e05f38!important;width:61px!important;height:61px!important}.container.book-preview .content .preview-block .images-targets .character .character-image{object-fit:cover;border-radius:1000px;width:100%;height:100%}.container.book-preview .content .preview-block .make-order-wrapper{background:#f4f4e3;border-radius:30px;flex-direction:row;align-items:center;gap:20px;max-width:540px;margin-top:20px;padding:38px 50px;display:flex}.container.book-preview .content .preview-block .make-order-wrapper.hidden{display:none}@media screen and (width<=680px){.container.book-preview .content .preview-block .make-order-wrapper.desktop{display:none}.container.book-preview .content .preview-block .make-order-wrapper{flex-direction:column;gap:20px;max-width:calc(100% - 40px);margin-top:10px;padding:38px 32px}}.container.book-preview .content .preview-block .make-order-wrapper .text{color:#53504a;max-width:330px;font-family:rubik;font-size:16px;font-weight:500}@media screen and (width<=680px){.container.book-preview .content .preview-block .make-order-wrapper .text{text-align:center}}.container.book-preview .content .preview-block .preview-assets-mobile{flex-direction:column;align-items:stretch;gap:30px;width:100%;display:none}@media screen and (width<=680px){.container.book-preview .content .preview-block .preview-assets-mobile{display:flex}}.container.book-preview .content .preview-block .preview-assets-mobile .hints-arrow-7{flex-direction:row;justify-content:flex-end;align-items:center;display:flex}.container.book-preview .content .preview-block .preview-assets-mobile .hints-arrow-7.hidden{display:none}.container.book-preview .content .preview-block .preview-assets-mobile .hints-arrow-7 .arrow-image{width:116px;height:52px}.container.book-preview .content .preview-block .preview-assets-mobile .hints-arrow-7 .arrow-text{color:#8e8e83;max-width:233px;font-family:Rubik;font-size:14px;font-weight:500}.container.book-preview .content .preview-block .preview-assets-mobile .change-name-declensions-button-wrapper{flex-direction:row;align-items:center;gap:20px;display:flex}.container.book-preview .content .preview-block .preview-assets-mobile .change-name-declensions-button-wrapper .change-name-declensions-button-hint-text{color:#8e8e83;font-family:Rubik;font-size:14px;font-weight:500}.container.book-preview .content .preview-block .preview-assets-mobile .change-name-declensions-button-wrapper .default-button{gap:12px}.container.book-preview .content .preview-block .preview-assets-mobile .change-name-declensions-button-wrapper .default-button .edit-icon-wrapper{background:#53504a;border-radius:1000px;flex-direction:row;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.container.book-preview .content .preview-block .preview-assets-mobile .replace-file-button-wrapper{flex-direction:row;align-items:center;gap:20px;display:flex}.container.book-preview .content .preview-block .preview-assets-mobile .replace-file-button-wrapper .replace-file-button-hint-text{color:#8e8e83;font-family:Rubik;font-size:14px;font-weight:500}.container.book-preview .content .preview-block .preview-assets-mobile .replace-file-button-wrapper .default-button{gap:12px}.container.book-preview .content .preview-block .preview-assets-mobile .replace-file-button-wrapper .default-button .camera-icon-wrapper{background:#53504a;border-radius:1000px;flex-direction:row;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.container.book-preview .content .preview-block .preview-assets-mobile .preview-arrows-mobile{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;display:flex}@media screen and (width<=375px){.container.book-preview .content .preview-block .preview-assets-mobile .preview-arrows-mobile{gap:0}.container.book-preview .content .preview-block .preview-assets-mobile .preview-arrows-mobile .default-button span{padding-left:0!important;padding-right:0!important}}.container.book-preview .content .preview-block .preview-assets-mobile .preview-arrows-mobile .preview-left-button .default-button,.container.book-preview .content .preview-block .preview-assets-mobile .preview-arrows-mobile .preview-right-button .default-button{gap:12px}.container.book-preview .content .preview-block .preview-assets-mobile .preview-arrows-mobile .preview-left-button.hidden,.container.book-preview .content .preview-block .preview-assets-mobile .preview-arrows-mobile .preview-right-button.hidden{opacity:0}.container.book-preview .content .preview-block .preview-assets-mobile .preview-arrows-mobile .preview-pages{color:#53504a;font-family:Rubik;font-size:14px;font-weight:500}.container.book-preview .content .preview-block .preview-assets-mobile .preview-arrows-mobile .next-button-wrapper-mobile{flex-direction:row;justify-content:stretch;align-items:center;width:100%;display:flex}.container.book-preview .content .preview-block .preview-assets-mobile .preview-arrows-mobile .default-button{justify-content:space-between}.container.book-preview .content .preview-block .preview-assets-mobile .next-button-wrapper-mobile{flex-direction:row;justify-content:stretch;width:100%;display:flex}.container.book-preview .content .preview-block .preview-assets-mobile .next-button-wrapper-mobile.hidden{display:none}.container.book-preview .content .preview-block .preview-assets-mobile .next-button-wrapper-mobile .default-button{justify-content:space-between}.container.book-preview .hidden-font-load{opacity:0;width:0;height:0;overflow:hidden}.container.book-preview .block-footer{flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:60px;display:flex}.container.book-preview .block-footer .img-divider-footer{width:100%}.container.book-preview .block-footer .title-footer{color:#23231e;margin-top:32px;font-family:inter;font-size:32px;font-weight:600}@media screen and (width<=1024px){.container.book-preview .block-footer .title-footer{font-size:24px}}.container.book-preview .block-footer .subtitle-footer{text-align:center;color:#7b7b70;width:57%;margin-top:24px;font-family:interLight;font-size:18px;font-weight:400}@media screen and (width<=450px){.container.book-preview .block-footer .subtitle-footer{width:90%}}.container.book-preview .block-footer .blocks-full-book-and-promo{justify-content:space-between;gap:10px;width:100%;height:486px;margin-top:32px;margin-bottom:120px;display:flex}@media screen and (width<=768px){.container.book-preview .block-footer .blocks-full-book-and-promo{flex-direction:column;align-items:center;height:100%}}.container.book-preview .block-footer .blocks-full-book-and-promo .block-in-the-full-book-waits{background:#fff;border-radius:8px;flex-direction:column;width:50%;height:100%;padding-bottom:25px;display:flex}@media screen and (width<=768px){.container.book-preview .block-footer .blocks-full-book-and-promo .block-in-the-full-book-waits{flex-direction:column;align-items:center;width:90%;height:100%}}.container.book-preview .block-footer .blocks-full-book-and-promo .block-in-the-full-book-waits .content-full-book{max-width:519px;margin-top:48px;margin-left:48px}@media screen and (width<=768px){.container.book-preview .block-footer .blocks-full-book-and-promo .block-in-the-full-book-waits .content-full-book{flex-direction:column;align-items:center;width:90%;margin-top:24px;margin-left:0;display:flex}}.container.book-preview .block-footer .blocks-full-book-and-promo .block-in-the-full-book-waits .content-full-book .title-full-book{color:#23231e;margin-bottom:32px;font-family:inter;font-size:24px;font-weight:600}@media screen and (width<=1024px){.container.book-preview .block-footer .blocks-full-book-and-promo .block-in-the-full-book-waits .content-full-book .title-full-book{font-size:22px}}@media screen and (width<=768px){.container.book-preview .block-footer .blocks-full-book-and-promo .block-in-the-full-book-waits .content-full-book .title-full-book{font-size:20px}}.container.book-preview .block-footer .blocks-full-book-and-promo .block-in-the-full-book-waits .content-full-book .blocks-description-full-book{gap:24px;display:flex}.container.book-preview .block-footer .blocks-full-book-and-promo .block-in-the-full-book-waits .content-full-book .blocks-description-full-book .image-icon-full-book{width:45px;height:45px;margin-top:27px}@media screen and (width<=1024px){.container.book-preview .block-footer .blocks-full-book-and-promo .block-in-the-full-book-waits .content-full-book .blocks-description-full-book .image-icon-full-book{width:35px;height:35px}}.container.book-preview .block-footer .blocks-full-book-and-promo .block-in-the-full-book-waits .content-full-book .blocks-description-full-book .texts-block-description-full-book{flex-direction:column;margin-top:24px;display:flex}.container.book-preview .block-footer .blocks-full-book-and-promo .block-in-the-full-book-waits .content-full-book .blocks-description-full-book .texts-block-description-full-book .title-block-description-full-book{color:#23231e;font-family:inter;font-size:18px}@media screen and (width<=1024px){.container.book-preview .block-footer .blocks-full-book-and-promo .block-in-the-full-book-waits .content-full-book .blocks-description-full-book .texts-block-description-full-book .title-block-description-full-book{font-size:16px}}.container.book-preview .block-footer .blocks-full-book-and-promo .block-in-the-full-book-waits .content-full-book .blocks-description-full-book .texts-block-description-full-book .subtitle-block-description-full-book{color:#23231e;width:90%;max-width:450px;margin-top:8px;font-family:interLight;font-size:16px}@media screen and (width<=1024px){.container.book-preview .block-footer .blocks-full-book-and-promo .block-in-the-full-book-waits .content-full-book .blocks-description-full-book .texts-block-description-full-book .subtitle-block-description-full-book{font-size:14px}}.container.book-preview .block-footer .blocks-full-book-and-promo .block-in-the-full-book-waits .content-full-book .divider-full-book{width:95%;margin-top:24px}.container.book-preview .block-footer .blocks-full-book-and-promo .block-promo{background:#3c5eec;border-radius:8px;flex-direction:column;width:50%;height:100%;padding-bottom:25px;display:flex}@media screen and (width<=768px){.container.book-preview .block-footer .blocks-full-book-and-promo .block-promo{align-items:center;width:90%;margin-bottom:16px;padding-bottom:20px}}.container.book-preview .block-footer .blocks-full-book-and-promo .block-promo .text-use-promo{color:#fff;max-width:519px;margin-top:48px;margin-left:48px;font-family:inter;font-size:24px}@media screen and (width<=1024px){.container.book-preview .block-footer .blocks-full-book-and-promo .block-promo .text-use-promo{margin-left:48px;font-size:22px}}@media screen and (width<=720px){.container.book-preview .block-footer .blocks-full-book-and-promo .block-promo .text-use-promo{text-align:center;width:90%;margin-top:24px;margin-left:0;font-size:20px}}.container.book-preview .block-footer .blocks-full-book-and-promo .block-promo .book-and-dont-miss{margin-left:48px;display:flex}@media screen and (width<=720px){.container.book-preview .block-footer .blocks-full-book-and-promo .block-promo .book-and-dont-miss{flex-direction:column-reverse;align-items:center;width:100%;margin-left:0}}.container.book-preview .block-footer .blocks-full-book-and-promo .block-promo .book-and-dont-miss .block-dont-miss{color:#fff;flex-direction:column;width:50%;margin-top:150px;display:flex}@media screen and (width<=720px){.container.book-preview .block-footer .blocks-full-book-and-promo .block-promo .book-and-dont-miss .block-dont-miss{align-items:center}}.container.book-preview .block-footer .blocks-full-book-and-promo .block-promo .book-and-dont-miss .block-dont-miss .text-promo{width:100%;max-width:215px;margin-top:24px;font-family:inter;font-size:16px}@media screen and (width<=1024px){.container.book-preview .block-footer .blocks-full-book-and-promo .block-promo .book-and-dont-miss .block-dont-miss .text-promo{font-size:15px}}@media screen and (width<=720px){.container.book-preview .block-footer .blocks-full-book-and-promo .block-promo .book-and-dont-miss .block-dont-miss .text-promo{text-align:center;font-size:15px}}.container.book-preview .block-footer .blocks-full-book-and-promo .block-promo .book-and-dont-miss .block-dont-miss .image-promo{width:72px;height:72px}@media screen and (width<=1024px){.container.book-preview .block-footer .blocks-full-book-and-promo .block-promo .book-and-dont-miss .block-dont-miss .image-promo{width:72px;height:72px}}.container.book-preview .block-footer .blocks-full-book-and-promo .block-promo .book-and-dont-miss .block-book-and-demobook{flex-direction:column;align-items:center;width:50%;display:flex}.container.book-preview .block-footer .blocks-full-book-and-promo .block-promo .book-and-dont-miss .block-book-and-demobook .demobook-and-text{margin-top:26px;position:relative}@media screen and (width<=1024px){.container.book-preview .block-footer .blocks-full-book-and-promo .block-promo .book-and-dont-miss .block-book-and-demobook .demobook-and-text .image-demobook{width:150px;height:50px}}.container.book-preview .block-footer .blocks-full-book-and-promo .block-promo .book-and-dont-miss .block-book-and-demobook .demobook-and-text .text-demobook{color:#3c5eec;font-family:inter;font-size:24px;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)}.container.book-preview .block-footer .blocks-full-book-and-promo .block-promo .book-and-dont-miss .block-book-and-demobook .demobook-and-text .book-promo{position:absolute;left:-20%}.container.book-preview .footer-down{z-index:20;background:#fff;justify-content:center;align-items:center;width:100%;height:81px;display:flex;position:fixed;bottom:0;left:0}@media screen and (width<=450px){.container.book-preview .footer-down{height:161px}}.container.book-preview .footer-down .footer-down-texts{text-align:center;flex-flow:wrap;justify-content:center;align-items:center;gap:10px;width:50%;max-width:469px;line-height:20px;display:flex}@media screen and (width<=450px){.container.book-preview .footer-down .footer-down-texts{width:100%}}.container.book-preview .footer-down .footer-down-texts .text-create-character{color:#3c5eec;white-space:nowrap;text-align:center;font-family:inter;font-size:24px;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}@media screen and (width<=1024px){.container.book-preview .footer-down .footer-down-texts .text-create-character{font-size:18px}}.container.book-preview .footer-down .footer-down-texts .text-and{color:#000;white-space:nowrap;text-align:center;font-family:inter;font-size:24px}@media screen and (width<=1024px){.container.book-preview .footer-down .footer-down-texts .text-and{font-size:18px}}.container.book-preview .footer-down .footer-down-texts .text-upload-photo{color:#3c5eec;white-space:nowrap;text-align:center;font-family:inter;font-size:24px;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}@media screen and (width<=1024px){.container.book-preview .footer-down .footer-down-texts .text-upload-photo{font-size:18px}}.container.book-preview .footer-down .footer-down-texts .text-start-story{color:#000;white-space:nowrap;text-align:center;font-family:inter;font-size:24px}@media screen and (width<=1024px){.container.book-preview .footer-down .footer-down-texts .text-start-story{font-size:18px}}.container.book-preview .footer-down .footer-down-content{justify-content:space-between;width:100%;max-width:1240px;display:flex}@media screen and (width<=450px){.container.book-preview .footer-down .footer-down-content{grid-template-rows:1fr 1fr;grid-template-columns:1fr;height:161px;display:grid}}.container.book-preview .footer-down .footer-down-content .content-footer-change-photo{flex-direction:row;gap:16px;display:flex}@media screen and (width<=450px){.container.book-preview .footer-down .footer-down-content .content-footer-change-photo{background:#fff;flex-direction:row-reverse;grid-row:1/2;justify-content:space-between;align-items:center;width:95%;height:80px;margin-left:2.5%}}.container.book-preview .footer-down .footer-down-content .content-footer-change-photo .image-change-photo-footer-down{width:48px;height:48px}.container.book-preview .footer-down .footer-down-content .content-footer-change-photo .base-info-character{gap:16px;max-width:298px;display:flex}.container.book-preview .footer-down .footer-down-content .content-footer-change-photo .base-info-character .masked-wrapper{width:68px;height:68px;position:absolute;top:5px;overflow:hidden;mask-image:url(mask.a11c0670.svg);mask-size:cover;mask-repeat:no-repeat}.container.book-preview .footer-down .footer-down-content .content-footer-change-photo .base-info-character .masked-wrapper .masked-image{object-fit:cover;width:100%;height:100%}.container.book-preview .footer-down .footer-down-content .content-footer-change-photo .base-info-character .name-age-color-hair-base-info-character{flex-direction:column;min-width:170px;margin-top:3px;margin-left:80px;display:flex}.container.book-preview .footer-down .footer-down-content .content-footer-change-photo .base-info-character .name-age-color-hair-base-info-character .base-info-character-text,.container.book-preview .footer-down .footer-down-content .content-footer-change-photo .base-info-character .name-age-color-hair-base-info-character .hair-text{color:#23231e;font-family:inter;font-size:16px}.container.book-preview .footer-down .footer-down-content .block-continue-button{justify-content:center;align-items:center;display:flex}@media screen and (width<=450px){.container.book-preview .footer-down .footer-down-content .block-continue-button{grid-row:2/3;width:95%;height:80px;margin-left:2.5%}}.general-container-book-spread{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.general-container-book-spread .container-desctop-spread{width:100%}@media screen and (width<=1920px){.general-container-book-spread .container-desctop-spread{width:1240px}}@media screen and (width<=1440px){.general-container-book-spread .container-desctop-spread{width:1240px}}@media screen and (width<=1024px){.general-container-book-spread .container-desctop-spread{width:100%}}.general-container-book-spread .dvider-and-number-spread{justify-content:space-between;align-items:center;width:100%;max-width:1240px;height:40px;margin-bottom:32px;display:flex}@media screen and (width<=425px){.general-container-book-spread .dvider-and-number-spread{margin-top:20px}}.general-container-book-spread .dvider-and-number-spread .dvider-number-spread{width:44%;margin-top:28px}@media screen and (width<=425px){.general-container-book-spread .dvider-and-number-spread .dvider-number-spread{width:137px}}@media screen and (width<=380px){.general-container-book-spread .dvider-and-number-spread .dvider-number-spread{width:107px}}@media screen and (width<=320px){.general-container-book-spread .dvider-and-number-spread .dvider-number-spread{width:95px}}.general-container-book-spread .dvider-and-number-spread .number-spread{background:#7b7b7014;border-radius:50px;justify-content:center;align-items:center;width:200px;max-width:112px;height:40px;margin-top:15px;display:flex}.general-container-book-spread .dvider-and-number-spread .number-spread .number-spread-text{color:#7b7b70;font-family:interLight}.general-container-book-spread .progress-bar-spread{width:100%}.general-container-book-spread .progress-bar-spread .progress-bar-content{background:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;height:620px;display:flex}@media screen and (width<=450px){.general-container-book-spread .progress-bar-spread .progress-bar-content{justify-content:center}}.general-container-book-spread .mobile-spreads{flex-direction:column;align-items:stretch;width:100%;display:flex}.general-container-book-spread .mobile-spreads .mobile-canvas{width:100%;height:auto;display:block}.general-container-book-spread .container-book-spread{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.general-container-book-spread .container-book-spread[hidden]{display:none}.general-container-book-spread .container-book-spread .preview-spread-canvas{z-index:1;width:100%;position:relative}.general-container-book-spread .container-book-spread .preview-spread-canvas-zoom{opacity:1;pointer-events:none;z-index:10;border-radius:20px;width:100%;transition:opacity .2s ease-in-out;position:absolute;top:0;left:0}@media screen and (width<=768px){.general-container-book-spread .container-book-spread .preview-spread-canvas-zoom{display:none}}.general-container-book-spread .variants-wrapper{flex-direction:row;align-items:flex-start;gap:10px;max-width:640px;margin-top:20px;display:flex;position:relative}.general-container-book-spread .variants-wrapper.hidden{display:none}@media screen and (width<=680px){.general-container-book-spread .variants-wrapper{width:100%;max-width:100%}}.general-container-book-spread .variants-wrapper .hints-arrow-3{flex-direction:column;align-items:flex-end;gap:24px;display:flex;position:absolute;top:16px;right:calc(100% + 38px)}.general-container-book-spread .variants-wrapper .hints-arrow-3.hidden{display:none}@media screen and (width<=1024px){.general-container-book-spread .variants-wrapper .hints-arrow-3{display:none}}.general-container-book-spread .variants-wrapper .hints-arrow-3 .arrow-image{width:142px;height:40px}.general-container-book-spread .variants-wrapper .hints-arrow-3 .arrow-text{color:#8e8e83;text-align:center;width:199px;padding-right:37px;font-family:Rubik;font-size:14px;font-weight:500}.general-container-book-spread .variants-wrapper .hints-arrow-4{flex-direction:column;align-items:flex-start;gap:12px;display:flex;position:absolute;top:0;left:calc(100% + 33px)}.general-container-book-spread .variants-wrapper .hints-arrow-4.hidden{display:none}@media screen and (width<=1024px){.general-container-book-spread .variants-wrapper .hints-arrow-4{display:none}}.general-container-book-spread .variants-wrapper .hints-arrow-4 .arrow-image{width:142px;height:40px}.general-container-book-spread .variants-wrapper .hints-arrow-4 .arrow-text{color:#8e8e83;text-align:center;width:178px;padding-left:49px;font-family:Rubik;font-size:14px;font-weight:500}.general-container-book-spread .variants-wrapper .hints-arrow-5{flex-direction:column;align-items:flex-start;display:none;position:absolute;top:-18px;left:calc(100% + 15px)}.general-container-book-spread .variants-wrapper .hints-arrow-5.hidden{display:none}@media screen and (width<=1024px){.general-container-book-spread .variants-wrapper .hints-arrow-5{display:flex}}@media screen and (width<=768px){.general-container-book-spread .variants-wrapper .hints-arrow-5{display:none}}.general-container-book-spread .variants-wrapper .hints-arrow-5 .arrow-image{width:65px;height:65px}.general-container-book-spread .variants-wrapper .hints-arrow-5 .arrow-text{color:#8e8e83;width:133px;padding-left:12px;font-family:Rubik;font-size:14px;font-weight:500}.general-container-book-spread .variants-wrapper .variants{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:10px;max-width:510px;height:133px;display:flex;overflow-x:auto}@media screen and (width<=768px){.general-container-book-spread .variants-wrapper .variants{max-width:100%}}@media screen and (width<=680px){.general-container-book-spread .variants-wrapper .variants{flex:1;max-width:100%;height:77px}}.general-container-book-spread .variants-wrapper .variants::-webkit-scrollbar{background:#f4f4e3;border-radius:10px;height:10px}.general-container-book-spread .variants-wrapper .variants::-webkit-scrollbar-thumb{background:#b9b9a8;border-radius:10px}.general-container-book-spread .variants-wrapper .variants::-webkit-scrollbar-button{width:0;height:0}.general-container-book-spread .variants-wrapper .variants::-webkit-scrollbar-corner{width:0;height:0}.general-container-book-spread .variants-wrapper .variants .variant{cursor:pointer;border-radius:10px;width:120px;height:120px}@media screen and (width<=680px){.general-container-book-spread .variants-wrapper .variants .variant{width:64px;height:64px}}.general-container-book-spread .variants-wrapper .variants .variant.picked{border:4px solid #e05f38;width:112px;height:112px}@media screen and (width<=680px){.general-container-book-spread .variants-wrapper .variants .variant.picked{border:3px solid #e05f38;width:58px;height:58px}}.general-container-book-spread .variants-wrapper .load-more{cursor:pointer;background:#3c5eec;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:120px;height:120px;display:flex}.general-container-book-spread .variants-wrapper .load-more.hidden{display:none}@media screen and (width<=768px){.general-container-book-spread .variants-wrapper .load-more{min-width:120px}}@media screen and (width<=680px){.general-container-book-spread .variants-wrapper .load-more{border-radius:4px;gap:3px;width:64px;min-width:64px;height:64px}}.general-container-book-spread .variants-wrapper .load-more .magic-wrapper{background:#fffffa;border-radius:1000px;flex-direction:row;justify-content:center;align-items:center;width:34px;height:34px;display:flex}@media screen and (width<=680px){.general-container-book-spread .variants-wrapper .load-more .magic-wrapper{width:24px;height:24px}}.general-container-book-spread .variants-wrapper .load-more .load-more-text{color:#fffffa;text-align:center;max-width:80px;font-family:Rubik;font-size:16px;font-weight:500}@media screen and (width<=680px){.general-container-book-spread .variants-wrapper .load-more .load-more-text{height:13px;font-size:13px;overflow-y:hidden}}.general-container-book-spread .edit-button-wrapper{z-index:10;position:absolute;top:10px;left:10px}.general-container-book-spread .edit-button-wrapper.hidden{display:none}@media screen and (width<=680px){.general-container-book-spread .edit-button-wrapper .square-button-wrapper{width:19px!important;height:19px!important;padding:13px!important}.general-container-book-spread .edit-button-wrapper .square-button-wrapper svg{width:18px;height:18px}}.general-container-book-spread .edit-button-wrapper .hints-arrow-8{flex-direction:column;align-items:flex-end;gap:20px;display:flex;position:absolute;top:19px;right:calc(100% + 30px)}@media screen and (width<=1376px){.general-container-book-spread .edit-button-wrapper .hints-arrow-8{display:none}}.general-container-book-spread .edit-button-wrapper .hints-arrow-8 .arrow-image{width:104px;height:56px}.general-container-book-spread .edit-button-wrapper .hints-arrow-8 .arrow-text{color:#8e8e83;text-align:center;width:137px;padding-right:29px;font-family:Rubik;font-size:14px;font-weight:500}.general-container-book-spread .edit-button-wrapper .container-button-add-photo{z-index:9;width:30%;position:absolute;top:50%;left:60%}.general-container-book-spread .blur-spread{z-index:8;pointer-events:none;backdrop-filter:blur(10px);background:#fff0;width:100%;height:100%;position:absolute;top:0}.square-button-wrapper{cursor:pointer;flex-direction:row;justify-content:center;align-items:center;display:flex}.circle-bar-wrapper{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}@media screen and (height<=590px){.circle-bar-wrapper{gap:2px}}@media screen and (width<=450px){.circle-bar-wrapper{width:80%}}.circle-bar-wrapper .text-page-created{color:#23231e;text-align:center;max-width:540px;font-family:inter;font-size:24px}.circle-bar-wrapper .circle-bar-stats{color:#e05f38;margin-top:24px;font-family:inter;font-size:20px;font-weight:600}@media screen and (height<=590px){.circle-bar-wrapper .circle-bar-stats{font-size:10px}}.circle-bar-wrapper .dvider-progress{margin-top:48px}@media screen and (width<=450px){.circle-bar-wrapper .dvider-progress{width:80%}}.circle-bar-wrapper .text-do-not-wait-place-order{color:#7b7b70;text-align:center;max-width:480px;margin-top:48px;font-family:interLight;font-size:16px}.circle-bar-wrapper .progress-gif{width:130px;height:64px}.circle-bar-wrapper .place-on-order{justify-content:center;width:100%;max-width:150px;margin-top:24px;display:flex}.container.book-paywall{background:#fcfcee url(paywall-back-stroke.eb9d395a.png) 0 147px/contain no-repeat;flex-direction:row;justify-content:center;padding:20px;display:flex}@media screen and (width>=2000px){.container.book-paywall{background-size:cover}}.container.book-paywall .content{flex-direction:column;align-items:center;gap:40px;width:100%;max-width:1370px;display:flex;position:relative}@media screen and (width<=500px){.container.book-paywall .content{gap:20px}}.container.book-paywall .content .book-paywall-title{color:#53504a;text-align:center;max-width:715px;font-family:comfortaa;font-size:60px;font-weight:600}@media screen and (width<=650px){.container.book-paywall .content .book-paywall-title{font-size:32px}}.container.book-paywall .content .book-paywall-subtitle{color:#8e8e83;text-align:center;white-space:pre-wrap;font-family:Rubik;font-size:18px;font-weight:500}.container.book-paywall .content .book-paywall-subtitle strong{color:#53504a}@media screen and (width<=650px){.container.book-paywall .content .book-paywall-subtitle{font-size:14px}}.container.book-paywall .content .book-paywall-blocks{flex-direction:row;justify-content:stretch;align-items:stretch;display:flex}@media screen and (width<=1200px){.container.book-paywall .content .book-paywall-blocks{flex-direction:column}}@media screen and (width<=650px){.container.book-paywall .content .book-paywall-blocks{flex-direction:column;align-items:center;width:100%}}.container.book-paywall .content .book-paywall-blocks .book-paywall-left-block{background:#f4f4e3;border-radius:30px;flex-direction:column;gap:32px;width:100%;min-width:460px;max-width:460px;padding:60px;display:flex}@media screen and (width<=650px){.container.book-paywall .content .book-paywall-blocks .book-paywall-left-block{width:calc(100% - 40px);min-width:0;padding:40px 20px}}.container.book-paywall .content .book-paywall-blocks .book-paywall-left-block .book-paywall-left-block-title{color:#53504a;margin-bottom:4px;font-family:Rubik;font-size:20px;font-weight:600}.container.book-paywall .content .book-paywall-blocks .book-paywall-left-block .book-paywall-left-block-option{flex-direction:row;align-items:flex-start;gap:20px;display:flex}.container.book-paywall .content .book-paywall-blocks .book-paywall-left-block .book-paywall-left-block-option .book-paywall-left-block-option-icon{flex-direction:row;justify-content:flex-start;align-items:flex-start;display:flex}.container.book-paywall .content .book-paywall-blocks .book-paywall-left-block .book-paywall-left-block-option .book-paywall-left-block-option-texts{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.container.book-paywall .content .book-paywall-blocks .book-paywall-left-block .book-paywall-left-block-option .book-paywall-left-block-option-texts .book-paywall-left-block-option-title{color:#53504a;font-family:Rubik;font-size:18px;font-weight:500}.container.book-paywall .content .book-paywall-blocks .book-paywall-left-block .book-paywall-left-block-option .book-paywall-left-block-option-texts .book-paywall-left-block-option-subtitle{color:#8e8e83;font-family:Rubik;font-size:14px;font-weight:500}.container.book-paywall .content .book-paywall-blocks .book-paywall-right-block{background-color:#3c5eec;background-image:url(paywall-right-block-stroke.2c38c277.png);border-radius:30px;flex-direction:column;gap:71px;width:100%;min-width:460px;max-width:460px;padding:60px;display:flex;position:relative}@media screen and (width<=650px){.container.book-paywall .content .book-paywall-blocks .book-paywall-right-block{gap:24px;width:calc(100% - 40px);min-width:0;padding:40px 20px}}.container.book-paywall .content .book-paywall-blocks .book-paywall-right-block .book-paywall-right-block-title{color:#fffffa;max-width:360px;font-family:Rubik;font-size:20px;font-weight:600}.container.book-paywall .content .book-paywall-blocks .book-paywall-right-block .book-paywall-right-block-image-wrapper{width:250px;position:absolute;bottom:-37px;right:37px}@media screen and (width<=650px){.container.book-paywall .content .book-paywall-blocks .book-paywall-right-block .book-paywall-right-block-image-wrapper{flex-direction:row;justify-content:center;align-items:center;width:100%;display:flex;position:relative;bottom:0;right:0}}.container.book-paywall .content .book-paywall-blocks .book-paywall-right-block .book-paywall-right-block-image-wrapper .book-paywall-right-block-image{width:100%}@media screen and (width<=650px){.container.book-paywall .content .book-paywall-blocks .book-paywall-right-block .book-paywall-right-block-image-wrapper .book-paywall-right-block-image{width:80%}}.container.book-paywall .content .book-paywall-blocks .book-paywall-right-block .book-paywall-right-block-attention{flex-direction:column;align-items:flex-start;gap:12px;display:flex}@media screen and (width<=650px){.container.book-paywall .content .book-paywall-blocks .book-paywall-right-block .book-paywall-right-block-attention{flex-direction:row-reverse;justify-content:space-between;align-items:center;width:100%}}.container.book-paywall .content .book-paywall-blocks .book-paywall-right-block .book-paywall-right-block-attention .book-paywall-right-block-attention-text{color:#fffffa;white-space:pre;font-family:Rubik;font-size:14px;font-weight:500}@media screen and (width<=650px){.container.book-paywall .content .book-paywall-blocks .book-paywall-right-block .book-paywall-right-block-attention .book-paywall-right-block-attention-text{white-space:normal;max-width:170px}}.container.book-paywall .content .book-paywall-actions{flex-direction:row;align-items:center;gap:40px;display:flex}@media screen and (width<=650px){.container.book-paywall .content .book-paywall-actions{flex-direction:column-reverse}}.container.book-format{background:#f2f2f1;flex-direction:column;align-items:center;width:100%;margin-bottom:0;display:flex}.container.book-format .content-navbar-general{background-color:#fff;justify-content:center;width:100%;display:flex}.container.book-format .content-navbar-general .content-navbar{color:#53504a;justify-content:space-between;align-items:center;width:100%;max-width:1240px;height:72px;display:flex}@media screen and (width<=1024px){.container.book-format .content-navbar-general .content-navbar{grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr 1fr;height:120px;display:grid}}.container.book-format .content-navbar-general .content-navbar .book-named{justify-content:center;align-items:center;display:flex}@media screen and (width<=1024px){.container.book-format .content-navbar-general .content-navbar .book-named{grid-area:1/1/2/2;justify-content:left;margin-top:20px;margin-left:16px}}.container.book-format .content-navbar-general .content-navbar .book-named .book-named-text{color:#23231e;margin-left:12px;margin-right:4px;font-family:inter;font-size:20px;font-weight:600}@media screen and (width<=425px){.container.book-format .content-navbar-general .content-navbar .book-named .book-named-text{font-size:18px}}@media screen and (width<=320px){.container.book-format .content-navbar-general .content-navbar .book-named .book-named-text{font-size:15px}}.container.book-format .content-navbar-general .content-navbar .line-progress-bar{display:none}@media screen and (width<=1024px){.container.book-format .content-navbar-general .content-navbar .line-progress-bar{background:#d6d6d6;border:none;grid-area:2/1/3/3;height:1px;display:block}}.container.book-format .content-navbar-general .content-navbar .progress-bar{width:100%;max-width:700px;position:absolute;left:50%;transform:translate(-50%)}@media screen and (width<=1024px){.container.book-format .content-navbar-general .content-navbar .progress-bar{grid-area:3/1/4/3;position:relative;top:-5px}}@media screen and (width<=768px){.container.book-format .content-navbar-general .content-navbar .progress-bar{max-width:100%;top:-5px;left:0;transform:none}}@media screen and (width<=1024px){.container.book-format .content-navbar-general .content-navbar .icon-close{grid-area:1/2/2/3;justify-content:right;margin-top:20px;margin-right:16px;display:flex}}.container.book-format .content{flex-direction:column;align-items:stretch;gap:60px;width:100%;max-width:1370px;margin-top:82px;padding-bottom:110px;display:flex;position:relative}@media screen and (width<=500px){.container.book-format .content{gap:20px}}.container.book-format .content .header{flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}.container.book-format .content .header .header-title{color:#23231e;text-align:center;width:715px;font-family:inter;font-size:40px;font-weight:600}@media screen and (width<=1024px){.container.book-format .content .header .header-title{width:591px;font-size:32px}}@media screen and (width<=600px){.container.book-format .content .header .header-title{width:100%;font-size:24px}}.container.book-format .content .header .header-subtitle{color:#7b7b70;text-align:center;font-family:interLight;font-size:18px;font-weight:500}@media screen and (width<=500px){.container.book-format .content .header .header-subtitle{width:100%}}.container.book-format .content .formats-wrapper{flex-direction:column;align-items:stretch;gap:40px;display:flex}.container.book-format .content .formats-wrapper .formats{flex-direction:row;justify-content:center;align-items:center;gap:10px;display:flex}@media screen and (width<=1024px){.container.book-format .content .formats-wrapper .formats{flex-direction:column;gap:20px}}.container.book-format .content .formats-wrapper .formats .format{cursor:pointer;background:#fff;border-radius:16px;flex-direction:column;align-items:stretch;max-width:380px;display:flex;position:relative}@media screen and (width<=1250px){.container.book-format .content .formats-wrapper .formats .format{width:100%;max-width:335px}}.container.book-format .content .formats-wrapper .formats .format.picked{border:2px solid #e05f38;border-radius:20px}.container.book-format .content .formats-wrapper .formats .format .format-top{flex-direction:row;justify-content:center;align-items:center;display:flex;position:absolute;top:-36px;right:12px}@media screen and (width<=425px){.container.book-format .content .formats-wrapper .formats .format .format-top{top:0;right:0}}.container.book-format .content .formats-wrapper .formats .format .format-top .format-top-image{width:95px;height:95px}.container.book-format .content .formats-wrapper .formats .format .format-top .format-top-text{color:#fffffa;text-align:center;width:73px;font-family:Rubik;font-size:14px;font-weight:500;position:absolute}.container.book-format .content .formats-wrapper .formats .format .format-image{border-radius:20px 20px 0 0;width:380px;height:220px}@media screen and (width<=1250px){.container.book-format .content .formats-wrapper .formats .format .format-image{width:100%;max-width:335px}}.container.book-format .content .formats-wrapper .formats .format .format-info{border-radius:0 0 20px 20px;flex-direction:column;gap:10px;width:calc(100% - 44px);padding:20px;display:flex}.container.book-format .content .formats-wrapper .formats .format .format-info .format-header{flex-direction:column;justify-content:space-between;display:flex}.container.book-format .content .formats-wrapper .formats .format .format-info .format-header .format-header-text{color:#23231e;font-family:inter;font-size:24px;font-weight:500}.container.book-format .content .formats-wrapper .formats .format .format-info .format-header .info-icon-wrapper{flex-direction:row;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.container.book-format .content .formats-wrapper .formats .format .format-info .format-content{flex-direction:row;min-height:60px;display:flex}.container.book-format .content .formats-wrapper .formats .format .format-info .format-content .format-content-description{color:#7b7b70;white-space:pre-wrap;width:310px;font-family:interLight;font-size:14px;font-weight:500}.container.book-format .content .formats-wrapper .formats .format .format-info .format-footer{flex-direction:row;justify-content:space-between;align-items:center;padding-top:32px;display:flex}.container.book-format .content .formats-wrapper .formats .format .format-info .format-footer .format-footer-size,.container.book-format .content .formats-wrapper .formats .format .format-info .format-footer .format-footer-price{color:#53504a;font-family:Rubik;font-size:14px;font-weight:500}.container.book-format .footer-book-format{background-color:#fff;justify-content:center;align-items:center;width:100%;height:80px;display:flex;position:fixed;bottom:0}.container.book-format .footer-book-format .action-buttons{flex-direction:row;justify-content:space-between;align-items:center;gap:40px;width:70%;display:flex}@media screen and (width<=650px){.container.book-format .footer-book-format .action-buttons{flex-direction:row;width:95%}}.container.true-auth{background:#fcfcee;flex-direction:row;justify-content:center;padding:20px;display:flex}.container.true-auth .content{flex-direction:column;align-items:center;gap:40px;width:100%;max-width:1370px;display:flex}.container.true-auth .content .forms{flex-direction:row;justify-content:stretch;gap:10px;display:flex}@media screen and (width<=1024px){.container.true-auth .content .forms{flex-direction:column;width:100%}}@media screen and (width<=425px){.container.true-auth .content .forms{gap:30px}}.container.true-auth .content .forms .form-wrapper{background:#f4f4e3;border-radius:30px;flex-direction:row;justify-content:center;align-items:center;width:742px;min-width:742px;max-height:540px;padding:40px;display:flex}@media screen and (width<=1200px){.container.true-auth .content .forms .form-wrapper{width:540px;min-width:540px}}@media screen and (width<=1024px){.container.true-auth .content .forms .form-wrapper{width:calc(100% - 80px);min-width:calc(100% - 80px)}}@media screen and (width<=425px){.container.true-auth .content .forms .form-wrapper{background:0 0;width:100%;max-height:100%;padding:0}}.container.true-auth .content .forms .form-wrapper .form{flex-direction:column;align-items:stretch;gap:40px;max-width:520px;display:flex}@media screen and (width>=560px){.container.true-auth .content .forms .form-wrapper .form{min-width:490px}}@media screen and (width<=425px){.container.true-auth .content .forms .form-wrapper .form{width:100%}.container.true-auth .content .forms .form-wrapper .form .default-input-wrapper input{background:#f4f4e3!important}}.container.true-auth .content .forms .form-wrapper .form .header{flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}.container.true-auth .content .forms .form-wrapper .form .header .title{color:#53504a;text-align:center;font-family:comfortaa;font-size:60px;font-weight:600}@media screen and (width<=1024px){.container.true-auth .content .forms .form-wrapper .form .header .title{font-size:32px}}.container.true-auth .content .forms .form-wrapper .form .header .subtitle{color:#8e8e83;text-align:center;white-space:pre-wrap;font-family:rubik;font-size:14px;font-weight:500}.container.true-auth .content .forms .form-wrapper .form .third-party{flex-direction:row;justify-content:center;align-items:center;gap:10px;display:flex}@media screen and (width<=600px){.container.true-auth .content .forms .form-wrapper .form .third-party{flex-direction:column}}@media screen and (width<=425px){.container.true-auth .content .forms .form-wrapper .form .third-party{flex-direction:column}}.container.true-auth .content .forms .form-wrapper .form .third-party .yandex-button,.container.true-auth .content .forms .form-wrapper .form .third-party .google-button{cursor:pointer;background:#ddddc9;border-radius:1000px;flex-direction:row;justify-content:center;align-items:center;gap:12px;padding:10px;text-decoration:none;display:flex}.container.true-auth .content .forms .form-wrapper .form .third-party .yandex-button .yandex-button-text,.container.true-auth .content .forms .form-wrapper .form .third-party .yandex-button .google-button-text,.container.true-auth .content .forms .form-wrapper .form .third-party .google-button .yandex-button-text,.container.true-auth .content .forms .form-wrapper .form .third-party .google-button .google-button-text{color:#53504a;text-align:center;padding-right:14px;font-family:rubik;font-size:16px;font-weight:500;text-decoration:none}.container.true-auth .content .forms .form-wrapper .form .divider-wrapper{flex-direction:row;justify-content:center;align-items:center;gap:47px;display:flex}.container.true-auth .content .forms .form-wrapper .form .divider-wrapper .divider{background:#ddddc9;flex:1;height:1px}.container.true-auth .content .forms .form-wrapper .form .divider-wrapper .divider-text{color:#53504a;font-family:rubik;font-size:14px;font-weight:500}.container.true-auth .content .forms .form-wrapper .form .action-buttons{flex-direction:row;justify-content:center;align-items:center;gap:40px;display:flex}@media screen and (width<=425px){.container.true-auth .content .forms .form-wrapper .form .action-buttons{justify-content:space-between;gap:0}}.container.true-auth .content .forms .reviews{border-radius:12px;flex-direction:column;justify-content:center;width:100%;max-width:600px;height:620px;display:flex;position:relative;overflow:hidden}@media screen and (width<=1024px){.container.true-auth .content .forms .reviews{max-width:100%}}.container.true-auth .content .forms .reviews .reviews-top-shadow,.container.true-auth .content .forms .reviews .reviews-bottom-shadow{z-index:1;width:100%;height:120px;position:absolute;left:0}.container.true-auth .content .forms .reviews .reviews-top-shadow{background:linear-gradient(#fcfcee,#fcfcee00);top:0}.container.true-auth .content .forms .reviews .reviews-bottom-shadow{background:linear-gradient(#fcfcee00,#fcfcee);bottom:0}.container.true-auth .content .forms .reviews .reviews-list{flex-direction:column;gap:10px;height:100%;display:flex}.container.true-auth .content .forms .reviews .reviews-list .review{background:#f4f4e3;border-radius:20px;flex-direction:column;gap:10px;padding:20px 30px;display:flex}.container.true-auth .content .forms .reviews .reviews-list .review .review-title{color:#53504a;font-family:rubik;font-size:20px;font-weight:500}.container.true-auth .content .forms .reviews .reviews-list .review .review-text{color:#8e8e83;font-family:rubik;font-size:14px;font-weight:500}.container.true-auth .content .forms .reviews .reviews-list .review .review-user-and-date{flex-direction:row;justify-content:space-between;align-items:center;margin-top:20px;display:flex}.container.true-auth .content .forms .reviews .reviews-list .review .review-user-and-date .review-user,.container.true-auth .content .forms .reviews .reviews-list .review .review-user-and-date .review-date{color:#8e8e83;font-family:rubik;font-size:14px;font-weight:500}.modals-wrapper{z-index:30;flex-direction:row;justify-content:center;align-items:start;width:calc(100% - 40px);height:calc(100vh - 120px);padding:60px 20px;display:flex;position:fixed;top:0;left:0}@media screen and (width<=430px){.modals-wrapper{z-index:40;align-items:center;width:100%;height:100vh;padding:0}}.modals-wrapper.center{align-items:center;height:calc(100vh - 40px);padding:20px}.modals-wrapper.full{width:100%;height:100vh;padding:0}.modals-wrapper .modals-background{opacity:.4;background:#000;width:100%;height:100vh;position:fixed;top:0;left:0}.modal.change-name-declensions-wrapper{z-index:1;flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.modal.change-name-declensions-wrapper .change-name-declensions{background:#fff;border-radius:16px;flex-direction:column;gap:50px;width:100%;max-width:508px;height:756px;padding:30px;display:flex;position:relative}@media screen and (width<=1440px){.modal.change-name-declensions-wrapper .change-name-declensions{gap:20px!important}}@media screen and (width<=425px){.modal.change-name-declensions-wrapper .change-name-declensions{border-radius:0;gap:32px;width:calc(100% - 40px);height:100%;max-height:calc(100% - 40px);padding:20px;overflow-y:auto}}.modal.change-name-declensions-wrapper .change-name-declensions .change-name-declensions-close-wrapper{cursor:pointer;width:20px;height:20px;position:absolute;top:20px;right:20px}.modal.change-name-declensions-wrapper .change-name-declensions .change-name-declensions-content{flex-direction:column;align-items:stretch;gap:20px;display:flex}@media screen and (width<=425px){.modal.change-name-declensions-wrapper .change-name-declensions .change-name-declensions-content{gap:20px}}.modal.change-name-declensions-wrapper .change-name-declensions .change-name-declensions-content .change-name-declensions-header{flex-direction:column;gap:10px;display:flex}.modal.change-name-declensions-wrapper .change-name-declensions .change-name-declensions-content .change-name-declensions-header .title{color:#23231e;font-family:inter;font-size:30px;font-weight:500;line-height:30px}.modal.change-name-declensions-wrapper .change-name-declensions .change-name-declensions-content .change-name-declensions-header .subtitle{color:#7b7b70;width:363px;font-family:interLight;font-size:14px;font-weight:500}.modal.change-name-declensions-wrapper .change-name-declensions .change-name-declensions-content .name-block{flex-direction:row;display:flex}.modal.change-name-declensions-wrapper .change-name-declensions .change-name-declensions-actions{flex-direction:column;align-items:stretch;display:flex}.modal.change-name-declensions-wrapper .change-name-declensions .change-name-declensions-actions .default-button{justify-content:space-between}.modal.confirm-book-to-print-wrapper{z-index:1;flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.modal.confirm-book-to-print-wrapper .confirm-book-to-print{background:#fffffa;border-radius:20px;flex-direction:column;justify-content:space-between;gap:30px;width:100%;max-width:490px;max-height:calc(90% - 120px);padding:60px;display:flex;position:relative}@media screen and (width<=500px){.modal.confirm-book-to-print-wrapper .confirm-book-to-print{gap:20px;max-height:calc(90% - 40px);padding:20px}}.modal.confirm-book-to-print-wrapper .confirm-book-to-print .confirm-book-to-print-close-wrapper{z-index:5;cursor:pointer;flex-direction:row;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:20px;right:20px}@media screen and (width<=500px){.modal.confirm-book-to-print-wrapper .confirm-book-to-print .confirm-book-to-print-close-wrapper{top:5px;right:5px}.modal.confirm-book-to-print-wrapper .confirm-book-to-print .confirm-book-to-print-close-wrapper svg{width:30px;height:30px}}.modal.confirm-book-to-print-wrapper .confirm-book-to-print .confirm-book-to-print-title{color:#53504a;text-align:center;font-family:comfortaa;font-size:44px;font-weight:600}@media screen and (width<=500px){.modal.confirm-book-to-print-wrapper .confirm-book-to-print .confirm-book-to-print-title{font-size:30px}}.modal.confirm-book-to-print-wrapper .confirm-book-to-print .confirm-book-to-print-content{flex-direction:column;justify-content:space-between;gap:30px;display:flex}@media screen and (width<=500px){.modal.confirm-book-to-print-wrapper .confirm-book-to-print .confirm-book-to-print-content{gap:20px;overflow-y:scroll}}@media screen and (height<=950px){.modal.confirm-book-to-print-wrapper .confirm-book-to-print .confirm-book-to-print-content{overflow-y:scroll}}.modal.confirm-book-to-print-wrapper .confirm-book-to-print .confirm-book-to-print-content .confirm-book-to-print-subtitle{color:#8e8e83;white-space:pre-wrap;font-family:Rubik;font-size:14px;font-weight:500}.modal.confirm-book-to-print-wrapper .confirm-book-to-print .confirm-book-to-print-content .confirm-book-to-print-important{background:#f4f4e3;border-radius:20px;flex-direction:column;gap:8px;padding:24px;display:flex}.modal.confirm-book-to-print-wrapper .confirm-book-to-print .confirm-book-to-print-content .confirm-book-to-print-important .confirm-book-to-print-important-title{color:#53504a;font-family:Rubik;font-size:20px;font-weight:600}.modal.confirm-book-to-print-wrapper .confirm-book-to-print .confirm-book-to-print-content .confirm-book-to-print-important .confirm-book-to-print-important-subtitle{color:#53504a;white-space:pre-wrap;font-family:Rubik;font-size:14px;font-weight:500}.modal.confirm-book-to-print-wrapper .confirm-book-to-print .confirm-book-to-print-content .confirm-book-to-print-check{color:#8e8e83;white-space:pre-wrap;font-family:Rubik;font-size:14px;font-weight:500}.modal.confirm-book-to-print-wrapper .confirm-book-to-print .confirm-book-to-print-content .confirm-book-to-print-you-not-reviewed{color:red;font-family:Rubik;font-size:14px;font-weight:500}.modal.confirm-book-to-print-wrapper .confirm-book-to-print .confirm-book-to-print-content .default-button{justify-content:space-between!important}.modal.confirm-book-to-print-wrapper .confirm-book-to-print .confirm-book-to-print-content .accept-responsibility-wrapper{flex-direction:row;align-items:center;max-width:450px;display:flex}.modal.confirm-book-to-print-wrapper .confirm-book-to-print .confirm-book-to-print-content .accept-responsibility-wrapper .accept-responsibility-checkbox{-webkit-user-select:none;user-select:none;padding-left:30px;display:block;position:relative}.modal.confirm-book-to-print-wrapper .confirm-book-to-print .confirm-book-to-print-content .accept-responsibility-wrapper .accept-responsibility-checkbox.error .accept-responsibility-checkmark{border-color:red!important}.modal.confirm-book-to-print-wrapper .confirm-book-to-print .confirm-book-to-print-content .accept-responsibility-wrapper .accept-responsibility-checkbox input{width:0;height:0}.modal.confirm-book-to-print-wrapper .confirm-book-to-print .confirm-book-to-print-content .accept-responsibility-wrapper .accept-responsibility-checkbox input:checked~.accept-responsibility-checkmark:after{display:block}.modal.confirm-book-to-print-wrapper .confirm-book-to-print .confirm-book-to-print-content .accept-responsibility-wrapper .accept-responsibility-checkbox .accept-responsibility-text{color:#8e8e83;font-family:rubik;font-size:14px;font-weight:500}@media screen and (width<=425px){.modal.confirm-book-to-print-wrapper .confirm-book-to-print .confirm-book-to-print-content .accept-responsibility-wrapper .accept-responsibility-checkbox .accept-responsibility-text{font-size:12px}}.modal.confirm-book-to-print-wrapper .confirm-book-to-print .confirm-book-to-print-content .accept-responsibility-wrapper .accept-responsibility-checkbox .accept-responsibility-checkmark{background-color:#0000;border:1px solid #ddddc9;border-radius:3px;width:18px;height:18px;position:absolute;top:0;left:0}.modal.confirm-book-to-print-wrapper .confirm-book-to-print .confirm-book-to-print-content .accept-responsibility-wrapper .accept-responsibility-checkbox .accept-responsibility-checkmark:after{content:"✓";color:#8e8e83;text-align:center;width:18px;height:18px;font-size:18px;font-weight:600;line-height:18px;display:none;position:absolute}.container.edit-photo{z-index:1;background:#fff;border-radius:16px;flex-direction:row;justify-content:center;width:90%;max-width:480px;height:100%;max-height:calc(100% - 100px);display:flex;overflow-x:auto}@media screen and (width<=450px){.container.edit-photo{z-index:110;border-radius:0;width:100%;max-height:none;overflow-x:hidden}}.container.edit-photo .content{border-radius:16px;flex-direction:column;gap:20px;width:100%;display:flex}@media screen and (width<=430px){.container.edit-photo .content{border-radius:0;align-items:center;height:100%;padding:0;max-height:calc(100% - 100px)!important}}.container.edit-photo .content .navbar-mobile-modal{display:none}@media screen and (width<=430px){.container.edit-photo .content .navbar-mobile-modal{flex-direction:column;align-items:center;width:100%;height:64px;display:flex}}.container.edit-photo .content .navbar-mobile-modal .content-navbar-mobile-modal{width:95%;height:64px}.container.edit-photo .content .navbar-mobile-modal .content-navbar-mobile-modal .btn-close-modal{background:0 0;border:none;margin-top:20px}.container.edit-photo .content .navbar-mobile-modal .line-navbar-mobile-modal{background:#e2e2e2;border:none;width:100%;height:1px}.container.edit-photo .content .title{color:#23231e;margin-top:32px;margin-left:32px;font-family:inter;font-size:24px;font-weight:600}@media screen and (width<=450px){.container.edit-photo .content .title{width:100%;margin-top:5px;font-size:24px}}.container.edit-photo .content .subtitle{color:#7b7b70;margin-left:32px;font-family:inter;font-size:16px;font-weight:400}@media screen and (width<=450px){.container.edit-photo .content .subtitle{width:100%;font-size:16px}}.container.edit-photo .content .form{-webkit-user-select:none;user-select:none;background:#fff;border-radius:0;flex-direction:column;align-items:center;gap:24px;width:100%;display:flex}@media screen and (width<=500px){.container.edit-photo .content .form{gap:20px;width:90%}}.container.edit-photo .content .form .tools-wrapper{background:#fff;border:1px solid #7b7b7059;border-radius:8px;flex-direction:row;align-items:center;width:100%;max-width:416px;height:48px;display:flex}@media screen and (width<=768px){.container.edit-photo .content .form .tools-wrapper{gap:20px}}@media screen and (width<=500px){.container.edit-photo .content .form .tools-wrapper{gap:15px;width:100%;max-width:none}}@media screen and (width<=375px){.container.edit-photo .content .form .tools-wrapper{gap:10px;width:calc(100% - 20px);padding:16px 10px}}.container.edit-photo .content .form .tools-wrapper .tool-wrapper{cursor:pointer;flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%;transition:all .2s;display:flex}.container.edit-photo .content .form .tools-wrapper .tool-wrapper:hover{background:#7b7b7014;transition:all .2s}.container.edit-photo .content .form .tools-wrapper .tools-divider{background:#7b7b7059;border-radius:100px;width:2px;height:100%}.container.edit-photo .content .form .editor-wrapper{border-radius:20px;justify-content:center;width:90%;max-width:416px;height:445px;display:flex;position:relative}@media screen and (width<=768px){.container.edit-photo .content .form .editor-wrapper{width:100%}}@media screen and (width<=500px){.container.edit-photo .content .form .editor-wrapper{width:100%;height:358px}}.container.edit-photo .content .form .editor-wrapper input{display:none}.container.edit-photo .content .form .editor-wrapper .editor-cover{pointer-events:all;background:#00000003;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1000!important}.container.edit-photo .content .form .editor-wrapper .editor-hints{color:#8e8e83;font-family:rubik;font-size:14px;font-weight:500;position:absolute}@media screen and (width<=970px){.container.edit-photo .content .form .editor-wrapper .editor-hints{display:none}}.container.edit-photo .content .form .editor-wrapper .editor-left-hider{z-index:1;opacity:.8;background:#53504acc;border-radius:20px 0 0 20px;width:100px;height:100%;position:absolute;top:0;left:0}@media screen and (width<=500px){.container.edit-photo .content .form .editor-wrapper .editor-left-hider{display:none}}.container.edit-photo .content .form .editor-wrapper .editor-right-hider{z-index:1;opacity:.8;background:#53504acc;border-radius:0 20px 20px 0;width:100px;height:100%;position:absolute;top:0;right:0}@media screen and (width<=500px){.container.edit-photo .content .form .editor-wrapper .editor-right-hider{display:none}}.container.edit-photo .content .form .editor-wrapper .editor-down-hider{z-index:1;opacity:.8;background:#53504acc;width:calc(100% - 200px);height:45px;position:absolute;bottom:0;right:100px}@media screen and (width<=500px){.container.edit-photo .content .form .editor-wrapper .editor-down-hider{display:none}}.container.edit-photo .content .form .editor-wrapper .editor-center-line{z-index:2;border:1px dashed #fff;width:0;height:100%;position:absolute}@media screen and (width<=500px){.container.edit-photo .content .form .editor-wrapper .editor-center-line{display:none}}.container.edit-photo .content .form .editor-wrapper .editor-top-line{z-index:2;border:1px dashed #fff;flex-direction:row;align-items:center;width:100%;height:0;display:flex;position:absolute;top:72px;left:0}@media screen and (width<=500px){.container.edit-photo .content .form .editor-wrapper .editor-top-line{display:none}}.container.edit-photo .content .form .editor-wrapper .editor-top-line .editor-hints.left{width:142px;bottom:12px;left:-172px}@media screen and (width<=1024px){.container.edit-photo .content .form .editor-wrapper .editor-top-line .editor-hints.left{bottom:6px;left:-146px}}.container.edit-photo .content .form .editor-wrapper .editor-top-line .editor-hints.right{width:162px;left:calc(100% + 30px)}@media screen and (width<=1024px){.container.edit-photo .content .form .editor-wrapper .editor-top-line .editor-hints.right{width:126px;left:calc(100% + 20px)}}.container.edit-photo .content .form .editor-wrapper .editor-bottom-line{z-index:2;border:1px dashed #fff;flex-direction:row;align-items:center;width:100%;height:0;display:flex;position:absolute;bottom:137px;left:0}@media screen and (width<=500px){.container.edit-photo .content .form .editor-wrapper .editor-bottom-line{display:none}}.container.edit-photo .content .form .editor-wrapper .editor-bottom-line .editor-hints{width:166px;left:calc(100% + 30px)}@media screen and (width<=1024px){.container.edit-photo .content .form .editor-wrapper .editor-bottom-line .editor-hints{width:126px;left:calc(100% + 20px)}}.container.edit-photo .content .form .editor-wrapper .editor-head-circle{z-index:2;border:2px dashed #fff;border-radius:1000px;width:172px;height:233px;position:absolute;top:72px}@media screen and (width<=500px){.container.edit-photo .content .form .editor-wrapper .editor-head-circle{display:none}}.container.edit-photo .content .form .editor-wrapper .editor-mask-mobile{object-fit:cover;border-radius:10px;width:100%;height:100%;display:none;position:absolute;top:0;left:0}@media screen and (width<=500px){.container.edit-photo .content .form .editor-wrapper .editor-mask-mobile{display:block}}.container.edit-photo .content .form .editor-wrapper .editor-canvas{border-radius:20px;width:100%;height:100%}.container.edit-photo .content .form .editor-wrapper .crop-canvas{display:none}.container.edit-photo .content .form .mobile-repalce-file-button-wrapper{flex-direction:row;justify-content:stretch;align-items:center;width:100%;display:none}@media screen and (width<=768px){.container.edit-photo .content .form .mobile-repalce-file-button-wrapper{display:flex}}.container.edit-photo .content .form .action-buttons{flex-direction:row;justify-content:space-between;align-items:center;gap:16px;width:100%;max-width:416px;margin-bottom:32px;display:flex}.container.edit-photo .content .form .repalce-file-button-wrapper{flex-direction:row;width:100%;max-width:416px;display:flex}@media screen and (width<=450px){.container.edit-photo .content .form .repalce-file-button-wrapper{margin-top:16px}}.container.edit-photo .content .form .repalce-file-button-wrapper .default-button{gap:12px}.container.upload-photo{z-index:1;background:#fff;border-radius:16px;flex-direction:row;justify-content:center;width:90%;max-width:480px;height:722px;display:flex;overflow:auto}@media screen and (width<=1024px){.container.upload-photo{justify-content:center;width:100%}}@media screen and (width<=768px){.container.upload-photo{width:90%}}@media screen and (width<=430px){.container.upload-photo{z-index:100;border-radius:0;width:100%;height:100%;position:absolute}}.container.upload-photo .content{flex-direction:column;gap:20px;width:100%;display:flex;overflow:auto}@media screen and (width<=1024px){.container.upload-photo .content{width:90%}}@media screen and (width<=430px){.container.upload-photo .content{width:100%;height:100%;max-height:calc(100% - 100px)}}.container.upload-photo .content .navbar-mobile-modal{display:none}@media screen and (width<=430px){.container.upload-photo .content .navbar-mobile-modal{flex-direction:column;align-items:center;width:100%;height:64px;display:flex}}.container.upload-photo .content .navbar-mobile-modal .content-navbar-mobile-modal{width:95%;height:64px}.container.upload-photo .content .navbar-mobile-modal .content-navbar-mobile-modal .btn-close-modal{background:0 0;border:none;margin-top:20px}.container.upload-photo .content .navbar-mobile-modal .line-navbar-mobile-modal{background:#e2e2e2;border:none;width:100%;height:1px}.container.upload-photo .content .title{color:#23231e;margin-top:32px;margin-left:32px;font-family:inter;font-size:24px;font-weight:600}@media screen and (width<=500px){.container.upload-photo .content .title{margin-top:24px;margin-left:16px;font-size:24px}}.container.upload-photo .content .subtitle{color:#8e8e83;text-align:center;font-family:rubik;font-size:14px;font-weight:500}@media screen and (width<=500px){.container.upload-photo .content .subtitle{display:none}}.container.upload-photo .content .forms{flex-direction:column;align-items:center;gap:20px;width:100%;display:flex}@media screen and (width<=500px){.container.upload-photo .content .forms{width:100%}}.container.upload-photo .content .forms .form{flex-direction:column;width:100%;max-width:416px;display:flex}@media screen and (width<=450px){.container.upload-photo .content .forms .form{width:calc(100% - 40px);padding:20px}}@media screen and (width<=1024px){.container.upload-photo .content .forms .form{max-width:946px}}.container.upload-photo .content .forms .form .form-title{color:#53504a;font-family:rubik;font-size:20px;font-weight:600}@media screen and (width<=520px){.container.upload-photo .content .forms .form .form-title{font-size:18px}}.container.upload-photo .content .forms .form .photo-examples-wrapper{flex-direction:row;gap:10px;display:flex}.container.upload-photo .content .forms .form .photo-examples-wrapper .upload-photo-and-qr-code{flex-direction:row;justify-content:space-between;width:100%;max-width:416px;height:200px;display:flex}.container.upload-photo .content .forms .form .photo-examples-wrapper .upload-photo-and-qr-code .upload-photo-block{cursor:pointer;border:2px dashed #3c5eec;border-radius:8px;justify-content:center;align-items:center;width:50%;max-width:200px;display:flex}@media screen and (width<=430px){.container.upload-photo .content .forms .form .photo-examples-wrapper .upload-photo-and-qr-code .upload-photo-block{width:100%;max-width:none}}.container.upload-photo .content .forms .form .photo-examples-wrapper .upload-photo-and-qr-code .upload-photo-block .choose-file{color:#3c5eec;font-family:inter;font-size:16px;font-weight:500}.container.upload-photo .content .forms .form .photo-examples-wrapper .upload-photo-and-qr-code .upload-photo-block-true{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:50%;max-width:200px;display:flex}.container.upload-photo .content .forms .form .photo-examples-wrapper .upload-photo-and-qr-code .upload-photo-block-true .photo-example{aspect-ratio:1;object-fit:cover;border-radius:8px;width:100%}.container.upload-photo .content .forms .form .photo-examples-wrapper .upload-photo-and-qr-code .upload-photo-block-true.picked{aspect-ratio:auto;border-radius:12px;max-width:min-content}.container.upload-photo .content .forms .form .photo-examples-wrapper .upload-photo-and-qr-code .qr-code{background:#f6f6f4;border:1px;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:50%;max-width:200px;display:none}@media screen and (width<=450px){.container.upload-photo .content .forms .form .photo-examples-wrapper .upload-photo-and-qr-code .qr-code{display:none}}.container.upload-photo .content .forms .form .photo-examples-wrapper .upload-photo-and-qr-code .qr-code .qr-code-image{width:100px;height:100px}.container.upload-photo .content .forms .form .photo-examples-wrapper .upload-photo-and-qr-code .qr-code .qr-code-text{color:#7b7b70;text-align:center;width:90%;max-width:159px;margin-top:12px;font-family:inter;font-size:12px}.container.upload-photo .content .forms .form .photo-requires{color:#7b7b70;margin-top:16px;font-family:inter;font-size:14px;font-weight:400}.container.upload-photo .content .forms .form .photo-requires.error{color:red}@media screen and (width<=320px){.container.upload-photo .content .forms .form .photo-requires{margin-top:0;font-size:12px}}.container.upload-photo .content .forms .form .pick-file-button-wrapper{max-width:400px}.container.upload-photo .content .forms .form .pick-file-button-wrapper input{display:none}.container.upload-photo .content .forms .form .pick-file-button-wrapper .default-button{gap:12px}.container.upload-photo .content .forms .form .block-divider-one,.container.upload-photo .content .forms .form .block-divider-two{width:95%;margin-top:24px}@media screen and (width<=430px){.container.upload-photo .content .forms .form .block-divider-two{display:none}}.container.upload-photo .content .forms .form .chose-hair-color{margin-top:24px}@media screen and (width<=430px){.container.upload-photo .content .forms .form .chose-hair-color{margin-top:0}}.container.upload-photo .content .forms .form .chose-hair-color .chose-hair-color-text{color:#23231e;font-family:inter}.container.upload-photo .content .forms .form .chose-hair-color .chose-hair-color-btn{flex-wrap:wrap;gap:8px;max-width:416px;margin-top:16px;display:flex}.container.upload-photo .content .forms .form .accept-agreement-wrapper{flex-direction:row;align-items:center;max-width:450px;margin-top:24px;display:flex}@media screen and (width<=430px){.container.upload-photo .content .forms .form .accept-agreement-wrapper{margin-top:90px}}.container.upload-photo .content .forms .form .accept-agreement-wrapper .accept-agreement-checkbox{-webkit-user-select:none;user-select:none;padding-left:30px;display:block;position:relative}.container.upload-photo .content .forms .form .accept-agreement-wrapper .accept-agreement-checkbox.error .accept-agreement-checkmark{border-color:red!important}.container.upload-photo .content .forms .form .accept-agreement-wrapper .accept-agreement-checkbox input{width:0;height:0}.container.upload-photo .content .forms .form .accept-agreement-wrapper .accept-agreement-checkbox input:checked~.accept-agreement-checkmark:after{display:block}.container.upload-photo .content .forms .form .accept-agreement-wrapper .accept-agreement-checkbox .accept-agreement-text{color:#23231e;font-family:inter;font-size:14px;font-weight:500}@media screen and (width<=450px){.container.upload-photo .content .forms .form .accept-agreement-wrapper .accept-agreement-checkbox .accept-agreement-text{font-size:12px}}.container.upload-photo .content .forms .form .accept-agreement-wrapper .accept-agreement-checkbox .accept-agreement-checkmark{background-color:#0000;border:1px solid #ddddc9;border-radius:3px;width:18px;height:18px;position:absolute;top:0;left:0}.container.upload-photo .content .forms .form .accept-agreement-wrapper .accept-agreement-checkbox .accept-agreement-checkmark:after{content:"✓";color:#8e8e83;text-align:center;width:18px;height:18px;font-size:18px;font-weight:600;line-height:18px;display:none;position:absolute}.container.upload-photo .content .forms .form .action-buttons{flex-direction:row;justify-content:space-between;align-items:center;margin-top:24px;display:flex}.container.upload-photo .content .forms .form .action-buttons.hidden{display:none}@media screen and (width<=320px){.container.upload-photo .content .forms .form .action-buttons .default-button{gap:10px;max-height:28px!important}.container.upload-photo .content .forms .form .action-buttons .default-button .text{font-size:12px}.container.upload-photo .content .forms .form .action-buttons .default-button svg{width:28px;height:28px}}.modal.book-format-info-wrapper{z-index:1;flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%;display:flex}@media screen and (width<=768px){.modal.book-format-info-wrapper{align-items:flex-start;overflow:scroll}}@media screen and (width<=450px){.modal.book-format-info-wrapper{overflow:hidden}}.modal.book-format-info-wrapper .book-format-info{background:#fff;border-radius:20px;width:100%;max-width:750px;height:100%;max-height:818px;overflow:auto}@media screen and (width<=768px){.modal.book-format-info-wrapper .book-format-info{max-width:calc(100% - 80px);height:auto;margin-top:76px;margin-bottom:76px;padding:20px}}@media screen and (width<=450px){.modal.book-format-info-wrapper .book-format-info{max-width:none;overflow:auto}}.modal.book-format-info-wrapper .book-format-info .book-format-info-close-wrapper{z-index:5;cursor:pointer;width:24px;height:24px;top:16px;right:16px}.modal.book-format-info-wrapper .book-format-info .book-format-info-content-wrapper{flex-direction:column;justify-content:space-between;align-items:stretch;gap:17px;height:100%;display:flex}.modal.book-format-info-wrapper .book-format-info .book-format-info-content-wrapper .book-format-info-header{background:#fff;border-radius:20px;flex-direction:row;justify-content:space-between;align-items:center;width:calc(100% - 40px);height:44px;padding:14px 20px;display:flex}.modal.book-format-info-wrapper .book-format-info .book-format-info-content-wrapper .book-format-info-header .book-format-info-header-title{color:#000;letter-spacing:-.03em;padding-left:10px;font-family:inter;font-size:20px;font-weight:600;line-height:19px}.modal.book-format-info-wrapper .book-format-info .book-format-info-content-wrapper .book-format-info-content{grid-template-columns:1fr;gap:10px;display:grid}@media screen and (width<=768px){.modal.book-format-info-wrapper .book-format-info .book-format-info-content-wrapper .book-format-info-content{flex-direction:column;gap:8px;display:flex}}.modal.book-format-info-wrapper .book-format-info .book-format-info-content-wrapper .book-format-info-content .book-format-info-description{background:#fff;border-radius:20px;flex-direction:column-reverse;justify-content:space-between;gap:30px;padding:30px;display:flex}.modal.book-format-info-wrapper .book-format-info .book-format-info-content-wrapper .book-format-info-content .book-format-info-description .book-format-info-description-text{color:#23231e;white-space:pre-wrap;letter-spacing:-.03em;width:100%;font-family:interLight;font-size:16px;font-weight:500;line-height:19px}.modal.book-format-info-wrapper .book-format-info .book-format-info-content-wrapper .book-format-info-content .book-format-info-description .book-format-info-description-image{border-radius:20px;width:100%;height:180px}@media screen and (width<=425px){.modal.book-format-info-wrapper .book-format-info .book-format-info-content-wrapper .book-format-info-content .book-format-info-description .book-format-info-description-image{border-radius:10px}}.modal.book-format-info-wrapper .book-format-info .book-format-info-content-wrapper .book-format-info-content .book-format-info-stats{flex-direction:column;gap:10px;display:flex}@media screen and (width<=768px){.modal.book-format-info-wrapper .book-format-info .book-format-info-content-wrapper .book-format-info-content .book-format-info-stats{gap:8px}}.modal.book-format-info-wrapper .book-format-info .book-format-info-content-wrapper .book-format-info-content .book-format-info-stats .book-format-info-stats-cover{background:#fff;border-radius:20px;flex-direction:column;gap:16px;padding:30px;display:flex}.modal.book-format-info-wrapper .book-format-info .book-format-info-content-wrapper .book-format-info-content .book-format-info-stats .book-format-info-stats-pages{background:#fff;border-radius:20px;flex-direction:column;flex:1;gap:16px;padding:30px;display:flex}.modal.book-format-info-wrapper .book-format-info .book-format-info-content-wrapper .book-format-info-content .book-format-info-stats .book-format-info-stats-title{color:#23231e;font-family:inter;font-size:16px;font-weight:500}.modal.book-format-info-wrapper .book-format-info .book-format-info-content-wrapper .book-format-info-content .book-format-info-stats .book-format-info-stats-rows{grid-template-columns:95px 1fr;gap:16px 12px;display:grid}.modal.book-format-info-wrapper .book-format-info .book-format-info-content-wrapper .book-format-info-content .book-format-info-stats .book-format-info-stats-rows .book-format-info-stats-row-name{color:#7b7b70;letter-spacing:-.03em;min-width:200px;font-family:inter;font-size:16px;font-weight:500;line-height:19px}.modal.book-format-info-wrapper .book-format-info .book-format-info-content-wrapper .book-format-info-content .book-format-info-stats .book-format-info-stats-rows .book-format-info-stats-row-value{color:#23231e;letter-spacing:-.03em;text-align:right;font-family:inter;font-size:16px;font-weight:500;line-height:19px}.modal.book-format-info-wrapper .book-format-info .dvider-book-footer{justify-content:center;align-items:center;width:90%;margin-left:25px;display:flex}.modal.page-text-editor-wrapper{z-index:1;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:480px;display:flex}.modal.page-text-editor-wrapper .page-text-editor{background:#fff;border-radius:20px;flex-direction:column;gap:15px;width:100%;max-width:474px;padding:30px;display:flex}@media screen and (width<=425px){.modal.page-text-editor-wrapper .page-text-editor{max-width:295px}}.modal.page-text-editor-wrapper .page-text-editor .change-text{color:#23231e;font-family:inter;font-size:24px}.modal.page-text-editor-wrapper .page-text-editor .editor-text-area{resize:none;background:#fff;border:1px solid #ccc;border-radius:10px;outline:none;height:18px;max-height:304px;padding:10px;font-family:interLight;font-size:16px;font-weight:500;line-height:24px}@media screen and (width<=425px){.modal.page-text-editor-wrapper .page-text-editor .editor-text-area{max-height:464px}}.modal.page-text-editor-wrapper .page-text-editor .editor-tools{flex-direction:column;gap:10px;display:flex}.modal.page-text-editor-wrapper .page-text-editor .editor-tools .editor-tools-remain-wrapper{flex-direction:row;display:flex}.modal.page-text-editor-wrapper .page-text-editor .editor-tools .editor-tools-remain-wrapper .editor-tools-remain-buton{flex-direction:row;justify-content:center;align-items:center;width:35px;height:35px;display:flex}.modal.page-text-editor-wrapper .page-text-editor .editor-tools .editor-tools-remain-wrapper .editor-tools-remain{color:#8e8e83;font-family:inter;font-size:12px;font-weight:400}.modal.page-text-editor-wrapper .page-text-editor .editor-tools .editor-tools-buttons{flex-direction:row;justify-content:center;gap:10px;width:100%;display:flex}.modal.replace-image-wrapper{z-index:1;background:#fff;flex-direction:row;justify-content:center;align-items:center;height:100%;max-height:900px;margin-top:10px;padding-top:20px;padding-bottom:10px;display:flex;overflow:scroll}.modal.replace-image-wrapper::-webkit-scrollbar{width:1px;height:1px}.modal.replace-image-wrapper::-webkit-scrollbar-track{background:0 0}.modal.replace-image-wrapper::-webkit-scrollbar-thumb{background-color:#dfdfdf42;border-radius:2px}@media screen and (width<=450px){.modal.replace-image-wrapper{justify-content:center;align-items:center;height:100%}}.modal.replace-image-wrapper .replace-image{border-radius:20px;flex-direction:column;gap:50px;width:100%;max-width:508px;height:100%;padding:30px;display:flex;position:relative}@media screen and (width<=1440px){.modal.replace-image-wrapper .replace-image{gap:20px!important}}@media screen and (width<=450px){.modal.replace-image-wrapper .replace-image{gap:32px;width:100%;height:100%;max-height:100%;padding:50px 20px 20px;overflow-y:auto}}.modal.replace-image-wrapper .replace-image .replace-image-close-wrapper{cursor:pointer;width:20px;height:20px;position:absolute;top:20px;right:20px}.modal.replace-image-wrapper .replace-image .replace-image-content{flex-direction:column;align-items:stretch;gap:40px;display:flex}@media screen and (width<=425px){.modal.replace-image-wrapper .replace-image .replace-image-content{gap:20px}}.modal.replace-image-wrapper .replace-image .replace-image-content .replace-image-header{flex-direction:column;gap:10px;display:flex}.modal.replace-image-wrapper .replace-image .replace-image-content .replace-image-header .title{color:#23231e;font-family:inter;font-size:30px;font-weight:500;line-height:30px}.modal.replace-image-wrapper .replace-image .replace-image-content .replace-image-header .subtitle{color:#7b7b70;width:363px;font-family:interLight;font-size:14px;font-weight:500}.modal.replace-image-wrapper .replace-image .replace-image-content .replace-image-upload{flex-direction:column;gap:20px;display:flex}.modal.replace-image-wrapper .replace-image .replace-image-content .replace-image-upload .replace-image-upload-title{color:#23231e;font-family:inter;font-size:20px;font-weight:600}.modal.replace-image-wrapper .replace-image .replace-image-content .replace-image-upload .replace-image-uploaded-wrapper{flex-direction:row;align-items:flex-start;gap:10px;width:170px;display:flex;position:relative}.modal.replace-image-wrapper .replace-image .replace-image-content .replace-image-upload .replace-image-uploaded-wrapper .replace-image-uploaded{border-radius:10px;width:200px;height:200px}@media screen and (width<=425px){.modal.replace-image-wrapper .replace-image .replace-image-content .replace-image-upload .replace-image-uploaded-wrapper .replace-image-uploaded{width:170px;height:175px}}.modal.replace-image-wrapper .replace-image .replace-image-content .replace-image-upload .replace-image-uploaded-wrapper .edit-image-button{position:absolute;top:5px;right:5px}.modal.replace-image-wrapper .replace-image .replace-image-content .replace-image-upload .photo-requires{color:#7b7b70;font-family:interLight;font-size:14px;font-weight:500}.modal.replace-image-wrapper .replace-image .replace-image-content .replace-image-upload .photo-requires.error{color:red}.modal.replace-image-wrapper .replace-image .replace-image-content .replace-image-upload .pick-file-button-wrapper{flex-direction:column;align-items:stretch;display:flex}.modal.replace-image-wrapper .replace-image .replace-image-content .replace-image-upload .pick-file-button-wrapper input{display:none}.modal.replace-image-wrapper .replace-image .replace-image-content .replace-image-upload .pick-file-button-wrapper .default-button{gap:12px}.modal.replace-image-wrapper .replace-image .replace-image-content .name-block,.modal.replace-image-wrapper .replace-image .replace-image-content .age-block{flex-direction:row;display:flex}.modal.replace-image-wrapper .replace-image .replace-image-content .replace-image-hairs-wrapper{flex-direction:column;gap:10px;display:flex}.modal.replace-image-wrapper .replace-image .replace-image-content .replace-image-hairs-wrapper .replace-image-hairs-title{color:#53504a;font-family:inter;font-size:14px;font-weight:500}.modal.replace-image-wrapper .replace-image .replace-image-content .replace-image-hairs-wrapper .replace-image-hairs{flex-flow:wrap;align-items:center;gap:10px;display:flex}@media screen and (width<=450px){.modal.replace-image-wrapper .replace-image .replace-image-content .replace-image-hairs-wrapper .replace-image-hairs{gap:10px;margin-top:10px}}.modal.replace-image-wrapper .replace-image .replace-image-actions{flex-direction:column;align-items:stretch;display:flex}.modal.replace-image-wrapper .replace-image .replace-image-actions .default-button{justify-content:space-between}.modal.edit-image-wrapper{z-index:1;flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.modal.edit-image-wrapper .edit-image{background:#f4f4e3;border-radius:20px;flex-direction:column;align-items:center;gap:30px;width:100%;max-width:1100px;max-height:616px;padding:30px;display:flex;position:relative}@media screen and (width<=1024px){.modal.edit-image-wrapper .edit-image{max-width:886px;max-height:576px}}@media screen and (width<=425px){.modal.edit-image-wrapper .edit-image{gap:20px;max-width:335px;max-height:367px;padding:10px 10px 30px;position:static}}.modal.edit-image-wrapper .edit-image .edit-image-close-wrapper{cursor:pointer;width:20px;height:20px;position:absolute;top:20px;right:20px}@media screen and (width<=425px){.modal.edit-image-wrapper .edit-image .edit-image-close-wrapper path{stroke:#fcfcee}}.modal.edit-image-wrapper .edit-image .tools-wrapper{background:#ddddc9;border-radius:20px;flex-direction:row;align-items:stretch;gap:30px;padding:16px 30px;display:flex}@media screen and (width<=425px){.modal.edit-image-wrapper .edit-image .tools-wrapper{gap:20px;width:calc(100% - 60px)}}.modal.edit-image-wrapper .edit-image .tools-wrapper .tool-wrapper{cursor:pointer;flex-direction:row;justify-content:center;align-items:center;display:flex}.modal.edit-image-wrapper .edit-image .tools-wrapper .tool-wrapper:first-child svg,.modal.edit-image-wrapper .edit-image .tools-wrapper .tool-wrapper:nth-child(2) svg{width:14px;height:11px}.modal.edit-image-wrapper .edit-image .tools-wrapper .tool-wrapper:nth-child(3) svg{width:20px;height:15px}.modal.edit-image-wrapper .edit-image .tools-wrapper .tool-wrapper:nth-child(5) svg{width:15px;height:15px}.modal.edit-image-wrapper .edit-image .tools-wrapper .tool-wrapper:nth-child(6) svg{width:13px;height:15px}.modal.edit-image-wrapper .edit-image .tools-wrapper .tool-wrapper:nth-child(8) svg,.modal.edit-image-wrapper .edit-image .tools-wrapper .tool-wrapper:nth-child(9) svg{width:15px;height:15px}.modal.edit-image-wrapper .edit-image .tools-wrapper .tools-divider{background:#53504a;border-radius:100px;min-width:2px}.modal.edit-image-wrapper .edit-image .editor-wrapper{border-radius:20px;justify-content:center;width:600px;height:445px;display:flex;position:relative}@media screen and (width<=1024px){.modal.edit-image-wrapper .edit-image .editor-wrapper{width:600px;height:405px}}.modal.edit-image-wrapper .edit-image .editor-wrapper input{display:none}.modal.edit-image-wrapper .edit-image .editor-wrapper .editor-cover{z-index:5;width:100%;height:100%;position:absolute;top:0;left:0}@media screen and (width<=425px){.modal.edit-image-wrapper .edit-image .editor-wrapper{width:100%;height:226px}}.modal.edit-image-wrapper .edit-image .editor-wrapper .editor-hints{color:#8e8e83;font-family:rubik;font-size:14px;font-weight:500;position:absolute}@media screen and (width<=768px){.modal.edit-image-wrapper .edit-image .editor-wrapper .editor-hints{display:none}}.modal.edit-image-wrapper .edit-image .editor-wrapper .editor-left-hider{z-index:1;opacity:.8;background:#53504acc;border-radius:20px 0 0 20px;width:100px;height:100%;position:absolute;top:0;left:0}@media screen and (width<=425px){.modal.edit-image-wrapper .edit-image .editor-wrapper .editor-left-hider{border-radius:20px 0 0;width:66px;height:calc(100% - 23px)}}.modal.edit-image-wrapper .edit-image .editor-wrapper .editor-right-hider{z-index:1;opacity:.8;background:#53504acc;border-radius:0 20px 20px 0;width:100px;height:100%;position:absolute;top:0;right:0}@media screen and (width<=425px){.modal.edit-image-wrapper .edit-image .editor-wrapper .editor-right-hider{border-radius:0 20px 0 0;width:66px;height:calc(100% - 23px)}}.modal.edit-image-wrapper .edit-image .editor-wrapper .editor-down-hider{z-index:1;opacity:.8;background:#53504acc;width:calc(100% - 200px);height:45px;position:absolute;bottom:0;right:100px}@media screen and (width<=425px){.modal.edit-image-wrapper .edit-image .editor-wrapper .editor-down-hider{border-radius:0 0 20px 20px;width:100%;height:23px;left:0}}.modal.edit-image-wrapper .edit-image .editor-wrapper .editor-center-line{z-index:2;border:1px dashed #fff;width:0;height:100%;position:absolute}.modal.edit-image-wrapper .edit-image .editor-wrapper .editor-top-line{z-index:2;border:1px dashed #fff;flex-direction:row;align-items:center;width:100%;height:0;display:flex;position:absolute;top:72px;left:0}@media screen and (width<=425px){.modal.edit-image-wrapper .edit-image .editor-wrapper .editor-top-line{top:37px}}.modal.edit-image-wrapper .edit-image .editor-wrapper .editor-top-line .editor-hints.left{width:142px;bottom:12px;left:-172px}@media screen and (width<=1024px){.modal.edit-image-wrapper .edit-image .editor-wrapper .editor-top-line .editor-hints.left{bottom:6px;left:-146px}}.modal.edit-image-wrapper .edit-image .editor-wrapper .editor-top-line .editor-hints.right{width:162px;left:calc(100% + 30px)}@media screen and (width<=1024px){.modal.edit-image-wrapper .edit-image .editor-wrapper .editor-top-line .editor-hints.right{width:126px;left:calc(100% + 20px)}}.modal.edit-image-wrapper .edit-image .editor-wrapper .editor-bottom-line{z-index:2;border:1px dashed #fff;flex-direction:row;align-items:center;width:100%;height:0;display:flex;position:absolute;bottom:137px;left:0}@media screen and (width<=425px){.modal.edit-image-wrapper .edit-image .editor-wrapper .editor-bottom-line{bottom:70px}}.modal.edit-image-wrapper .edit-image .editor-wrapper .editor-bottom-line .editor-hints{width:166px;left:calc(100% + 30px)}@media screen and (width<=1024px){.modal.edit-image-wrapper .edit-image .editor-wrapper .editor-bottom-line .editor-hints{width:126px;left:calc(100% + 20px)}}.modal.edit-image-wrapper .edit-image .editor-wrapper .editor-head-circle{z-index:2;border:2px dashed #fff;border-radius:1000px;width:172px;height:233px;position:absolute;top:72px}@media screen and (width<=425px){.modal.edit-image-wrapper .edit-image .editor-wrapper .editor-head-circle{width:87px;height:115px;top:37px}}.modal.edit-image-wrapper .edit-image .editor-wrapper .editor-canvas{width:100%;height:100%}.modal.edit-image-wrapper .edit-image .action-buttons{flex-direction:row;flex:1;justify-content:center;align-items:center;width:100%;display:flex}.modal.edit-image-wrapper .edit-image .action-buttons .default-button{gap:12px}
/*# sourceMappingURL=index.4214dc22.css.map */
