:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--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-container-width:fit-content;--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-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--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-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{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:#e74d3c;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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.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}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{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);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}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:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}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:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(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:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}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:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;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%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.about-us_about__YXAjY{align-items:center;display:flex;gap:64px;justify-content:space-between}.about-us_about__img__VN1Xi{align-items:flex-start;display:flex;flex:1 1;justify-content:flex-start;min-width:0;position:relative;width:100%}.about-us_about__img__wrapper__Fp2Bq{aspect-ratio:4/3;border-radius:16px;overflow:hidden;position:relative}.about-us_about__img__wrapper__Fp2Bq:first-child{border-radius:16px;flex-shrink:0;width:55%;z-index:1}.about-us_about__img__wrapper__Fp2Bq:last-child{border-radius:16px;flex-shrink:0;margin-left:-10%;margin-top:15%;width:55%;z-index:3}.about-us_about__img__wrapper__Fp2Bq img{border-radius:16px;height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.about-us_about__img_one__MdILS{aspect-ratio:4/3;border-radius:16px;box-sizing:border-box;flex:1 1;isolation:isolate;max-height:560px;min-height:260px;min-width:0;overflow:hidden;padding:0;position:relative;width:100%}.about-us_about__img_one__MdILS img{border-radius:16px;height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.about-us_about__text__ncgWE{align-self:center;display:flex;flex:1 1;flex-direction:column;gap:40px;justify-content:center;min-width:0}.about-us_about__text__ncgWE>h3{font-size:48px;font-weight:700;line-height:57.6px}.about-us_about__text__ncgWE>div,.about-us_about__text__ncgWE>h3,.about-us_about__text__ncgWE>p{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;overflow-wrap:break-word;text-align:left;word-break:break-word}.about-us_about__text__ncgWE>div,.about-us_about__text__ncgWE>p{font-size:16px;font-weight:400;line-height:24px;white-space:pre-line}@media only screen and (max-width:991px){.about-us_about__YXAjY{gap:32px}}@media only screen and (max-width:768px){.about-us_about__YXAjY{flex-direction:column;gap:40px}.about-us_about__text__ncgWE{flex:none;width:100%}.about-us_about__img__VN1Xi{order:2}.about-us_about__img__wrapper__Fp2Bq{aspect-ratio:1/1}.about-us_about__img_one__MdILS{aspect-ratio:1/1;max-height:none;order:2}}@media only screen and (max-width:470px){.about-us_about__YXAjY{gap:40px}}.a-btn{align-items:center;background-color:#1e96fc;background-color:var(--button-color,#1e96fc);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-family:Gilroy;font-weight:500;justify-content:center;text-align:center;text-decoration:none;transition:.25s;width:-webkit-fit-content;width:fit-content}.a-btn:hover{opacity:.85}.a-btn.transparent{background-color:#0000;border:1px solid #1e96fc;border:1px solid var(--button-color,#1e96fc);color:#1e96fc;color:var(--button-color,#1e96fc)}.a-btn.transparent:hover{background-color:color-mix(in srgb,#1e96fc 7%,#0000);background-color:color-mix(in srgb,var(--button-color,#1e96fc) 7%,#0000)}.a-btn-prev{background-color:#0000;border:none;color:#1e96fc;color:var(--button-color,#1e96fc);cursor:pointer;font-family:Gilroy;font-weight:500;padding:0;position:relative;text-decoration:none;transition:.25s}.a-btn-prev:after{background-color:#1e96fc;background-color:var(--button-color,#1e96fc);bottom:4px;content:"";display:block;height:1px;left:0;position:absolute;transition:.25s;width:100%}.a-btn-prev:hover:after{bottom:2px;opacity:0}.a-btn-prev:active{opacity:.65}.a-btn-add{align-items:center;background-color:#0000;border:none;color:#1e96fc;color:var(--button-color,#1e96fc);cursor:pointer;display:flex;flex-shrink:0;font-family:Gilroy;font-size:16px;font-weight:600;padding:0;position:relative;text-decoration:none;transition:.25s}.a-btn-add .loader{height:22px;margin-right:8px;width:22px}.a-btn-add:hover{font-weight:600;opacity:.75}.a-btn-add:active{opacity:.6}.a-btn_clear{background:none;border:none;border-radius:0;color:#1e96fc;color:var(--button-color,#1e96fc)}.a-btn_clear:hover{background-color:color-mix(in srgb,#1e96fc 7%,#0000);background-color:color-mix(in srgb,var(--button-color,#1e96fc) 7%,#0000)}.a-btn_full-width{width:100%}.a-btn_primary{background-color:#1e96fc;background-color:var(--button-color,#1e96fc);color:#fff}.a-btn_outlined{background:#0000;border:1px solid #1e96fc;border:1px solid var(--button-color,#1e96fc);color:#1e96fc;color:var(--button-color,#1e96fc)}.a-btn_danger{background-color:red;color:#fff}.a-btn_danger:hover{opacity:.9}.a-btn_white{background-color:#0000;border:1px solid #fff;color:#fff}.a-btn_white:hover{background-color:#fff;color:#1e96fc;color:var(--button-color,#1e96fc)}.a-btn_rounded-sm{border-radius:4px}.a-btn_rounded-md{border-radius:8px}.a-btn_rounded-lg{border-radius:16px}.a-btn_rounded-full{border-radius:9999px}.a-btn_size-sm{font-size:16px;padding:8px 16px}.a-btn_size-md{font-size:20px;padding:16px 32px}.a-btn_size-lg{font-size:24px;padding:24px 48px}.ButtonIcon_btn__1tZGf{align-items:center;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;padding:8px;transition:.25s;width:-webkit-fit-content;width:fit-content;width:32px}.ButtonIcon_btn__1tZGf:hover{opacity:.85}.ButtonIcon_btn__1tZGf:active{opacity:.7}.ButtonIcon_btn__1tZGf>svg{height:24px;width:24px}.ButtonIcon_btnPrimary__1-sIh{background-color:#1e96fc;color:#fff}.ButtonIcon_btnPrimary__1-sIh:hover{opacity:.9}.ButtonIcon_btnOutlined__ZFc2m{background-color:#0000;border:1px solid #1e96fc;color:#1e96fc}.ButtonIcon_btnOutlined__ZFc2m:hover{background-color:#1e96fc1a}.ButtonIcon_btnDanger__EOnSJ{background-color:red;color:#fff}.ButtonIcon_btnDanger__EOnSJ:hover{opacity:.9}.ButtonIcon_btnClear__fbWck{background-color:#0000;border:none;color:#1e96fc}.ButtonIcon_btnClear__fbWck:hover{background-color:#1e96fc1a}.ButtonIcon_btnRoundedSm__i44E\+{border-radius:4px}.ButtonIcon_btnRoundedMd__T\+cw9{border-radius:8px}.ButtonIcon_btnRoundedLg__LWjMo{border-radius:16px}.ButtonIcon_btnRoundedFull__rjrO3{border-radius:9999px}.ButtonIcon_btnSizeSm__9bD2i{height:32px;width:32px}.ButtonIcon_btnSizeMd__SJIXT{height:40px;width:40px}.ButtonIcon_btnSizeLg__5HqOP{height:48px;width:48px}.input input{background-color:#0000;border:1px solid #332c2333;border-radius:8px;color:#332c23;display:block;font-size:16px;line-height:150%;padding:16px;width:100%}.input input::placeholder{color:#332c2399}.input input.error{border-color:red;outline:none}.input input.error:active,.input input.error:focus{border-color:red!important;outline:none}.input input:active,.input input:focus{border-color:#9ca3af!important;outline:none}.input--full-width{width:100%}.input span{color:#333;display:block;font-size:16px;font-weight:600;margin-bottom:8px}.input__errorMessage{color:red;font-size:14px;margin-top:4px}.input--size-sm{height:32px}.input--size-md{height:40px}.input--size-lg{height:56px}.passwordInput .password-input-wrapper{position:relative}.passwordInput .password-input-wrapper .password-toggle{cursor:pointer;position:absolute;right:16px;top:50%;transform:translateY(-50%);z-index:1}.Textarea_textarea__4FNR6,.Textarea_textarea__4FNR6 textarea{background-color:#0000;color:#332c23;display:block;font-family:Gilroy;font-size:16px;line-height:150%;width:100%}.Textarea_textarea__4FNR6 textarea{border:1px solid #332c2333;border-radius:8px;min-height:140px;padding:16px;resize:none}.Textarea_textarea__4FNR6 textarea::placeholder{color:#332c2399}.Textarea_textarea__4FNR6 textarea:active,.Textarea_textarea__4FNR6 textarea:focus{border-color:#9ca3af;outline:none}.Textarea_textarea_error__7PsAI,.Textarea_textarea_error__7PsAI:active,.Textarea_textarea_error__7PsAI:focus{border-color:red!important;outline:none}.Textarea_textarea_fullWidth__mOUZO{width:100%}.Textarea_textarea__label__ORvVL{color:#333;display:block;font-size:16px;font-weight:600;margin-bottom:8px}.Textarea_textarea__errorMessage__99Xid{color:red;font-size:14px;margin-top:4px}.Textarea_textarea__counter__B76BH{color:#332c2399;font-size:12px;margin-top:4px;text-align:right}.tabs_list__Qeu58{display:flex;overflow-x:scroll;padding:24px 0 0}.tabs_list__Qeu58>li .tabs_button__nziYW,.tabs_list__Qeu58>li .tabs_link__6b9UR{text-wrap:nowrap;background-color:#0000;border:none;color:#332c23;cursor:pointer;display:block;font-size:18px;font-weight:500;padding:8px 16px;text-decoration:none}.tabs_list__Qeu58>li .tabs_button__nziYW:hover,.tabs_list__Qeu58>li .tabs_link__6b9UR:hover{opacity:1}.tabs_list__Qeu58>li .tabs_button__nziYW{text-align:left;width:100%}.tabs_list__Qeu58>li .tabs_item__mkpU8{display:block;opacity:.6;transition:opacity .2s}.tabs_list__Qeu58>li .tabs_item__mkpU8.tabs_active__R-URE{border-bottom:2px solid #1e96fc;opacity:1}.tabs_content__BthEe{display:block}.custom-h1{font-size:40px!important;line-height:1.2}@media only screen and (min-width:769px){.custom-h1{font-size:50px!important}}@media only screen and (min-width:1200px){.custom-h1{font-size:64px!important}}.custom-h2{font-size:32px!important;line-height:1.2}@media only screen and (min-width:769px){.custom-h2{font-size:40px!important}}@media only screen and (min-width:1200px){.custom-h2{font-size:48px!important}}.contact-form_form__gLeMH{background-color:#f0f8ff}.contact-form_form__body__Yvh0P{align-items:stretch;display:flex;gap:56px;justify-content:space-between;margin:0 auto;max-width:1300px;padding:0 16px 0 0;width:100%}.contact-form_form__img_mobile__c1IEO{align-self:stretch;aspect-ratio:768/520;display:none;flex:1 1;height:100%;order:1;position:relative;width:100%}.contact-form_form__img_mobile__c1IEO img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}@media only screen and (max-width:768px){.contact-form_form__img_mobile__c1IEO{display:flex}}.contact-form_form__img_desktop__gFQPW{align-self:stretch;display:flex;flex:1 1;min-height:0;position:relative}.contact-form_form__img_desktop__gFQPW img{border-bottom-left-radius:16px;border-top-left-radius:16px;height:100%;inset:0;object-fit:cover;object-position:right;position:absolute;width:100%}@media only screen and (max-width:768px){.contact-form_form__img_desktop__gFQPW{display:none}}@media only screen and (max-width:470px){.contact-form_form__img__HKaC2{min-height:240px;width:100%}.contact-form_form__img__HKaC2 img{border-radius:16px;height:100%;object-fit:cover;width:100%}}.contact-form_form__inputs__uLqxf{display:flex;flex:1 1;flex-direction:column;gap:20px;padding:48px 0}.contact-form_form__inputs__row__MVkBZ{display:flex;gap:16px;justify-content:space-between;width:100%}.contact-form_form__inputs__row__MVkBZ>*{flex:1 1;min-width:0}.contact-form_form__inputs__uLqxf h3{font-size:48px;font-weight:700;line-height:57.6px;text-align:left}.contact-form_form__inputs__uLqxf p{color:#4b5563;font-size:16px;font-weight:400;line-height:24px;text-align:left}.contact-form_form__inputs__uLqxf form{display:flex;flex-direction:column;gap:20px}@media only screen and (max-width:1199px){.contact-form_form__inputs__uLqxf form{gap:20px}}@media only screen and (max-width:768px){.contact-form_form__body__Yvh0P{align-items:normal;flex-direction:column;gap:8px;padding:0}.contact-form_form__inputs__uLqxf{padding:64px 32px}.contact-form_form__img__HKaC2{order:1}}@media only screen and (max-width:577px){.contact-form_form__inputs__uLqxf{padding:64px 16px}}@media only screen and (max-width:470px){.contact-form_form__inputs__uLqxf form button{margin-top:24px;width:100%}}.faq{display:flex;flex-direction:column;gap:40px}.faq h3{font-size:48px;font-weight:700;line-height:57.6px;text-align:center}@media only screen and (max-width:768px){.faq-list{padding:0 16px}}.footer{background-color:#121f38;display:flex;flex-direction:column}.footer__main{color:#fff;margin:0 auto;max-width:1300px;padding:56px 0;width:100%}.footer__main_desktop{display:flex;gap:20px;justify-content:space-between}.footer__main_mobile{display:none}.footer__left,.footer__right{display:flex;flex:1 1;flex-direction:column;gap:40px}.footer__logo{display:flex;flex-direction:column;gap:16px}.footer__logo h3{font-size:40px;font-weight:800;line-height:60px;margin:0;text-align:left}.footer__social{align-items:center;display:flex;gap:40px}.footer__social a{align-items:center;display:flex;justify-content:center}.footer__nav ul{display:flex;flex-direction:column;gap:8px}.footer__nav ul>li{cursor:pointer;font-size:16px;font-weight:400;line-height:24px;text-align:left}.footer__worktime{display:flex;gap:8px;justify-content:center}.footer__contacts{align-items:start;display:flex;flex-direction:column;gap:16px}.footer__contacts__details{align-items:center;display:flex;gap:8px;min-width:0;transition:all .25s ease-in-out}.footer__contacts__details:hover{color:var(--footer-hover-color)}.footer__contacts__details_link{color:inherit;cursor:pointer;text-decoration:none}.footer__contacts__details p{word-wrap:break-word;flex:1 1;font-size:16px;font-weight:400;-webkit-hyphens:auto;hyphens:auto;line-height:24px;max-width:100%;min-width:0;overflow-wrap:break-word;text-align:left;word-break:break-word}.footer__map{align-items:center;height:150px;width:30%}.footer__copyrights{align-items:center;background-color:#09101e;color:#fff;display:flex;font-size:14px;font-weight:400;justify-content:center;line-height:21px;padding:8px 0;text-align:center;width:100%}.footer__icon{flex-shrink:0;height:24px;width:24px}@media only screen and (max-width:1399px){.footer__main_desktop{display:none}.footer__main_mobile{display:flex;gap:20px;justify-content:space-evenly}.footer__map{width:100%}.footer__worktime{justify-content:start}}@media only screen and (max-width:577px){.footer__main_mobile{flex-direction:column;gap:40px}}.LocationMap_map__iframe__AbMBN{height:100%;width:100%}.WorkTime_worktime__lYDn6{gap:5px}.WorkTime_worktime__container__ZDLcu,.WorkTime_worktime__lYDn6,.landing_app__Qndmn{display:flex;flex-direction:column}.landing_app__Qndmn{container-name:template-container;container-type:inline-size;height:100%;margin:0 auto;position:relative;width:100%}.landing_templateContainer__g3SQ8{margin:0 auto;max-width:1300px;padding:0 16px;width:100%}.landing_color1__hI7fD{color:#17a8d8}.landing_color2__JsG\+Z{color:#6184f4}.landing_color3__zNl-U{color:#048abf}.landing_template__1O69u{background-color:#fff;position:relative}.landing_template__wrapper__Vfh6e{display:flex;flex-direction:column;gap:96px}.landing_template__wrapper_container__I-zD5{display:flex;flex-direction:column;gap:96px;margin:0 auto;max-width:1300px;padding:0 16px;width:100%}.landing_back-to-top__3WLpk{background-color:#17a8d8;border:none;border-radius:50%;bottom:20px;color:#fff;cursor:pointer;font-size:2rem;position:fixed;right:25px;z-index:20000000000}.landing-burger-menu__backdrop{animation:fadeIn .35s ease-in-out;background-color:#00000080;height:calc(100vh - 90px);left:0;position:absolute;right:0;top:90px;width:100%;z-index:70}@media only screen and (min-width:769px){.landing-burger-menu__backdrop{height:calc(100vh - 120px);top:120px}}@media only screen and (min-width:371px){.landing-burger-menu__backdrop{height:calc(100vh - 80px);top:90px}}.landing-burger-menu{animation:slideDown .12s ease-out;background-color:#fff;display:flex;flex-direction:column;left:0;margin:0 auto;max-height:calc(100vh - 90px);max-width:1300px;overflow-y:auto;padding:1.5rem 1.5rem 2rem;position:absolute;right:0;top:90px;width:100%;z-index:71}@media only screen and (min-width:769px){.landing-burger-menu{max-height:calc(100vh - 120px);top:120px}}@media only screen and (min-width:371px){.landing-burger-menu{max-height:calc(100vh - 80px);padding:1rem;top:90px;width:100%}}.landing-burger-menu__header{margin-bottom:2rem}.landing-burger-menu__header h3{color:#332c23;font-size:22px;font-weight:600;margin:0}@media only screen and (min-width:371px){.landing-burger-menu__header h3{font-size:20px}}.landing-burger-menu__nav{flex:1 1}.landing-burger-menu__list{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.landing-burger-menu__link{color:#332c23;cursor:pointer;display:inline-block;font-size:18px;font-weight:500;padding:.5rem 0;text-decoration:none;transition:.2s}@media only screen and (min-width:371px){.landing-burger-menu__link{font-size:16px}}.landing-burger-menu__link:hover{color:var(--burger-menu-color);padding-left:5px}.landing-burger-menu__link.active{color:var(--burger-menu-color)}.landing-burger-menu__footer{margin-top:auto;padding-top:2rem}.landing-burger-menu__button{width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.landing-burger-btn{background-color:#0000;border:0;cursor:pointer;height:24px;padding:3px;position:relative;width:24px}.landing-burger-btn span{background-color:var(--burger-menu-color);display:block;height:2px;left:3px;position:absolute;transition:.3s;width:18px}.landing-burger-btn span:first-child{top:50%;transform:translateY(-50%)}.landing-burger-btn span:nth-child(2){top:20%;transform:translate(0)}.landing-burger-btn span:nth-child(3){bottom:20%;transform:translate(0)}.landing-burger-btn.active span:first-child{opacity:0}.landing-burger-btn.active span:nth-child(2){left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg)}.landing-burger-btn.active span:nth-child(3){bottom:50%;left:50%;transform:translate(-50%,50%) rotate(-45deg)}.header_header__glqBF{background:#fff;left:0;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:100}.header_header__details__EEtFZ{background-color:#121f38;font-size:10px}.header_header__details__body__Ptot\+{align-items:center;color:#fff;display:flex;gap:15px;height:30px;justify-content:space-between;margin:0 auto;max-width:1300px;width:100%}.header_header__details_item__NMHJI{align-items:center;color:#fff;display:flex;gap:5px;transition:all .25s ease-in-out;white-space:nowrap}.header_header__details_item__NMHJI:hover{color:#1e96fc;color:var(--link-hover-color,#1e96fc)}.header_header__details_item__NMHJI svg{flex-shrink:0;font-size:12px}.header_header__details_item__NMHJI p{font-size:10px;font-weight:400;letter-spacing:0;margin:0;overflow:hidden;text-overflow:ellipsis}.header_header__main__cz5ub{align-items:center;display:flex;height:90px;justify-content:space-between;margin:0 auto;max-width:1300px;width:100%}.header_header__main__cz5ub>h2{align-items:center;display:flex;margin:0}.header_header__main__cz5ub>h2>span{font-size:25px;font-weight:800;letter-spacing:0;line-height:42.7px}.header_header__main__navigation_desk__chmwv{align-items:center;display:flex;gap:20px}.header_header__main__navigation_desk__button__z3VXf{font-size:14px;font-weight:500;height:50px;letter-spacing:0;line-height:24px;padding:0 16px}.header_header__main__navigation_desk__chmwv>nav>ul{align-items:center;display:flex;gap:20px}.header_header__main__navigation_desk__chmwv>nav>ul>li{align-items:center;cursor:pointer;display:flex;font-size:16px;font-weight:500;justify-content:center;line-height:24px;text-align:center}.header_header__main__navigation_desk__chmwv>nav>ul>li>.header_active__ZdMuH{color:#1e96fc}@media only screen and (max-width:991px){.header_header__main__navigation_desk__chmwv{display:none}}.header_header__main__navigation_mobile__UdeAR{display:none}@media only screen and (max-width:991px){.header_header__main__navigation_mobile__UdeAR{align-items:center;display:flex}}.hero_main__Xcs-G{align-items:center;display:flex;gap:64px;justify-content:space-between}.hero_main__img__XxQul,.hero_main__text__1weX2{flex:1 1}.hero_main__img__XxQul{aspect-ratio:4/3;max-height:500px;position:relative;width:100%}.hero_main__img__XxQul img{border-radius:16px;height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.hero_main__text__1weX2{display:flex;flex-direction:column;gap:40px;justify-content:center}.hero_main__text__1weX2>h3{font-size:40px;font-weight:700;line-height:46.8px}.hero_main__text__1weX2>h3,.hero_main__text__1weX2>p{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;overflow-wrap:break-word;text-align:left;word-break:break-word}.hero_main__text__1weX2>p{font-size:16px;font-weight:500;line-height:30px}@media only screen and (max-width:991px){.hero_main__Xcs-G{gap:32px}.hero_main__text__1weX2{gap:24px}.hero_main__text__1weX2>h3{font-size:30px;line-height:36.8px}.hero_main__text__1weX2>p{font-size:14px;line-height:20px}}@media only screen and (max-width:768px){.hero_main__Xcs-G{align-items:flex-start;flex-direction:column;gap:40px}.hero_main__text__1weX2{gap:40px;width:100%}.hero_main__text__1weX2>h3{font-size:64px;font-weight:700;line-height:76.8px;text-align:left}.hero_main__text__1weX2>p{font-size:20px;font-weight:500;line-height:30px;text-align:left}.hero_main__time__a7\+Jp>button{height:48px}.hero_main__time__details__mguoe>p{font-size:16px;font-weight:400;line-height:24px;text-align:left}}@media only screen and (max-width:577px){.hero_main__Xcs-G{gap:40px}.hero_main__text__1weX2>h3{font-size:48px;line-height:57.6px}.hero_main__time__a7\+Jp{align-items:flex-start;flex-direction:column;gap:40px}}@media only screen and (max-width:470px){.hero_main__time__a7\+Jp button{max-width:100%;width:100%}}.service{align-items:center;display:flex;flex-direction:column;gap:40px}.service__details{width:100%}.service__details__img{grid-gap:48px;display:grid;gap:48px;grid-template-columns:repeat(2,1fr);width:100%}@media only screen and (max-width:768px){.service__details__img{gap:32px}}@media only screen and (max-width:577px){.service__details__img{gap:24px;grid-template-columns:1fr}}.service h3{font-size:48px;font-weight:700;line-height:57.6px;text-align:center}.card{box-shadow:1.97px 1.97px 11.8px 0 #121f380d,-.98px -1.97px 11.8px 0 #121f380d;cursor:pointer;height:350px;margin:0;overflow:hidden;text-align:center}.card,.card__media{border-radius:16px;position:relative;width:100%}.card__media{height:100%}.card__imgBlock{position:relative}.card__img,.card__imgBlock{border-radius:16px;height:100%;width:100%}.card__img{left:0;margin:0;object-fit:cover;position:absolute;top:0}.card__noImage{align-items:center;background:#f0f4f9;display:flex;height:100%;justify-content:center;width:100%}.card__overlay{background:linear-gradient(0deg,#121f38f2 0,#121f38e0);border-radius:16px 16px 0 0;bottom:0;color:#fff;left:0;overflow:hidden;padding:20px;position:absolute;right:0}.card__overlayContent{display:flex;flex-direction:column;height:100%;justify-content:center;min-height:0;text-align:left}.card__overlayTitleRow{align-items:center;display:flex;gap:12px;justify-content:space-between}.card__overlayTitle{word-wrap:break-word;font-size:22px;font-weight:600;-webkit-hyphens:auto;hyphens:auto;line-height:1.3;margin:0;max-width:100%;overflow-wrap:break-word}@media only screen and (max-width:991px){.card__overlayTitle{font-size:18px}}@media only screen and (max-width:768px){.card__overlayTitle{font-size:16px}}.card__overlayDesc{word-wrap:break-word;flex:1 1;font-size:16px;font-weight:400;-webkit-hyphens:auto;hyphens:auto;line-height:1.5;margin:8px 0 0;max-width:100%;min-height:0;overflow-wrap:break-word;overflow-y:auto;word-break:break-word}.card__readMore{color:#ffffffd9;font-size:14px;font-weight:400;white-space:nowrap}@media only screen and (max-width:577px){.card{height:300px}}.team{display:flex;flex-direction:column;gap:40px}.team>h3{font-size:48px;font-weight:700;line-height:57.6px;text-align:center}.team__carousel{display:none}.team__wrapper{align-items:stretch;display:flex;flex-wrap:wrap;gap:40px;justify-content:center}@media only screen and (max-width:470px){.team__carousel{display:block}.team__wrapper{display:none}}.team__item{align-items:center;border-radius:16px;box-shadow:4px 4px 24px 0 #121f380d;display:flex;flex:none;flex-direction:column;gap:8px;padding-bottom:16px;width:314px}.team__item>p{font-size:16px;font-weight:400;letter-spacing:.05em;line-height:24px;text-transform:uppercase}.team__item h4,.team__item>p{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;overflow-wrap:break-word;text-align:center;word-break:break-word}.team__item h4{font-size:22px;font-weight:600;line-height:33px}.team__item>img{border-radius:16px 16px 0 0;width:100%}.team__imgContainer{height:270px;position:relative;width:100%}.team__img{border-top-left-radius:16px;border-top-right-radius:16px;height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}@media only screen and (max-width:768px){.team__wrapper{gap:20px}.team__item{width:calc(50% - 10px)}.team__item>p{font-size:12px}.team__item h4{font-size:18px}}.o-section{padding-bottom:32px;padding-top:32px}.o-section.o-features{overflow:hidden}.o-section.o-faq,.o-section.o-ready{padding-bottom:64px}.o-section.o-ready{background-color:#e9f5ff;padding-top:64px}@media only screen and (min-width:769px){.o-section.o-ready{padding-bottom:96px;padding-top:96px}}@media only screen and (min-width:992px){.o-section{padding-bottom:48px;padding-top:48px}.o-section.o-faq{padding-bottom:96px}.o-section.o-ready{padding-bottom:120px;padding-top:120px}}@media only screen and (min-width:1200px){.o-section{padding-bottom:60px;padding-top:60px}.o-section.o-faq{padding-bottom:120px}}@font-face{font-family:Gilroy;font-style:normal;font-weight:400;src:url(/static/media/Gilroy-Regular.ebe86c0337572553acea.woff) format("woff"),url(/static/media/Gilroy-Regular.fa652e766b6a85a1f9cb.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:normal;font-weight:500;src:url(/static/media/Gilroy-Medium.5329bc502cdc219ad294.woff) format("woff"),url(/static/media/Gilroy-Medium.1c23f810e531d0702f76.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:normal;font-weight:600;src:url(/static/media/Gilroy-Semibold.5b042906a8b58ec4633e.woff) format("woff"),url(/static/media/Gilroy-Semibold.41fa36c3c8e966b35423.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:normal;font-weight:700;src:url(/static/media/Gilroy-Bold.0607a1bc636f63251ed8.woff) format("woff"),url(/static/media/Gilroy-Bold.901a60fc2835c74fba67.ttf) format("truetype")}#root,body,html{font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box;list-style-type:none;margin:0;padding:0}* a{color:inherit}body{color:#332c23;font-family:Gilroy;font-weight:400;line-height:150%}body,body .o-header{background-color:#fff}body.dark-theme{color:#f9fafb}body.dark-theme,body.dark-theme .o-header{background-color:#332c23}body.dark-theme .m-features-card__inner{background:linear-gradient(0deg,#3d342a,#3d342a),#393127}body.dark-theme .a-btn.white{background-color:#332c23}body.dark-theme .a-btn.white:hover{background-color:rgba(30,148,252,.067)}.e--blue{color:#1e96fc}.container{margin:0 auto;max-width:1300px;padding:0 32px;width:100%}@media only screen and (max-width:577px){.container{padding:0 16px}}.page-subtitle{font-size:20px;font-weight:500;margin-bottom:40px}h1{font-size:40px}h1,h2{font-weight:700;line-height:130%}h2{font-size:32px}h3{font-size:24px;font-weight:600;line-height:150%}h1 em,h2 em{background-color:#09bc8a;border-radius:8px;color:#fff;display:inline-block;line-height:100%;padding:4px;white-space:nowrap}@media only screen and (min-width:769px){h1{font-size:64px;line-height:120%}h2{font-size:48px}h1 em,h2 em{padding:5px}}.app{display:flex;flex-direction:column;margin:0 auto;position:relative}.app__main{margin-top:90px}@media only screen and (min-width:769px){.app__main{margin-top:120px}}
/*# sourceMappingURL=main.f4f8702f.css.map*/