: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:hsla(0,0%,100%,.7);--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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;-webkit-box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:-webkit-box;display:flex;margin-bottom:1rem;min-height:64px;min-height:var(--toastify-toast-min-height);padding:8px;position:relative;-ms-flex-pack:justify;-webkit-box-pack:justify;cursor:default;direction:ltr;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;max-height:800px;max-height:var(--toastify-toast-max-height);overflow:hidden;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{-ms-flex:1 1 auto;margin:auto 0;-webkit-box-flex:1;display:-ms-flexbox;display:-webkit-box;display:flex;flex:1 1 auto;padding:6px;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.Toastify__toast-body>div:last-child{-ms-flex:1;word-break:break-word;-webkit-box-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-right:10px;width:20px;-ms-flex-negative:0;display:-ms-flexbox;display:-webkit-box;display:flex;flex-shrink:0}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:-webkit-gradient(linear,left top,right top,from(#4cd964),color-stop(#5ac8fa),color-stop(#007aff),color-stop(#34aadc),color-stop(#5856d6),to(#ff2d55));background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;-webkit-transition:.3s ease;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);-webkit-box-sizing:border-box;box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@font-face{font-family:Roboto-Regular;font-style:normal;font-weight:400;src:url(/fonts/Roboto-Regular.160d7a6ac26376e5e977.ttf) format("truetype")}@font-face{font-family:Roboto-Medium;font-style:normal;font-weight:500;src:url(/fonts/Roboto-Medium.2699aefade440f0e338f.ttf) format("truetype")}@font-face{font-family:Roboto-Bold;font-style:normal;font-weight:700;src:url(/fonts/Roboto-Bold.35eab922fdbe4b5324d4.ttf) format("truetype")}@font-face{font-family:Inter-Bold;font-style:normal;font-weight:700;src:url(/fonts/Inter-Bold.9aab1ebe6bd16660e37e.ttf) format("truetype")}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}*{font:inherit;margin:0;padding:0}ol,ul{list-style:none;list-style-type:none}html:focus-within{scroll-behavior:smooth}body,html{height:100%}body{background-color:#121212;line-height:1.8;text-rendering:optimizeSpeed}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img,picture,svg{display:block;max-width:100%}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,:after,:before{-webkit-animation-duration:.01ms!important;animation-duration:.01ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;scroll-behavior:auto!important;-webkit-transition-duration:.01ms!important;transition-duration:.01ms!important}}iframe{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.container{margin:0 auto;max-width:1440px;padding:0 32px;width:100%}@media screen and (max-width:768px){.container{padding:0 16px}}.root{color:#f1f1f1;display:grid;font-family:Roboto,sans-serif;font-weight:300;grid-template-rows:1fr auto;height:100%;letter-spacing:.05em;min-height:100vh;overflow-x:hidden;overflow-y:scroll;position:relative;scroll-behavior:smooth;width:100vw;z-index:0}.root_no-scroll{overflow:hidden}.form{max-width:680px;width:100%}@media screen and (max-width:1024px){.form{max-width:610px}}.form-group,.form-group-row{display:-webkit-box;display:-ms-flexbox;display:flex}.form-group-row{-webkit-box-pack:justify;-ms-flex-pack:justify;gap:80px;justify-content:space-between;margin-bottom:42px}@media screen and (max-width:1024px){.form-group-row{gap:20px}}@media screen and (max-width:768px){.form-group-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:34px;margin-bottom:34px}}.form-group-row:last-child{margin-bottom:0}.link{color:#f1f1f1;-webkit-transition:color .3s ease;transition:color .3s ease}.link:hover{color:#006cb2}:root{--toastify-icon-color-success:#ffbc00;--toastify-color-progress-success:#ffbc00;--toastify-icon-color-error:#ff4100;--toastify-color-progress-error:#ff4100;--toastify-icon-color-info:#0188dd;--toastify-color-progress-info:#0188dd;--toastify-text-color-dark:#f1f1f1}.Toastify__close-button{color:#f1f1f1;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.Toastify__toast-theme--dark{-webkit-backdrop-filter:blur(5px) brightness(80%);backdrop-filter:blur(5px) brightness(80%);background-color:rgba(0,108,178,.5)}.cards{-webkit-backdrop-filter:blur(15px) brightness(60%);backdrop-filter:blur(15px) brightness(60%);background:url(/images/work-process-large.be99b141790d4fc21434.jpg);background-position:top;background-repeat:no-repeat;background-size:cover;padding:140px 0;position:relative;z-index:0}@media screen and (max-width:1024px){.cards{background:url(/images/work-process-medium.11110d3006c5fccd815e.jpg);padding:86px 0 100px}}@media screen and (max-width:768px){.cards{background:url(/images/work-process-small.6d446a34cfb9e68ce924.jpg);padding:68px 0 80px}}@media screen and (max-width:576px){.cards{padding:52px 0 72px}}.cards:before{-webkit-backdrop-filter:brightness(60%);backdrop-filter:brightness(60%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.cards__container{position:relative;z-index:2}.cards__heading{font-family:Roboto,sans-serif;font-size:48px;font-weight:500;letter-spacing:.05em;line-height:54px;margin-bottom:80px;text-align:center}@media screen and (max-width:1024px){.cards__heading{text-align:center}}@media screen and (max-width:768px){.cards__heading{font-size:36px;line-height:42px}}@media screen and (max-width:576px){.cards__heading{font-size:28px;line-height:32px}}@media screen and (max-width:768px){.cards__heading{margin-bottom:74px}}.cards__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;gap:86px;justify-content:center}@media screen and (max-width:1024px){.cards__list{gap:48px}}@media screen and (max-width:768px){.cards__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:64px}}@media screen and (max-width:576px){.cards__list{margin:0 -16px}}.card{background-attachment:fixed;background-image:url(/images/cubes-large.d9243fd716d1a18777f1.jpg);background-position:50%;background-repeat:no-repeat;background-size:100% auto;-webkit-box-shadow:0 0 20px 4px hsla(0,0%,95%,.7);box-shadow:0 0 20px 4px hsla(0,0%,95%,.7);height:540px;width:380px}@media screen and (max-width:1024px){.card{background-image:url(/images/cubes-medium.b92ceb1684de19f63b3b.jpg);height:466px;width:320px}}@media screen and (max-width:768px){.card{height:256px;max-width:483px;width:100%}}@media screen and (max-width:576px){.card{-webkit-box-shadow:none;box-shadow:none}}.card__content{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:40px;position:relative;z-index:0}.card__content:before{-webkit-backdrop-filter:blur(10px) brightness(40%);backdrop-filter:blur(10px) brightness(40%);bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:-2}@media screen and (max-width:768px){.card__content{gap:32px;overflow:hidden;padding-bottom:32px}}.card__logo{height:280px;left:calc(50% - 140px);opacity:.3;position:absolute;top:120px;width:280px;z-index:-1;stroke:none}@media screen and (max-width:1024px){.card__logo{height:260px;left:calc(50% - 130px);top:88px;width:260px}}@media screen and (max-width:768px){.card__logo{bottom:-80px;height:200px;left:-80px;width:200px}}.card__heading{-webkit-backdrop-filter:blur(10px) brightness(40%);backdrop-filter:blur(10px) brightness(40%);background:rgba(255,188,0,.5);display:block;font-size:36px;font-weight:500;line-height:42px;padding:19px 0;text-align:center;text-transform:uppercase;width:300px}@media screen and (max-width:1024px){.card__heading{font-size:32px;line-height:36px}}@media screen and (max-width:768px){.card__heading{font-size:28px;line-height:32px}}.card__heading_blue{background:rgba(0,108,178,.5)}@media screen and (max-width:1024px){.card__heading{padding:17px 0;width:252px}}@media screen and (max-width:768px){.card__heading{padding:14px 0;width:100%}}.card__description{font-size:20px;letter-spacing:.05em;line-height:24px;max-width:300px;text-align:center}@media screen and (max-width:1024px){.card__description{font-size:18px;line-height:22px;max-width:252px}}@media screen and (max-width:768px){.card__description{max-width:232px}}@media screen and (max-width:576px){.card__description{font-size:16px;line-height:20px}}@media screen and (max-width:768px){.card__button{height:40px}}@media screen and (max-width:576px){.card__button{height:40px;margin:0 auto;width:calc(100% - 32px)}}.error{height:100vh;width:100vw}.error,.error__content{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.error__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;z-index:0}.error__heading{font-family:Roboto,sans-serif;font-size:64px;font-weight:700;line-height:72px;margin-bottom:40px}@media screen and (max-width:1024px){.error__heading{font-size:52px;line-height:56px}}@media screen and (max-width:768px){.error__heading{font-size:42px;line-height:46px}}@media screen and (max-width:576px){.error__heading{font-size:38px;line-height:42px}}.error__subheading{color:#ff4100;font-family:Roboto,sans-serif;font-size:48px;font-weight:500;letter-spacing:.05em;line-height:54px;margin-bottom:100px}@media screen and (max-width:1024px){.error__subheading{text-align:center}}@media screen and (max-width:768px){.error__subheading{font-size:36px;line-height:42px}}@media screen and (max-width:576px){.error__subheading{font-size:28px;line-height:32px}}.error__text{font-size:20px;font-weight:300;line-height:28px;margin-bottom:48px;text-align:center}@media screen and (max-width:1024px){.error__text{font-size:18px;line-height:26px}}@media screen and (max-width:768px){.error__text{font-size:16px;line-height:20px}}.error__logo{height:400px;left:calc(50% - 200px);opacity:.2;position:absolute;top:calc(50% - 200px);width:400px;z-index:-1}@media screen and (max-width:576px){.error__logo{height:300px;left:calc(50% - 150px);top:calc(50% - 150px);width:300px}}.about-us{padding:80px 0}.about-us__heading{font-family:Roboto,sans-serif;font-size:48px;font-weight:500;letter-spacing:.05em;line-height:54px;margin-bottom:94px;text-align:center}@media screen and (max-width:1024px){.about-us__heading{text-align:center}}@media screen and (max-width:768px){.about-us__heading{font-size:36px;line-height:42px}}@media screen and (max-width:576px){.about-us__heading{font-size:28px;line-height:32px}}.about-us__heading i{color:#ffbc00}.about-us__contant{margin:0 auto;max-width:998px;width:100%}@media screen and (max-width:768px){.about-us__contant{position:relative;z-index:0}}.about-us__logo{float:left;height:320px;padding:0 20px 20px 0;width:320px}@media screen and (max-width:768px){.about-us__logo{float:none;height:300px;left:calc(50% - 150px);opacity:.5;padding:0;position:absolute;top:calc(50% - 150px);width:300px;z-index:-1}}.about-us__text{font-size:20px;font-weight:300;line-height:28px;white-space:pre-line}@media screen and (max-width:1024px){.about-us__text{font-size:18px;line-height:26px}}@media screen and (max-width:768px){.about-us__text{font-size:16px;line-height:20px}}.button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-backdrop-filter:blur(5px) brightness(60%);backdrop-filter:blur(5px) brightness(60%);background:none;border:2px solid;color:#ffbc00;cursor:pointer;font-size:20px;font-weight:500;height:48px;justify-content:center;line-height:20px;max-width:224px;padding:0 12px;text-align:center;-webkit-text-decoration:none;text-decoration:none;text-transform:uppercase;-webkit-transition:all .3s ease;transition:all .3s ease;width:100%}@media screen and (max-width:768px){.button{max-width:218px}}@media screen and (max-width:576px){.button{height:40px;max-width:none}}.button:disabled{background:none;cursor:default;opacity:.5}.button--small{font-size:16px;font-weight:500;height:40px;line-height:18px;max-width:160px}@media screen and (max-width:576px){.button--small{max-width:100%}}.button--primary{border-color:#ffbc00}.button--primary:hover:not(:disabled){background:rgba(255,188,0,.5);border-color:rgba(255,188,0,.5);color:#121212}.button--secondary{border-color:#006cb2}.button--secondary:hover:not(:disabled){background:rgba(0,108,178,.5);border-color:rgba(0,108,178,.5);color:#f1f1f1}.backdrop{-webkit-backdrop-filter:blur(15px) brightness(60%);backdrop-filter:blur(15px) brightness(60%);background-color:hsla(0,0%,7%,.5);display:block;height:100vh;left:0;position:absolute;top:0;width:100vw;z-index:10}.checkbox,.checkbox__checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.checkbox__checkbox{border-radius:50%;cursor:pointer;height:32px;position:relative;-webkit-transition:background-color .3s ease;transition:background-color .3s ease;width:32px;z-index:0}.checkbox__checkbox:hover{background-color:rgba(0,108,178,.5)}.checkbox__checkbox:after{background:#121212;border:2px solid #006cb2;content:"";display:block;height:20px;width:20px}.checkbox__checkbox:before{border-bottom:2px solid #ffbc00;border-left:2px solid #ffbc00;content:"";display:block;height:6px;left:12px;opacity:0;position:absolute;top:12px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:opacity .3s ease;transition:opacity .3s ease;width:9px;z-index:1}.checkbox__input{height:0;opacity:0;width:0}.checkbox__input:checked~.checkbox__checkbox:before{opacity:1}.text-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.text-field__label{-webkit-box-ordinal-group:0;-ms-flex-order:-1;color:#ffbc00;cursor:pointer;font-size:14px;font-weight:400;line-height:18px;margin:0 18px;order:-1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.text-field__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:none;border:none;border-bottom:1px solid #006cb2;color:#f1f1f1;font-size:18px;font-weight:400;height:48px;line-height:18px;margin-bottom:20px;outline:none;padding:0 18px;-webkit-transition:background .3s ease;transition:background .3s ease;width:100%}.text-field__input:focus,.text-field__input:hover{background:rgba(0,108,178,.5)}.text-field__input:focus::-webkit-input-placeholder,.text-field__input:hover::-webkit-input-placeholder{color:#121212}.text-field__input:focus::-moz-placeholder,.text-field__input:hover::-moz-placeholder{color:#121212}.text-field__input:focus:-ms-input-placeholder,.text-field__input:hover:-ms-input-placeholder{color:#121212}.text-field__input:focus::-ms-input-placeholder,.text-field__input:hover::-ms-input-placeholder{color:#121212}.text-field__input:focus::placeholder,.text-field__input:hover::placeholder{color:#121212}.text-field__input:disabled,.text-field__input:disabled:hover{background:none;opacity:.5}.text-field__input:disabled:hover~.text-field__label,.text-field__input:disabled~.text-field__label{cursor:default;opacity:.5}.text-field__input::-webkit-input-placeholder{color:rgba(0,108,178,.5);-webkit-transition:color .3s ease;transition:color .3s ease}.text-field__input::-moz-placeholder{color:rgba(0,108,178,.5);-moz-transition:color .3s ease;transition:color .3s ease}.text-field__input:-ms-input-placeholder{color:rgba(0,108,178,.5);-ms-transition:color .3s ease;transition:color .3s ease}.text-field__input::-ms-input-placeholder{color:rgba(0,108,178,.5);-ms-transition:color .3s ease;transition:color .3s ease}.text-field__input::placeholder{color:rgba(0,108,178,.5);-webkit-transition:color .3s ease;transition:color .3s ease}.text-field__input--error{margin-bottom:0}.text-field__error{color:#ff4100;font-size:14px;font-weight:300;line-height:20px}@-webkit-keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.preloader-ring{display:inline-block;height:80px;position:relative;width:80px}.preloader-ring div{-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid transparent;border-radius:50%;border-top-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;height:64px;margin:8px;position:absolute;width:64px}.preloader-ring div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.preloader-ring div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.preloader-ring div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes preloader-dots{0%{opacity:1}50%,to{opacity:.5}}@keyframes preloader-dots{0%{opacity:1}50%,to{opacity:.5}}.preloader-dots{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.preloader-dots div{-webkit-animation:preloader-dots 1.5s cubic-bezier(0,.5,.5,1) infinite;animation:preloader-dots 1.5s cubic-bezier(0,.5,.5,1) infinite;background:#fff;border-radius:50%;height:10px;opacity:.5;width:10px}.preloader-dots div:first-child{-webkit-animation-delay:-.24s;animation-delay:-.24s}.preloader-dots div:nth-child(2){-webkit-animation-delay:-.12s;animation-delay:-.12s}.preloader-dots div:nth-child(3){-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes hidePreloader{to{height:0}}@keyframes hidePreloader{to{height:0}}@-webkit-keyframes showMessage{0%{height:0;width:0}to{height:-webkit-fit-content;height:fit-content;min-width:200px;width:-webkit-fit-content;width:fit-content}}@keyframes showMessage{0%{height:0;width:0}to{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-width:200px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.chat-gpt{padding:160px 0 80px}@media screen and (max-width:1024px){.chat-gpt{padding:80px 0 50px}}@media screen and (max-width:768px){.chat-gpt{padding:120px 0 60px}}.chat-gpt__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:110px;min-height:732px}@media screen and (max-width:1024px){.chat-gpt__container{position:relative;z-index:0}}@media screen and (max-width:576px){.chat-gpt__container{background-image:url(/images/chart-gpt-small.e66889a676d5ae659f88.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;margin:0 -16px;min-height:732px;padding:28px 16px;position:static}}.chat-gpt__heading{display:block;font-family:Roboto,sans-serif;font-size:48px;font-weight:500;letter-spacing:.05em;line-height:54px;margin:0 auto 80px;max-width:976px;text-align:right;width:100%}@media screen and (max-width:1024px){.chat-gpt__heading{text-align:center}}@media screen and (max-width:768px){.chat-gpt__heading{font-size:36px;line-height:42px}}@media screen and (max-width:576px){.chat-gpt__heading{font-size:28px;line-height:32px}}@media screen and (max-width:1024px){.chat-gpt__heading{margin-bottom:74px;text-align:center}}.chat-gpt__phone-img{height:700px;width:346}@media screen and (max-width:1024px){.chat-gpt__phone-img{left:calc(50% - 173px);position:absolute;top:0;z-index:-1}}@media screen and (max-width:576px){.chat-gpt__phone-img{display:none}}.chat-gpt__messages{max-width:520px;width:100%;-ms-flex-item-align:start;align-self:flex-start}@media screen and (max-width:576px){.chat-gpt__messages{max-width:320px}}.chat-gpt__message{margin-bottom:42px;padding-top:60px;position:relative;width:100%;z-index:0}.chat-gpt__message:last-child{margin-bottom:0}@media screen and (max-width:576px){.chat-gpt__message{padding-top:26px}}.chat-gpt__message--user .chat-gpt__message-avatar{right:0}.chat-gpt__message--user .chat-gpt__message-container{background-color:#0188dd;margin:0 37px 0 auto}@media screen and (max-width:576px){.chat-gpt__message--user .chat-gpt__message-container{margin:0 20px 0 auto}}.chat-gpt__message--ai .chat-gpt__message-avatar{left:0}.chat-gpt__message--ai .chat-gpt__message-container{background-color:#2a2a2a;margin:0 auto 0 37px}@media screen and (max-width:576px){.chat-gpt__message--ai .chat-gpt__message-container{margin:0 20px}}.chat-gpt__message-avatar{background:#121212;border-radius:50%;height:74px;position:absolute;top:0;width:74px;z-index:2}@media screen and (max-width:576px){.chat-gpt__message-avatar{height:42px;width:42px}}.chat-gpt__message-avatar-img{height:100%;width:100%}.chat-gpt__message-container{border-radius:25px;max-width:420px;min-height:40px;padding:14px 18px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1}.chat-gpt__message-preloader{-webkit-animation:hidePreloader 3s forwards;animation:hidePreloader 3s forwards;overflow:hidden}.chat-gpt__message-text{-webkit-animation:showMessage 3s forwards;animation:showMessage 3s forwards;display:block;font-size:18px;font-weight:400;height:0;line-height:24px;overflow:hidden;width:0}@media screen and (max-width:576px){.chat-gpt__message-text{font-size:14px;line-height:20px}}.intro{background-attachment:fixed;background-image:url(/images/cubes-large.d9243fd716d1a18777f1.jpg);background-position:top;background-repeat:no-repeat;background-size:100% auto;padding:468px 0 120px}@media screen and (max-width:1440px){.intro{background-position:top;background-size:cover;padding:393px 0 120px}}@media screen and (max-width:768px){.intro{background-image:url(/images/cubes-medium.b92ceb1684de19f63b3b.jpg);padding:463px 0 110px}}@media screen and (max-width:576px){.intro{padding:468px 0 120px}}.intro__heading{display:block;font-family:Roboto,sans-serif;font-size:64px;font-weight:700;line-height:72px;margin:0 100px 100px auto;max-width:579px}@media screen and (max-width:1024px){.intro__heading{font-size:52px;line-height:56px}}@media screen and (max-width:768px){.intro__heading{font-size:42px;line-height:46px}}@media screen and (max-width:576px){.intro__heading{font-size:38px;line-height:42px}}@media screen and (max-width:1024px){.intro__heading{margin:0 152px 78px auto;max-width:340px}}@media screen and (max-width:768px){.intro__heading{margin:0 auto 82px;text-align:center}}@media screen and (max-width:576px){.intro__heading{margin-bottom:120px}}.intro__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;gap:48px;justify-content:flex-end;padding-right:278px}@media screen and (max-width:1024px){.intro__buttons{padding-right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:576px){.intro__buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:42px}}.intro__button:first-child{display:none}@media screen and (max-width:1024px){.intro__button:first-child{display:-webkit-box;display:-ms-flexbox;display:flex}}.intro a.btn-google{color:#fff}.intro .btn{border:1px solid transparent;border-radius:6px;cursor:pointer;display:inline-block;font-size:18px;font-weight:500;line-height:1.3333333;margin:5px;padding:10px 16px;text-align:center;-webkit-text-decoration:none;text-decoration:none;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.intro .btn:active:focus,.intro .btn:focus{outline:0}.intro .btn:focus,.intro .btn:hover{color:#333;outline:0;-webkit-text-decoration:none;text-decoration:none}.intro .btn:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125);outline:0}.intro .btn-google{background-color:#111;border-color:#000;color:#fff;font-family:fontfutura;font-weight:600;padding:15px 16px 5px 40px;position:relative}.intro .btn-google:active,.intro .btn-google:focus,.intro .btn-google:hover{background-color:#555;border-color:#000;color:#fff}.intro .btn-google:before{background-image:url(/images/playstore1.b7999a7cd0b4e4516e81.png);background-repeat:no-repeat;background-size:cover;content:"";height:30px;left:6px;margin-top:-15px;position:absolute;top:50%;width:30px}.intro .btn-google:after{content:"GET IT ON";font-size:10px;font-weight:400;left:40px;position:absolute;top:5px}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes rotation_revert{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes rotation_revert{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}.logo{height:100%;position:relative;width:100%;z-index:1}.logo__ellipses{-webkit-animation:rotation 20s linear infinite forwards running;animation:rotation 20s linear infinite forwards running;height:inherit;left:0;position:absolute;top:0;width:inherit;z-index:2}.logo__mechanism-first{-webkit-animation:rotation 20s linear infinite forwards running;animation:rotation 20s linear infinite forwards running;right:47%;top:44%;-webkit-transform:rotate(-8deg);transform:rotate(-8deg)}.logo__mechanism-first,.logo__mechanism-second{height:29%;position:absolute;width:29%;z-index:1}.logo__mechanism-second{-webkit-animation:rotation_revert 20s linear infinite forwards running;animation:rotation_revert 20s linear infinite forwards running;right:24%;top:27.5%}.our-services{padding:160px 0}@media screen and (max-width:1024px){.our-services{padding:80px 0 160px}}@media screen and (max-width:768px){.our-services{padding:154px 0 120px}}@media screen and (max-width:576px){.our-services{padding:80px 0 120px}}.our-services__container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:76px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:1024px){.our-services__container{gap:32px}}@media screen and (max-width:768px){.our-services__container{position:relative;z-index:0}}.our-services__contant{max-width:522px;width:100%}@media screen and (max-width:1024px){.our-services__contant{max-width:548px}}.our-services__heading{font-family:Roboto,sans-serif;font-size:48px;font-weight:500;letter-spacing:.05em;line-height:54px;margin-bottom:48px;margin-left:19%}@media screen and (max-width:1024px){.our-services__heading{text-align:center}}@media screen and (max-width:768px){.our-services__heading{font-size:36px;line-height:42px}}@media screen and (max-width:576px){.our-services__heading{font-size:28px;line-height:32px}}@media screen and (max-width:1024px){.our-services__heading{margin-left:0;text-align:center}}@media screen and (max-width:768px){.our-services__heading{margin-bottom:74px}}.our-services__list{max-width:522px}@media screen and (max-width:768px){.our-services__list{max-width:548px}}.our-services__service{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:20px;font-weight:400;letter-spacing:.05em;line-height:28px;margin-bottom:28px}.our-services__service:last-of-type{margin-bottom:0}@media screen and (max-width:1024px){.our-services__service{font-size:18px;letter-spacing:.05em;line-height:26px}}@media screen and (max-width:576px){.our-services__service{font-size:16px;line-height:20px;text-align:center}}.our-services__logo{height:466px;position:relative;width:466px;z-index:1}@media screen and (max-width:1440px){.our-services__logo{height:32.4vw;width:32.4vw}}@media screen and (max-width:1024px){.our-services__logo{height:37.1vw;min-height:220px;min-width:220px;width:37.1vw}}@media screen and (max-width:768px){.our-services__logo{height:300px;left:calc(50% - 150px);min-height:0;min-width:0;opacity:.5;position:absolute;top:0;width:300px;z-index:-1}}@media screen and (max-width:576px){.our-services__logo{top:calc(50% - 150px)}}.price{padding:80px 0 90px}@media screen and (max-width:1024px){.price{padding:80px 0}}@media screen and (max-width:768px){.price{padding:60px 0 80px}}@media screen and (max-width:576px){.price{padding:60px 0}}.price__heading{font-family:Roboto,sans-serif;font-size:48px;font-weight:500;letter-spacing:.05em;line-height:54px;margin-bottom:72px;text-align:center}@media screen and (max-width:1024px){.price__heading{text-align:center}}@media screen and (max-width:768px){.price__heading{font-size:36px;line-height:42px}}@media screen and (max-width:576px){.price__heading{font-size:28px;line-height:32px}}@media screen and (max-width:768px){.price__heading{margin-bottom:90px}}@media screen and (max-width:576px){.price__heading{margin-bottom:94px}}.price__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:64px;justify-content:center;padding-bottom:120px}@media screen and (max-width:1024px){.price__list{gap:62px}}@media screen and (max-width:768px){.price__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:74px;padding-bottom:104px}}.price__card{min-height:600px;padding:160px 22px 0;position:relative;width:362px;z-index:0}@media screen and (max-width:1024px){.price__card{min-height:475px;padding:81px 22px 0}}@media screen and (max-width:768px){.price__card{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:265px;padding:32px 80px;width:484px}}@media screen and (max-width:576px){.price__card{max-width:none;padding:36px 16px 24px;width:100%}}.price__card--basic .price__card-background{background-image:url(/images/card-basic-xx-large.d6574063f38d3cbcee82.jpg)}@media screen and (max-width:1024px){.price__card--basic .price__card-background{background-image:url(/images/card-basic-large.641c893cde0212c1a6b3.jpg)}}@media screen and (max-width:768px){.price__card--basic .price__card-background{background-image:url(/images/card-basic-medium.c61c22d3c424f97b2a98.jpg)}}.price__card--standart .price__card-background{background-image:url(/images/card-standart-xx-large.0ee497677041d9deb6fe.jpg)}@media screen and (max-width:1024px){.price__card--standart .price__card-background{background-image:url(/images/card-standart-large.c03afaf7c20c7b0103a3.jpg)}}@media screen and (max-width:768px){.price__card--standart .price__card-background{background-image:url(/images/card-standart-medium.1000cfdef537c4090b3b.jpg)}}.price__card--premium .price__card-background{background-image:url(/images/card-premium-xx-large.4b6c05a91ffa96e8beea.jpg)}@media screen and (max-width:1024px){.price__card--premium .price__card-background{background-image:url(/images/card-premium-large.56ceddefc3d41e97f49e.jpg)}}@media screen and (max-width:768px){.price__card--premium .price__card-background{background-image:url(/images/card-premium-medium.de25707f92bc0ec9acf4.jpg)}}.price__card-background{background-position:top;background-repeat:no-repeat;background-size:100%;height:362px;left:0;opacity:.5;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}@media screen and (max-width:1024px){.price__card-background{height:204px}}@media screen and (max-width:768px){.price__card-background{background-size:cover;height:100%;opacity:.2}}@media screen and (max-width:576px){.price__card-background{background-position:50%;margin:0 -16px;width:calc(100% + 32px)}}.price__card-title{font-size:38px;font-weight:500;line-height:42px;margin-bottom:56px;text-align:center;text-transform:uppercase}@media screen and (max-width:1024px){.price__card-title{margin-bottom:133px}}@media screen and (max-width:768px){.price__card-title{font-size:32px;line-height:36px;margin-bottom:32px}}@media screen and (max-width:576px){.price__card-title{font-size:24px;line-height:28px;margin-bottom:36px}}.price__card-sublist{margin-top:15px;text-align:left}.price__card-description,.price__card-price{font-size:20px;font-weight:400;line-height:28px;text-align:center}@media screen and (max-width:768px){.price__card-description,.price__card-price{font-size:18px;line-height:26px}}@media screen and (max-width:576px){.price__card-description,.price__card-price{font-size:16px;line-height:24px}}.price__card-price{font-size:40px}.price__card-description{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:42px;word-wrap:break-word}.price__card-description:after{background:#ffbc00;content:"";display:block;height:2px;margin:48px auto 0;width:172px}@media screen and (max-width:1024px){.price__card-description{margin-bottom:58px}.price__card-description:after{margin-top:70px}}@media screen and (max-width:768px){.price__card-description{margin-bottom:24px}.price__card-description:after{margin-top:24px}}@media screen and (max-width:576px){.price__card-description{margin-top:26px;width:100%}.price__card-description:after{margin-top:28px}}.price__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;gap:86px;justify-content:center}@media screen and (max-width:768px){.price__buttons{gap:48px}}@media screen and (max-width:576px){.price__buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:42px}}.preview{padding:90px 0 80px}@media screen and (max-width:1024px){.preview{padding:90px 0}}@media screen and (max-width:768px){.preview{padding:80px 0}}@media screen and (max-width:576px){.preview{padding:60px 0}}.preview__heading{display:block;font-family:Roboto,sans-serif;font-size:48px;font-weight:500;letter-spacing:.05em;line-height:54px;margin:0 auto 72px;max-width:394px;text-align:center;width:100%}@media screen and (max-width:1024px){.preview__heading{text-align:center}}@media screen and (max-width:768px){.preview__heading{font-size:36px;line-height:42px}}@media screen and (max-width:576px){.preview__heading{font-size:28px;line-height:32px}}@media screen and (max-width:768px){.preview__heading{margin-bottom:48px}}@media screen and (max-width:576px){.preview__heading{margin-bottom:58px}}.preview__description{display:block;font-size:20px;font-weight:300;line-height:28px;margin:0 auto 96px;max-width:733px;text-align:center;width:100%}@media screen and (max-width:1024px){.preview__description{font-size:18px;line-height:26px}}@media screen and (max-width:768px){.preview__description{font-size:16px;line-height:20px}}@media screen and (max-width:1024px){.preview__description{margin-bottom:100px}}@media screen and (max-width:768px){.preview__description{margin-bottom:98px;max-width:546px}}@media screen and (max-width:576px){.preview__description{margin-bottom:58px;max-width:358px}}.preview__content{margin:0 auto;max-width:1024px;overflow:hidden;padding-bottom:42.96%;position:relative;width:100%;z-index:0}@media screen and (max-width:1024px){.preview__content{max-width:800px}}@media screen and (max-width:768px){.preview__content{max-width:610px}}@media screen and (max-width:576px){.preview__content{max-width:none}}.preview__facade{height:100%;position:absolute;width:100%;z-index:0}.preview__facade .preview__iframe{height:0;opacity:0;width:0}.preview__facade-picture{height:inherit;width:inherit}.preview__facade-preloader{left:calc(50% - 32px);position:absolute;top:calc(50% - 32px);z-index:1}.header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:0;position:fixed;right:0;top:0;-webkit-transition:background .3s ease;transition:background .3s ease;z-index:2}.header_sticky{background-color:#121212}.header__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:80px}@media screen and (max-width:576px){.header__content{height:60px}}.header__logo{display:none;height:40px;width:40px}@media screen and (max-width:768px){.header__logo{display:block}}.header__logo-full{display:block;height:38px}@media screen and (max-width:768px){.header__logo-full{display:none}}.header__button-test{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:1024px){.header__button-test{display:none}}.footer{border-top:1px solid #f1f1f1;padding:80px 0}.footer__logo{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}@media screen and (max-width:768px){.footer__logo{-ms-flex-item-align:center;align-self:center}}.footer__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1260px){.footer__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__plai{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:56px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (max-width:768px){.footer__plai{-ms-flex-item-align:center;align-self:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__plai-copyright{display:inline;text-align:center;width:100%}}.footer__our-contact{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 16px;max-width:232px;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:28px}@media screen and (max-width:1260px){.footer__our-contact{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;max-width:none;-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2}}@media screen and (max-width:576px){.footer__our-contact{margin:0;max-width:none;text-align:center}}.footer__contact-us{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:36px}@media screen and (max-width:1260px){.footer__contact-us{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;gap:36px;justify-content:center;padding:20px 0;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}@media screen and (max-width:576px){.footer__contact-us{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}}.footer__subscribe{max-width:396px}@media screen and (max-width:1260px){.footer__subscribe{margin:0 auto;max-width:600px}}.footer__subscribe-group{gap:16px}@media screen and (max-width:576px){.footer__subscribe-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.footer__subscribe-input{margin:0 auto;width:calc(100% - 32px)}}.footer__subscribe-submit{margin-top:26px}@media screen and (max-width:576px){.footer__subscribe-submit{margin-bottom:14px;margin-top:0}}.footer__subscribe-text{color:#f1f1f1;font-size:14px;font-weight:400;line-height:18px}.footer__subscribe-text i{color:#ffbc00}.footer__social-link{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:48px;width:48px}@media screen and (max-width:576px){.footer__social-link{height:40px;width:40px}}.footer__heading{font-size:18px;font-weight:700;line-height:30px}@media screen and (max-width:576px){.footer__heading{font-size:16px;line-height:22px}}.footer__text{font-size:18px;font-weight:400;line-height:30px}@media screen and (max-width:576px){.footer__text{font-size:16px;line-height:22px}}.footer__link_policy{cursor:pointer}.footer__link_phone{-webkit-text-decoration:none;text-decoration:none}.footer__link[role=button]{text-decoration:none;-webkit-text-decoration:dashed;text-decoration:dashed}.footer__policies{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:28px;padding:28px 0 0 52px}@media screen and (max-width:1260px){.footer__policies{padding-top:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media screen and (max-width:768px){.footer__policies{padding:28px 0 0;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center}}@media screen and (max-width:1260px){.footer__adress{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.popup{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;bottom:0;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9}.popup_shown{display:-webkit-box;display:-ms-flexbox;display:flex}.popup__container{-webkit-backdrop-filter:blur(10px) brightness(40%);backdrop-filter:blur(10px) brightness(40%);position:relative;z-index:11}.popup__contant{margin:0 16px;max-height:100vh;max-width:100vw;overflow-y:scroll;padding:24px}.popup__button{background:none;border:none;cursor:pointer;position:absolute}.popup__button:after{background:rgba(0,108,178,.5);border-radius:50%;content:"";display:block;height:52px;left:-6px;opacity:0;position:absolute;top:-6px;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;width:52px;z-index:-1}@media screen and (max-width:576px){.popup__button:after{height:40px;left:-4px;top:-4px;width:40px}}.popup__button:hover:after{opacity:1}.popup__button_close{position:absolute;right:16px;top:24px}@media screen and (max-width:1024px){.popup__button_close{position:absolute;right:16px;top:24px}.popup__button_close:after{opacity:1}}.popup__icon{height:40px;width:40px}@media screen and (max-width:576px){.popup__icon{height:32px;width:32px}}.order{padding:80px 0 160px}@media screen and (max-width:1024px){.order{padding:60px 0 140px}}@media screen and (max-width:768px){.order{padding:60px 0 120px}}@media screen and (max-width:576px){.order{padding:60px 0 84px}}.order__title{font-family:Roboto,sans-serif;font-size:48px;font-weight:500;letter-spacing:.05em;line-height:54px;margin-bottom:90px;text-align:center}@media screen and (max-width:1024px){.order__title{text-align:center}}@media screen and (max-width:768px){.order__title{font-size:36px;line-height:42px}}@media screen and (max-width:576px){.order__title{font-size:28px;line-height:32px;margin-bottom:70px}}@media screen and (max-width:768px){.order__title{margin-bottom:94px}}.order__title i{color:#006cb2}.order__form{margin:0 auto}.order__policy-text{color:#f1f1f1;font-size:16px;font-weight:400;line-height:18px;margin-left:18px}.order__policy-text i{color:#ffbc00}.order__info{color:#f1f1f1;font-size:16px;font-weight:400;line-height:18px;margin-top:62px}@media screen and (max-width:576px){.order__info{gap:52px}}.order__info i{color:#ffbc00}.order__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:68px;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:54px}@media screen and (max-width:576px){.order__buttons{gap:44px}}.nav_mobile-show .nav__backdrop{display:block}@media screen and (max-width:1024px){.nav_mobile-show .nav__contant{width:320px}}.nav_mobile-show .nav__button_close,.nav_mobile-show .nav__list-item:last-child{display:block}.nav__button{background:none;border:none;cursor:pointer;position:relative;z-index:0}.nav__button:after{background:rgba(0,108,178,.5);border-radius:50%;content:"";display:block;left:-6px;opacity:0;position:absolute;top:-6px;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;z-index:-1}.nav__button:hover:after{opacity:1}.nav__button_open{display:none}@media screen and (max-width:1024px){.nav__button_open{display:block}}.nav__button_close{display:none;position:absolute;right:16px;top:20px;z-index:12}.nav__icon{height:40px;width:40px}@media screen and (max-width:576px){.nav__icon{height:32px;width:32px}}@media screen and (max-width:1024px){.nav__contant{-webkit-backdrop-filter:blur(15px) brightness(60%);backdrop-filter:blur(15px) brightness(60%);background-color:hsla(0,0%,7%,.5);height:100vh;overflow:hidden;padding:80px 0;position:absolute;right:0;top:0;-webkit-transition:width .3s ease;transition:width .3s ease;width:0;z-index:11}}.nav__list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}@media screen and (max-width:1024px){.nav__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 60px;width:320px}}.nav__list-item:last-child{display:none}.nav__link{font-size:18px;font-weight:500;line-height:18px;-webkit-text-decoration:none;text-decoration:none}.policy{max-width:1024px;width:100%}.policy__heading{font-family:Roboto,sans-serif;font-size:48px;font-weight:500;letter-spacing:.05em;line-height:54px;text-align:center}@media screen and (max-width:1024px){.policy__heading{text-align:center}}@media screen and (max-width:768px){.policy__heading{font-size:36px;line-height:42px}}@media screen and (max-width:576px){.policy__heading{font-size:28px;line-height:32px}}.policy__item{padding-top:24px}.policy__item_marked{list-style-type:disc}.policy__title{font-size:28px;font-weight:500;line-height:32px;margin-bottom:24px}@media screen and (max-width:1024px){.policy__title{font-size:24px;line-height:28px}}@media screen and (max-width:768px){.policy__title{font-size:20px;line-height:24px}}@media screen and (max-width:1024px){.policy__title{margin-bottom:16px}}.policy__subtitle{font-size:18px;font-weight:500;line-height:22px;margin-bottom:20px}@media screen and (max-width:1024px){.policy__subtitle{font-size:16px;line-height:20px;margin-bottom:14px}}.policy__text{font-size:20px;font-weight:300;line-height:28px}@media screen and (max-width:1024px){.policy__text{font-size:18px;line-height:26px}}@media screen and (max-width:768px){.policy__text{font-size:16px;line-height:20px}}.policy__sublist{padding-left:16px}.policy__sublist-item{font-size:16px;font-weight:300;line-height:24px;list-style-type:decimal}@media screen and (max-width:768px){.policy__sublist-item{font-size:14px;line-height:20px}}