: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{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;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}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_wrapper__Z_IPx{display:flex;flex-direction:column;justify-content:center;align-items:center;right:0;bottom:0;z-index:1001;margin-top:76px;transition:opacity .2s ease-in-out,transform .2s ease-in-out}.styles_overlay__Bnxqa,.styles_wrapper__Z_IPx{position:fixed;top:0;left:0;pointer-events:none;opacity:0}.styles_overlay__Bnxqa{width:100%;height:100%;background-color:rgba(31,32,41,.75);transition:opacity .2s ease-in-out}.styles_wrapperOpen__HXf0X{pointer-events:all;opacity:1}.styles_overlayOpen__9AALv{opacity:1;pointer-events:auto}.styles_modalContent__knRkP{position:relative;background-color:#fff;padding:28px;border-radius:20px;display:flex;flex-direction:column;max-width:1000px;margin:0 40px;max-height:100vh;overflow:auto}.styles_modalContentHidden__4qtvJ{display:none}.styles_header__uEn68{display:flex;align-items:flex-start;justify-content:space-between}.styles_closeButton__xxgZI{display:flex;justify-content:center;align-items:center;cursor:pointer;background-color:transparent;position:relative}.styles_closeButton__xxgZI:after{content:"";width:48px;height:48px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.styles_closeIconWrapper__SWGrk{position:relative;width:24px;height:24px}@media screen and (max-width:780px){.styles_modalContent__knRkP{margin:10px;padding:16px}}@media screen and (max-width:550px){.styles_wrapper__Z_IPx{margin-top:60px}.styles_modalContent__knRkP{width:calc(100vw - 20px)}}.Toastify__toast-container{z-index:10001;white-space:pre-wrap}body,html{padding:0;margin:0;--dark:#232323;--dark-secondary:#14142a;--text-primary:#2c2c2c;--grey:#7b8a97;--neutral-black:#050506;--grey-dark:#484848;--grey-light-10:#e8e8e9;--neutral-black-50:#d1d1d2;--blue-transparent:#eff6fd;--blue-background:#f3faff;--accent-ginger:#ff7b4c;--light-accent-ginger:rgba(255,123,76,.15);--accent-ginger-hover:#ff5e24;--main-orange:#f4724b;--light-orange:#fcf8ec;--shadow-orange:#ffa686;--shadow-blue:rgba(76,137,235,.6);--brown:#ec57223d;--accent-grey:#525254;--tertiary-blue-50:rgba(76,137,235,.5);--tertiary-blue-17:rgba(76,137,235,.17);--light-blue:#badfff;--main-white:#fafcfe;--light-blue-shadow:#c3e2ff;--light-shade-blue:#b7d0f7;--transparent-shadow-blue:rgba(76,137,235,.17);--accent-light-blue:#6aa7f5;--primary-blue:#338bf2;--primary-blue-hover-dark:#2579db;--error:#ff6263;--primary-red:#ff4d49;--success:#26ca23;--blue-light:#eff5ff;--color-shades-primary-blue-200:#94b8f3;--color-shades-primary-blue-50:#dbe7fb;--shades-gray-100:#a3a4a6;--color-shades-neutral-black-75:#babbbc;--color-shades-dark-blue:#2e528d;--shade-blue:#70a1ef;--grey-secondary:#47494d;--dark-black:#191b20;--background-default:#f5f5f5;--white-secondary:#e8e8e9;--light-grey:#5e5f63;--Grey-10:#e8e8e9;--accent-blue:#4c89eb;--white:#fff;--accent-coral-hover:#eeaf95;--grey-disabled:#babbbc;--accent-blue-hover:#4c89ebcc;--accent-blue-80:rgba(76,137,235,.8);--grey-transparent:hsla(0,0%,100%,.2);--grey-90:#303236;--grey-80:#47494d;--grey-50:#8c8d8f;--grey-light_20:#d1d1d2;--shade-grey:#47494d;--yellow:#f6ed48;--red-orange:#ff7b4c;color:var(--dark-black)}button,main{font-family:var(--font-inter),sans-serif}button{outline:none;border:none;background-color:inherit;padding:0;cursor:pointer;color:var(--dark-black)}a{color:inherit;text-decoration:none}*{box-sizing:border-box;margin:0;scroll-behavior:smooth}.styles_container__qQXML{padding:60px 80px;background-color:#fff;border-top:1px solid var(--grey-disabled);border-bottom:1px solid var(--grey-disabled)}.styles_gridContainer__Iii_w{display:grid;grid-template-columns:minmax(130px,.8fr) 1fr 1fr 1fr;grid-gap:12px;gap:12px}.styles_gridContainer__Iii_w:first-child{grid-row:1/2}.styles_gridContainer__Iii_w>div:first-of-type{grid-row:3/4}.styles_gridContainer__Iii_w>div:nth-of-type(2),.styles_gridContainer__Iii_w>div:nth-of-type(3),.styles_gridContainer__Iii_w>div:nth-of-type(4){grid-row:1/4}.styles_link__2TdnX{color:var(--accent-blue)}.styles_description__Igpzu{display:flex;flex-direction:column;gap:16px;color:var(--grey-secondary);font-family:var(--font-inter);font-size:12px;font-style:normal;font-weight:400;line-height:140%;width:307px}@media screen and (max-width:1200px){.styles_container__qQXML{padding:60px 40px}.styles_gridContainer__Iii_w{column-gap:40px}}@media screen and (max-width:920px){.styles_gridContainer__Iii_w{grid-template-columns:1fr 1fr 1fr;row-gap:32px;column-gap:30px}.styles_gridContainer__Iii_w>div:nth-of-type(2),.styles_gridContainer__Iii_w>div:nth-of-type(3),.styles_gridContainer__Iii_w>div:nth-of-type(4){grid-row:2/7}.styles_gridContainer__Iii_w>div:nth-of-type(2){grid-row:2/4}.styles_gridContainer__Iii_w>div:first-of-type{grid-row:4/7}.styles_description__Igpzu{width:238px}}@media screen and (max-width:720px){.styles_container__qQXML{padding:32px 20px}}@media screen and (max-width:610px){.styles_gridContainer__Iii_w{grid-template-columns:1fr;row-gap:20px}.styles_gridContainer__Iii_w:first-child,.styles_gridContainer__Iii_w>div:nth-of-type(2),.styles_gridContainer__Iii_w>div:nth-of-type(3),.styles_gridContainer__Iii_w>div:nth-of-type(4){grid-row:unset}.styles_gridContainer__Iii_w>div:first-of-type{grid-row:5/6}.styles_description__Igpzu{width:100%}}.styles_container__M___B{display:flex;flex-direction:column;grid-row-start:2;grid-row-end:3;justify-content:flex-end;gap:18px}.styles_contacts__9GGys{font-size:16px;font-style:normal;font-weight:600;line-height:100%;color:var(--grey-secondary);display:flex;flex-direction:column;gap:12px}.styles_contacts__9GGys>a{padding:6px 0}.styles_socialLinks__aVNwY{display:flex;gap:12px}.styles_forbiddenWeb__HondW{position:relative;cursor:pointer}.styles_forbiddenWeb__HondW:after{content:"*";top:-8px;right:-7px;position:absolute;font-size:24px;color:var(--error);font-weight:600}.styles_popup__ok9_q{background-color:#fff;border:1px solid #000;padding:16px;position:absolute;width:max-content;top:-46px;left:44px;z-index:2;opacity:0;transition:opacity .3s ease-in-out;pointer-events:none}@media (hover:none){.styles_forbiddenWeb__HondW:focus>.styles_popup__ok9_q{opacity:1}}@media (hover:hover){.styles_forbiddenWeb__HondW:hover>.styles_popup__ok9_q{opacity:1}}@media screen and (max-width:1200px){.styles_contacts__9GGys{font-size:14px;line-height:100%}.styles_socialLinks__aVNwY svg{max-width:40px;max-height:40px}}@media screen and (max-width:700px){.styles_contacts__9GGys{font-size:12px;line-height:100%}}@media screen and (max-width:520px){.styles_popup__ok9_q{left:-120px;top:-60px;padding:14px}}.styles_footerMenuColumn__D_wDZ{display:flex;flex-direction:column;row-gap:20px;color:var(--grey-secondary)}.styles_subList__4lCoV{display:flex;flex-direction:column;row-gap:0}.styles_linksContainer__5a0TL{display:flex;flex-direction:column;row-gap:12px;overflow:hidden;max-height:268px;transition:max-height .3s ease-in-out}.styles_title__0a7Kv{font-weight:700;font-size:24px;line-height:32px;color:var(--shade-grey)}.styles_link__7MUWT{font-weight:600;font-size:16px;line-height:16px;color:var(--shade-grey)!important;padding:6px 0}.styles_subLink__2Mtfw{font-weight:400}.styles_columnHead__JRRs8{display:flex;flex-direction:column;gap:6px}@media screen and (max-width:1200px){.styles_link__7MUWT{font-size:12px!important;line-height:120%!important}.styles_title__0a7Kv{font-size:16px}}@media screen and (max-width:920px){.styles_footerMenuColumn__D_wDZ{row-gap:12px}.styles_linksContainer__5a0TL{row-gap:4px}}@media screen and (max-width:700px){.styles_title__0a7Kv{font-size:16px;color:var(--dark-black)}.styles_footerMenuColumn__D_wDZ,.styles_linksContainer__5a0TL{row-gap:6px}}.styles_hidden__eTHCF{opacity:0;pointer-events:none}@media screen and (max-width:610px){.styles_hidden__eTHCF{display:none}}.styles_subLinksContainer__xWn5C{gap:4px}.styles_button__hD_Wm{font-weight:600;font-size:16px;line-height:19.5px;color:var(--accent-blue);display:flex;align-items:center;gap:0 5px}.styles_button__hD_Wm>.styles_img__IRXPl{transition:transform .2s ease-in-out}.styles_opened__fmcae>.styles_img__IRXPl{transform:rotate(180deg)}.styles_img__IRXPl{min-width:20px;min-height:20px;width:20px;height:20px;position:relative}@media screen and (max-width:500px){.styles_button__hD_Wm{font-size:12px;gap:0 4px;line-height:normal;font-weight:500}.styles_img__IRXPl{min-width:14px;min-height:14px;width:14px;height:14px}}.styles_wrapper__ARrF3{background:hsla(240,2%,91%,.2);padding:60px 80px;color:var(--shade-grey);position:relative}.styles_spellingError__MlVx3{position:relative;bottom:30px;line-height:140%}.styles_error__hvfDC{color:var(--error)}.styles_container__ATa26{display:grid;grid-template-columns:1fr 2fr 48px;font-weight:500;font-size:16px;line-height:140%}.styles_companyInfo__QORas{display:flex;flex-direction:column;row-gap:20px}.styles_termsOfUse__vMwWO{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-row-gap:20px;row-gap:20px;color:var(--grey-secondary)}.styles_footerAgeIcon__dOWGC{display:flex;justify-content:flex-end;align-items:flex-end}@media screen and (max-width:1200px){.styles_wrapper__ARrF3{padding:32px 20px 96px}.styles_spellingError__MlVx3{font-size:12px;bottom:20px}.styles_container__ATa26{display:flex;flex-direction:column-reverse;row-gap:20px;font-size:12px;line-height:100%}.styles_termsOfUse__vMwWO{grid-template-columns:repeat(1,100%);grid-template-rows:repeat(1,1fr);row-gap:20px}.styles_footerAgeIcon__dOWGC{position:absolute;bottom:32px;left:20px}}@media screen and (max-width:720px){.styles_spellingError__MlVx3{display:none}}.styles_wrapper__pNUFC{border-radius:16px;border:1px solid rgba(205,214,218,.25);background:#fff;box-shadow:0 8.76513px 26.29539px 0 rgba(76,137,235,.17);width:calc(100% - 40px);padding:16px 32px;opacity:1;transition:opacity .2s ease-in-out;margin:0 20px;bottom:20px;position:relative}.styles_container__k1Qkf,.styles_wrapper__pNUFC{display:flex;align-items:center;gap:24px}.styles_imageWrapper__obYJT{width:54.876px;height:52.502px;min-width:54.876px;min-height:52.502px}.styles_text__eELkm{font-size:14px;font-style:normal;font-weight:500;line-height:140%}.styles_link__igq__{color:var(--main-orange);-webkit-text-decoration-line:underline;text-decoration-line:underline;transition:opacity .2s ease-in-out}.styles_button__Agl8m{border-radius:8px;background:var(--main-orange);color:#fff;padding:6px 16px;font-size:16px;font-style:normal;font-weight:700;transition:opacity .2s ease-in-out}.styles_hidden__3sGJV{opacity:0;pointer-events:none;position:fixed;bottom:20px;width:calc(100% - 40px)}@media (hover:none){.styles_button__Agl8m:focus,.styles_link__igq__:focus{opacity:.8}}@media (hover:hover){.styles_button__Agl8m:hover,.styles_link__igq__:hover{opacity:.8}}@media screen and (max-width:834px){.styles_wrapper__pNUFC{padding:16px}.styles_container__k1Qkf,.styles_wrapper__pNUFC{flex-direction:column;gap:12px}}@media not all and (-webkit-min-device-pixel-ratio:0.0010416666666666667),not all and (min-resolution:0.1dpi){.styles_text__eELkm{font-size:11px}}@media not all and (-webkit-min-device-pixel-ratio:0),not all and (min-resolution:0.001dpcm){.styles_text__eELkm{font-size:11px}}@supports (-webkit-hyphens:none){.styles_text__eELkm{font-size:11px}}@supports (-webkit-touch-callout:none){.styles_text__eELkm{font-size:11px}}@keyframes styles_spin__0IdPl{0%{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.styles_button__yOUKI{display:flex;justify-content:center;align-items:center;font-weight:700;font-size:16px;color:#fff;font-family:var(--font-neutral);white-space:nowrap;background-color:var(--accent-ginger);padding:24px 60px;border-radius:40px;transition:.3s;line-height:100%;letter-spacing:1px;cursor:pointer;width:100%}.styles_button__yOUKI.styles_disabled__FXiS3{color:var(--grey-disabled);cursor:default;pointer-events:none}.styles_primaryFilled__53c6p{background:var(--accent-blue);box-shadow:0 6px 18px 0 rgba(76,137,235,.17)}.styles_button__yOUKI.styles_primaryFilled__53c6p.styles_disabled__FXiS3{background:var(--light-shade-blue);color:#fff}.styles_primaryOutlined__1OG8o{color:var(--primary-blue);background-color:inherit;border:3px solid var(--primary-blue);padding:17px 53px}.styles_button__yOUKI.styles_secondaryFilled__xkh0u{color:var(--primary-blue);background-color:#fff}.styles_transparentBlue__Xu4m_{color:var(--primary-blue);background-color:transparent}.styles_button__yOUKI.styles_secondaryOutlined__bcGQm{color:#fff;background-color:inherit;border:2px solid #fff;padding:16px 28px}.styles_button__yOUKI.styles_secondaryOutlined__bcGQm.styles_small__fNti3{padding:16px 30px}.styles_button__yOUKI.styles_tertiary__b3nKC{color:var(--primary-blue);background-color:var(--blue-transparent)}.styles_button__yOUKI.styles_quinary__Zhztf{background-color:var(--dark-secondary)}.styles_upperCase__sY__z{text-transform:uppercase}.styles_smallSize___S1SG{font-size:16px;padding:11px 30px;font-weight:500}.styles_header__uYNCx{margin:unset;padding:12px 24px;font-size:16px;font-weight:700}.styles_firstsection__wPrPo{margin:unset;font-family:var(--font-neutral);padding:1.822905vw 3.020814vw;font-size:1.302075vw;line-height:1.302075vw;letter-spacing:.1em;font-weight:700;color:#fff;text-shadow:unset;border:unset;background-color:#ff7b4c;border-radius:1.197909vw}.styles_fullWidth__pjdY8{width:100%}.styles_iconed__iMgtv{padding:20px 46px}.styles_iconWrapper__LX8dP{position:relative;width:18px;height:18px;margin-top:-1px}.styles_startIcon__WysvX{margin-right:13px}.styles_endIcon__LRmTI{margin-left:13px}.styles_link__64q2W{white-space:nowrap}.styles_loader__qGN2I{display:flex;animation-name:styles_spin__0IdPl;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}.styles_orange__6dgO9{box-shadow:0 6px 18px 0 rgba(255,123,76,.29)}.styles_orange__6dgO9.styles_disabled__FXiS3{color:#fff;opacity:.5}.styles_orangeWhite__Dmsvp{background-color:#fff;color:var(--main-orange);border:1px solid var(--main-orange)}.styles_dark__vhzeV{border-radius:40px;background:var(--dark-black);color:#fff}.styles_darkSecondary__Z1GqF,.styles_dark__vhzeV{font-family:var(--font-neutral),sans-serif;font-size:16px;font-weight:700}.styles_darkSecondary__Z1GqF{background-color:#fff;border:1px solid var(--dark-black);color:#000}@media (hover:none){.styles_button__yOUKI:focus{background-color:var(--accent-coral-hover)}.styles_button__yOUKI.styles_disabled__FXiS3:focus{background-color:var(--primary-blue)}.styles_button__yOUKI.styles_tertiary__b3nKC:focus{background-color:#e3eefa}.styles_button__yOUKI.styles_quinary__Zhztf:focus{background-color:var(--dark-secondary)}.styles_primaryFilled__53c6p:focus{border-color:var(--primary-blue-hover-dark);background-color:var(--primary-blue-hover-dark)}.styles_button__yOUKI.styles_secondaryFilled__xkh0u.styles_disabled__FXiS3:focus{background-color:var(--white)}.styles_primaryOutlined__1OG8o:focus{color:var(--primary-blue-hover-dark);background-color:inherit;border:3px solid var(--primary-blue-hover-dark)}.styles_button__yOUKI.styles_quinary__Zhztf.styles_disabled__FXiS3:focus{background-color:var(--dark-secondary)}.styles_button__yOUKI.styles_tertiary__b3nKC.styles_disabled__FXiS3:focus{background-color:var(--blue-transparent)}.styles_primaryOutlined__1OG8o.styles_disabled__FXiS3:focus{background-color:inherit;color:var(--primary-blue);border:3px solid var(--primary-blue)}.styles_header__uYNCx:focus{background-color:unset!important}.styles_orangeWhite__Dmsvp:focus{background-color:var(--accent-ginger-hover);border-color:var(--accent-ginger-hover);color:#fff}.styles_firstsection__wPrPo:focus{background-color:#ff5e24!important}.styles_dark__vhzeV:focus{background-color:var(--grey-secondary)!important;border-color:var(--grey-secondary)!important}.styles_darkSecondary__Z1GqF:focus{background-color:var(--white-secondary)!important;border-color:var(--dark-black)!important}}@media (hover:hover){.styles_button__yOUKI:hover{background-color:var(--accent-coral-hover)}.styles_button__yOUKI.styles_disabled__FXiS3:hover{background-color:var(--primary-blue)}.styles_button__yOUKI.styles_tertiary__b3nKC:hover{background-color:#e3eefa}.styles_button__yOUKI.styles_quinary__Zhztf:hover{background-color:var(--dark-secondary)}.styles_primaryFilled__53c6p:hover{border-color:var(--primary-blue-hover-dark);background-color:var(--primary-blue-hover-dark)}.styles_button__yOUKI.styles_secondaryFilled__xkh0u.styles_disabled__FXiS3:hover{background-color:var(--white)}.styles_primaryOutlined__1OG8o:hover{color:var(--primary-blue-hover-dark);background-color:inherit;border:3px solid var(--primary-blue-hover-dark)}.styles_button__yOUKI.styles_quinary__Zhztf.styles_disabled__FXiS3:hover{background-color:var(--dark-secondary)}.styles_button__yOUKI.styles_tertiary__b3nKC.styles_disabled__FXiS3:hover{background-color:var(--blue-transparent)}.styles_primaryOutlined__1OG8o.styles_disabled__FXiS3:hover{background-color:inherit;color:var(--primary-blue);border:3px solid var(--primary-blue)}.styles_header__uYNCx:hover{background-color:unset!important}.styles_orangeWhite__Dmsvp:hover{background-color:var(--accent-ginger-hover);border-color:var(--accent-ginger-hover);color:#fff}.styles_firstsection__wPrPo:hover{background-color:#ff5e24!important}.styles_dark__vhzeV:hover{background-color:var(--grey-secondary)!important;border-color:var(--grey-secondary)!important}.styles_darkSecondary__Z1GqF:hover{background-color:var(--white-secondary)!important;border-color:var(--dark-black)!important}}.styles_wrapper__VWt4w{display:none}.styles_container__frvYC{padding:12px}.styles_title__h5NhX{font-size:21px;font-weight:600;color:var(--dark-black);margin-top:20px}.styles_description__IdBQf{font-size:15px;font-weight:400;margin-top:8px;margin-bottom:16px}.styles_button__evcgz{text-transform:uppercase;font-size:13px;font-weight:600;width:100%;height:50px}.styles_button__evcgz>div{width:28px;height:28px}.styles_imageWrapper__ztjAV{width:100%;height:184px;background:url(/icons/appsIconBackground.svg) no-repeat;background-size:cover;border-radius:24px;display:flex;padding-left:32px}.styles_closeIconContainer__2lLB9{position:absolute;top:14px;right:14px;background-color:hsla(0,0%,100%,.47);border-radius:100%;padding:5px;width:28px;height:28px}@media screen and (max-width:768px){.styles_wrapper__VWt4w{display:flex;flex-direction:column;background-color:#fff;padding:5px;border-radius:24px 24px 0 0;box-shadow:0 -8px 26.5px 0 rgba(0,0,0,.07);width:100%}}.styles_wrapper__Ngrc5{position:fixed;z-index:100;width:100%;bottom:0;left:0}@keyframes styles_borderPulse__pg_T4{0%{box-shadow:0 0 2px #fff}50%{box-shadow:0 0 10px var(--light-blue)}to{box-shadow:0 0 2px #fff}}.styles_path__71Xmo{width:100%;height:15px;background-color:var(--light-blue-shadow);border-radius:20px;overflow:hidden}.styles_path__71Xmo.styles_outlined__J92Eh{border:1px solid var(--blue-transparent)}.styles_path__71Xmo.styles_borderPulse__pg_T4{animation-name:styles_borderPulse__pg_T4;animation-duration:3s;animation-iteration-count:infinite}@keyframes styles_loading__c3UIR{0%{background-position:-100% 0}to{background-position:100% 0}}.styles_trail__JNF6W{height:15px;background-color:var(--primary-blue);border-radius:20px;animation:styles_loading__c3UIR 2s linear infinite;background-image:linear-gradient(90deg,var(--primary-blue) 0,#95c5fb 50%,var(--primary-blue) 100%);background-size:200% 100%}@keyframes styles_spin__zAI2B{0%{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.styles_loaderBlock__Xw4ie{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;text-align:center}.styles_loaderBlock__Xw4ie.styles_window__dndI_{position:fixed;top:0;right:0;left:0;bottom:0;background-color:#fff;z-index:100000}.styles_loaderWrapper__vI_Bd{display:flex;justify-content:center;align-items:center;width:100%}.styles_loader__NXU0g{display:flex;animation-name:styles_spin__zAI2B;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;position:relative;width:18px;height:18px}.styles_loader__NXU0g.styles_medium__xCzbW{width:24px;height:24px}.styles_loader__NXU0g.styles_large__fwHU2{width:36px;height:36px}.styles_linearProgressWrapper__eU16m{display:flex;justify-content:center;align-items:center;width:20%}.styles_linearProgressPercents__74Z2a{color:var(--grey);margin-left:10px}.styles_loaderMessages__eydb2{max-width:320px;margin-top:20px}.styles_burgerContainer__iZina{flex-shrink:0;position:relative}.styles_burger__0sbKw{cursor:pointer}.styles_menuContainer__qy0_7{position:absolute;top:52px;right:0;z-index:10;max-height:calc(100vh - 55px);overflow-y:auto}@media screen and (max-width:550px){.styles_menuContainer__qy0_7{top:45px}}@media screen and (max-width:500px){.styles_burgerContainer__iZina{position:static}.styles_menuContainer__qy0_7{top:60px;width:100%;height:calc(100vh - 60px);max-height:calc(100vh - 60px);border-radius:0;background-color:#fff}}.styles_mobileWrapper__OWir0{top:1px;height:37px;width:36px}.styles_mobileSearchContainer__f5FQd{position:absolute;border:1px solid var(--grey-disabled);border-left:none;border-right:none;background:#fff;top:75px;right:-100%;padding:6px;width:100%;z-index:-1;transition:right .3s ease-in-out}.styles_submitButton__fZh1f{width:0;height:0;opacity:0}.styles_mobileSearchContainer__f5FQd input{border:none;font-size:16px;padding:4px 0;width:100%}.styles_mobileSearchContainer__f5FQd input:focus{border:none;outline:none}.styles_mobileSearchContainerOpen__zqydQ{right:0;top:75px}@media screen and (max-width:550px){.styles_mobileSearchContainerOpen__zqydQ{top:53px}}.styles_search__dNWj_{display:flex;align-items:center}.styles_searchText__HVD2L{color:#222;position:relative;z-index:5;height:46px;width:46px;margin:0;padding:5px 0 5px 45px;box-sizing:border-box;font-size:16px;cursor:pointer;border-radius:30px;border:1px solid #666;background:url(/icons/SearchIcon.svg) no-repeat left 9px center transparent;background-size:24px;background-position-x:10px;transition:z-index .8s,width .5s,background .3s ease,border .3s}.styles_searchOpened__b_OEC .styles_searchText__HVD2L{z-index:3;width:350px;border:1px solid #666;outline:none;cursor:auto;padding-right:10px;font-family:Arial,sans-serif}.styles_searchText__HVD2L:focus{outline:none}.styles_searchSubmit__fvnTZ{position:relative;z-index:4;top:0;left:45px;width:45px;height:45px;margin:0;padding:0;border:0;outline:0;border-radius:30px;cursor:pointer;background:none}.styles_wrapper__rx3vQ{padding:0 20px 20px}.styles_dropdown__9L87B{border-radius:24px;background-color:#fff;width:300px;padding:24px;height:-moz-fit-content;height:fit-content;overflow:auto;box-shadow:0 4px 25px 0 rgba(0,0,0,.1)}.styles_dropdownMenu__JyUV1,.styles_dropdown__9L87B,.styles_menuSection__fpfAA{display:flex;flex-direction:column}.styles_menuSection__fpfAA{gap:16px;padding:24px 0;border-top:1px solid var(--Grey-10)}.styles_menuSection__fpfAA:last-child{padding-bottom:0}.styles_menuSection__fpfAA:first-child{padding-top:0;border:none}.styles_authUserItems__AExdQ{display:flex;justify-content:space-between;align-items:center}.styles_logoutButton__yMVlS{position:relative;width:40px;height:40px;transition:color .2s ease}.styles_logoutButton__yMVlS:hover{color:var(--accent-blue)}@media screen and (max-width:500px){.styles_wrapper__rx3vQ{padding:0}.styles_dropdown__9L87B{width:100%;border-radius:0;box-shadow:none;height:100%;overflow:auto}}.styles_userInfoContainer__fYc9_{display:flex;column-gap:8px;align-items:center}.styles_avatarWrapper__k_X0z{flex-shrink:0;position:relative;border-radius:100%;width:46px;height:46px;display:flex;align-items:center;justify-content:center;background-color:var(--dark);color:#fff;font-weight:400;font-size:18px;font-family:var(--font-inter),sans-serif;text-transform:uppercase}.styles_nameAndEmailContainer__bGpWg{display:flex;flex-direction:column;row-gap:8px;overflow:hidden;font-family:var(--font-inter),sans-serif}.styles_name__LLkcP{font-weight:700;color:var(--text-primary)}.styles_email__vkBpP,.styles_name__LLkcP{display:inline-block;font-size:12px;line-height:100%;overflow:hidden;text-overflow:ellipsis;width:100%}.styles_email__vkBpP{font-weight:500;color:var(--grey-dark);max-width:150px}.styles_border__9bpxC{border-radius:100%;width:46px;height:46px;border:1px solid var(--accent-blue)}.styles_avatarWrapper__1K6TT,.styles_border__9bpxC{display:flex;align-items:center;justify-content:center}.styles_avatarWrapper__1K6TT{position:relative;flex-shrink:0;border-radius:100%;width:100%;height:100%;background-color:var(--grey);color:#fff;font-weight:400;font-size:14px;font-family:var(--font-inter),sans-serif;text-transform:uppercase}.styles_userInfoContainer__FT2xe{padding:4px 0;position:relative}.styles_burgerContainer__nrslF:hover .styles_dropdownContainer__b55sI{visibility:visible;animation:styles_fadeIn__aHgKF .5s}.styles_dropdownContainer__b55sI{z-index:100;position:absolute;top:45px;right:-40px;visibility:hidden;transition:opacity .5s ease-in-out;height:470px;max-height:calc(100vh - 32px);padding-top:20px}.styles_content__ce54y{height:100%;overflow:auto}.styles_image__nPGNI{border-radius:100%}@keyframes styles_fadeIn__aHgKF{0%{opacity:0}to{opacity:1}}@media screen and (max-width:1150px){.styles_dropdownContainer__b55sI{height:630px}}@media screen and (max-width:834px){.styles_dropdownContainer__b55sI{display:none}.styles_border__9bpxC{width:36px;height:36px}}@media (hover:none){.styles_burgerContainer__nrslF:hover .styles_dropdownContainer__b55sI{visibility:hidden}}.styles_dropdownMenuItem__bX80l{font-family:var(--font-inter),sans-serif;font-weight:400;color:var(--text-primary);text-align:left;color:var(--grey-secondary);font-family:var(--font-neutral);font-size:14px;font-style:normal;font-weight:700;line-height:120%;text-transform:uppercase}.styles_highlighted__8z63f{color:var(--accent-ginger)}.styles_headerMenuContainer__uZZ6k{display:flex;align-items:center;column-gap:20px}.styles_text__EqqsD{font-size:16px;font-style:normal;font-weight:600;line-height:100%;position:relative}.styles_text__EqqsD:after{content:"";position:absolute;width:100%;height:2px;background-color:#000;left:0;bottom:-18px;opacity:0;transition:opacity .2s ease-in-out}.styles_active__NYDhj:after{opacity:1}@media screen and (max-width:834px){.styles_text__EqqsD{font-size:12px}}.styles_header__h3IFI{position:relative}.styles_headerPadding__Ok9Jx{height:76px;width:100%}.styles_headerWrapper__4UP0i{height:76px;background:var(--white);position:fixed;top:0;padding:0 80px;column-gap:30px;width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--color-shades-neutral-black-75);z-index:9999}.styles_columnWrapper__S7Vvb{display:flex;align-items:center;column-gap:40px}.styles_rightContainer__oFahb{display:flex;align-items:center;column-gap:12px}.styles_logoAndNavigationWrapper__XbOsv{display:flex;column-gap:46px;height:100%;flex-shrink:0}.styles_logoWrapper__6eDKQ{display:flex;flex-shrink:0;position:relative;align-items:center}.styles_text__HBlo6{color:#fff;font-weight:700;font-size:14px;text-transform:uppercase;font-family:var(--font-inter),sans-serif}.styles_buttonLink__FVcNH{text-align:center;cursor:pointer;height:40px;display:flex;align-items:center;padding:0 28px;border:1px solid #fff;border-radius:32px}.styles_divider__PWrS_{width:100%;height:1px;background-color:var(--blue-transparent);margin:20px 0}.styles_loginButton__SRxVm{height:46px!important}.styles_loginButtons__fjDBI{display:flex;gap:12px}.styles_loginButtons__fjDBI button{height:46px;padding:12px 20px}.styles_smallScreenContainer__O8mbt{display:flex;align-items:center;gap:12px}.styles_likeLink__o9hJ5{width:46px;height:46px;position:relative}@media screen and (max-width:1150px){.styles_headerWrapper__4UP0i{padding:0 16px}}@media screen and (max-width:830px){.styles_loginButton__SRxVm{height:36px!important}.styles_likeLink__o9hJ5{width:36px;height:36px}}@media screen and (max-width:550px){.styles_loginButtons__fjDBI{display:none}.styles_headerWrapper__4UP0i{height:60px;padding:0 20px}.styles_headerPadding__Ok9Jx{height:60px}}@media screen and (max-width:440px){.styles_likeLink__o9hJ5{display:none}}@media screen and (max-width:400px){.styles_loginButton__SRxVm{width:73px!important;height:36px!important;padding:12px 16px!important;font-size:12px!important}.styles_headerWrapper__4UP0i{column-gap:8px;padding:0 10px}}.styles_iconWitchNotificationContainer__hNgNQ{width:46px;height:46px}.styles_container__xv9Wn,.styles_wrapper__0wwx1{display:flex;flex-direction:column}.styles_wrapper__0wwx1{padding:24px;width:687px;background-color:#fff;gap:16px;max-height:555px;position:absolute;z-index:2;right:50px;top:76px;overflow:auto;transition:all .2s ease}.styles_wrapper__0wwx1::-webkit-scrollbar{width:15px;padding:2px}.styles_wrapper__0wwx1::-webkit-scrollbar-track{background:#eaeaea;margin:20px 0;border-radius:27px}.styles_wrapper__0wwx1::-webkit-scrollbar-thumb{background:var(--accent-ginger);border-radius:27px;height:254px}.styles_bgBlur__BsaYP{position:absolute;width:100vw;height:calc(100vh - 76px);background:rgba(0,0,0,.2);left:0;top:76px;transition:all .1s ease}.styles_container__xv9Wn{gap:24px}.styles_loader__CvPJ7{width:687px;height:100px;background-color:#fff;display:flex;justify-content:center;align-items:center;position:absolute;z-index:2;right:50px}@media screen and (max-width:830px){.styles_iconWitchNotificationContainer__hNgNQ{width:36px;height:36px}}@media screen and (max-width:740px){.styles_loader__CvPJ7{right:0}.styles_container__xv9Wn{gap:16px}.styles_title__Xr5hr{font-size:12px}.styles_button__f0LdF{font-size:14px}}@media screen and (max-width:550px){.styles_wrapper__0wwx1::-webkit-scrollbar{width:8px}.styles_wrapper__0wwx1::-webkit-scrollbar-thumb{width:4px}.styles_bgBlur__BsaYP{top:60px;height:calc(100vh - 60px)}.styles_wrapper__0wwx1{top:60px;max-height:calc(90vh - 60px)}}.styles_hidden__vGhOy{opacity:0;pointer-events:none}.styles_bell__C4v5J,.styles_bell__C4v5J svg{width:100%;height:100%}.styles_bell__C4v5J{position:relative}.styles_amountLabel__ixqtn{position:absolute;background-color:var(--accent-ginger);color:#fff;font-size:12px;font-weight:600;border-radius:96px;width:35px;height:19px;display:flex;align-items:center;justify-content:center;bottom:-3px;left:45%}.styles_iconOpen__0XhKc svg *{fill:#303236;stroke:#fff}@media screen and (max-width:830px){.styles_amountLabel__ixqtn{font-size:10px;width:27px;height:15px}}.styles_appLayoutWrapper__RoMKq{width:100%;display:flex;flex-direction:column;min-height:100vh;background-color:var(--background-default)}.styles_main__BNuhg{flex:1 0 auto}@media screen and (max-width:375px){.styles_main__BNuhg{overflow-x:visible}}.styles_topPanel__BIbTx{top:76px!important}@media screen and (max-width:550px){.styles_topPanel__BIbTx{top:56px!important}}.styles_wrapper__NOuob{position:-webkit-sticky;position:sticky;top:76px;z-index:99;background-color:var(--background-default);padding:0 80px;display:flex;flex-direction:column}@media screen and (max-width:780px){.styles_wrapper__NOuob{padding:0 20px}}@media screen and (max-width:640px){.styles_wrapper__NOuob{padding:0 20px;top:76px;position:fixed;width:100%}}@media screen and (max-width:550px){.styles_wrapper__NOuob{top:58px}}.styles_goBackContainer__iFNfN{display:none}@media screen and (max-width:630px){.styles_goBackContainer__iFNfN{display:flex;align-items:center;gap:8px;padding:16px 0}.styles_backArrowIcon__W0a3u{width:46px;height:46px}.styles_text__865bV{color:var(--grey-dark);font-family:var(--font-inter);font-size:14px;font-style:normal;font-weight:500;line-height:16px}}@font-face{font-family:__neutralFace_575bab;src:url(/_next/static/media/d0c9973c182fd837-s.p.woff2) format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:__neutralFace_575bab;src:url(/_next/static/media/902684e442f8192f-s.p.woff2) format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:__neutralFace_Fallback_575bab;src:local("Arial");ascent-override:59.18%;descent-override:14.06%;line-gap-override:0.00%;size-adjust:141.74%}.__className_575bab{font-family:__neutralFace_575bab,__neutralFace_Fallback_575bab}.__variable_575bab{--font-neutral:"__neutralFace_575bab","__neutralFace_Fallback_575bab"}@font-face{font-family:__interTight_581e95;src:url(/_next/static/media/d5ec49509c2a65ea-s.p.woff2) format("woff2");font-display:swap;font-style:normal}@font-face{font-family:__interTight_Fallback_581e95;src:local("Arial");ascent-override:99.65%;descent-override:24.81%;line-gap-override:0.00%;size-adjust:97.21%}.__className_581e95{font-family:__interTight_581e95,__interTight_Fallback_581e95;font-style:normal}.__variable_581e95{--font-inter-tight:"__interTight_581e95","__interTight_Fallback_581e95"}@font-face{font-family:__inter_6673f8;src:url(/_next/static/media/a9bd55be6407784a-s.p.woff2) format("woff2");font-display:swap;font-weight:100;font-style:normal}@font-face{font-family:__inter_6673f8;src:url(/_next/static/media/80c327c58c7f6809-s.p.woff2) format("woff2");font-display:swap;font-weight:200;font-style:normal}@font-face{font-family:__inter_6673f8;src:url(/_next/static/media/2a7cd0677411b828-s.p.woff2) format("woff2");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:__inter_6673f8;src:url(/_next/static/media/d080ae18fd04e52c-s.p.woff2) format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:__inter_6673f8;src:url(/_next/static/media/242d04bef81519ae-s.p.woff2) format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:__inter_6673f8;src:url(/_next/static/media/cac2ba46e8c8adc9-s.p.woff2) format("woff2");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:__inter_6673f8;src:url(/_next/static/media/11d5bc9f0cad36d1-s.p.woff2) format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:__inter_6673f8;src:url(/_next/static/media/969298c88c2e644f-s.p.woff2) format("woff2");font-display:swap;font-weight:800;font-style:normal}@font-face{font-family:__inter_Fallback_6673f8;src:local("Arial");ascent-override:89.79%;descent-override:22.36%;line-gap-override:0.00%;size-adjust:107.89%}.__className_6673f8{font-family:__inter_6673f8,__inter_Fallback_6673f8}.__variable_6673f8{--font-inter:"__inter_6673f8","__inter_Fallback_6673f8"}