:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(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;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: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{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{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{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{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)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding: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{--y:0;border-radius:6px;box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.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-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;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: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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.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{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.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;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);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);bottom:0;height:5px;left:0;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)}}.svgIcon_flex-row__YYvEK{display:flex;flex-direction:row}.svgIcon_flex-column__R\+9Eq{display:flex;flex-direction:column}.svgIcon_flex-row-center__7NOR1{align-items:center;display:flex;flex-direction:row;justify-content:center}.svgIcon_flex-column-center__XqOCn{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes svgIcon_rotation__z2L\+F{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.svgIcon_main__8it-r{align-items:center;color:inherit;display:flex;flex-direction:row;justify-content:center}.svgIcon_main__8it-r .svgIcon_fill-stroke__btW6M path,.svgIcon_main__8it-r .svgIcon_fill__DEBnt path{fill:currentColor}.svgIcon_main__8it-r .svgIcon_fill-stroke__btW6M path,.svgIcon_main__8it-r .svgIcon_stroke__kvQaJ path{stroke:currentColor}.iconButton_flex-row__LGbNi{display:flex;flex-direction:row}.iconButton_flex-column__L52fq{display:flex;flex-direction:column}.iconButton_flex-row-center__E7qKc{align-items:center;display:flex;flex-direction:row;justify-content:center}.iconButton_flex-column-center__wXl7x{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes iconButton_rotation__8zf1W{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.iconButton_main__p4Gxg{align-items:center;background-color:#0000;border:none;color:inherit;display:flex;justify-content:center;padding:4px}.iconButton_main__p4Gxg:hover{background-color:#2c2c2c14;border-radius:50%}.iconButton_disabled__aPhvQ{color:#767676;cursor:default}.iconButton_disabled__aPhvQ svg path{stroke:currentcolor}.loader_flex-row__HYcZB{display:flex;flex-direction:row}.loader_flex-column__VCBbL{display:flex;flex-direction:column}.loader_flex-row-center__BEKTN{align-items:center;display:flex;flex-direction:row;justify-content:center}.loader_flex-column-center__0WYzP{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes loader_rotation__StSk-{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader_main__6IMvH{animation:loader_rotation__StSk- 1s linear infinite}.loader_main__6IMvH svg path{fill:currentcolor;stroke:currentcolor}.button_flex-row__Fd1y7{display:flex;flex-direction:row}.button_flex-column__pxZa4{display:flex;flex-direction:column}.button_flex-row-center__J5PgQ{align-items:center;display:flex;flex-direction:row;justify-content:center}.button_flex-column-center__LOj7Q{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes button_rotation__N\+jJv{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.button_body-font-style__J\+U2F{font-family:Inter,sans-serif}.button_body-text__A7Xrn{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.button_heading__7C9bU{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.button_mobile-h1__RVl04{font-size:46px}.button_mobile-h2__RwoWJ{font-size:36px}.button_mobile-h3__GFEw5{font-size:32px;line-height:110%}.button_mobile-h4__3AVe7{font-size:26px;line-height:110%}.button_mobile-h5__1gJde{font-size:22px}.button_mobile-h6__AAK-J{font-size:18px;line-height:110%}.button_mobile-card-heading__LVNdH{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.button_mobile-heading-subtitle__6OMO9{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.button_label-12__vjPmS{font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:130%}.button_label-14__5Bl28,.button_transparentNoBorderLight__LSL-4,.button_transparentNoBorder__vxGIz{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:130%}.button_label-16__3FSks{font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.button_label-18__BN3z-,.button_transparentNoBorder__vxGIz.button_large__T0cnD{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.button_label-20__iE3B1{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.button_label-24__eLLi9{font-size:24px}.button_label-24__eLLi9,.button_label-28__x4MWV{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.button_label-28__x4MWV{font-size:28px}.button_caption-14__XLU6r{font-size:14px}.button_caption-12__j5ZwK,.button_caption-14__XLU6r{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.button_caption-12__j5ZwK{font-size:12px}.button_btnWrapper__eYPMa.button_small__pUcW7,.button_supportive-14__DNZK1{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:130%}.button_supportive-12__E95aJ{font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:130%}.button_bodySizeS__-ZTbc{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.button_bodySizeM__fswA-,.button_btnWrapper__eYPMa{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.button_body-text__A7Xrn.button_desktop-body-32__xxBnN{font-size:32px}.button_body-text__A7Xrn.button_desktop-body-28__hibw\+{font-size:28px}.button_body-text__A7Xrn.button_desktop-body-22__sBvs4{font-size:22px;line-height:150%}.button_body-text__A7Xrn.button_desktop-body-16__23i3T{font-size:16px;line-height:150%}}.button_mobile-body-16__GY7Jl{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.button_bodySizeL__sOdaJ{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.button_typography-price__oByYm{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.button_underline__IkRph{text-decoration:underline}@media(min-width:1280px){.button_heading__7C9bU.button_desktop-h4__GI6zq{font-size:32px;line-height:110%}.button_heading__7C9bU.button_desktop-h1__iIWoS{font-size:62px;line-height:110%}.button_heading__7C9bU.button_desktop-h2__PbwGg{font-size:46px;line-height:140%}.button_heading__7C9bU.button_desktop-h5__\+zkTF{font-size:26px;line-height:110%}.button_heading__7C9bU.button_desktop-h6__YzJld{font-size:18px;line-height:110%}.button_heading__7C9bU.button_desktop-h7__6EJtM{font-size:16px;letter-spacing:-.32px;line-height:22px}.button_desktop-label-18__siJOr{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.button_desktop-body-18__bJSAM{font-size:18px;line-height:165%}}.button_btnWrapper__eYPMa{align-items:center;border-radius:8px;column-gap:8px;display:flex;flex-direction:row}.button_btnWrapper__eYPMa svg path{stroke:currentcolor}.button_btnWrapper__eYPMa.button_small__pUcW7{border-radius:4px;padding:5px 12px}.button_btnWrapper__eYPMa.button_medium__WABJm{padding:12px 20px}.button_btnWrapper__eYPMa.button_large__T0cnD{border-radius:10px;padding:16px 20px}.button_btnWrapper__eYPMa:disabled{cursor:default}.button_main__DISy6{align-items:center;background-color:#6a7efc;border:none;color:#fff;display:flex;justify-content:center;width:100%}.button_main__DISy6:hover{background-color:#7857fc}.button_main__DISy6:disabled{background-color:#767676}.button_icon__o8\+nf{background-position:50%;background-repeat:no-repeat;background-size:cover;height:20px;margin:0 8px;transition:opacity .2s ease;width:20px}.button_icon__o8\+nf:hover{opacity:.5}.button_transparentNoBorderLight__LSL-4{align-items:center;background-color:#0000;border:none;color:#6a7efc;display:flex;flex-direction:row;justify-content:center}.button_transparentNoBorderLight__LSL-4.button_large__T0cnD,.button_transparentNoBorderLight__LSL-4.button_medium__WABJm,.button_transparentNoBorderLight__LSL-4.button_small__pUcW7{padding:0}.button_transparentNoBorderLight__LSL-4:hover{color:#7857fc}.button_transparentNoBorderLight__LSL-4:disabled{color:#767676}.button_transparentNoBorder__vxGIz{background-color:#0000;border:none;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.button_transparentNoBorder__vxGIz.button_large__T0cnD,.button_transparentNoBorder__vxGIz.button_medium__WABJm,.button_transparentNoBorder__vxGIz.button_small__pUcW7{padding:0}.button_transparentNoBorder__vxGIz:hover{color:#7857fc}.button_transparentNoBorder__vxGIz:disabled{color:#767676}.button_transparentWithBorder__cV7a7{align-items:center;background-color:#0000;border:2px solid #595959;color:#2c2c2c;display:flex;flex-direction:row;justify-content:center}.button_transparentWithBorder__cV7a7.button_large__T0cnD{padding:16px}.button_transparentWithBorder__cV7a7:hover{border:2px solid #7857fc;color:#7857fc}.button_transparentWithBorder__cV7a7:disabled{background-color:#767676}.button_blackNoBorder__M5AeQ{align-items:center;background-color:#2c2c2c;border:none;color:#fff;display:flex;flex-direction:row;justify-content:center}.button_blackNoBorder__M5AeQ:hover{background-color:#595959}.button_blackNoBorder__M5AeQ:disabled{background-color:#d1d2d5}.button_moderation__JLzlP{align-items:center;background-color:#ff5656;border:none;color:#fff;display:flex;flex-direction:row;justify-content:center}.button_moderation__JLzlP:hover{background-color:#f1484b}.button_moderation__JLzlP:disabled{background-color:#767676;cursor:default}@media(min-width:1280px){.button_btnWrapper__eYPMa{width:auto}.button_blackNoBorder__M5AeQ.button_medium__WABJm,.button_main__DISy6.button_medium__WABJm,.button_moderation__JLzlP.button_medium__WABJm,.button_transparentWithBorder__cV7a7.button_medium__WABJm{padding:8px 20px}}.emptyStateMessage_flex-row__QiOGc{display:flex;flex-direction:row}.emptyStateMessage_flex-column__9uif6{display:flex;flex-direction:column}.emptyStateMessage_flex-row-center__XyNIw{align-items:center;display:flex;flex-direction:row;justify-content:center}.emptyStateMessage_flex-column-center__yw7sZ{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes emptyStateMessage_rotation__QXy1J{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.emptyStateMessage_body-font-style__Yy8zx{font-family:Inter,sans-serif}.emptyStateMessage_body-text__m7WPk{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.emptyStateMessage_heading__0VyvL{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.emptyStateMessage_mobile-h1__Uki5B{font-size:46px}.emptyStateMessage_mobile-h2__IzT1N{font-size:36px}.emptyStateMessage_mobile-h3__VVxGl{font-size:32px;line-height:110%}.emptyStateMessage_mobile-h4__rJCeD{font-size:26px;line-height:110%}.emptyStateMessage_mobile-h5__ypU1N{font-size:22px}.emptyStateMessage_mobile-h6__z\+v2v{font-size:18px;line-height:110%}.emptyStateMessage_mobile-card-heading__j1jrl{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.emptyStateMessage_mobile-heading-subtitle__g2-sq{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.emptyStateMessage_label-12__jEHnj{font-size:12px}.emptyStateMessage_label-12__jEHnj,.emptyStateMessage_label-14__z\+Lf-{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.emptyStateMessage_label-14__z\+Lf-{font-size:14px}.emptyStateMessage_label-16__5CsWh{font-size:16px}.emptyStateMessage_label-16__5CsWh,.emptyStateMessage_label-18__bOQtT{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.emptyStateMessage_label-18__bOQtT{font-size:18px}.emptyStateMessage_label-20__FRahX{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.emptyStateMessage_label-24__Eld9b{font-size:24px}.emptyStateMessage_label-24__Eld9b,.emptyStateMessage_label-28__6jeMm{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.emptyStateMessage_label-28__6jeMm{font-size:28px}.emptyStateMessage_caption-14__BOnLJ{font-size:14px}.emptyStateMessage_caption-12__otzCb,.emptyStateMessage_caption-14__BOnLJ{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.emptyStateMessage_caption-12__otzCb{font-size:12px}.emptyStateMessage_supportive-14__Kz\+tN{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:130%}.emptyStateMessage_supportive-12__XnFkc{font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:130%}.emptyStateMessage_bodySizeS__go0Pe{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.emptyStateMessage_bodySizeM__7Ay7Y{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.emptyStateMessage_body-text__m7WPk.emptyStateMessage_desktop-body-32__pwO8y{font-size:32px}.emptyStateMessage_body-text__m7WPk.emptyStateMessage_desktop-body-28__p15F1{font-size:28px}.emptyStateMessage_body-text__m7WPk.emptyStateMessage_desktop-body-22__wvzMt{font-size:22px;line-height:150%}.emptyStateMessage_body-text__m7WPk.emptyStateMessage_desktop-body-16__MxmP1{font-size:16px;line-height:150%}}.emptyStateMessage_mobile-body-16__bRVxd{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.emptyStateMessage_bodySizeL__rUX6f,.emptyStateMessage_text__OXOl9{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.emptyStateMessage_typography-price__mZUEf{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.emptyStateMessage_underline__hMK2L{text-decoration:underline}@media(min-width:1280px){.emptyStateMessage_heading__0VyvL.emptyStateMessage_desktop-h4__IUWv6{font-size:32px;line-height:110%}.emptyStateMessage_heading__0VyvL.emptyStateMessage_desktop-h1__aOEpl{font-size:62px;line-height:110%}.emptyStateMessage_heading__0VyvL.emptyStateMessage_desktop-h2__xzgX9{font-size:46px;line-height:140%}.emptyStateMessage_heading__0VyvL.emptyStateMessage_desktop-h5__Cm9tE{font-size:26px;line-height:110%}.emptyStateMessage_heading__0VyvL.emptyStateMessage_desktop-h6__uw0t9{font-size:18px;line-height:110%}.emptyStateMessage_heading__0VyvL.emptyStateMessage_desktop-h7__Zqcx5{font-size:16px;letter-spacing:-.32px;line-height:22px}.emptyStateMessage_desktop-label-18__ey9rj{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.emptyStateMessage_desktop-body-18__7nfa9{font-size:18px;line-height:165%}}.emptyStateMessage_main__PB26g{height:fit-content;row-gap:8px;width:100%}.emptyStateMessage_content__sRKl5,.emptyStateMessage_main__PB26g{align-items:center;display:flex;flex-direction:column;justify-content:center}.emptyStateMessage_content__sRKl5{max-width:448px;row-gap:12px;text-align:center}.emptyStateMessage_button__A9wqx{margin-top:8px}.emptyStateMessage_mainHorizontal__--\+EW{align-items:center;column-gap:8px;display:flex;flex-direction:column;height:100%;justify-content:center;margin-top:20px}.emptyStateMessage_mainHorizontal__--\+EW .emptyStateMessage_content__sRKl5{display:flex;flex-direction:column;width:100%}.emptyStateMessage_comingSoon__2AJdi{margin-top:36px;width:100%}.emptyStateMessage_title__pEo-d{align-items:center;display:flex;flex-direction:row;gap:6px}@media screen and (min-width:1280px){.emptyStateMessage_mainHorizontal__--\+EW{align-items:center;column-gap:40px;display:flex;flex-direction:row;flex-direction:row-reverse;height:auto;justify-content:center;justify-content:flex-end}.emptyStateMessage_mainHorizontal__--\+EW .emptyStateMessage_content__sRKl5{align-items:baseline;row-gap:16px;text-align:start;width:376px}}.showcaseArea_flex-row__-5Mbv{display:flex;flex-direction:row}.showcaseArea_flex-column__E7gPZ{display:flex;flex-direction:column}.showcaseArea_flex-row-center__LI3qM{align-items:center;display:flex;flex-direction:row;justify-content:center}.showcaseArea_flex-column-center__JEXqg{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes showcaseArea_rotation__NMrsL{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.showcaseArea_showcaseContainer__1nXsP{position:relative}.showcaseArea_backgroundImg__nrMKa{border-radius:12px;height:100%;object-fit:cover;width:100%}.showcaseArea_learnMoreBtn__bF8F0{text-wrap:nowrap;left:50%;position:absolute;transform:translateX(-50%)}.showcaseArea_sponsoredButton__z1ZuR{align-items:center;background-color:#2c2c2ccc;border-color:#0000;border-radius:99px;color:#fff;display:flex;flex-direction:row;gap:4px;height:24px;padding:0 4px 0 8px;position:absolute;right:12px;top:12px}.showcaseArea_vertical__j5XNq{aspect-ratio:7/10;margin-top:32px;width:100%}.showcaseArea_vertical__j5XNq .showcaseArea_learnMoreBtn__bF8F0{bottom:36px}.showcaseArea_horizontal__nkyBy{height:188px;margin-top:24px;width:100%}.showcaseArea_horizontal__nkyBy .showcaseArea_learnMoreBtn__bF8F0{bottom:14px}.showcaseArea_mobile-big__K3WFe{aspect-ratio:10/11;margin:20px auto auto;max-width:320px;width:100%}.showcaseArea_mobile-big__K3WFe .showcaseArea_learnMoreBtn__bF8F0{bottom:16px}.showcaseArea_mobile-small__Vdila{aspect-ratio:19/10;margin:16px auto auto;max-width:328px;padding-bottom:12px;width:100%}.showcaseArea_mobile-small__Vdila .showcaseArea_learnMoreBtn__bF8F0{bottom:24px;left:auto;right:12px;transform:none}.showcaseArea_mobile-small__Vdila .showcaseArea_sponsoredButton__z1ZuR{left:12px;right:auto}.styles_flex-row__Xqp-P{display:flex;flex-direction:row}.styles_flex-column__R889a{display:flex;flex-direction:column}.styles_flex-row-center__XgvO1{align-items:center;display:flex;flex-direction:row;justify-content:center}.styles_flex-column-center__qJlTD{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes styles_rotation__xRBBb{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_main__LejJw{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:448px;text-align:center}.styles_main__LejJw h2{margin-bottom:12px}.styles_search__aNtzo{margin:82px auto 24px}.styles_search__aNtzo svg{margin-bottom:20px}.styles_btn__fEH8K{margin-top:20px}@media screen and (min-width:1280px){.styles_main__LejJw{margin:0 auto}.styles_favorite__TGkKQ{margin:136px auto 24px}.styles_favorite__TGkKQ svg{margin-bottom:24px}}.dropdown_flex-row__rgq3b{display:flex;flex-direction:row}.dropdown_flex-column__3pJke{display:flex;flex-direction:column}.dropdown_flex-row-center__O-rqk{align-items:center;display:flex;flex-direction:row;justify-content:center}.dropdown_flex-column-center__7iKdn{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes dropdown_rotation__LgEC8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dropdown_wrapper__MWcpg{position:relative}.dropdown_main__zCJvh{border:1px solid #f0f0f0;border-radius:8px;box-shadow:0 2px 6px -2px #63636308,0 4px 24px -4px #63636314;margin-top:4px;max-height:320px;min-width:100%;overflow:auto;position:absolute;right:0;width:max-content;z-index:3}.dropdown_main__zCJvh.dropdown_left__f9tev{left:0;right:auto}.dropdown_main__zCJvh.dropdown_above__vQ9xZ{bottom:48px}.dropdown_sections__D11rg{background-color:#fff;display:flex;flex-direction:column;padding-bottom:8px;padding-top:8px;position:relative;z-index:3}.dropdown_section__xaD2T{border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;padding-bottom:5px;padding-top:5px}.dropdown_section__xaD2T:first-child{border-top:none;padding-top:0}.dropdown_section__xaD2T:last-child{border-bottom:none;padding-bottom:0}.dropdown_action__trIKE{background:none;border:none;color:#2c2c2c;padding:8px 14px;text-align:start}.dropdown_action__trIKE.dropdown_selected__ALxro,.dropdown_action__trIKE:hover{background-color:#f0f0f0}.dropdown_label__Nx3YY{display:flex;flex-direction:row;gap:8px}.dropdown_label__Nx3YY .dropdown_icon__YczIP{margin-top:2px}.dropdown_label__Nx3YY .dropdown_text__CmaKn{display:flex;flex-direction:column;gap:2px}.dropdown_label__Nx3YY .dropdown_info__7Pxsi{color:#767676}.sortDropdown_main__k97Oi{display:flex;justify-content:left}.sortDropdown_chevron__JS9UX img{transform:rotate(90deg)}@media screen and (min-width:1280px){.sortDropdown_main__k97Oi{justify-content:right}}.offerCardLabel_flex-row__whn6-{display:flex;flex-direction:row}.offerCardLabel_flex-column__pZcLC{display:flex;flex-direction:column}.offerCardLabel_flex-row-center__Aq-m8{align-items:center;display:flex;flex-direction:row;justify-content:center}.offerCardLabel_flex-column-center__j1AOg{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes offerCardLabel_rotation__Yhmbf{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.offerCardLabel_main__oF3LA{align-items:center;border-radius:6px;color:#2c2c2c;column-gap:4px;display:flex;flex-direction:row;justify-content:center;justify-content:space-between;padding:4px 8px;width:fit-content}.offerCardLabel_success__nG611{background-color:#e5f9e7}.offerCardLabel_alert__xbNkH{background-color:#fff1df}.offerCardLabel_alert__xbNkH .offerCardLabel_rightIcon__cJ6Dp{margin-left:4px}.offerCardLabel_alert__xbNkH .offerCardLabel_rightIcon__cJ6Dp path{stroke:#ffc173}.offerCardLabel_error__woZbZ{background-color:#ffe6e6}.offerCardLabel_pending__Q9uoq{background-color:#eceeff}.offerCardLabel_photosNumber__i8dt0{background-color:#fff3}.offerCardLabel_disabled__Eq859{background-color:#f0f0f0;color:#767676}.offerCardLabel_disabled__Eq859 svg path{stroke:#767676}.offerCardLabel_leftIcon__V-I4B path{stroke:#2c2c2c}.styles_image__DAEu3{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px;min-width:140px;overflow:hidden;position:relative;width:140px}.styles_noPhoto__j0JE9{background-color:#e8e8e8}.styles_imagesNum__TttQE{background-color:#fffc;border-radius:6px;bottom:8px;position:absolute;right:8px}@media screen and (min-width:1280px){.styles_image__DAEu3{min-width:216px;width:216px}}.offerAddress_flex-row__NtVd0{display:flex;flex-direction:row}.offerAddress_flex-column__tYjOa{display:flex;flex-direction:column}.offerAddress_flex-row-center__Pfnab{align-items:center;display:flex;flex-direction:row;justify-content:center}.offerAddress_flex-column-center__-PKI-{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes offerAddress_rotation__rw6M3{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.offerAddress_main__iqxug{-webkit-box-orient:vertical;-webkit-line-clamp:2;word-wrap:break-word;color:#767676;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.postPrice_flex-row__dAeqr{display:flex;flex-direction:row}.postPrice_flex-column__nri0t{display:flex;flex-direction:column}.postPrice_flex-row-center__dZy9G{align-items:center;display:flex;flex-direction:row;justify-content:center}.postPrice_flex-column-center__JUiHS{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes postPrice_rotation__GuZyK{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.postPrice_body-font-style__yHCXt{font-family:Inter,sans-serif}.postPrice_body-text__HmfIk{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.postPrice_heading__L8QIw{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.postPrice_mobile-h1__E0EVj{font-size:46px}.postPrice_mobile-h2__XwClI{font-size:36px}.postPrice_mobile-h3__ASbmQ{font-size:32px;line-height:110%}.postPrice_mobile-h4__nGkWc{font-size:26px;line-height:110%}.postPrice_mobile-h5__s-QAQ{font-size:22px}.postPrice_mobile-h6__q1c6f{font-size:18px;line-height:110%}.postPrice_mobile-card-heading__YApM3{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.postPrice_mobile-heading-subtitle__\+yyJD{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.postPrice_label-12__aGOJF{font-size:12px}.postPrice_label-12__aGOJF,.postPrice_label-14__NnV1s{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.postPrice_label-14__NnV1s{font-size:14px}.postPrice_label-16__jH2L7{font-size:16px}.postPrice_label-16__jH2L7,.postPrice_label-18__h1CNQ{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.postPrice_label-18__h1CNQ{font-size:18px}.postPrice_label-20__r3YrE{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.postPrice_label-24__qwEQY{font-size:24px}.postPrice_label-24__qwEQY,.postPrice_label-28__CuJwg{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.postPrice_label-28__CuJwg{font-size:28px}.postPrice_caption-14__MZwm\+{font-size:14px}.postPrice_caption-12__qKVgr,.postPrice_caption-14__MZwm\+{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.postPrice_caption-12__qKVgr{font-size:12px}.postPrice_supportive-14__OVI31{font-size:14px}.postPrice_supportive-12__2m31a,.postPrice_supportive-14__OVI31{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.postPrice_supportive-12__2m31a{font-size:12px}.postPrice_bodySizeS__rbqPD{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.postPrice_bodySizeM__tWtXb{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.postPrice_body-text__HmfIk.postPrice_desktop-body-32__qLIal{font-size:32px}.postPrice_body-text__HmfIk.postPrice_desktop-body-28__LPuS9{font-size:28px}.postPrice_body-text__HmfIk.postPrice_desktop-body-22__rd7Fe{font-size:22px;line-height:150%}.postPrice_body-text__HmfIk.postPrice_desktop-body-16__lXcJJ{font-size:16px;line-height:150%}}.postPrice_mobile-body-16__VSto6{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.postPrice_bodySizeL__GES3P{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.postPrice_typography-price__QUALy{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.postPrice_underline__jbQNu{text-decoration:underline}@media(min-width:1280px){.postPrice_heading__L8QIw.postPrice_desktop-h4__Zv8S8{font-size:32px;line-height:110%}.postPrice_heading__L8QIw.postPrice_desktop-h1__4\+UyE{font-size:62px;line-height:110%}.postPrice_heading__L8QIw.postPrice_desktop-h2__na0BN{font-size:46px;line-height:140%}.postPrice_heading__L8QIw.postPrice_desktop-h5__oUG0I{font-size:26px;line-height:110%}.postPrice_heading__L8QIw.postPrice_desktop-h6__1DAlP{font-size:18px;line-height:110%}.postPrice_heading__L8QIw.postPrice_desktop-h7__nCbF5{font-size:16px;letter-spacing:-.32px;line-height:22px}.postPrice_desktop-label-18__Mt\+p6{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.postPrice_desktop-body-18__HbXsc{font-size:18px;line-height:165%}}.postPrice_bodyPrice__s9RFZ{align-items:center;display:flex;flex-direction:row;width:100%}.postPrice_bodyPrice__s9RFZ .postPrice_delivery__h\+24E{margin-left:8px}.postPrice_bodyPrice__s9RFZ .postPrice_active__7HbR4{color:#2c2c2c}.postPrice_bodyPrice__s9RFZ .postPrice_disabled__W4bqi{color:#767676}.styles_flex-row__aiflS{display:flex;flex-direction:row}.styles_flex-column__10e5w{display:flex;flex-direction:column}.styles_flex-row-center__YyYx5{align-items:center;display:flex;flex-direction:row;justify-content:center}.styles_flex-column-center__enI0m{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes styles_rotation__wuVOR{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_info__Uk0Ub{display:flex;flex-direction:column;max-width:100%;overflow:hidden;row-gap:4px}.styles_info__Uk0Ub .styles_title__8-rOB{-webkit-box-orient:vertical;-webkit-line-clamp:2;word-wrap:break-word;color:#6a7efc;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width:1280px){.styles_info__Uk0Ub{row-gap:8px}}.styles_main__BQOXy{background-color:#d1d2d5;border-radius:99px;height:8px;margin-top:12px;overflow:hidden;width:100%}.styles_inner__2TOPw{background-color:#595959;border-radius:99px 0 0 99px;border-right:2px solid #fff;height:100%}.styles_innerWrapper__0YGqS{border-radius:99px;height:100%;overflow:hidden;width:calc(100% + 2px)}.styles_caption__sfBDE{color:#767676}@media screen and (min-width:1280px){.styles_caption__sfBDE{color:#2c2c2c}}.styles_flex-row__6trfR{display:flex;flex-direction:row}.styles_flex-column__c4alt{display:flex;flex-direction:column}.styles_flex-row-center__DXlPZ{align-items:center;display:flex;flex-direction:row;justify-content:center}.styles_flex-column-center__dPLnq{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes styles_rotation__W2YvE{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_body-font-style__LbxXe{font-family:Inter,sans-serif}.styles_body-text__xQtuY{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.styles_heading__5JIyY{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.styles_mobile-h1__XUIzh{font-size:46px}.styles_mobile-h2__3pDH1{font-size:36px}.styles_mobile-h3__A2-n1{font-size:32px;line-height:110%}.styles_mobile-h4__pxCah{font-size:26px;line-height:110%}.styles_mobile-h5__ee50Y{font-size:22px}.styles_mobile-h6__W4E3E{font-size:18px;line-height:110%}.styles_mobile-card-heading__B8OlS{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.styles_mobile-heading-subtitle__XesES{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.styles_label-12__MZmmL{font-size:12px}.styles_label-12__MZmmL,.styles_label-14__ZN86X{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.styles_label-14__ZN86X{font-size:14px}.styles_label-16__6UgUZ{font-size:16px}.styles_label-16__6UgUZ,.styles_label-18__rLDJI{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.styles_label-18__rLDJI{font-size:18px}.styles_label-20__Wld1X{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.styles_label-24__WejTx{font-size:24px}.styles_label-24__WejTx,.styles_label-28__qYsDf{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.styles_label-28__qYsDf{font-size:28px}.styles_caption-14__JlkfH{font-size:14px}.styles_caption-12__nYLDm,.styles_caption-14__JlkfH{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.styles_caption-12__nYLDm{font-size:12px}.styles_supportive-14__3Ywv4{font-size:14px}.styles_supportive-12__gzRxZ,.styles_supportive-14__3Ywv4{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.styles_supportive-12__gzRxZ{font-size:12px}.styles_bodySizeS__1eSc0{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.styles_bodySizeM__revPX{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.styles_body-text__xQtuY.styles_desktop-body-32__l4kTd{font-size:32px}.styles_body-text__xQtuY.styles_desktop-body-28__fjECg{font-size:28px}.styles_body-text__xQtuY.styles_desktop-body-22__yaTaQ{font-size:22px;line-height:150%}.styles_body-text__xQtuY.styles_desktop-body-16__m7kyY{font-size:16px;line-height:150%}}.styles_mobile-body-16__F4ON1{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.styles_bodySizeL__VI3Sf{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.styles_typography-price__M86Aa{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.styles_underline__0RIWl{text-decoration:underline}@media(min-width:1280px){.styles_heading__5JIyY.styles_desktop-h4__TBCWx{font-size:32px;line-height:110%}.styles_heading__5JIyY.styles_desktop-h1__wjwyk{font-size:62px;line-height:110%}.styles_heading__5JIyY.styles_desktop-h2__jUlVG{font-size:46px;line-height:140%}.styles_heading__5JIyY.styles_desktop-h5__FMnuS{font-size:26px;line-height:110%}.styles_heading__5JIyY.styles_desktop-h6__SXro4{font-size:18px;line-height:110%}.styles_heading__5JIyY.styles_desktop-h7__hX04s{font-size:16px;letter-spacing:-.32px;line-height:22px}.styles_desktop-label-18__tNOZj{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.styles_desktop-body-18__6E8I7{font-size:18px;line-height:165%}}.styles_h-100__KZVt-{height:100%}.styles_w-100__PeWby{width:100%}.styles_sticky-button-wrapper__FAIw6{bottom:12px;bottom:72px;display:flex;flex-direction:column;position:sticky;width:min(607px,100vw - 32px)}.styles_fixed-modal-button__v61\+2,.styles_two-fixed-buttons-modal__1ts8A{bottom:12px;display:flex;flex-direction:column;left:max(16px,(100vw - min(607px,100vw - 32px))/2);position:sticky;position:fixed;width:min(607px,100vw - 32px)}.styles_two-fixed-buttons-modal__1ts8A{background-color:#fff;gap:10px}.styles_fixed-button-container__TDc9P{height:calc(100% - 64px);overflow:auto}.styles_two-fixed-buttons-container__10sww{height:calc(100% - 140px);overflow:auto}.styles_inline__lRWl5{display:inline}.styles_semitransparent__a8xj9{opacity:.5}.styles_color-primary__3Ovxj{color:#6a7efc}.styles_color-disabled__kUMBQ{color:#767676}.styles_myOfferListContainer__XmiY0{display:flex;flex-direction:column;gap:20px;height:100%}.styles_myOfferListContainer__XmiY0 .styles_newItemBtn__ThBUq{bottom:72px}.styles_oneItemContainer__cEExe{min-height:calc(100vh - 209px)}.styles_oneItemContainer__cEExe .styles_wrapper__loF0T{display:flex;flex-direction:column;flex-grow:1;height:100%;justify-content:space-between}.styles_loaderContainer__7Xqa9{display:flex;justify-content:center;margin-top:20px;width:100%}.styles_sortDropdown__\+\+tN-{justify-content:left}.styles_content__dvhfF{display:flex;flex-direction:column;max-width:100%;overflow:hidden;padding:12px 12px 12px 0;row-gap:4px}.styles_container__xz1fl{background-color:#fff;border-radius:8px;display:flex;flex-direction:row;gap:12px;margin-bottom:12px;position:relative}.styles_container__xz1fl:hover{background-color:#f0f0f0}.styles_cardWrapper__coDBI{position:relative;width:100%}.styles_buttonsBlock__bpuvz{display:flex;flex-direction:column;height:40px}.styles_buttonsBlock__bpuvz .styles_btn__Q6gcx{margin-right:10px;width:100%}.styles_buttonsBlock__bpuvz .styles_btn__Q6gcx:last-child{margin-right:0}.styles_buttonsRow__fJ0A4{display:flex;flex-direction:row;row-gap:8px}.styles_buttonsRow__fJ0A4 button{justify-content:center}.styles_rightStack__Kp8az{display:flex;flex-direction:column;row-gap:24px}.styles_dropdown__zEL1t{width:172px}.styles_location__ZIr62 span{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.styles_labelWrapper__kYzI-{margin-top:24px}.styles_noPosts__-RupP{margin-bottom:24px}.styles_ellipsisButton__\+syCq button{font-size:12px;width:40px}@media(min-width:1280px){.styles_container__xz1fl{column-gap:24px;height:188px;margin-bottom:24px;position:relative}.styles_container__xz1fl:before{border-radius:12px;content:"";height:calc(100% + 24px);margin:-12px;position:absolute;width:calc(100% + 24px)}.styles_container__xz1fl:hover{background-color:initial}.styles_container__xz1fl:hover:before{background-color:#f0f0f0}.styles_rightStack__Kp8az{position:absolute;right:20px;top:20px;width:186px}.styles_content__dvhfF{grid-column-gap:40px;column-gap:40px;display:grid;grid-auto-flow:dense;grid-template-columns:2fr 2fr 2fr;padding:20px 20px 20px 0;position:relative;width:100%}}.form_flex-row__EUnCA{display:flex;flex-direction:row}.form_flex-column__RUwoN{display:flex;flex-direction:column}.form_flex-row-center__JKqta{align-items:center;display:flex;flex-direction:row;justify-content:center}.form_flex-column-center__a3O14{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes form_rotation__whns4{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.form_body-font-style__u7B1P{font-family:Inter,sans-serif}.form_body-text__a0KC8{color:#2c2c2c;font-size:16px;font-weight:400;line-height:140%}.form_body-text__a0KC8,.form_heading__QXm4-{font-family:Inter,sans-serif;font-style:normal}.form_heading__QXm4-{font-weight:600;line-height:120%}.form_mobile-h1__YDCqr{font-size:46px}.form_mobile-h2__U5AVo{font-size:36px}.form_mobile-h3__PQW14{font-size:32px;line-height:110%}.form_mobile-h4__AC5wZ{font-size:26px;line-height:110%}.form_mobile-h5__DA-96{font-size:22px}.form_mobile-h6__pWT3u{font-size:18px;line-height:110%}.form_mobile-card-heading__gE2IB{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.form_mobile-heading-subtitle__wB8wu{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.form_label-12__pzspa{font-size:12px}.form_label-12__pzspa,.form_label-14__\+wb5K{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.form_label-14__\+wb5K{font-size:14px}.form_label-16__eS\+iz{font-size:16px}.form_label-16__eS\+iz,.form_label-18__\+tr1l{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.form_label-18__\+tr1l{font-size:18px}.form_label-20__QFw5H{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.form_label-24__OjTdS{font-size:24px}.form_label-24__OjTdS,.form_label-28__mi\+8r{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.form_label-28__mi\+8r{font-size:28px}.form_caption-14__FV1so{font-size:14px}.form_caption-12__WYfSk,.form_caption-14__FV1so{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.form_caption-12__WYfSk{font-size:12px}.form_fieldInput__qyFDg,.form_supportive-14__LoLbQ{font-size:14px}.form_fieldInput__qyFDg,.form_supportive-12__B0eEB,.form_supportive-14__LoLbQ{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.form_supportive-12__B0eEB{font-size:12px}.form_bodySizeS__pjrXR{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.form_bodySizeM__yNtFZ,.form_fieldError__lUJ40{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.form_body-text__a0KC8.form_desktop-body-32__RsDo8{font-size:32px}.form_body-text__a0KC8.form_desktop-body-28__2LHUa{font-size:28px}.form_body-text__a0KC8.form_desktop-body-22__Yj4H5{font-size:22px;line-height:150%}.form_body-text__a0KC8.form_desktop-body-16__MMC7d{font-size:16px;line-height:150%}}.form_mobile-body-16__POVK4{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.form_bodySizeL__R9ecU{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.form_typography-price__dTVMr{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.form_underline__bf5V5{text-decoration:underline}@media(min-width:1280px){.form_heading__QXm4-.form_desktop-h4__sWCtY{font-size:32px;line-height:110%}.form_heading__QXm4-.form_desktop-h1__L01Y8{font-size:62px;line-height:110%}.form_heading__QXm4-.form_desktop-h2__xrUIK{font-size:46px;line-height:140%}.form_heading__QXm4-.form_desktop-h5__jxzk3{font-size:26px;line-height:110%}.form_heading__QXm4-.form_desktop-h6__Znx2t{font-size:18px;line-height:110%}.form_heading__QXm4-.form_desktop-h7__3\+\+Xt{font-size:16px;letter-spacing:-.32px;line-height:22px}.form_desktop-label-18__T-J0k{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.form_desktop-body-18__VI1QD{font-size:18px;line-height:165%}}.form_field__TviTN{display:flex;flex-direction:column;gap:8px}.form_field__TviTN.form_error__3q0KG .form_fieldInput__qyFDg,.form_field__TviTN.form_error__3q0KG .form_fieldInput__qyFDg:active,.form_field__TviTN.form_error__3q0KG .form_fieldInput__qyFDg:focus{border-color:#ff5656;outline-color:#ff5656}.form_formFieldWrapper__oOSCc,.form_inputContainer__vk3Ou{position:relative}.form_formFieldWrapper__oOSCc .form_hasCloseBtn__\+uM42{padding-right:36px}.form_formFieldWrapper__oOSCc .form_closeBtn__oh3fk{position:absolute;right:8px;top:50%;transform:translateY(-50%)}.form_fieldInput__qyFDg{background-color:#f0f0f0;border:1px solid #d1d2d5;border-radius:8px;color:#2c2c2c;height:44px;outline:none;padding:8px 12px;resize:none;width:100%}.form_fieldInput__qyFDg:active,.form_fieldInput__qyFDg:focus,.form_fieldInput__qyFDg:focus-visible{border:1px solid #96a5ff}.form_fieldInput__qyFDg:disabled{background-color:#d1d2d5;color:#767676}.form_disabled__Tl\+\+L{color:#767676!important}.form_fieldError__lUJ40{align-items:center;color:#ff5656;column-gap:8px;display:flex;flex-direction:row}.form_fieldError__lUJ40 svg path{stroke:#ff5656}.form_positionLeft__V1ctE{flex-direction:row-reverse;justify-content:flex-end}.form_fieldInfo__uIXtR{color:#767676;display:flex;flex-direction:row;gap:8px;justify-content:space-between}.form_password__rDuEX{position:relative;width:100%}.form_checkbox__1VVyj{align-items:center;align-items:flex-start;display:flex;flex-direction:row;justify-content:center;margin-right:auto}.form_text__3dWtQ{color:#2c2c2c;margin-bottom:4px;padding-left:4px}.form_submitError__mg1sT{color:#ff5656;margin:16px 0;text-align:center;width:100%}.form_eyeButton__Y1taq{background-color:#0000;border:none;color:#595959;position:absolute;right:8px;top:8px}.form_passwordInput__etrEL{padding-right:40px}.form_toggleContainer__PnMRD{margin:10px 0}.form_verifyButton__4a-PV{margin-top:12px;width:100%}@media screen and (min-width:1280px){.form_fieldInput__qyFDg{background-color:#fff;color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;height:40px;line-height:24px}.form_fieldInput__qyFDg:disabled{background-color:#fafafa}.form_fieldInfo__uIXtR{gap:62px}.form_wrapper__Oy5lv{position:relative}.form_verifyButton__4a-PV{left:calc(100% + 16px);position:absolute;top:16px;width:max-content}}.form_supportiveText__Fw6Q\+{color:#767676;margin-top:4px}.noPhoto_flex-row__kN4pz{display:flex;flex-direction:row}.noPhoto_flex-column__wc0XO{display:flex;flex-direction:column}.noPhoto_flex-row-center__XGbkS{align-items:center;display:flex;flex-direction:row;justify-content:center}.noPhoto_flex-column-center__AsFjo{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes noPhoto_rotation__2DQcX{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.noPhoto_main__BJbfP{align-items:center;background-color:#e8e8e8;display:flex;flex-direction:row;height:100%;justify-content:center;width:100%}.noPhoto_main__BJbfP img{object-fit:contain!important}.imageOrNoPhoto_main__josTi,.imageOrNoPhoto_main__josTi img{height:100%;width:100%}.imageOrNoPhoto_cover__KDbDJ{object-fit:cover}.imageOrNoPhoto_contain__uJ\+1K{object-fit:contain}.imageUpload_flex-row__ZBlzg{display:flex;flex-direction:row}.imageUpload_flex-column__l34bL{display:flex;flex-direction:column}.imageUpload_flex-row-center__P6slS{align-items:center;display:flex;flex-direction:row;justify-content:center}.imageUpload_flex-column-center__\+iVRQ{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes imageUpload_rotation__R5pNF{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.imageUpload_imageBlock__a4Sr8{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}.imageUpload_singleImageBlock__bZYBf{display:flex;flex-direction:column;gap:8px;max-width:127px}.imageUpload_singleImage__-3tnW{display:inline-block;position:relative}.imageUpload_imageText__Yizmr{color:#2c2c2c}.imageUpload_image__5lwlu{background-color:#f0f0f0;border:none;border-radius:5px;height:91px;width:127px}.imageUpload_image__5lwlu img{border-radius:5px;object-position:center}.imageUpload_image__5lwlu:hover .imageUpload_addPhotoImage__Ku9wC path{stroke:#7857fc}.imageUpload_image__5lwlu:hover .imageUpload_imageText__Yizmr{color:#7857fc}.imageUpload_image__5lwlu.imageUpload_disabled__DRLhm{cursor:auto}.imageUpload_image__5lwlu.imageUpload_disabled__DRLhm .imageUpload_addPhotoImage__Ku9wC path{stroke:#767676}.imageUpload_image__5lwlu.imageUpload_disabled__DRLhm .imageUpload_imageText__Yizmr{color:#767676}.imageUpload_loader__b0RKR{color:#6a7efc;margin:auto}.imageUpload_crossBtn__K28Ai{align-items:center;background:#ffffffb3;border:none;border-radius:4px;height:16px;justify-content:center;position:absolute;right:2px;top:2px;width:16px}.imageUpload_crossBtn__K28Ai,.select_flex-row__OuFmB{display:flex;flex-direction:row}.select_flex-column__aKb3Y{display:flex;flex-direction:column}.select_flex-row-center__N8Pvh{align-items:center;display:flex;flex-direction:row;justify-content:center}.select_flex-column-center__KvAgp{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes select_rotation__1ntZk{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.select_body-font-style__5Fvyx{font-family:Inter,sans-serif}.select_body-text__7ciXg{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.select_heading__BaCFt{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.select_mobile-h1__LV136{font-size:46px}.select_mobile-h2__WJ6xv{font-size:36px}.select_mobile-h3__E98pG{font-size:32px;line-height:110%}.select_mobile-h4__9KVCh{font-size:26px;line-height:110%}.select_mobile-h5__L-aVu{font-size:22px}.select_mobile-h6__zg-NR{font-size:18px;line-height:110%}.select_mobile-card-heading__L6eCm{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.select_mobile-heading-subtitle__uYEAQ{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.select_label-12__gnn5G{font-size:12px}.select_label-12__gnn5G,.select_label-14__Gb9C7{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.select_label-14__Gb9C7{font-size:14px}.select_label-16__DgFi0{font-size:16px}.select_label-16__DgFi0,.select_label-18__94pWu{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.select_label-18__94pWu{font-size:18px}.select_label-20__j5bDj{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.select_label-24__gVXua{font-size:24px}.select_label-24__gVXua,.select_label-28__Fy\+0v{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.select_label-28__Fy\+0v{font-size:28px}.select_caption-14__dV4rc{font-size:14px}.select_caption-12__KgSz4,.select_caption-14__dV4rc{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.select_caption-12__KgSz4{font-size:12px}.select_supportive-14__pDkiG{font-size:14px}.select_supportive-12__zP4qH,.select_supportive-14__pDkiG{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.select_supportive-12__zP4qH{font-size:12px}.select_bodySizeS__Lw97h{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.select_bodySizeM__b0lC1{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.select_body-text__7ciXg.select_desktop-body-32__yzfM0{font-size:32px}.select_body-text__7ciXg.select_desktop-body-28__nmQlo{font-size:28px}.select_body-text__7ciXg.select_desktop-body-22__KKp1f{font-size:22px;line-height:150%}.select_body-text__7ciXg.select_desktop-body-16__9QSHF{font-size:16px;line-height:150%}}.select_mobile-body-16__dqm5r{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.select_bodySizeL__6kXFE{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.select_typography-price__LrwCM{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.select_underline__Qnc-L{text-decoration:underline}@media(min-width:1280px){.select_heading__BaCFt.select_desktop-h4__1hvTI{font-size:32px;line-height:110%}.select_heading__BaCFt.select_desktop-h1__2cla5{font-size:62px;line-height:110%}.select_heading__BaCFt.select_desktop-h2__9evid{font-size:46px;line-height:140%}.select_heading__BaCFt.select_desktop-h5__OR4sv{font-size:26px;line-height:110%}.select_heading__BaCFt.select_desktop-h6__WPX7J{font-size:18px;line-height:110%}.select_heading__BaCFt.select_desktop-h7__ZCSwp{font-size:16px;letter-spacing:-.32px;line-height:22px}.select_desktop-label-18__jbA0H{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.select_desktop-body-18__ytH\+z{font-size:18px;line-height:165%}}.select_fieldSelectContainer__ecMxt{max-width:100%;min-width:230px}.select_currentOption__93w8W{display:flex;flex-direction:row;gap:4px}.select_currentOptionText__cKCl3{text-wrap:nowrap;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-wrap:break-word;display:-webkit-box;overflow:hidden;text-align:left;text-overflow:ellipsis}.select_fieldSelect__GuTmV{position:relative}.select_disabled__UHqxY .select_fieldSelect__GuTmV{background-color:#fafafa;color:#767676;cursor:default}.select_disabled__UHqxY .select_chevron__pd\+O-{background-color:#fafafa;cursor:default}.select_disabled__UHqxY .select_chevron__pd\+O- path{stroke:#767676}.select_disabled__UHqxY .select_chevron__pd\+O-:hover{background-color:#fafafa}.select_disabled__UHqxY .select_chevron__pd\+O-:hover path{stroke:#767676}.select_chevron__pd\+O-{align-items:center;background-color:inherit;cursor:pointer;display:flex;flex-direction:row;height:32px;justify-content:center;position:absolute;right:4px;top:6px;width:32px}.select_chevron__pd\+O-:hover{background-color:#f0f0f0;border-radius:50%}.select_chevron__pd\+O-:hover path{stroke:#2c2c2c}.select_optionsContainer__v92j3{display:flex;flex-direction:column;gap:16px}.select_options__zst\+M{display:flex;flex-direction:column;gap:8px}@media screen and (min-width:1280px){.select_chevron__pd\+O-{top:3px}}.phone_flex-row__XCEY2{display:flex;flex-direction:row}.phone_flex-column__YTbdU{display:flex;flex-direction:column}.phone_flex-row-center__3R3X9{align-items:center;display:flex;flex-direction:row;justify-content:center}.phone_flex-column-center__0nRSf{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes phone_rotation__u15Wt{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.phone_body-font-style__ihD-S{font-family:Inter,sans-serif}.phone_body-text__ipCfB{color:#2c2c2c;font-size:16px;font-weight:400;line-height:140%}.phone_body-text__ipCfB,.phone_heading__ubHt9{font-family:Inter,sans-serif;font-style:normal}.phone_heading__ubHt9{font-weight:600;line-height:120%}.phone_mobile-h1__K\+Ig0{font-size:46px}.phone_mobile-h2__GGB0e{font-size:36px}.phone_mobile-h3__VHDHR{font-size:32px;line-height:110%}.phone_mobile-h4__KEqan{font-size:26px;line-height:110%}.phone_mobile-h5__VBk2J{font-size:22px}.phone_mobile-h6__DAjrW{font-size:18px;line-height:110%}.phone_mobile-card-heading__1mNMr{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.phone_mobile-heading-subtitle__w98C1{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.phone_label-12__jc7Md{font-size:12px}.phone_label-12__jc7Md,.phone_label-14__IF1zg{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.phone_label-14__IF1zg{font-size:14px}.phone_label-16__NEKDP{font-size:16px}.phone_label-16__NEKDP,.phone_label-18__UjbwZ{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.phone_label-18__UjbwZ{font-size:18px}.phone_label-20__lvPmj{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.phone_label-24__VBQED{font-size:24px}.phone_label-24__VBQED,.phone_label-28__WJ5pN{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.phone_label-28__WJ5pN{font-size:28px}.phone_caption-14__2YEQT{font-size:14px}.phone_caption-12__Qj\+qG,.phone_caption-14__2YEQT{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.phone_caption-12__Qj\+qG{font-size:12px}.phone_supportive-14__pw3Tz{font-size:14px}.phone_supportive-12__aNjkq,.phone_supportive-14__pw3Tz{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.phone_supportive-12__aNjkq{font-size:12px}.phone_bodySizeS__Gp5v-{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.phone_bodySizeM__biAr0{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.phone_body-text__ipCfB.phone_desktop-body-32__FmEEe{font-size:32px}.phone_body-text__ipCfB.phone_desktop-body-28__55R52{font-size:28px}.phone_body-text__ipCfB.phone_desktop-body-22__orxaJ{font-size:22px;line-height:150%}.phone_body-text__ipCfB.phone_desktop-body-16__kTCyK{font-size:16px;line-height:150%}}.phone_mobile-body-16__96lIw{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.phone_bodySizeL__1oW\+6{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.phone_typography-price__IANqc{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.phone_underline__7n0bQ{text-decoration:underline}@media(min-width:1280px){.phone_heading__ubHt9.phone_desktop-h4__aHjQ7{font-size:32px;line-height:110%}.phone_heading__ubHt9.phone_desktop-h1__4nBSn{font-size:62px;line-height:110%}.phone_heading__ubHt9.phone_desktop-h2__IoDj0{font-size:46px;line-height:140%}.phone_heading__ubHt9.phone_desktop-h5__\+kxDm{font-size:26px;line-height:110%}.phone_heading__ubHt9.phone_desktop-h6__3yByN{font-size:18px;line-height:110%}.phone_heading__ubHt9.phone_desktop-h7__9XEq4{font-size:16px;letter-spacing:-.32px;line-height:22px}.phone_desktop-label-18__5ioHo{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.phone_desktop-body-18__sWYjV{font-size:18px;line-height:165%}}.phone_phoneField__DfLmR{display:flex;flex-direction:row;position:relative}.phone_codeDropdown__cu3ik{align-items:center;display:flex;flex-direction:row;height:100%;padding-left:12px;position:absolute;width:112px}.phone_codeDropdownButton__071Hg{border:none}.phone_codeButtonIcon__XDEeb{align-self:center}.phone_phoneBodyInput__YnYny{padding-left:118px}.price_flex-row__K8ASh{display:flex;flex-direction:row}.price_flex-column__m19Xw{display:flex;flex-direction:column}.price_flex-row-center__k6mZl{align-items:center;display:flex;flex-direction:row;justify-content:center}.price_flex-column-center__r3SaO{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes price_rotation__9lNVf{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.price_body-font-style__lGXiV{font-family:Inter,sans-serif}.price_body-text__Mk3XS{color:#2c2c2c;font-size:16px;font-weight:400;line-height:140%}.price_body-text__Mk3XS,.price_heading__4iaz0{font-family:Inter,sans-serif;font-style:normal}.price_heading__4iaz0{font-weight:600;line-height:120%}.price_mobile-h1__1DJqm{font-size:46px}.price_mobile-h2__WP6n4{font-size:36px}.price_mobile-h3__G37MN{font-size:32px;line-height:110%}.price_mobile-h4__LxFlw{font-size:26px;line-height:110%}.price_mobile-h5__fK8NG{font-size:22px}.price_mobile-h6__c0ORz{font-size:18px;line-height:110%}.price_mobile-card-heading__lkoQY{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.price_mobile-heading-subtitle__NkFPV{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.price_label-12__thINt{font-size:12px}.price_label-12__thINt,.price_label-14__zaX1w{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.price_label-14__zaX1w{font-size:14px}.price_label-16__ile\+N{font-size:16px}.price_label-16__ile\+N,.price_label-18__rL7dG{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.price_label-18__rL7dG{font-size:18px}.price_label-20__3-LeH{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.price_label-24__95CnF{font-size:24px}.price_label-24__95CnF,.price_label-28__hnuEO{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.price_label-28__hnuEO{font-size:28px}.price_caption-14__U0vXs{font-size:14px}.price_caption-12__NLqZB,.price_caption-14__U0vXs{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.price_caption-12__NLqZB{font-size:12px}.price_supportive-14__JENks{font-size:14px}.price_supportive-12__3qSpV,.price_supportive-14__JENks{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.price_supportive-12__3qSpV{font-size:12px}.price_bodySizeS__amtFk{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.price_bodySizeM__0BPID{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.price_body-text__Mk3XS.price_desktop-body-32__LWI6V{font-size:32px}.price_body-text__Mk3XS.price_desktop-body-28__P9PQY{font-size:28px}.price_body-text__Mk3XS.price_desktop-body-22__ofcDO{font-size:22px;line-height:150%}.price_body-text__Mk3XS.price_desktop-body-16__R6xJ4{font-size:16px;line-height:150%}}.price_mobile-body-16__OLESo{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.price_bodySizeL__t8t3-{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.price_typography-price__fTazQ{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.price_underline__stInl{text-decoration:underline}@media(min-width:1280px){.price_heading__4iaz0.price_desktop-h4__5sTh7{font-size:32px;line-height:110%}.price_heading__4iaz0.price_desktop-h1__Rc3oE{font-size:62px;line-height:110%}.price_heading__4iaz0.price_desktop-h2__AOHDl{font-size:46px;line-height:140%}.price_heading__4iaz0.price_desktop-h5__LWjW9{font-size:26px;line-height:110%}.price_heading__4iaz0.price_desktop-h6__Uh5Gn{font-size:18px;line-height:110%}.price_heading__4iaz0.price_desktop-h7__MexT9{font-size:16px;letter-spacing:-.32px;line-height:22px}.price_desktop-label-18__zVA1E{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.price_desktop-body-18__sq4E\+{font-size:18px;line-height:165%}}@media screen and (min-width:1280px){.price_priceField__Yu\+GX{width:198px}.price_fieldError__8C6\+A{text-wrap:nowrap;overflow:visible}}.radio_flex-row__FeBRa{display:flex;flex-direction:row}.radio_flex-column__DL7Nv{display:flex;flex-direction:column}.radio_flex-row-center__BIgkH{align-items:center;display:flex;flex-direction:row;justify-content:center}.radio_flex-column-center__\+jpSu{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes radio_rotation__bKGyn{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.radio_radioBtnContainer__QhFiM{display:flex;flex-direction:column;gap:12px}.radio_fieldRadioBtn__Fq6LX{gap:4px;max-width:306px}.radio_fieldRadioBtn__Fq6LX p{margin-left:24px}.radio_fieldInput__T8DsF{left:-9999px;position:absolute}.radio_fieldInput__T8DsF:hover+.radio_label__BQVkG:before{border-color:#7857fc}.radio_fieldInput__T8DsF:checked+.radio_label__BQVkG:before{border:1px solid #6a7efc}.radio_fieldInput__T8DsF:checked+.radio_label__BQVkG:after{opacity:1;transform:scale(1)}.radio_fieldInput__T8DsF:checked:hover+.radio_label__BQVkG:before{border-color:#7857fc}.radio_fieldInput__T8DsF:checked:hover+.radio_label__BQVkG:after{background-color:#7857fc}.radio_fieldInput__T8DsF:not(:checked)+.radio_label__BQVkG:after{opacity:0;transform:scale(0)}.radio_fieldInput__T8DsF:active.radio_error__Bxdjs,.radio_fieldInput__T8DsF:focus.radio_error__Bxdjs{border-color:#ff5656;outline-color:#ff5656}.radio_label__BQVkG{cursor:pointer;display:inline-block;line-height:20px;padding-left:24px;position:relative}.radio_label__BQVkG:after,.radio_label__BQVkG:before{border-radius:50%;content:"";margin-top:4px;position:absolute;transition:all .2s ease-in-out 0s}.radio_label__BQVkG:before{background:#fff;border:1px solid #767676;height:14px;left:0;top:0;width:14px}.radio_label__BQVkG:after{background:#6a7efc;height:8px;left:4px;top:4px;width:8px}.search_flex-row__SvVI-{display:flex;flex-direction:row}.search_flex-column__bekso{display:flex;flex-direction:column}.search_flex-row-center__wuFmt{align-items:center;display:flex;flex-direction:row;justify-content:center}.search_flex-column-center__zzQGF{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes search_rotation__aP3G6{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.search_body-font-style__fnTsj{font-family:Inter,sans-serif}.search_body-text__5Bbft{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.search_heading__VhIb-{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.search_mobile-h1__Muln-{font-size:46px}.search_mobile-h2__VpQLF{font-size:36px}.search_mobile-h3__Bd\+t9{font-size:32px;line-height:110%}.search_mobile-h4__tXFh5{font-size:26px;line-height:110%}.search_mobile-h5__z-fij{font-size:22px}.search_mobile-h6__JoJGu{font-size:18px;line-height:110%}.search_mobile-card-heading__kz2Bg{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.search_mobile-heading-subtitle__VSmFP{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.search_label-12__DqqqW{font-size:12px}.search_label-12__DqqqW,.search_label-14__yYDcJ{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.search_label-14__yYDcJ{font-size:14px}.search_label-16__s3aN3{font-size:16px}.search_label-16__s3aN3,.search_label-18__272HM{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.search_label-18__272HM{font-size:18px}.search_label-20__PASXo{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.search_label-24__hyDMl{font-size:24px}.search_label-24__hyDMl,.search_label-28__OpXMs{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.search_label-28__OpXMs{font-size:28px}.search_caption-14__gKcYh{font-size:14px}.search_caption-12__XZbHw,.search_caption-14__gKcYh{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.search_caption-12__XZbHw{font-size:12px}.search_supportive-14__gwKiM{font-size:14px}.search_supportive-12__qrZ5Z,.search_supportive-14__gwKiM{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.search_supportive-12__qrZ5Z{font-size:12px}.search_bodySizeS__J67Ug{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.search_bodySizeM__PkApx{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.search_body-text__5Bbft.search_desktop-body-32__1nFsY{font-size:32px}.search_body-text__5Bbft.search_desktop-body-28__-bTnu{font-size:28px}.search_body-text__5Bbft.search_desktop-body-22__Hi7jr{font-size:22px;line-height:150%}.search_body-text__5Bbft.search_desktop-body-16__QYN5B{font-size:16px;line-height:150%}}.search_mobile-body-16__R\+puW{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.search_bodySizeL__PPi3X{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.search_typography-price__NPfq0{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.search_underline__aDT6l{text-decoration:underline}@media(min-width:1280px){.search_heading__VhIb-.search_desktop-h4__2SvP2{font-size:32px;line-height:110%}.search_heading__VhIb-.search_desktop-h1__iajQw{font-size:62px;line-height:110%}.search_heading__VhIb-.search_desktop-h2__Mvzp0{font-size:46px;line-height:140%}.search_heading__VhIb-.search_desktop-h5__q2PaA{font-size:26px;line-height:110%}.search_heading__VhIb-.search_desktop-h6__JvYo4{font-size:18px;line-height:110%}.search_heading__VhIb-.search_desktop-h7__vE6GM{font-size:16px;letter-spacing:-.32px;line-height:22px}.search_desktop-label-18__arPMD{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.search_desktop-body-18__sndJC{font-size:18px;line-height:165%}}.search_searchIcon__P7VZw{left:12px;position:absolute;top:12px}.search_searchContainer__FIC8U{position:relative;width:100%}.search_searchContainer__FIC8U .search_textInput__UMTSv{padding-left:40px}.search_closeBtn__D0rHh{background-color:#0000;border:none;height:100%;position:absolute;right:8px}.search_wrapper__CuRuJ{position:relative;width:100%}.search_hasRightIcon__GqeZJ{padding-right:44px}@media screen and (min-width:1280px){.search_searchIcon__P7VZw{top:8px}}.menu_flex-row__tgPYs{display:flex;flex-direction:row}.menu_flex-column__v4\+CL{display:flex;flex-direction:column}.menu_flex-row-center__vbnAb{align-items:center;display:flex;flex-direction:row;justify-content:center}.menu_flex-column-center__V2ALY{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes menu_rotation__55Owa{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.menu_body-font-style__QpWbj{font-family:Inter,sans-serif}.menu_body-text__mwsLp{color:#2c2c2c;font-size:16px;font-weight:400;line-height:140%}.menu_body-text__mwsLp,.menu_heading__a19DM{font-family:Inter,sans-serif;font-style:normal}.menu_heading__a19DM{font-weight:600;line-height:120%}.menu_mobile-h1__kAW-S{font-size:46px}.menu_mobile-h2__C0A4q{font-size:36px}.menu_mobile-h3__k6DdM{font-size:32px;line-height:110%}.menu_mobile-h4__ephUL{font-size:26px;line-height:110%}.menu_mobile-h5__7n2lw{font-size:22px}.menu_mobile-h6__HSm74{font-size:18px;line-height:110%}.menu_mobile-card-heading__Adx8J{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.menu_mobile-heading-subtitle__-xtOm{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.menu_label-12__7OEF7{font-size:12px}.menu_label-12__7OEF7,.menu_label-14__DbFo3{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.menu_label-14__DbFo3{font-size:14px}.menu_item__CWhk6,.menu_label-16__nQzvw{font-size:16px}.menu_item__CWhk6,.menu_label-16__nQzvw,.menu_label-18__FQrwr{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.menu_label-18__FQrwr{font-size:18px}.menu_label-20__mXcID{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.menu_label-24__FPP4D{font-size:24px}.menu_label-24__FPP4D,.menu_label-28__fsQZL{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.menu_label-28__fsQZL{font-size:28px}.menu_caption-14__pa3a0{font-size:14px}.menu_caption-12__Og3S9,.menu_caption-14__pa3a0{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.menu_caption-12__Og3S9{font-size:12px}.menu_supportive-14__MVLbS{font-size:14px}.menu_supportive-12__94FiE,.menu_supportive-14__MVLbS{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.menu_supportive-12__94FiE{font-size:12px}.menu_bodySizeS__O3rjo{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.menu_bodySizeM__dx2\+s,.menu_large__J--BO{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.menu_body-text__mwsLp.menu_desktop-body-32__pL6Pp{font-size:32px}.menu_body-text__mwsLp.menu_desktop-body-28__NiZpb{font-size:28px}.menu_body-text__mwsLp.menu_desktop-body-22__pwNwt{font-size:22px;line-height:150%}.menu_body-text__mwsLp.menu_desktop-body-16__FZuay{font-size:16px;line-height:150%}}.menu_mobile-body-16__4swFR{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.menu_bodySizeL__natSY{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.menu_typography-price__JB39R{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.menu_underline__h9cHx{text-decoration:underline}@media(min-width:1280px){.menu_heading__a19DM.menu_desktop-h4__L22kD{font-size:32px;line-height:110%}.menu_heading__a19DM.menu_desktop-h1__s8M7b{font-size:62px;line-height:110%}.menu_heading__a19DM.menu_desktop-h2__L8E4C{font-size:46px;line-height:140%}.menu_heading__a19DM.menu_desktop-h5__L-a6Y{font-size:26px;line-height:110%}.menu_heading__a19DM.menu_desktop-h6__Hbaui{font-size:18px;line-height:110%}.menu_heading__a19DM.menu_desktop-h7__4p8ZS{font-size:16px;letter-spacing:-.32px;line-height:22px}.menu_desktop-label-18__HODLD{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.menu_desktop-body-18__nBIau{font-size:18px;line-height:165%}}.menu_main__p43l3{padding:0}.menu_groupTitle__b629t{padding:8px 20px 0}.menu_heading__a19DM{column-gap:12px;display:flex;flex-direction:row}.menu_item__CWhk6,.menu_list__qeq2L{background-color:#fff}.menu_list__qeq2L{border-radius:12px;display:flex;flex-direction:column;gap:4px;padding:12px 0}.menu_item__CWhk6{align-items:center;background-color:#0000;border:none;border-radius:6px;color:#595959;display:flex;flex-direction:row;gap:4px;padding:4px 8px;text-align:left}.menu_item__CWhk6:hover{color:#7857fc}.menu_item__CWhk6:hover .menu_icon__e0wZ4 svg path{stroke:#7857fc}.menu_item__CWhk6.menu_active__wzdzQ{background-color:#eceeff;color:#2c2c2c}.menu_item__CWhk6.menu_active__wzdzQ .menu_icon__e0wZ4 svg path{stroke:#2c2c2c}.menu_leftContent__5HwT1{align-items:center;display:flex;flex-direction:row;gap:4px;justify-content:center}.menu_large__J--BO{gap:4px;justify-content:space-between;padding:8px 20px;width:100%}.menu_large__J--BO .menu_leftContent__5HwT1{gap:12px}.menu_iconRotate__lSCVM{transform:rotate(90deg)}@media screen and (min-width:1280px){.menu_title__pzug9{color:#595959;margin:0 20px 16px}}.mobileModal_flex-row__nhoiP{display:flex;flex-direction:row}.mobileModal_flex-column__fe\+ca{display:flex;flex-direction:column}.mobileModal_flex-row-center__PHm7T{align-items:center;display:flex;flex-direction:row;justify-content:center}.mobileModal_flex-column-center__jYaQd{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes mobileModal_rotation__xJ0OL{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mobileModal_modalLayout__i5\+g\+{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;overflow:auto;position:fixed;top:0;width:100vw;z-index:100}.mobileModal_mobileModalContainer__S-ok\+{height:100%;max-width:607px;position:relative;width:100vw;z-index:101}@media screen and (min-width:1280px){.mobileModal_mobileModalContainer__S-ok\+{max-width:100%;padding:0 16px;width:1320px}}.mobileModal_heading__mwKC4{display:flex;flex-direction:row;gap:12px;justify-content:space-between}.mobileModal_subheading__xBGuB{color:#767676}.mobileModal_contentContainer__pDDwJ{display:flex;flex-direction:column;gap:16px;height:100%}.mobileModal_contentBody__YRqdM{flex-grow:1;margin-bottom:24px}.mobileModal_close__h5Xul{margin-left:auto}.textarea_flex-row__ueqde{display:flex;flex-direction:row}.textarea_flex-column__dOkPI{display:flex;flex-direction:column}.textarea_flex-row-center__0pZzD{align-items:center;display:flex;flex-direction:row;justify-content:center}.textarea_flex-column-center__\+81B3{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes textarea_rotation__YBBu6{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.textarea_body-font-style__7IKUA{font-family:Inter,sans-serif}.textarea_body-text__znVC5{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.textarea_heading__1wDro{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.textarea_mobile-h1__fXHyn{font-size:46px}.textarea_mobile-h2__5Td95{font-size:36px}.textarea_mobile-h3__Cwsh6{font-size:32px;line-height:110%}.textarea_mobile-h4__AxzjK{font-size:26px;line-height:110%}.textarea_mobile-h5__q2xPq{font-size:22px}.textarea_mobile-h6__V\+NyG{font-size:18px;line-height:110%}.textarea_mobile-card-heading__tLvKu{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.textarea_mobile-heading-subtitle__3mCE0{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.textarea_label-12__qSJux{font-size:12px}.textarea_label-12__qSJux,.textarea_label-14__iJq\+Z{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.textarea_label-14__iJq\+Z{font-size:14px}.textarea_label-16__MY8d5{font-size:16px}.textarea_label-16__MY8d5,.textarea_label-18__RRShA{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.textarea_label-18__RRShA{font-size:18px}.textarea_label-20__8kalT{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.textarea_label-24__h2nvy{font-size:24px}.textarea_label-24__h2nvy,.textarea_label-28__kRSDo{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.textarea_label-28__kRSDo{font-size:28px}.textarea_caption-14__TJf8q{font-size:14px}.textarea_caption-12__KuXoR,.textarea_caption-14__TJf8q{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.textarea_caption-12__KuXoR{font-size:12px}.textarea_supportive-14__Kn1JF{font-size:14px}.textarea_supportive-12__HSLsg,.textarea_supportive-14__Kn1JF{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.textarea_supportive-12__HSLsg{font-size:12px}.textarea_bodySizeS__82kEs{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.textarea_bodySizeM__wIhDK{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.textarea_body-text__znVC5.textarea_desktop-body-32__luFoW{font-size:32px}.textarea_body-text__znVC5.textarea_desktop-body-28__MvVk9{font-size:28px}.textarea_body-text__znVC5.textarea_desktop-body-22__27LXG{font-size:22px;line-height:150%}.textarea_body-text__znVC5.textarea_desktop-body-16__5o-mB{font-size:16px;line-height:150%}}.textarea_mobile-body-16__NEsL8{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.textarea_bodySizeL__za9Bt{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.textarea_typography-price__zRcYB{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.textarea_underline__rHxXl{text-decoration:underline}@media(min-width:1280px){.textarea_heading__1wDro.textarea_desktop-h4__9KBP7{font-size:32px;line-height:110%}.textarea_heading__1wDro.textarea_desktop-h1__H6tJT{font-size:62px;line-height:110%}.textarea_heading__1wDro.textarea_desktop-h2__cBXgT{font-size:46px;line-height:140%}.textarea_heading__1wDro.textarea_desktop-h5__JK4iD{font-size:26px;line-height:110%}.textarea_heading__1wDro.textarea_desktop-h6__Ss2yU{font-size:18px;line-height:110%}.textarea_heading__1wDro.textarea_desktop-h7__GGHLX{font-size:16px;letter-spacing:-.32px;line-height:22px}.textarea_desktop-label-18__4M49Z{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.textarea_desktop-body-18__kGzCb{font-size:18px;line-height:165%}}.textarea_fieldTextarea__J5yfr{max-height:400px;min-height:100px;overflow-y:auto}.toggle_flex-row__kRewx{display:flex;flex-direction:row}.toggle_flex-column__6aNYl{display:flex;flex-direction:column}.toggle_flex-row-center__6jhoO{align-items:center;display:flex;flex-direction:row;justify-content:center}.toggle_flex-column-center__3eb\+9{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes toggle_rotation__9rcPJ{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.toggle_main__G6bWZ{align-items:start;column-gap:8px;display:flex;flex-direction:row}.toggle_main__G6bWZ.toggle_large__dSotG .toggle_switch__HeNJi{height:28px;min-width:48px;width:48px}.toggle_main__G6bWZ.toggle_large__dSotG .toggle_toggle__yj3dH{border-radius:16px}.toggle_main__G6bWZ.toggle_large__dSotG .toggle_toggle__yj3dH:before{bottom:3px;height:22px;left:2px;width:22px}.toggle_main__G6bWZ.toggle_large__dSotG .toggle_switchInput__zhtiO:checked+.toggle_toggle__yj3dH:before{transform:translateX(22px)}.toggle_disabled__xAyml{pointer-events:none}.toggle_disabled__xAyml .toggle_switchInput__zhtiO:checked+.toggle_toggle__yj3dH{background-color:#f0f0f0}.toggle_disabled__xAyml .toggle_toggle__yj3dH:before{background-color:#fafafa;box-shadow:0 1px 2px #1018280f,0 1px 3px #1018281a}.toggle_switch__HeNJi{display:inline-block;height:20px;min-width:36px;position:relative;width:36px}.toggle_switchInput__zhtiO{height:0;opacity:0;width:0}.toggle_label__FNL7t{color:#2c2c2c!important}.toggle_supportiveText__Djnt8{color:#767676}.toggle_textBlock__jXtcc{display:flex;flex-direction:column;gap:4px}.toggle_toggle__yj3dH{background-color:#d1d2d5;border-radius:12px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:all .4s ease 0s}.toggle_toggle__yj3dH:hover{background-color:#767676}.toggle_toggle__yj3dH:before{background-color:#fff;border-radius:50%;bottom:2px;content:"";height:16px;left:2px;position:absolute;transition:all .4s ease 0s;width:16px}.toggle_switchInput__zhtiO:checked+.toggle_toggle__yj3dH{background-color:#6a7efc}.toggle_switchInput__zhtiO:focus+.toggle_toggle__yj3dH{box-shadow:0 0 1px #6a7efc}.toggle_switchInput__zhtiO:checked+.toggle_toggle__yj3dH:hover{background-color:#7857fc}.toggle_switchInput__zhtiO:checked+.toggle_toggle__yj3dH:before{transform:translateX(16px)}.cardHeading_flex-row__iT5lE{display:flex;flex-direction:row}.cardHeading_flex-column__NXRKH{display:flex;flex-direction:column}.cardHeading_flex-row-center__IgOwK{align-items:center;display:flex;flex-direction:row;justify-content:center}.cardHeading_flex-column-center__OGxdk{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes cardHeading_rotation__2tgZd{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cardHeading_main__o9oLj{color:#2c2c2c}.cardHeading_main__o9oLj.cardHeading_color__isz\+G{color:#6a7efc}.cardHeading_main__o9oLj.cardHeading_color__isz\+G.cardHeading_visited__OygaH{color:#9e69fc}.cardHeading_main__o9oLj .cardHeading_disable__2-yRR,.cardHeading_main__o9oLj.cardHeading_color__isz\+G .cardHeading_disable__2-yRR,.cardHeading_main__o9oLj.cardHeading_color__isz\+G.cardHeading_disabled__EPhQ-,.cardHeading_main__o9oLj.cardHeading_color__isz\+G.cardHeading_visited__OygaH .cardHeading_disable__2-yRR{color:#767676}.cardHeading_allLines__U3-JR{-webkit-box-orient:vertical;-webkit-line-clamp:0;word-wrap:break-word;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.cardHeading_oneLine__Q27WY{text-wrap:nowrap;display:inline;overflow:hidden;text-overflow:ellipsis}.cardHeading_twoLines__A6-c\+{-webkit-box-orient:vertical;-webkit-line-clamp:2;word-wrap:break-word;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.buttonLink_body-font-style__b8utp{font-family:Inter,sans-serif}.buttonLink_body-text__7cWop{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.buttonLink_heading__l4Gof{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.buttonLink_mobile-h1__K71RP{font-size:46px}.buttonLink_mobile-h2__c2ALC{font-size:36px}.buttonLink_mobile-h3__\+7R-r{font-size:32px;line-height:110%}.buttonLink_mobile-h4__gfp72{font-size:26px;line-height:110%}.buttonLink_mobile-h5__kZHLd{font-size:22px}.buttonLink_mobile-h6__hIwfa{font-size:18px;line-height:110%}.buttonLink_mobile-card-heading__15UPY{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.buttonLink_mobile-heading-subtitle__wNNOp{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.buttonLink_label-12__56xg0{font-size:12px}.buttonLink_label-12__56xg0,.buttonLink_label-14__bjupw{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.buttonLink_label-14__bjupw{font-size:14px}.buttonLink_label-16__4n2lX{font-size:16px}.buttonLink_label-16__4n2lX,.buttonLink_label-18__9z\+ex{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.buttonLink_label-18__9z\+ex{font-size:18px}.buttonLink_label-20__YehFi{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.buttonLink_label-24__qi3Gh{font-size:24px}.buttonLink_label-24__qi3Gh,.buttonLink_label-28__eDXFM{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.buttonLink_label-28__eDXFM{font-size:28px}.buttonLink_caption-14__iKT7d{font-size:14px}.buttonLink_caption-12__McVTH,.buttonLink_caption-14__iKT7d{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.buttonLink_caption-12__McVTH{font-size:12px}.buttonLink_supportive-14__RSV\+w{font-size:14px}.buttonLink_supportive-12__vHVe9,.buttonLink_supportive-14__RSV\+w{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.buttonLink_supportive-12__vHVe9{font-size:12px}.buttonLink_bodySizeS__BCEps{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.buttonLink_bodySizeM__ZWbiM{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.buttonLink_body-text__7cWop.buttonLink_desktop-body-32__IF\+Jr{font-size:32px}.buttonLink_body-text__7cWop.buttonLink_desktop-body-28__FA8DI{font-size:28px}.buttonLink_body-text__7cWop.buttonLink_desktop-body-22__Hgu2f{font-size:22px;line-height:150%}.buttonLink_body-text__7cWop.buttonLink_desktop-body-16__5W1JU{font-size:16px;line-height:150%}}.buttonLink_mobile-body-16__Os9kS{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.buttonLink_bodySizeL__2Xk79{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.buttonLink_typography-price__FhH57{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.buttonLink_underline__GxjM9{text-decoration:underline}@media(min-width:1280px){.buttonLink_heading__l4Gof.buttonLink_desktop-h4__QQlDx{font-size:32px;line-height:110%}.buttonLink_heading__l4Gof.buttonLink_desktop-h1__AJ\+Zi{font-size:62px;line-height:110%}.buttonLink_heading__l4Gof.buttonLink_desktop-h2__HyXmE{font-size:46px;line-height:140%}.buttonLink_heading__l4Gof.buttonLink_desktop-h5__3UaJk{font-size:26px;line-height:110%}.buttonLink_heading__l4Gof.buttonLink_desktop-h6__MSa10{font-size:18px;line-height:110%}.buttonLink_heading__l4Gof.buttonLink_desktop-h7__akUMJ{font-size:16px;letter-spacing:-.32px;line-height:22px}.buttonLink_desktop-label-18__xHEdY{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.buttonLink_desktop-body-18__xwBU7{font-size:18px;line-height:165%}}.buttonLink_main__k\+P2E{background-color:#0000;border:none;cursor:pointer;display:inline-flex;padding:0;text-align:left}.buttonLink_main__k\+P2E.buttonLink_selected__l6FTr,.buttonLink_main__k\+P2E:hover{color:#7857fc}.styles_flex-row__OyNm\+{display:flex;flex-direction:row}.styles_flex-column__zmAHP{display:flex;flex-direction:column}.styles_flex-row-center__K418b{align-items:center;display:flex;flex-direction:row;justify-content:center}.styles_flex-column-center__RUNDu{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes styles_rotation__m1KbM{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_iconWrap__hxNeg{align-items:center;color:#767676;column-gap:4px;display:flex;flex-direction:row}.styles_iconWrap__hxNeg svg path{stroke:currentcolor}.styles_iconWrap__hxNeg button{color:#767676}.styles_isOneRow__hI3IV{display:flex;flex-direction:row;gap:12px}.styles_severalRows__e\+boY{display:flex;flex-direction:column;gap:12px}@media screen and (min-width:1280px){.styles_iconWrap__hxNeg,.styles_iconWrap__hxNeg button{color:#2c2c2c}}.shortenOfferCard_flex-row__j\+huU{display:flex;flex-direction:row}.shortenOfferCard_flex-column__lhViV{display:flex;flex-direction:column}.shortenOfferCard_flex-row-center__Mg35Y{align-items:center;display:flex;flex-direction:row;justify-content:center}.shortenOfferCard_flex-column-center__\+DP72{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes shortenOfferCard_rotation__mP1S-{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.shortenOfferCard_container__Wq0GC{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;position:relative}.shortenOfferCard_container__Wq0GC:before{border-radius:12px;content:"";height:calc(100% + 16px);left:-8px;position:absolute;top:-8px;width:calc(100% + 16px)}.shortenOfferCard_container__Wq0GC.shortenOfferCard_disabledContainer__CAfAo:before{background-color:#fafafa}.shortenOfferCard_container__Wq0GC:hover:before{background:#f0f0f0}.shortenOfferCard_imageBlock__B8r8x{border-radius:8px;height:86px;overflow:hidden;position:relative;width:110px}.shortenOfferCard_itemInfo__djUDa{display:flex;flex-direction:column;gap:4px;max-width:calc(100% - 118px);padding:8px 8px 8px 0;position:relative}.shortenOfferCard_title__DEiPR{padding-right:27px}.shortenOfferCard_address__EwTCx{color:#767676;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shortenOfferCard_cardListPost__ROIX1{display:flex;flex-direction:column;gap:16px}.shortenOfferCard_shortOfferWithLike__EACyk{position:relative}.shortenOfferCard_addFavoriteButton__6obVN{position:absolute;right:4px;top:-2px}.shortenOfferCard_price__0ZGXl{color:#2c2c2c}.shortenOfferCard_price__0ZGXl.shortenOfferCard_disabled__Qn2cF{color:#767676}.infoModal_flex-row__C7rrL{display:flex;flex-direction:row}.infoModal_flex-column__VCClQ{display:flex;flex-direction:column}.infoModal_flex-row-center__Ww8Tw{align-items:center;display:flex;flex-direction:row;justify-content:center}.infoModal_flex-column-center__ER73B{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes infoModal_rotation__LoTKZ{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.infoModal_container__07h98{display:flex;flex-direction:column;gap:16px;height:100%}.infoModal_headerBlock__oP7zV,.infoModal_title__E7kb0{display:flex;flex-direction:column;gap:8px}.infoModal_title__E7kb0{gap:12px}.infoModal_headerWithClose__TgnlA{align-items:flex-start;display:flex;flex-direction:row;gap:12px;justify-content:space-between}.infoModal_scrollBody__YPikL{display:flex;flex-direction:column;flex-grow:1;gap:20px;overflow-y:auto}.infoModal_footer__18dqR{display:flex;flex-direction:column;padding-top:8px}.infoModal_topIcon__H-mIw{align-self:flex-start}@media screen and (min-width:1280px){.infoModal_container__07h98{max-width:100%}.infoModal_scrollBody__YPikL{height:auto;max-height:calc(100vh - 320px)}}.modal_flex-row__yMVxb{display:flex;flex-direction:row}.modal_flex-column__4akh9{display:flex;flex-direction:column}.modal_flex-row-center__K\+edc{align-items:center;display:flex;flex-direction:row;justify-content:center}.modal_flex-column-center__pX2Oi{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes modal_rotation__5CUwB{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.modal_main__dn1l4{align-items:center;display:flex;flex-direction:column;justify-content:center;position:fixed;z-index:100}.modal_main__dn1l4,.modal_overlay__D1Rh8{left:0;min-height:100vh;min-width:100vw;top:0}.modal_overlay__D1Rh8{background-color:#2c2c2c80;flex-grow:1;position:absolute}.modal_container__1H18M{background-color:#fff;border-radius:20px;margin:10px;padding:48px 32px 32px;position:relative}.modal_close__MkPJ0{position:absolute;right:8px;top:8px}.archiveModal_body-font-style__JIAlk{font-family:Inter,sans-serif}.archiveModal_body-text__7VgHZ{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.archiveModal_heading__021iK{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.archiveModal_mobile-h1__Zz0DF{font-size:46px}.archiveModal_mobile-h2__-1MBn{font-size:36px}.archiveModal_mobile-h3__JXmHg{font-size:32px;line-height:110%}.archiveModal_mobile-h4__Ptgvx{font-size:26px;line-height:110%}.archiveModal_mobile-h5__fi9gg{font-size:22px}.archiveModal_mobile-h6__4MCxK{font-size:18px;line-height:110%}.archiveModal_mobile-card-heading__6qsYr{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.archiveModal_mobile-heading-subtitle__1hWg\+{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.archiveModal_label-12__ruPn1{font-size:12px}.archiveModal_label-12__ruPn1,.archiveModal_label-14__q0oO5{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.archiveModal_label-14__q0oO5{font-size:14px}.archiveModal_label-16__mP4oQ{font-size:16px}.archiveModal_label-16__mP4oQ,.archiveModal_label-18__Dg9op{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.archiveModal_label-18__Dg9op{font-size:18px}.archiveModal_label-20__dNWMD{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.archiveModal_label-24__jdkh-{font-size:24px}.archiveModal_label-24__jdkh-,.archiveModal_label-28__S5a4o{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.archiveModal_label-28__S5a4o{font-size:28px}.archiveModal_caption-14__LC\+9h{font-size:14px}.archiveModal_caption-12__caIeZ,.archiveModal_caption-14__LC\+9h{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.archiveModal_caption-12__caIeZ{font-size:12px}.archiveModal_supportive-14__07zbV{font-size:14px}.archiveModal_supportive-12__AXOVg,.archiveModal_supportive-14__07zbV{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.archiveModal_supportive-12__AXOVg{font-size:12px}.archiveModal_bodySizeS__3u6Jd{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.archiveModal_bodySizeM__UpB57{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.archiveModal_body-text__7VgHZ.archiveModal_desktop-body-32__pX5a9{font-size:32px}.archiveModal_body-text__7VgHZ.archiveModal_desktop-body-28__vuRTo{font-size:28px}.archiveModal_body-text__7VgHZ.archiveModal_desktop-body-22__dQWB9{font-size:22px;line-height:150%}.archiveModal_body-text__7VgHZ.archiveModal_desktop-body-16__TwgFc{font-size:16px;line-height:150%}}.archiveModal_mobile-body-16__ZIcfH{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.archiveModal_bodySizeL__oX-gV{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.archiveModal_typography-price__Me8ES{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.archiveModal_underline__YTIc5{text-decoration:underline}@media(min-width:1280px){.archiveModal_heading__021iK.archiveModal_desktop-h4__jL\+69{font-size:32px;line-height:110%}.archiveModal_heading__021iK.archiveModal_desktop-h1__RddzL{font-size:62px;line-height:110%}.archiveModal_heading__021iK.archiveModal_desktop-h2__5KVmc{font-size:46px;line-height:140%}.archiveModal_heading__021iK.archiveModal_desktop-h5__as8KL{font-size:26px;line-height:110%}.archiveModal_heading__021iK.archiveModal_desktop-h6__OiqjP{font-size:18px;line-height:110%}.archiveModal_heading__021iK.archiveModal_desktop-h7__L1DSz{font-size:16px;letter-spacing:-.32px;line-height:22px}.archiveModal_desktop-label-18__Tu04A{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.archiveModal_desktop-body-18__7xDlJ{font-size:18px;line-height:165%}}.archiveModal_flex-row__-GDfr{display:flex;flex-direction:row}.archiveModal_flex-column__bzhDC{display:flex;flex-direction:column}.archiveModal_flex-row-center__iTZVz{align-items:center;display:flex;flex-direction:row;justify-content:center}.archiveModal_flex-column-center__3FjhQ{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes archiveModal_rotation__8qxRV{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.archiveModal_mobile-paddings__PESOM{padding:24px 16px 0}.archiveModal_mobile-hide__l-xZ2{display:none}@media screen and (min-width:1280px){.archiveModal_mobile-hide__l-xZ2{display:inline;display:initial}.archiveModal_desktop-hide__Bre-7{display:none}}.archiveModal_modalContainer__zJpbI{height:100%;padding:24px 16px 0;width:100%}.archiveModal_formContainer__umWQW{display:flex;flex-direction:column;gap:20px;height:100%}.archiveModal_buttonRow__VRr9t{display:flex;flex-direction:column;gap:12px}.archiveModal_shortenOfferContainer__lqUx0{padding:8px}.archiveModal_formRadio__Quteu{color:#595959;color:#2c2c2c;flex-grow:1;font-family:Inter,sans-serif;font-size:16px;font-weight:400;gap:16px;line-height:24px}.archiveModal_successContainer__O6HEc{max-width:430px}@media screen and (min-width:1280px){.archiveModal_modalContainer__zJpbI{padding:0;width:416px}.archiveModal_buttonRow__VRr9t{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}}.offerForm_flex-row__A\+A3n{display:flex;flex-direction:row}.offerForm_flex-column__GJFkW{display:flex;flex-direction:column}.offerForm_flex-row-center__T8\+MH{align-items:center;display:flex;flex-direction:row;justify-content:center}.offerForm_flex-column-center__rVRo-{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes offerForm_rotation__NczJR{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.offerForm_body-font-style__o49Hh{font-family:Inter,sans-serif}.offerForm_body-text__6-4Br{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.offerForm_heading__vOpSk{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.offerForm_mobile-h1__M7NQt{font-size:46px}.offerForm_mobile-h2__9eQqa{font-size:36px}.offerForm_mobile-h3__I4bG4{font-size:32px;line-height:110%}.offerForm_mobile-h4__IDKLm{font-size:26px;line-height:110%}.offerForm_mobile-h5__y6rQQ{font-size:22px}.offerForm_mobile-h6__8LhUE{font-size:18px;line-height:110%}.offerForm_mobile-card-heading__1Qx3z{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.offerForm_mobile-heading-subtitle__mH3u6{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.offerForm_label-12__WZSGS{font-size:12px}.offerForm_label-12__WZSGS,.offerForm_label-14__8YXaN{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.offerForm_label-14__8YXaN{font-size:14px}.offerForm_label-16__iH4Yc{font-size:16px}.offerForm_label-16__iH4Yc,.offerForm_label-18__CAmH1{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.offerForm_label-18__CAmH1{font-size:18px}.offerForm_label-20__KTPrg{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.offerForm_label-24__sBo2b{font-size:24px}.offerForm_label-24__sBo2b,.offerForm_label-28__Krkv6{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.offerForm_label-28__Krkv6{font-size:28px}.offerForm_caption-14__XZiSc{font-size:14px}.offerForm_caption-12__czgWr,.offerForm_caption-14__XZiSc{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.offerForm_caption-12__czgWr{font-size:12px}.offerForm_supportive-14__JF6MG{font-size:14px}.offerForm_supportive-12__d1fiJ,.offerForm_supportive-14__JF6MG{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.offerForm_supportive-12__d1fiJ{font-size:12px}.offerForm_bodySizeS__sQ4vf{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.offerForm_bodySizeM__k9\+1Y{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.offerForm_body-text__6-4Br.offerForm_desktop-body-32__Iohn7{font-size:32px}.offerForm_body-text__6-4Br.offerForm_desktop-body-28__iVjnv{font-size:28px}.offerForm_body-text__6-4Br.offerForm_desktop-body-22__X\+IbK{font-size:22px;line-height:150%}.offerForm_body-text__6-4Br.offerForm_desktop-body-16__cct\+U{font-size:16px;line-height:150%}}.offerForm_mobile-body-16__ACrur{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.offerForm_bodySizeL__nwJhH{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.offerForm_typography-price__hnGhN{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.offerForm_underline__HtH-l{text-decoration:underline}@media(min-width:1280px){.offerForm_heading__vOpSk.offerForm_desktop-h4__lA1qm{font-size:32px;line-height:110%}.offerForm_heading__vOpSk.offerForm_desktop-h1__CA6fi{font-size:62px;line-height:110%}.offerForm_heading__vOpSk.offerForm_desktop-h2__X36CB{font-size:46px;line-height:140%}.offerForm_heading__vOpSk.offerForm_desktop-h5__qHyVk{font-size:26px;line-height:110%}.offerForm_heading__vOpSk.offerForm_desktop-h6__0xLFL{font-size:18px;line-height:110%}.offerForm_heading__vOpSk.offerForm_desktop-h7__Tg3k8{font-size:16px;letter-spacing:-.32px;line-height:22px}.offerForm_desktop-label-18__utBb0{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.offerForm_desktop-body-18__X7pr2{font-size:18px;line-height:165%}}.offerForm_mainPostForm__WuLwP{display:grid;grid-template-columns:2fr 1fr}.offerForm_formBody__0\+2N1{align-items:flex-start;background-color:#fff;border-radius:12px;display:flex;flex-direction:column;gap:28px;padding:24px 16px}.offerForm_formSection__SbKiA{display:flex;flex-direction:column;gap:20px;height:100%;width:100%}.offerForm_mapField__UUENQ{height:100%}.offerForm_postFieldLabel__lH798{color:#595959;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:130%}.offerForm_subfields__HapR1{display:flex;flex-direction:column;gap:20px}.offerForm_buttonBlock__0dnMD{display:flex;flex-direction:row;gap:16px;grid-column:2/5}.offerForm_buttonBlockWrapper__rn8ym{display:grid;grid-template-columns:1fr 3fr;width:100%}.offerForm_mobileHeaderContainer__3hoR9{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:space-between;padding:8px 0}.offerForm_formContainer__A37mA{height:100%}.offerForm_mobileFormContainer__gw9za{display:flex;flex-direction:column;gap:12px;height:100%}.offerForm_required__\+qz93{color:#6a7efc}.offerForm_successContainer__4AaQd{max-width:430px;width:100%}.offerForm_successButtons__D0kza{display:flex;flex-direction:column;gap:12px}@media screen and (min-width:1280px){.offerForm_formSection__SbKiA{gap:24px}.offerForm_postField__Mypqb{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 3fr}.offerForm_toggle__ZSpG4{display:flex;flex-direction:row;gap:8px}.offerForm_postFieldLabel__lH798{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.offerForm_halfWidthFieldLayout__LD4Vx{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;width:100%}.offerForm_subfields__HapR1{align-items:flex-start;display:flex;flex-direction:row;gap:32px}.offerForm_divider__4iGMB{border-top:2px solid #f0f0f0;padding-top:28px}}.benefits_flex-row__7e9ux{display:flex;flex-direction:row}.benefits_flex-column__tCQDa{display:flex;flex-direction:column}.benefits_flex-row-center__gISk6{align-items:center;display:flex;flex-direction:row;justify-content:center}.benefits_flex-column-center__3IP9e{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes benefits_rotation__NnfDa{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.benefits_body-font-style__uoABn{font-family:Inter,sans-serif}.benefits_body-text__x\+w-9{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.benefits_heading__Lp8wq{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.benefits_mobile-h1__9CxA5{font-size:46px}.benefits_mobile-h2__-kFmE{font-size:36px}.benefits_mobile-h3__5u\+gg{font-size:32px;line-height:110%}.benefits_mobile-h4__-Dj\+8{font-size:26px;line-height:110%}.benefits_mobile-h5__GSP3y{font-size:22px}.benefits_mobile-h6__isuXw{font-size:18px;line-height:110%}.benefits_mobile-card-heading__5S7FG{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.benefits_mobile-heading-subtitle__BSvKi{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.benefits_label-12__jrHZs{font-size:12px}.benefits_label-12__jrHZs,.benefits_label-14__keyBN{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.benefits_label-14__keyBN{font-size:14px}.benefits_label-16__5O0GE{font-size:16px}.benefits_label-16__5O0GE,.benefits_label-18__k0sJZ{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.benefits_label-18__k0sJZ{font-size:18px}.benefits_label-20__U1dWw{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.benefits_label-24__xC22j{font-size:24px}.benefits_label-24__xC22j,.benefits_label-28__se0\+j{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.benefits_label-28__se0\+j{font-size:28px}.benefits_caption-14__gCPDH{font-size:14px}.benefits_caption-12__KOkJ7,.benefits_caption-14__gCPDH{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.benefits_caption-12__KOkJ7{font-size:12px}.benefits_supportive-14__WGcvY{font-size:14px}.benefits_supportive-12__t-L-q,.benefits_supportive-14__WGcvY{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.benefits_supportive-12__t-L-q{font-size:12px}.benefits_bodySizeS__rGGKf{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.benefits_bodySizeM__WN93P{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.benefits_body-text__x\+w-9.benefits_desktop-body-32__OyiKN{font-size:32px}.benefits_body-text__x\+w-9.benefits_desktop-body-28__FoRps{font-size:28px}.benefits_body-text__x\+w-9.benefits_desktop-body-22__BlS\+I{font-size:22px;line-height:150%}.benefits_body-text__x\+w-9.benefits_desktop-body-16__Lt0Sy{font-size:16px;line-height:150%}}.benefits_mobile-body-16__bhZ4V{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.benefits_bodySizeL__73LPv,.benefits_offerText__j\+-ki{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.benefits_typography-price__QZi2G{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.benefits_underline__CH-zw{text-decoration:underline}@media(min-width:1280px){.benefits_heading__Lp8wq.benefits_desktop-h4__Ze4LG{font-size:32px;line-height:110%}.benefits_heading__Lp8wq.benefits_desktop-h1__v7QwP{font-size:62px;line-height:110%}.benefits_heading__Lp8wq.benefits_desktop-h2__5O-DV{font-size:46px;line-height:140%}.benefits_heading__Lp8wq.benefits_desktop-h5__67v5W{font-size:26px;line-height:110%}.benefits_heading__Lp8wq.benefits_desktop-h6__99er0{font-size:18px;line-height:110%}.benefits_heading__Lp8wq.benefits_desktop-h7__iCpl3{font-size:16px;letter-spacing:-.32px;line-height:22px}.benefits_desktop-label-18__ScPBQ{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.benefits_desktop-body-18__sfQ1v{font-size:18px;line-height:165%}}.benefits_main__fGOF6{padding:16px}.benefits_list__L1vn1{display:flex;flex-direction:column;row-gap:12px}.benefits_title__6vE38{color:#2c2c2c;color:#6a7efc;font-family:Inter,sans-serif;font-size:28px;font-style:normal;font-weight:500;line-height:140%;margin:20px 0 24px}.benefits_offer__GlkZs{align-items:flex-start;color:#2c2c2c;column-gap:8px;display:flex;flex-direction:row}.benefits_offer__GlkZs svg path{stroke:currentcolor}@media screen and (min-width:1280px){.benefits_main__fGOF6{padding:60px}.benefits_title__6vE38{color:#2c2c2c;color:#6a7efc;font-family:Inter,sans-serif;font-size:46px;font-style:normal;font-weight:500;line-height:140%;margin:36px 0 40px}.benefits_list__L1vn1{display:flex;flex-direction:row;flex-wrap:wrap;gap:40px}.benefits_offer__GlkZs{align-items:center;column-gap:24px;flex-basis:calc(50% - 40px)}.benefits_offer__GlkZs:last-child{flex-basis:100%}.benefits_offerText__j\+-ki{color:#2c2c2c;font-family:Inter,sans-serif;font-size:22px;font-style:normal;font-weight:400;line-height:140%;line-height:150%}}.about_body-font-style__5eHIG{font-family:Inter,sans-serif}.about_body-text__rBx13{color:#2c2c2c;font-size:16px;font-weight:400;line-height:140%}.about_body-text__rBx13,.about_heading__ZTrPZ{font-family:Inter,sans-serif;font-style:normal}.about_heading__ZTrPZ{font-weight:600;line-height:120%}.about_mobile-h1__JMBnj{font-size:46px}.about_mobile-h2__2Bm8F{font-size:36px}.about_mobile-h3__fK56I{font-size:32px;line-height:110%}.about_mobile-h4__f4F8M{font-size:26px;line-height:110%}.about_mobile-h5__M-tB7{font-size:22px}.about_mobile-h6__5MqDv{font-size:18px;line-height:110%}.about_mobile-card-heading__tKN4F{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.about_mobile-heading-subtitle__VFULF{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.about_label-12__OAIeL{font-size:12px}.about_label-12__OAIeL,.about_label-14__SwI5k{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.about_label-14__SwI5k{font-size:14px}.about_label-16__ugDGc{font-size:16px}.about_label-16__ugDGc,.about_label-18__3G\+Hv{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.about_label-18__3G\+Hv{font-size:18px}.about_label-20__kHkn3{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.about_label-24__Ju9p0{font-size:24px}.about_label-24__Ju9p0,.about_label-28__mtjyj{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.about_label-28__mtjyj{font-size:28px}.about_caption-14__-7T15{font-size:14px}.about_caption-12__ayyNI,.about_caption-14__-7T15{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.about_caption-12__ayyNI{font-size:12px}.about_supportive-14__6HQJk{font-size:14px}.about_supportive-12__4I3DR,.about_supportive-14__6HQJk{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.about_supportive-12__4I3DR{font-size:12px}.about_bodySizeS__38ews{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.about_bodySizeM__Z29Q4{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.about_body-text__rBx13.about_desktop-body-32__1oJpB{font-size:32px}.about_body-text__rBx13.about_desktop-body-28__yAczm{font-size:28px}.about_body-text__rBx13.about_desktop-body-22__MRTXc{font-size:22px;line-height:150%}.about_body-text__rBx13.about_desktop-body-16__hXG3V{font-size:16px;line-height:150%}}.about_mobile-body-16__gC0G7{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.about_bodySizeL__il0KB,.about_subheading__1UiMB{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.about_typography-price__lQ\+Om{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.about_underline__-YU3G{text-decoration:underline}@media(min-width:1280px){.about_heading__ZTrPZ.about_desktop-h4__H79vJ{font-size:32px;line-height:110%}.about_heading__ZTrPZ.about_desktop-h1__BK4ny{font-size:62px;line-height:110%}.about_heading__ZTrPZ.about_desktop-h2__adeDj{font-size:46px;line-height:140%}.about_heading__ZTrPZ.about_desktop-h5__QeTED{font-size:26px;line-height:110%}.about_heading__ZTrPZ.about_desktop-h6__aHSUg{font-size:18px;line-height:110%}.about_heading__ZTrPZ.about_desktop-h7__O1kxJ{font-size:16px;letter-spacing:-.32px;line-height:22px}.about_desktop-label-18__d8BeX{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.about_desktop-body-18__d8Eu6{font-size:18px;line-height:165%}}.about_flex-row__qtkxT{display:flex;flex-direction:row}.about_flex-column__WKej\+{display:flex;flex-direction:column}.about_flex-row-center__MyNMy{align-items:center;display:flex;flex-direction:row;justify-content:center}.about_flex-column-center__l46EN{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes about_rotation__sTRyD{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.about_components__6mnQi{display:flex;flex-direction:column;row-gap:44px}.about_subheading__1UiMB{margin-bottom:44px}.about_h2title__XymMU{color:#2c2c2c;font-family:Inter,sans-serif;font-size:32px;font-style:normal;font-weight:700;line-height:36px;margin-bottom:24px}@media screen and (min-width:1280px){.about_components__6mnQi{row-gap:120px}.about_container__ImaCT{grid-column:1/13}.about_subheading__1UiMB{font-size:32px;font-weight:400;margin-bottom:100px}.about_h2title__XymMU,.about_subheading__1UiMB{color:#2c2c2c;font-family:Inter,sans-serif;font-style:normal;line-height:140%}.about_h2title__XymMU{font-size:46px;font-weight:700;margin-bottom:60px}}.hereYouCan_flex-row__gQqk2{display:flex;flex-direction:row}.hereYouCan_flex-column__EEOeq{display:flex;flex-direction:column}.hereYouCan_flex-row-center__tLxWy{align-items:center;display:flex;flex-direction:row;justify-content:center}.hereYouCan_flex-column-center__Xy0oZ{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes hereYouCan_rotation__yKS2w{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hereYouCan_body-font-style__0KTwb{font-family:Inter,sans-serif}.hereYouCan_body-text__T2b-n{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.hereYouCan_heading__2FV8R{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.hereYouCan_mobile-h1__vvY9J{font-size:46px}.hereYouCan_mobile-h2__bG4cl{font-size:36px}.hereYouCan_mobile-h3__-JWhH{font-size:32px;line-height:110%}.hereYouCan_mobile-h4__6Mx9b{font-size:26px;line-height:110%}.hereYouCan_mobile-h5__jHIZ0{font-size:22px}.hereYouCan_mobile-h6__I95S5{font-size:18px;line-height:110%}.hereYouCan_mobile-card-heading__D9ktA{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.hereYouCan_mobile-heading-subtitle__ih983{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.hereYouCan_label-12__ON63z{font-size:12px}.hereYouCan_label-12__ON63z,.hereYouCan_label-14__c473V{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.hereYouCan_label-14__c473V{font-size:14px}.hereYouCan_label-16__2mJYr{font-size:16px}.hereYouCan_label-16__2mJYr,.hereYouCan_label-18__wr8RD{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.hereYouCan_label-18__wr8RD{font-size:18px}.hereYouCan_label-20__AkqIm{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.hereYouCan_label-24__8iVMU{font-size:24px}.hereYouCan_label-24__8iVMU,.hereYouCan_label-28__-SK6T{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.hereYouCan_label-28__-SK6T{font-size:28px}.hereYouCan_caption-14__HUYzY{font-size:14px}.hereYouCan_caption-12__fNHCi,.hereYouCan_caption-14__HUYzY{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.hereYouCan_caption-12__fNHCi{font-size:12px}.hereYouCan_supportive-14__HR4vG{font-size:14px}.hereYouCan_supportive-12__9KT8y,.hereYouCan_supportive-14__HR4vG{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.hereYouCan_supportive-12__9KT8y{font-size:12px}.hereYouCan_bodySizeS__3Wv1D{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.hereYouCan_bodySizeM__VPn-M{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.hereYouCan_body-text__T2b-n.hereYouCan_desktop-body-32__JJxFr{font-size:32px}.hereYouCan_body-text__T2b-n.hereYouCan_desktop-body-28__CgygI{font-size:28px}.hereYouCan_body-text__T2b-n.hereYouCan_desktop-body-22__ZObkc{font-size:22px;line-height:150%}.hereYouCan_body-text__T2b-n.hereYouCan_desktop-body-16__fVmIv{font-size:16px;line-height:150%}}.hereYouCan_mobile-body-16__sXpLI{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.hereYouCan_bodySizeL__5O3zD,.hereYouCan_item__nvwmx .hereYouCan_static-block-subheading__gbms7,.hereYouCan_static-block__QPjQ0 .hereYouCan_static-block-subheading__gbms7,.hereYouCan_static-h4__OLLCU,.hereYouCan_text__9u6lA{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.hereYouCan_typography-price__hqEZL{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.hereYouCan_underline__n7nVi{text-decoration:underline}@media(min-width:1280px){.hereYouCan_heading__2FV8R.hereYouCan_desktop-h4__66HaA{font-size:32px;line-height:110%}.hereYouCan_heading__2FV8R.hereYouCan_desktop-h1__Jopi2{font-size:62px;line-height:110%}.hereYouCan_heading__2FV8R.hereYouCan_desktop-h2__01rO8{font-size:46px;line-height:140%}.hereYouCan_heading__2FV8R.hereYouCan_desktop-h5__YCw\+F{font-size:26px;line-height:110%}.hereYouCan_heading__2FV8R.hereYouCan_desktop-h6__iGieb{font-size:18px;line-height:110%}.hereYouCan_heading__2FV8R.hereYouCan_desktop-h7__zpXb-{font-size:16px;letter-spacing:-.32px;line-height:22px}.hereYouCan_desktop-label-18__skz1K{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.hereYouCan_desktop-body-18__143Yk{font-size:18px;line-height:165%}}.hereYouCan_static-content__90oMY .hereYouCan_table__EWYKD{border:1px solid #f0f0f0;min-width:684px;width:fit-content}.hereYouCan_static-content__90oMY .hereYouCan_table-head__ne589{background-color:#fafafa;font-weight:700}.hereYouCan_static-content__90oMY .hereYouCan_table-head__ne589 h4{margin-bottom:0;margin-top:0}.hereYouCan_static-content__90oMY .hereYouCan_table-row__oW46\+{display:grid;grid-template-columns:4fr 4fr 5fr 3fr;width:100%}.hereYouCan_static-content__90oMY .hereYouCan_table-row__oW46\+:not(:last-child){border-bottom:1px solid #f0f0f0}.hereYouCan_static-content__90oMY .hereYouCan_table-cell__Ujwwp{padding:10px 12px}.hereYouCan_static-content__90oMY .hereYouCan_table-cell__Ujwwp:not(:last-child){border-right:1px solid #f0f0f0}.hereYouCan_static-content__90oMY p.hereYouCan_table-cell__Ujwwp{margin-bottom:0}.hereYouCan_static-page-wrapper__h2Y9Q{margin:0 auto;max-width:994px;width:994px;width:100%}.hereYouCan_item__nvwmx .hereYouCan_static-block-subheading__gbms7,.hereYouCan_static-block__QPjQ0 .hereYouCan_static-block-subheading__gbms7,.hereYouCan_static-h4__OLLCU{border:1px solid #767676;border-radius:99px;color:#767676;padding:7px 12px;width:fit-content}.hereYouCan_item__nvwmx,.hereYouCan_static-block__QPjQ0{background-color:#fff;border-radius:20px;box-shadow:0 2px 6px -2px #d8d8d808,0 4px 24px -4px #d8d8d814;padding:20px}.hereYouCan_item__nvwmx .hereYouCan_static-block-img__7IvoD,.hereYouCan_static-block__QPjQ0 .hereYouCan_static-block-img__7IvoD{border-radius:20px 20px 0 0;margin-left:-20px;margin-top:-20px;overflow:hidden;width:calc(100% + 40px)}.hereYouCan_item__nvwmx .hereYouCan_static-block-heading__kfeag,.hereYouCan_static-block__QPjQ0 .hereYouCan_static-block-heading__kfeag{color:#2c2c2c;color:#6a7efc;font-family:Inter,sans-serif;font-size:28px;font-style:normal;font-weight:400;line-height:140%;margin:24px 0 20px}.hereYouCan_item__nvwmx .hereYouCan_static-block-text__pYTLW,.hereYouCan_static-block__QPjQ0 .hereYouCan_static-block-text__pYTLW{color:#2c2c2c;color:#595959;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.hereYouCan_item__nvwmx .hereYouCan_static-block-button__\+qwib,.hereYouCan_static-block__QPjQ0 .hereYouCan_static-block-button__\+qwib{margin-top:20px}.hereYouCan_static-stat-line__lPQNq{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:60px 0;padding:0 56px;row-gap:16px}.hereYouCan_static-stat-line-item__rbXsY{align-items:center;display:flex;flex-direction:column;justify-content:center;row-gap:12px;text-align:center}.hereYouCan_static-stat-line-item__rbXsY h2{color:#6a7efc}.hereYouCan_static-heading__TQxSG{margin:24px 0 16px}.hereYouCan_static-heading__TQxSG span{color:#6a7efc}@media screen and (min-width:1280px){.hereYouCan_item__nvwmx,.hereYouCan_static-block__QPjQ0{border-radius:36px;padding:60px}.hereYouCan_item__nvwmx .hereYouCan_static-block-text__pYTLW,.hereYouCan_static-block__QPjQ0 .hereYouCan_static-block-text__pYTLW{color:#2c2c2c;color:#595959;font-family:Inter,sans-serif;font-size:28px;font-style:normal;font-weight:400;line-height:140%}.hereYouCan_item__nvwmx .hereYouCan_static-block-heading__kfeag,.hereYouCan_static-block__QPjQ0 .hereYouCan_static-block-heading__kfeag{color:#2c2c2c;color:#6a7efc;font-family:Inter,sans-serif;font-size:40px;font-style:normal;font-weight:400;line-height:140%;line-height:130%;margin:36px 0 40px}.hereYouCan_item__nvwmx .hereYouCan_static-block-button__\+qwib,.hereYouCan_static-block__QPjQ0 .hereYouCan_static-block-button__\+qwib{margin-top:40px;width:fit-content}.hereYouCan_static-btn__Yya2x{width:316px}.hereYouCan_static-heading__TQxSG{margin:120px 0 32px}.hereYouCan_static-stat-line__lPQNq{column-gap:40px;display:flex;flex-direction:row;margin:120px 0;padding:0}}.hereYouCan_main__9qhxr{grid-gap:12px;display:grid;gap:12px}.hereYouCan_item__nvwmx{align-items:flex-start;border-radius:20px;column-gap:16px;display:flex;flex-direction:row;padding:16px}@media screen and (min-width:1280px){.hereYouCan_main__9qhxr{gap:20px 40px;grid-template-columns:1fr 1fr;margin-top:60px}.hereYouCan_item__nvwmx{align-items:center;padding:16px}}.history_body-font-style__YzMO3,.history_body-text__60cob{font-family:Inter,sans-serif}.history_body-text__60cob{color:#2c2c2c;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.history_heading__0BLaV{font-weight:600;line-height:120%}.history_mobile-h1__B3hFH{font-size:46px}.history_mobile-h2__sUOd\+{font-size:36px}.history_mobile-h3__DGUoX{font-size:32px;line-height:110%}.history_mobile-h4__p6ysh{font-size:26px;line-height:110%}.history_mobile-h5__kFMlJ{font-size:22px}.history_mobile-h6__7p4Ni{font-size:18px;line-height:110%}.history_mobile-card-heading__p98Z0{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.history_mobile-heading-subtitle__TGWis{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.history_label-12__Hu9bo{font-size:12px}.history_label-12__Hu9bo,.history_label-14__0mVTj{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.history_label-14__0mVTj{font-size:14px}.history_label-16__gcxX3{font-size:16px}.history_label-16__gcxX3,.history_label-18__LL79q{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.history_label-18__LL79q{font-size:18px}.history_label-20__VqVXh{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.history_label-24__ekmeE{font-size:24px}.history_label-24__ekmeE,.history_label-28__CDV-x{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.history_label-28__CDV-x{font-size:28px}.history_caption-14__1iD0O{font-size:14px}.history_caption-12__jgYPM,.history_caption-14__1iD0O{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.history_caption-12__jgYPM{font-size:12px}.history_supportive-14__7x-za{font-size:14px}.history_supportive-12__J\+4ZH,.history_supportive-14__7x-za{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.history_supportive-12__J\+4ZH{font-size:12px}.history_bodySizeS__bcYKZ{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.history_bodySizeM__FVJmV,.history_listItemText__LguGs{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.history_body-text__60cob.history_desktop-body-32__UE7kW{font-size:32px}.history_body-text__60cob.history_desktop-body-28__Uuz9a{font-size:28px}.history_body-text__60cob.history_desktop-body-22__1bFYn{font-size:22px;line-height:150%}.history_body-text__60cob.history_desktop-body-16__SvS1w{font-size:16px;line-height:150%}}.history_mobile-body-16__qGnoF{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.history_bodySizeL__o7Yib,.history_listItemTitle__WVdtC,.history_subheading__bBkRf{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.history_typography-price__X6t64{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.history_underline__po\+IP{text-decoration:underline}@media(min-width:1280px){.history_heading__0BLaV.history_desktop-h4__fqmoY{font-size:32px;line-height:110%}.history_heading__0BLaV.history_desktop-h1__FNhFv{font-size:62px;line-height:110%}.history_heading__0BLaV.history_desktop-h2__0lxtY{font-size:46px;line-height:140%}.history_heading__0BLaV.history_desktop-h5__vWVrm{font-size:26px;line-height:110%}.history_heading__0BLaV.history_desktop-h6__yip1w{font-size:18px;line-height:110%}.history_heading__0BLaV.history_desktop-h7__EDT9V{font-size:16px;letter-spacing:-.32px;line-height:22px}.history_desktop-label-18__qQhnO{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.history_desktop-body-18__Tpf-I{font-size:18px;line-height:165%}}.history_flex-row__UTDij{display:flex;flex-direction:row}.history_flex-column__LqEN8{display:flex;flex-direction:column}.history_flex-row-center__4uTZV{align-items:center;display:flex;flex-direction:row;justify-content:center}.history_flex-column-center__U2cEM{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes history_rotation__spzsU{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.history_photo__BKzt2{border-radius:12px;display:flex;margin:0 auto;max-height:254px;max-width:450px;object-fit:cover;object-position:top;width:100%}.history_heading__0BLaV{color:#2c2c2c;font-family:Inter,sans-serif;font-size:28px;font-style:normal;font-weight:400;line-height:140%;margin:24px 0 16px}.history_subheading__bBkRf{color:#595959}.history_list__qLPvq{display:flex;flex-direction:column;margin-top:36px;row-gap:28px}.history_item__Xwcrs{display:flex;flex-direction:column;row-gap:16px}.history_listItemTitle__WVdtC{border:1px solid #6a7efc;border-radius:99px;color:#6a7efc;padding:7px 12px;width:fit-content}@media screen and (min-width:1280px){.history_heading__0BLaV{color:#2c2c2c;font-family:Inter,sans-serif;font-size:40px;font-style:normal;font-weight:400;line-height:140%;line-height:130%;margin:0 0 32px}.history_headerWrapper__HZ1Tu{column-gap:40px;display:flex;flex-direction:row;flex-direction:row-reverse;padding:60px}.history_headerWrapper__HZ1Tu .history_content__bheYV,.history_headerWrapper__HZ1Tu .history_photo__BKzt2{flex-basis:50%}.history_photo__BKzt2{height:100%;max-height:100%;max-width:50%}.history_list__qLPvq{display:grid;grid-template-columns:repeat(10,1fr)}.history_item__Xwcrs{grid-column:2/10}}.mainFeatures_body-font-style__tzoXN{font-family:Inter,sans-serif}.mainFeatures_body-text__yZXA7{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.mainFeatures_heading__wDP6e{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.mainFeatures_mobile-h1__7RpOe{font-size:46px}.mainFeatures_mobile-h2__YxSpf{font-size:36px}.mainFeatures_mobile-h3__68XlL{font-size:32px;line-height:110%}.mainFeatures_mobile-h4__d9Hei{font-size:26px;line-height:110%}.mainFeatures_mobile-h5__Eg4pq{font-size:22px}.mainFeatures_mobile-h6__gsof-{font-size:18px;line-height:110%}.mainFeatures_mobile-card-heading__B9Zbm{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.mainFeatures_mobile-heading-subtitle__wqx\+6{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.mainFeatures_label-12__Cn5Y1{font-size:12px}.mainFeatures_label-12__Cn5Y1,.mainFeatures_label-14__cTDOj{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.mainFeatures_label-14__cTDOj{font-size:14px}.mainFeatures_label-16__0xKft{font-size:16px}.mainFeatures_label-16__0xKft,.mainFeatures_label-18__8sCjd{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.mainFeatures_label-18__8sCjd{font-size:18px}.mainFeatures_label-20__vrm7K{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.mainFeatures_label-24__XnjeR{font-size:24px}.mainFeatures_label-24__XnjeR,.mainFeatures_label-28__MDgqA{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.mainFeatures_label-28__MDgqA{font-size:28px}.mainFeatures_caption-14__9VmZ3{font-size:14px}.mainFeatures_caption-12__XF64o,.mainFeatures_caption-14__9VmZ3{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.mainFeatures_caption-12__XF64o{font-size:12px}.mainFeatures_supportive-14__W2MqS{font-size:14px}.mainFeatures_supportive-12__2Oz7o,.mainFeatures_supportive-14__W2MqS{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.mainFeatures_supportive-12__2Oz7o{font-size:12px}.mainFeatures_bodySizeS__qbYIP{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.mainFeatures_bodySizeM__kkgku{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.mainFeatures_body-text__yZXA7.mainFeatures_desktop-body-32__1R2Xx{font-size:32px}.mainFeatures_body-text__yZXA7.mainFeatures_desktop-body-28__3wjsv{font-size:28px}.mainFeatures_body-text__yZXA7.mainFeatures_desktop-body-22__Yof9n{font-size:22px;line-height:150%}.mainFeatures_body-text__yZXA7.mainFeatures_desktop-body-16__wJ3YM{font-size:16px;line-height:150%}}.mainFeatures_mobile-body-16__k9QRA{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.mainFeatures_bodySizeL__-WXBr,.mainFeatures_itemText__NVZZI{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.mainFeatures_typography-price__18DjH{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.mainFeatures_underline__GMUin{text-decoration:underline}@media(min-width:1280px){.mainFeatures_heading__wDP6e.mainFeatures_desktop-h4__82ZMI{font-size:32px;line-height:110%}.mainFeatures_heading__wDP6e.mainFeatures_desktop-h1__d8omh{font-size:62px;line-height:110%}.mainFeatures_heading__wDP6e.mainFeatures_desktop-h2__COW1x{font-size:46px;line-height:140%}.mainFeatures_heading__wDP6e.mainFeatures_desktop-h5__hH1h8{font-size:26px;line-height:110%}.mainFeatures_heading__wDP6e.mainFeatures_desktop-h6__wrFDH{font-size:18px;line-height:110%}.mainFeatures_heading__wDP6e.mainFeatures_desktop-h7__Y2HOh{font-size:16px;letter-spacing:-.32px;line-height:22px}.mainFeatures_desktop-label-18__lh1zY{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.mainFeatures_desktop-body-18__ZzwMh{font-size:18px;line-height:165%}}.mainFeatures_flex-row__8Gvb\+{display:flex;flex-direction:row}.mainFeatures_flex-column__7z8re{display:flex;flex-direction:column}.mainFeatures_flex-row-center__isK5z{align-items:center;display:flex;flex-direction:row;justify-content:center}.mainFeatures_flex-column-center__aMsoL{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes mainFeatures_rotation__VD3Wv{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mainFeatures_swiper__CGCk0 .mainFeatures_slide__mfmhM{height:auto}.mainFeatures_item__Ib5Zf{height:100%}.mainFeatures_itemTitle__BDLCs{color:#2c2c2c;font-family:Inter,sans-serif;font-size:28px;font-style:normal;font-weight:500;line-height:140%}.mainFeatures_itemText__NVZZI{color:#595959}@media screen and (min-width:1280px){.mainFeatures_list__LQvj9{grid-gap:40px;display:grid;grid-template-columns:1fr 1fr}.mainFeatures_column__XEpfG{display:flex;flex-direction:column;row-gap:40px}.mainFeatures_item__Ib5Zf{display:flex;flex-direction:column;height:fit-content;margin:0;padding:32px;row-gap:12px}}.weCare_body-font-style__SE9jD{font-family:Inter,sans-serif}.weCare_body-text__XoUvA{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.weCare_heading__MRVWd{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.weCare_mobile-h1__ehQGy{font-size:46px}.weCare_mobile-h2__OPPpr{font-size:36px}.weCare_mobile-h3__tOodI{font-size:32px;line-height:110%}.weCare_mobile-h4__GqbH5{font-size:26px;line-height:110%}.weCare_mobile-h5__zF1Kl{font-size:22px}.weCare_mobile-h6__lCa4R{font-size:18px;line-height:110%}.weCare_mobile-card-heading__pV9Tj{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.weCare_mobile-heading-subtitle__VWnCv{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.weCare_label-12__kdZls{font-size:12px}.weCare_label-12__kdZls,.weCare_label-14__Y32HV{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.weCare_label-14__Y32HV{font-size:14px}.weCare_label-16__eB1mN{font-size:16px}.weCare_label-16__eB1mN,.weCare_label-18__Nbf1w{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.weCare_label-18__Nbf1w{font-size:18px}.weCare_label-20__AVPjO{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.weCare_label-24__PlVTV{font-size:24px}.weCare_label-24__PlVTV,.weCare_label-28__fFLl6{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.weCare_label-28__fFLl6{font-size:28px}.weCare_caption-14__U-b2e{font-size:14px}.weCare_caption-12__NteWc,.weCare_caption-14__U-b2e{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.weCare_caption-12__NteWc{font-size:12px}.weCare_supportive-14__o3X9W{font-size:14px}.weCare_supportive-12__y3IUg,.weCare_supportive-14__o3X9W{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.weCare_supportive-12__y3IUg{font-size:12px}.weCare_bodySizeS__cJpCi{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.weCare_bodySizeM__YCI6p{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.weCare_body-text__XoUvA.weCare_desktop-body-32__NgeEF{font-size:32px}.weCare_body-text__XoUvA.weCare_desktop-body-28__0gfuY{font-size:28px}.weCare_body-text__XoUvA.weCare_desktop-body-22__uub2U{font-size:22px;line-height:150%}.weCare_body-text__XoUvA.weCare_desktop-body-16__2TbuA{font-size:16px;line-height:150%}}.weCare_mobile-body-16__THKR\+{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.weCare_bodySizeL__2ScgX,.weCare_points__0yGou,.weCare_subheading__cUKsD{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.weCare_typography-price__FQ3nx{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.weCare_underline__\+7oo3{text-decoration:underline}@media(min-width:1280px){.weCare_heading__MRVWd.weCare_desktop-h4__Y1NvD{font-size:32px;line-height:110%}.weCare_heading__MRVWd.weCare_desktop-h1__54JAB{font-size:62px;line-height:110%}.weCare_heading__MRVWd.weCare_desktop-h2__pQH4r{font-size:46px;line-height:140%}.weCare_heading__MRVWd.weCare_desktop-h5__cyQBe{font-size:26px;line-height:110%}.weCare_heading__MRVWd.weCare_desktop-h6__nYCKT{font-size:18px;line-height:110%}.weCare_heading__MRVWd.weCare_desktop-h7__VpWz3{font-size:16px;letter-spacing:-.32px;line-height:22px}.weCare_desktop-label-18__HvjDS{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.weCare_desktop-body-18__49pqh{font-size:18px;line-height:165%}}.weCare_flex-row__yxgoK{display:flex;flex-direction:row}.weCare_flex-column__WHxdz{display:flex;flex-direction:column}.weCare_flex-row-center__-JUJo{align-items:center;display:flex;flex-direction:row;justify-content:center}.weCare_flex-column-center__oga-V{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes weCare_rotation__HCbJF{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.weCare_text__\+ZW2Z{color:#2c2c2c;font-family:Inter,sans-serif;font-size:28px;font-style:normal;font-weight:400;line-height:140%}.weCare_subheading__cUKsD{border:1px solid #6a7efc;border-radius:99px;color:#6a7efc;padding:7px 12px;width:fit-content}.weCare_points__0yGou{color:#595959;display:flex;flex-direction:column;gap:24px;margin-top:16px}.weCare_link__YLf5d{color:#6a7efc}.weCare_pointsBox__FFgf4{margin-top:32px}@media screen and (min-width:1280px){.weCare_main__qIYXZ{display:grid;grid-template-columns:repeat(10,1fr);margin-bottom:60px}.weCare_text__\+ZW2Z{color:#2c2c2c;font-family:Inter,sans-serif;font-size:32px;font-style:normal;font-weight:400;grid-column:1/11;line-height:140%}.weCare_pointsBox__FFgf4{display:grid;grid-column:2/11;grid-template-columns:repeat(8,1fr);margin-top:60px}.weCare_pointsBox__FFgf4.weCare_en__KysGw{grid-column:4/11}.weCare_subheading__cUKsD{align-items:center;display:flex;flex-direction:row;grid-column:1/3;height:fit-content;justify-content:center;margin-right:40px;width:auto}.weCare_points__0yGou{grid-column:3/9;margin:0}}.header_flex-row__R8V25{display:flex;flex-direction:row}.header_flex-column__sqQ1G{display:flex;flex-direction:column}.header_flex-row-center__tUMeR{align-items:center;display:flex;flex-direction:row;justify-content:center}.header_flex-column-center__iweqT{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes header_rotation__eBRp3{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.header_body-font-style__JM8Qt{font-family:Inter,sans-serif}.header_body-text__Pso0C{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.header_heading__Dk08R{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.header_mobile-h1__jYS4S{font-size:46px}.header_mobile-h2__30xs6{font-size:36px}.header_mobile-h3__q8a\+C{font-size:32px;line-height:110%}.header_mobile-h4__LfUH1{font-size:26px;line-height:110%}.header_mobile-h5__CRI8q{font-size:22px}.header_mobile-h6__fwoBE{font-size:18px;line-height:110%}.header_mobile-card-heading__fhi6h{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.header_mobile-heading-subtitle__B0N-q{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.header_label-12__BBO2y{font-size:12px}.header_label-12__BBO2y,.header_label-14__OgE8w{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.header_label-14__OgE8w{font-size:14px}.header_label-16__qfzcH{font-size:16px}.header_label-16__qfzcH,.header_label-18__5sIoi{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.header_label-18__5sIoi{font-size:18px}.header_label-20__V5eP-{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.header_label-24__Olye5{font-size:24px}.header_label-24__Olye5,.header_label-28__psPkN{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.header_label-28__psPkN{font-size:28px}.header_caption-14__bsftF{font-size:14px}.header_caption-12__O7lml,.header_caption-14__bsftF{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.header_caption-12__O7lml{font-size:12px}.header_supportive-14__iFZzC{font-size:14px}.header_supportive-12__gfE6D,.header_supportive-14__iFZzC{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.header_supportive-12__gfE6D{font-size:12px}.header_bodySizeS__Q9ZRo{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.header_bodySizeM__2B1zi{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.header_body-text__Pso0C.header_desktop-body-32__34DsU{font-size:32px}.header_body-text__Pso0C.header_desktop-body-28__29qOr{font-size:28px}.header_body-text__Pso0C.header_desktop-body-22__gmMdq{font-size:22px;line-height:150%}.header_body-text__Pso0C.header_desktop-body-16__t1YZq{font-size:16px;line-height:150%}}.header_mobile-body-16__0S8-y{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.header_bodySizeL__oBSmS,.header_static-block__UqGdq .header_static-block-subheading__8Hgs-,.header_static-h4__9\+hgG{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.header_typography-price__r6E09{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.header_underline__cppQA{text-decoration:underline}@media(min-width:1280px){.header_heading__Dk08R.header_desktop-h4__OkbzO{font-size:32px;line-height:110%}.header_heading__Dk08R.header_desktop-h1__LdC5d{font-size:62px;line-height:110%}.header_heading__Dk08R.header_desktop-h2__R71iH{font-size:46px;line-height:140%}.header_heading__Dk08R.header_desktop-h5__OufRk{font-size:26px;line-height:110%}.header_heading__Dk08R.header_desktop-h6__A5aNr{font-size:18px;line-height:110%}.header_heading__Dk08R.header_desktop-h7__0yCPl{font-size:16px;letter-spacing:-.32px;line-height:22px}.header_desktop-label-18__oWwqE{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.header_desktop-body-18__QPTgM{font-size:18px;line-height:165%}}.header_static-content__C60Su .header_table__\+FZJE{border:1px solid #f0f0f0;min-width:684px;width:fit-content}.header_static-content__C60Su .header_table-head__E8MSe{background-color:#fafafa;font-weight:700}.header_static-content__C60Su .header_table-head__E8MSe h4{margin-bottom:0;margin-top:0}.header_static-content__C60Su .header_table-row__pedOQ{display:grid;grid-template-columns:4fr 4fr 5fr 3fr;width:100%}.header_static-content__C60Su .header_table-row__pedOQ:not(:last-child){border-bottom:1px solid #f0f0f0}.header_static-content__C60Su .header_table-cell__CNUcz{padding:10px 12px}.header_static-content__C60Su .header_table-cell__CNUcz:not(:last-child){border-right:1px solid #f0f0f0}.header_static-content__C60Su p.header_table-cell__CNUcz{margin-bottom:0}.header_static-page-wrapper__eaNsM{margin:0 auto;max-width:994px;width:994px;width:100%}.header_static-block__UqGdq .header_static-block-subheading__8Hgs-,.header_static-h4__9\+hgG{border:1px solid #767676;border-radius:99px;color:#767676;padding:7px 12px;width:fit-content}.header_static-block__UqGdq{background-color:#fff;border-radius:20px;box-shadow:0 2px 6px -2px #d8d8d808,0 4px 24px -4px #d8d8d814;padding:20px}.header_static-block__UqGdq .header_static-block-img__-YwUD{border-radius:20px 20px 0 0;margin-left:-20px;margin-top:-20px;overflow:hidden;width:calc(100% + 40px)}.header_static-block__UqGdq .header_static-block-heading__PQ0ZS{color:#2c2c2c;color:#6a7efc;font-family:Inter,sans-serif;font-size:28px;font-style:normal;font-weight:400;line-height:140%;margin:24px 0 20px}.header_static-block__UqGdq .header_static-block-text__3K3CH{color:#2c2c2c;color:#595959;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.header_static-block__UqGdq .header_static-block-button__e9AFs{margin-top:20px}.header_static-stat-line__cvVCp{margin:60px 0;padding:0 56px;row-gap:16px}.header_static-stat-line-item__V\+7pn,.header_static-stat-line__cvVCp{align-items:center;display:flex;flex-direction:column;justify-content:center}.header_static-stat-line-item__V\+7pn{row-gap:12px;text-align:center}.header_static-stat-line-item__V\+7pn h2{color:#6a7efc}.header_static-heading__9Rl8N{margin:24px 0 16px}.header_static-heading__9Rl8N span{color:#6a7efc}@media screen and (min-width:1280px){.header_static-block__UqGdq{border-radius:36px;padding:60px}.header_static-block__UqGdq .header_static-block-text__3K3CH{color:#2c2c2c;color:#595959;font-family:Inter,sans-serif;font-size:28px;font-style:normal;font-weight:400;line-height:140%}.header_static-block__UqGdq .header_static-block-heading__PQ0ZS{color:#2c2c2c;color:#6a7efc;font-family:Inter,sans-serif;font-size:40px;font-style:normal;font-weight:400;line-height:140%;line-height:130%;margin:36px 0 40px}.header_static-block__UqGdq .header_static-block-button__e9AFs{margin-top:40px;width:fit-content}.header_static-btn__32XDQ{width:316px}.header_static-heading__9Rl8N{margin:120px 0 32px}.header_static-stat-line__cvVCp{column-gap:40px;display:flex;flex-direction:row;margin:120px 0;padding:0}}.header_header__InnIR{display:flex;flex-direction:column;row-gap:16px}.header_btn__nzQEX{margin-top:8px}@media(min-width:1280px){.header_btn__nzQEX{width:374px}}.advertising_body-font-style__2\+MAC{font-family:Inter,sans-serif}.advertising_body-text__k54Da{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.advertising_heading__-M3af{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.advertising_mobile-h1__4iIHI{font-size:46px}.advertising_mobile-h2__KPwdB{font-size:36px}.advertising_mobile-h3__iBYRX{font-size:32px;line-height:110%}.advertising_mobile-h4__WS44n{font-size:26px;line-height:110%}.advertising_mobile-h5__VG5j4{font-size:22px}.advertising_mobile-h6__RTlRZ{font-size:18px;line-height:110%}.advertising_mobile-card-heading__57m6V{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.advertising_mobile-heading-subtitle__5PbAT{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.advertising_label-12__bXAhC{font-size:12px}.advertising_label-12__bXAhC,.advertising_label-14__ZyT48{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.advertising_label-14__ZyT48{font-size:14px}.advertising_label-16__DeNXu{font-size:16px}.advertising_label-16__DeNXu,.advertising_label-18__L3cQi{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.advertising_label-18__L3cQi{font-size:18px}.advertising_label-20__y7TKD{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.advertising_label-24__SEbc\+{font-size:24px}.advertising_label-24__SEbc\+,.advertising_label-28__8SxzW{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.advertising_label-28__8SxzW{font-size:28px}.advertising_caption-14__QV2Cn{font-size:14px}.advertising_caption-12__OJTHu,.advertising_caption-14__QV2Cn{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.advertising_caption-12__OJTHu{font-size:12px}.advertising_supportive-14__Y7tTU{font-size:14px}.advertising_supportive-12__sBZbb,.advertising_supportive-14__Y7tTU{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.advertising_supportive-12__sBZbb{font-size:12px}.advertising_bodySizeS__Pq9MQ{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.advertising_bodySizeM__ZK1yH{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.advertising_body-text__k54Da.advertising_desktop-body-32__7p2FP{font-size:32px}.advertising_body-text__k54Da.advertising_desktop-body-28__kY4sz{font-size:28px}.advertising_body-text__k54Da.advertising_desktop-body-22__WVHWJ{font-size:22px;line-height:150%}.advertising_body-text__k54Da.advertising_desktop-body-16__LQn5m{font-size:16px;line-height:150%}}.advertising_mobile-body-16__sVCH2{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.advertising_bodySizeL__xg-uP,.advertising_static-block__vDNgY .advertising_static-block-subheading__4fN7c,.advertising_static-h4__hppZs{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.advertising_typography-price__e5nlq{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.advertising_underline__qoCxL{text-decoration:underline}@media(min-width:1280px){.advertising_heading__-M3af.advertising_desktop-h4__Y5yHL{font-size:32px;line-height:110%}.advertising_heading__-M3af.advertising_desktop-h1__JXjmE{font-size:62px;line-height:110%}.advertising_heading__-M3af.advertising_desktop-h2__W6NSQ{font-size:46px;line-height:140%}.advertising_heading__-M3af.advertising_desktop-h5__8g4Kq{font-size:26px;line-height:110%}.advertising_heading__-M3af.advertising_desktop-h6__R9yMv{font-size:18px;line-height:110%}.advertising_heading__-M3af.advertising_desktop-h7__EciQF{font-size:16px;letter-spacing:-.32px;line-height:22px}.advertising_desktop-label-18__gpf\+6{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.advertising_desktop-body-18__G7vST{font-size:18px;line-height:165%}}.advertising_static-content__4RbFY .advertising_table__gW6Rx{border:1px solid #f0f0f0;min-width:684px;width:fit-content}.advertising_static-content__4RbFY .advertising_table-head__xjEPm{background-color:#fafafa;font-weight:700}.advertising_static-content__4RbFY .advertising_table-head__xjEPm h4{margin-bottom:0;margin-top:0}.advertising_static-content__4RbFY .advertising_table-row__mZu0I{display:grid;grid-template-columns:4fr 4fr 5fr 3fr;width:100%}.advertising_static-content__4RbFY .advertising_table-row__mZu0I:not(:last-child){border-bottom:1px solid #f0f0f0}.advertising_static-content__4RbFY .advertising_table-cell__ZAIyz{padding:10px 12px}.advertising_static-content__4RbFY .advertising_table-cell__ZAIyz:not(:last-child){border-right:1px solid #f0f0f0}.advertising_static-content__4RbFY p.advertising_table-cell__ZAIyz{margin-bottom:0}.advertising_static-page-wrapper__713aw{margin:0 auto;max-width:994px;width:994px;width:100%}.advertising_static-block__vDNgY .advertising_static-block-subheading__4fN7c,.advertising_static-h4__hppZs{border:1px solid #767676;border-radius:99px;color:#767676;padding:7px 12px;width:fit-content}.advertising_static-block__vDNgY{background-color:#fff;border-radius:20px;box-shadow:0 2px 6px -2px #d8d8d808,0 4px 24px -4px #d8d8d814;padding:20px}.advertising_static-block__vDNgY .advertising_static-block-img__JZT\+f{border-radius:20px 20px 0 0;margin-left:-20px;margin-top:-20px;overflow:hidden;width:calc(100% + 40px)}.advertising_static-block__vDNgY .advertising_static-block-heading__Dc\+Ry{color:#2c2c2c;color:#6a7efc;font-family:Inter,sans-serif;font-size:28px;font-style:normal;font-weight:400;line-height:140%;margin:24px 0 20px}.advertising_static-block__vDNgY .advertising_static-block-text__oyYRd{color:#2c2c2c;color:#595959;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.advertising_static-block__vDNgY .advertising_static-block-button__pW-oE{margin-top:20px}.advertising_static-stat-line__RoEWz{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:60px 0;padding:0 56px;row-gap:16px}.advertising_static-stat-line-item__qrpYK{align-items:center;display:flex;flex-direction:column;justify-content:center;row-gap:12px;text-align:center}.advertising_static-stat-line-item__qrpYK h2{color:#6a7efc}.advertising_static-heading__vTPXd{margin:24px 0 16px}.advertising_static-heading__vTPXd span{color:#6a7efc}@media screen and (min-width:1280px){.advertising_static-block__vDNgY{border-radius:36px;padding:60px}.advertising_static-block__vDNgY .advertising_static-block-text__oyYRd{color:#2c2c2c;color:#595959;font-family:Inter,sans-serif;font-size:28px;font-style:normal;font-weight:400;line-height:140%}.advertising_static-block__vDNgY .advertising_static-block-heading__Dc\+Ry{color:#2c2c2c;color:#6a7efc;font-family:Inter,sans-serif;font-size:40px;font-style:normal;font-weight:400;line-height:140%;line-height:130%;margin:36px 0 40px}.advertising_static-block__vDNgY .advertising_static-block-button__pW-oE{margin-top:40px;width:fit-content}.advertising_static-btn__h7jzg{width:316px}.advertising_static-heading__vTPXd{margin:120px 0 32px}.advertising_static-stat-line__RoEWz{column-gap:40px;display:flex;flex-direction:row;margin:120px 0;padding:0}}.advertising_flex-row__xrRBD{display:flex;flex-direction:row}.advertising_flex-column__SDF0p{display:flex;flex-direction:column}.advertising_flex-row-center__VTBjk{align-items:center;display:flex;flex-direction:row;justify-content:center}.advertising_flex-column-center__wyV-i{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes advertising_rotation__fazqv{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.advertising_sectionTitle__DICq1{margin-top:60px}.advertising_headerImage__pUVA7{margin-top:24px;width:100%}.advertising_stats__7NaPK .advertising_statsList__dXSbV{margin-bottom:0}.advertising_features__CsXwu{display:flex;flex-direction:column;margin-top:24px;row-gap:16px}.advertising_features__CsXwu .advertising_feature__JbdMd{display:flex;flex-direction:column;row-gap:8px}.advertising_featuresBtn__ab1lA{margin-top:24px}@media screen and (min-width:1280px){.advertising_sectionTitle__DICq1{margin-top:120px}.advertising_stats__7NaPK .advertising_statsList__dXSbV{margin-top:36px}.advertising_features__CsXwu{grid-gap:24px;display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:auto auto;margin-top:44px}.advertising_features__CsXwu .advertising_feature__JbdMd{border-radius:20px;grid-column:span 2;padding:24px}.advertising_features__CsXwu .advertising_feature__JbdMd:nth-child(4){grid-column:1/span 3}.advertising_features__CsXwu .advertising_feature__JbdMd:nth-child(5){grid-column:4/span 3}}.formats_flex-row__6jj62{display:flex;flex-direction:row}.formats_flex-column__s09kR{display:flex;flex-direction:column}.formats_flex-row-center__kDGmr{align-items:center;display:flex;flex-direction:row;justify-content:center}.formats_flex-column-center__o\+Qqk{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes formats_rotation__7dEVt{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.formats_list__RD7tk{display:flex;flex-direction:column;margin:24px 0;row-gap:32px}.formats_list__RD7tk .formats_listItem__FIEkt{height:fit-content;overflow:hidden}.formats_list__RD7tk .formats_listItem__FIEkt,.formats_list__RD7tk .formats_listItem__FIEkt .formats_content__36qXa{display:flex;flex-direction:column;row-gap:8px}.formats_list__RD7tk .formats_listItem__FIEkt .formats_content__36qXa .formats_cardSubtitle__\+IZtJ{color:#767676}.formats_list__RD7tk .formats_listItem__FIEkt .formats_img__\+UVP9{margin-bottom:-20px;margin-left:-20px;margin-right:-20px;object-fit:contain}.formats_main__dPNg0 .formats_subtitle__\+1gqG{color:#595959;margin-top:20px}@media screen and (min-width:1280px){.formats_list__RD7tk .formats_listItem__FIEkt{column-gap:24px;display:flex;flex-direction:row;max-height:360px;padding:0}.formats_list__RD7tk .formats_listItem__FIEkt .formats_content__36qXa{flex:0 0 50%;padding:32px}.formats_list__RD7tk .formats_listItem__FIEkt .formats_img__\+UVP9{flex:0 0 50%;margin:0;max-width:485px}.formats_list__RD7tk .formats_listItem__FIEkt:nth-child(2){flex-direction:row-reverse}.formats_btn__sKzc\+{margin-bottom:60px}}.targetingToolkit_flex-row__M3GhL{display:flex;flex-direction:row}.targetingToolkit_flex-column__j4Jlr{display:flex;flex-direction:column}.targetingToolkit_flex-row-center__Iivh6{align-items:center;display:flex;flex-direction:row;justify-content:center}.targetingToolkit_flex-column-center__PAflO{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes targetingToolkit_rotation__8EUsm{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.targetingToolkit_list__7EdyM{display:flex;flex-direction:column;margin:24px 0;row-gap:16px}.targetingToolkit_main__NuthY .targetingToolkit_subtitle__mOOtb{color:#595959;margin-top:20px}.targetingToolkit_listItem__UlP6n{display:flex;flex-direction:column;row-gap:8px}.targetingToolkit_listItem__UlP6n div{justify-content:flex-start;margin-bottom:8px}@media screen and (min-width:1280px){.targetingToolkit_list__7EdyM{grid-gap:24px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto;margin-top:44px}.targetingToolkit_list__7EdyM .targetingToolkit_listItem__UlP6n{border-radius:20px;padding:24px}.targetingToolkit_list__7EdyM .targetingToolkit_listItem__UlP6n:nth-child(5){grid-column:1/3}.targetingToolkit_list__7EdyM .targetingToolkit_listItem__UlP6n:nth-child(6){grid-column:3/5}}.socialIconLink_main__pnwig{padding:0}.socialIconLink_main__pnwig:hover svg path{fill:#2c2c2c}.footer_flex-row__SbpW-{display:flex;flex-direction:row}.footer_flex-column__aVjod{display:flex;flex-direction:column}.footer_flex-row-center__sdf46{align-items:center;display:flex;flex-direction:row;justify-content:center}.footer_flex-column-center__mWUEX{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes footer_rotation__n8WXV{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.footer_main__nCYwC{align-items:center;background-color:#fff;border-top:1px solid #f0f0f0;display:flex;flex-direction:column;justify-content:center;margin-top:auto;padding-bottom:28px;padding-top:28px;width:100%}.footer_main__nCYwC .footer_layout__lYhHg{margin-bottom:48px}li{list-style:none}.footer_wrapper__3XTBO{display:grid;grid-template-columns:6fr 4fr 6fr}.footer_wrapperSmall__Y\+c3i{color:#595959;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:0 auto}.footer_wrapperSmall__Y\+c3i a{color:#595959}.footer_linksRow__Urna1{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px 24px;justify-content:center}.footer_socialMediaRow__cw02b{column-gap:12px;display:flex;flex-direction:row;margin-top:auto}.footer_socialMediaRow__cw02b svg path{fill:#595959}.footer_logo__ke--D svg{height:28px}.footer_sectionTitle__FQS1\+{color:#595959;margin-bottom:20px}.footer_sectionList__WPDRt,.footer_section__i3-Yz{display:flex;flex-direction:column}.footer_copyright__izYg2{color:#595959;margin-top:16px}.footer_sectionList__WPDRt{row-gap:16px}.footer_sectionListItem__9Y595 a{color:#595959}.footer_linkWrapper__AlncX{padding-left:8px}.footer_linkWrapper__AlncX a{text-decoration:underline}.footer_wrapperNarrow__XZXWM{flex-direction:column;margin-left:0;row-gap:20px}.footer_smallLegalLinks__cER1H{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;justify-content:center;text-align:center}.footer_mobileFooterContainer__lzODy{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:center;padding:32px 0}@media screen and (min-width:1280px){.footer_main__nCYwC .footer_layout__lYhHg{margin-bottom:0}.footer_linksRow__Urna1{column-gap:48px;display:flex;flex-direction:row}}.layout_flex-row__5tG7v{display:flex;flex-direction:row}.layout_flex-column__Ks42Q{display:flex;flex-direction:column}.layout_flex-row-center__iBEBU{align-items:center;display:flex;flex-direction:row;justify-content:center}.layout_flex-column-center__tTTSu{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes layout_rotation__b3ZsF{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.layout_mobile-paddings__5u8fu{padding:24px 16px 0}.layout_mobile-hide__o65q1{display:none}@media screen and (min-width:1280px){.layout_mobile-hide__o65q1{display:inline;display:initial}.layout_desktop-hide__JmrAp{display:none}}.layout_baseContainer__sk\+YA{align-items:center;display:flex;flex-direction:column;justify-content:center}.layout_base__KXmEc{height:100%;margin-bottom:48px;max-width:607px;padding:0 16px;position:relative;width:100vw}@media screen and (min-width:1280px){.layout_base__KXmEc{max-width:100%;padding:0 16px;width:1320px}}.layout_content__X9i7M{margin-top:48px}@media screen and (min-width:1280px){.layout_base__KXmEc{margin-bottom:80px;padding:0}.layout_base__KXmEc.layout_smallFooter__ocIka{margin-bottom:40px}}.languageButton_flex-row__wQz-3{display:flex;flex-direction:row}.languageButton_flex-column__C9LVT{display:flex;flex-direction:column}.languageButton_flex-row-center__7e6w6{align-items:center;display:flex;flex-direction:row;justify-content:center}.languageButton_flex-column-center__Jl6fe{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes languageButton_rotation__6WdQK{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.languageButton_body-font-style__2MmrV{font-family:Inter,sans-serif}.languageButton_body-text__zh4DX{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.languageButton_heading__LTSWJ{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.languageButton_mobile-h1__VGNVD{font-size:46px}.languageButton_mobile-h2__q8hNq{font-size:36px}.languageButton_mobile-h3__4n-7l{font-size:32px;line-height:110%}.languageButton_mobile-h4__ouLhg{font-size:26px;line-height:110%}.languageButton_mobile-h5__UCAoN{font-size:22px}.languageButton_mobile-h6__fggmb{font-size:18px;line-height:110%}.languageButton_mobile-card-heading__LVCbL{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.languageButton_mobile-heading-subtitle__tgsIK{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.languageButton_label-12__m0ehy{font-size:12px}.languageButton_label-12__m0ehy,.languageButton_label-14__vFJHN{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.languageButton_label-14__vFJHN{font-size:14px}.languageButton_label-16__dTF\+t,.languageButton_main__b4Z7E{font-size:16px}.languageButton_label-16__dTF\+t,.languageButton_label-18__2c-Tl,.languageButton_main__b4Z7E{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.languageButton_label-18__2c-Tl{font-size:18px}.languageButton_label-20__pnAOb{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.languageButton_label-24__kLZ\+E{font-size:24px}.languageButton_label-24__kLZ\+E,.languageButton_label-28__lxYai{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.languageButton_label-28__lxYai{font-size:28px}.languageButton_caption-14__u0\+HI{font-size:14px}.languageButton_caption-12__d4qbq,.languageButton_caption-14__u0\+HI{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.languageButton_caption-12__d4qbq{font-size:12px}.languageButton_supportive-14__dDwO2{font-size:14px}.languageButton_supportive-12__p8ZJg,.languageButton_supportive-14__dDwO2{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.languageButton_supportive-12__p8ZJg{font-size:12px}.languageButton_bodySizeS__nSmBx{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.languageButton_bodySizeM__KxlWP{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.languageButton_body-text__zh4DX.languageButton_desktop-body-32__rfTPi{font-size:32px}.languageButton_body-text__zh4DX.languageButton_desktop-body-28__G\+tM-{font-size:28px}.languageButton_body-text__zh4DX.languageButton_desktop-body-22__hUIOY{font-size:22px;line-height:150%}.languageButton_body-text__zh4DX.languageButton_desktop-body-16__LXx94{font-size:16px;line-height:150%}}.languageButton_mobile-body-16__P7-Ep{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.languageButton_bodySizeL__1qF7o{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.languageButton_typography-price__MazDr{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.languageButton_underline__xmPpJ{text-decoration:underline}@media(min-width:1280px){.languageButton_heading__LTSWJ.languageButton_desktop-h4__vgCGI{font-size:32px;line-height:110%}.languageButton_heading__LTSWJ.languageButton_desktop-h1__yHLeO{font-size:62px;line-height:110%}.languageButton_heading__LTSWJ.languageButton_desktop-h2__-wv4t{font-size:46px;line-height:140%}.languageButton_heading__LTSWJ.languageButton_desktop-h5__U2bEF{font-size:26px;line-height:110%}.languageButton_heading__LTSWJ.languageButton_desktop-h6__px\+rl{font-size:18px;line-height:110%}.languageButton_heading__LTSWJ.languageButton_desktop-h7__zUiqf{font-size:16px;letter-spacing:-.32px;line-height:22px}.languageButton_desktop-label-18__UtdY8{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.languageButton_desktop-body-18__7kCt\+{font-size:18px;line-height:165%}}.languageButton_main__b4Z7E{align-items:center;background-color:#0000;border:none;border-radius:5px;column-gap:6px;display:flex;flex-direction:row;height:28px;margin:8px 0;padding:4px 4px 4px 8px}.languageButton_dark__jPES2{color:#fff}.languageButton_dark__jPES2:hover{background-color:#ffffff1a;color:#afbaff}.languageButton_light__7sbLi{color:#2c2c2c}.languageButton_light__7sbLi:hover{background-color:#2c2c2c14;color:#7857fc}.languageButton_selectedText__aN5Y7{text-transform:uppercase}.languageButton_chevron__6dGYT{display:flex;flex-direction:row}.langSelect_main__IExDe{margin-top:0}.header_flex-row__9z1Vs{display:flex;flex-direction:row}.header_flex-column__LDJNX{display:flex;flex-direction:column}.header_flex-row-center__oQe8H{align-items:center;display:flex;flex-direction:row;justify-content:center}.header_flex-column-center__2nznB{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes header_rotation__wNAWT{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.header_main__w1tPi{align-items:center;background-color:#2c2c2c;color:#fff;display:flex;flex-direction:row;justify-content:center;width:100%}.header_profileWrapper__xIJ83{position:relative}.header_mobileHeader__RlrmG{background-color:#fff;border-top:1px solid #f0f0f0;bottom:0;padding:8px 16px;position:fixed;width:100%;z-index:2}.header_mobileTabBar__X8Pve{display:flex;gap:4px;justify-content:space-between;width:100vw}.header_logo__UESgy{padding:8px 48px 8px 0}.header_logo__UESgy svg{cursor:pointer;display:block;height:28px}.header_sticky__Ff6H9{position:sticky;top:0;width:100%;z-index:3}.header_inner__WfBSd{align-items:center;display:flex;flex-direction:row;height:44px;justify-content:center;justify-content:space-between;max-width:607px;padding:0 16px;position:relative;width:100vw}@media screen and (min-width:1280px){.header_inner__WfBSd{max-width:100%;padding:0 16px;width:1320px}}.header_item__kmp4I{align-items:center;display:flex;flex-direction:row}.header_nav__RaiHj{height:100%}.header_nav__RaiHj,.header_profileWrap__-wiks{align-items:center;display:flex;flex-direction:row;justify-content:center}.header_profileWrap__-wiks{height:44px}.header_profile__JMpln{align-items:center;column-gap:8px;display:flex;flex-direction:row;height:100%;justify-content:center;position:relative}.header_profileNav__Yt3BM{box-shadow:0 2px 6px -2px #63636308,0 4px 24px -4px #63636314;left:-12px;margin:0;min-width:calc(100% + 24px);min-width:211px;padding:0;position:absolute;top:44px;z-index:3}.header_langSelectWrapper__ETr0V{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-left:24px}.header_buttons__LRmnZ{display:flex;flex-direction:row}.header_buttons__LRmnZ a{min-width:128px}.header_buttons__LRmnZ.header_ru__469f0 a{min-width:182px}.header_authBtn__eFDsS,.header_newItemBtn__iXC\+O{flex:1 1;white-space:nowrap;width:auto}.header_authBtn__eFDsS{background-color:#fff;color:#2c2c2c;margin-right:12px}.header_authBtn__eFDsS:hover,.header_chevron__DABWe,.header_loader__KtnmB,.header_newItemBtn__iXC\+O{color:#fff}@media screen and (min-width:1280px){.header_inner__WfBSd{padding:0}}.iconLink_main__rNSVO{position:relative}.iconLink_main__rNSVO.iconLink_hasNotification__uZHuM:after{background-color:#ff5656;border-radius:50%;content:"";height:8px;position:absolute;right:-8px;top:-4px;width:8px}.headerIconLinks_flex-row__CzWmX{display:flex;flex-direction:row}.headerIconLinks_flex-column__w9rE5{display:flex;flex-direction:column}.headerIconLinks_flex-row-center__-BJ2Z{align-items:center;display:flex;flex-direction:row;justify-content:center}.headerIconLinks_flex-column-center__1WX-W{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes headerIconLinks_rotation__eiB8K{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.headerIconLinks_iconLink__1riUy svg path{stroke:#fff}.headerIconLinks_main__8fqU5{column-gap:12px;margin:0 48px 0 16px}.avatar_flex-row__jLWrS,.headerIconLinks_main__8fqU5{display:flex;flex-direction:row}.avatar_flex-column__FduWa{display:flex;flex-direction:column}.avatar_flex-row-center__wq7vz{align-items:center;display:flex;flex-direction:row;justify-content:center}.avatar_flex-column-center__o0xGC{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes avatar_rotation__ibvoO{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.avatar_emptyAvatar__Z6I2t{align-items:center;background-color:#2c2c2c;border-radius:50%;color:#fff;display:flex;flex-direction:row;justify-content:center}.avatar_defaultAvatar__tEOJ9{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%}.avatar_round__-018O,.avatar_round__-018O img{border-radius:50%;overflow:hidden}.avatar_round__-018O img{object-fit:cover}.avatar_xtiny__aw7XK{font-size:22px;height:32px;width:32px}.avatar_tiny__QdJcf{font-size:38px;height:48px;max-width:48px;min-width:48px}.avatar_xsmall__VYUO1{font-size:52px;height:80px;width:80px}.avatar_small__VL1wq{font-size:64px;height:120px;width:120px}.userButton_avatar__pHU7x{background-color:#6a7efc;font-size:16px;height:24px;line-height:normal;width:24px}.userButton_userName__NCkbi{color:#fff}.tabBarButton_flex-row__Twh36{display:flex;flex-direction:row}.tabBarButton_flex-column__m1Hfr{display:flex;flex-direction:column}.tabBarButton_flex-row-center__WLGmD{align-items:center;display:flex;flex-direction:row;justify-content:center}.tabBarButton_flex-column-center__tCI0y{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes tabBarButton_rotation__yQJah{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.tabBarButton_body-font-style__TmZDc{font-family:Inter,sans-serif}.tabBarButton_body-text__5XnsH{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.tabBarButton_heading__wQKh1{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.tabBarButton_mobile-h1__3J1I6{font-size:46px}.tabBarButton_mobile-h2__g06oA{font-size:36px}.tabBarButton_mobile-h3__dBTt4{font-size:32px;line-height:110%}.tabBarButton_mobile-h4__1Xalp{font-size:26px;line-height:110%}.tabBarButton_mobile-h5__9uNxh{font-size:22px}.tabBarButton_mobile-h6__Az8Sf{font-size:18px;line-height:110%}.tabBarButton_mobile-card-heading__1rl\+D{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.tabBarButton_mobile-heading-subtitle__ukbiC{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.tabBarButton_label-12__ZF5bb{font-size:12px}.tabBarButton_label-12__ZF5bb,.tabBarButton_label-14__BATV0{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.tabBarButton_label-14__BATV0{font-size:14px}.tabBarButton_label-16__lQnpK{font-size:16px}.tabBarButton_label-16__lQnpK,.tabBarButton_label-18__krsHB{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.tabBarButton_label-18__krsHB{font-size:18px}.tabBarButton_label-20__Oa6Ya{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.tabBarButton_label-24__v2mco{font-size:24px}.tabBarButton_label-24__v2mco,.tabBarButton_label-28__UhClR{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.tabBarButton_label-28__UhClR{font-size:28px}.tabBarButton_caption-14__tAgCK{font-size:14px}.tabBarButton_caption-12__eaQ1J,.tabBarButton_caption-14__tAgCK{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.tabBarButton_caption-12__eaQ1J{font-size:12px}.tabBarButton_supportive-14__\+oc6l{font-size:14px}.tabBarButton_supportive-12__EQCrm,.tabBarButton_supportive-14__\+oc6l{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.tabBarButton_supportive-12__EQCrm{font-size:12px}.tabBarButton_bodySizeS__nx3CH{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.tabBarButton_bodySizeM__s65Bi{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.tabBarButton_body-text__5XnsH.tabBarButton_desktop-body-32__oaand{font-size:32px}.tabBarButton_body-text__5XnsH.tabBarButton_desktop-body-28__X759r{font-size:28px}.tabBarButton_body-text__5XnsH.tabBarButton_desktop-body-22__dl0Ca{font-size:22px;line-height:150%}.tabBarButton_body-text__5XnsH.tabBarButton_desktop-body-16__aRt1B{font-size:16px;line-height:150%}}.tabBarButton_mobile-body-16__v6tXd{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.tabBarButton_bodySizeL__TtpUC{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.tabBarButton_typography-price__EUK44{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.tabBarButton_underline__EsNBA{text-decoration:underline}@media(min-width:1280px){.tabBarButton_heading__wQKh1.tabBarButton_desktop-h4__mU\+pL{font-size:32px;line-height:110%}.tabBarButton_heading__wQKh1.tabBarButton_desktop-h1__deRLP{font-size:62px;line-height:110%}.tabBarButton_heading__wQKh1.tabBarButton_desktop-h2__pkDD1{font-size:46px;line-height:140%}.tabBarButton_heading__wQKh1.tabBarButton_desktop-h5__xmlqK{font-size:26px;line-height:110%}.tabBarButton_heading__wQKh1.tabBarButton_desktop-h6__PwImp{font-size:18px;line-height:110%}.tabBarButton_heading__wQKh1.tabBarButton_desktop-h7__2QR2F{font-size:16px;letter-spacing:-.32px;line-height:22px}.tabBarButton_desktop-label-18__wPQDd{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.tabBarButton_desktop-body-18__JV64a{font-size:18px;line-height:165%}}.tabBarButton_tabbarButton__BTfpj{align-items:center;color:#767676;display:flex;flex-direction:column;gap:4px;justify-content:center}.tabBarButton_tabbarButton__BTfpj.tabBarButton_active__8VvFF{color:#6a7efc}.tabBarButton_icon__kggJY{position:relative}.tabBarButton_icon__kggJY.tabBarButton_hasNotification__uRKIa:after{background-color:#ff5656;border-radius:50%;content:"";height:8px;position:absolute;right:-8px;top:-4px;width:8px}.badgesModals_flex-row__yl9I5{display:flex;flex-direction:row}.badgesModals_flex-column__jDA11{display:flex;flex-direction:column}.badgesModals_flex-row-center__zdzZU{align-items:center;display:flex;flex-direction:row;justify-content:center}.badgesModals_flex-column-center__tcSWs{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes badgesModals_rotation__K0gGh{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.badgesModals_modalContainer__XlR7B{width:100%}@media screen and (min-width:1280px){.badgesModals_modalContainer__XlR7B{width:366px}}.blockModals_flex-row__TaetY{display:flex;flex-direction:row}.blockModals_flex-column__P\+4eS{display:flex;flex-direction:column}.blockModals_flex-row-center__HQdOe{align-items:center;display:flex;flex-direction:row;justify-content:center}.blockModals_flex-column-center__ww7qp{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes blockModals_rotation__v5JqG{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.blockModals_modalContainer__HasQw{width:100%}.blockModals_buttonColumn__xcpkq{display:flex;flex-direction:column;gap:12px}@media screen and (min-width:1280px){.blockModals_modalContainer__HasQw{width:366px}}.reportSubmittedModal_flex-row__0lsbl{display:flex;flex-direction:row}.reportSubmittedModal_flex-column__1i3PA{display:flex;flex-direction:column}.reportSubmittedModal_flex-row-center__Wwnp7{align-items:center;display:flex;flex-direction:row;justify-content:center}.reportSubmittedModal_flex-column-center__rOPyK{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes reportSubmittedModal_rotation__SQiob{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.reportSubmittedModal_modalContainer__FC3oK{width:100%}@media screen and (min-width:1280px){.reportSubmittedModal_modalContainer__FC3oK{width:366px}}.cookieModal_flex-row__eLtC0{display:flex;flex-direction:row}.cookieModal_flex-column__9AIBQ{display:flex;flex-direction:column}.cookieModal_flex-row-center__YCo5-{align-items:center;display:flex;flex-direction:row;justify-content:center}.cookieModal_flex-column-center__27-zg{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes cookieModal_rotation__08oJ8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cookieModal_body-font-style__hKN\+W{font-family:Inter,sans-serif}.cookieModal_body-text__iT1HJ{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.cookieModal_heading__cjt6o{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.cookieModal_mobile-h1__QXCW7{font-size:46px}.cookieModal_mobile-h2__-Qykp{font-size:36px}.cookieModal_mobile-h3__CeC0W{font-size:32px;line-height:110%}.cookieModal_mobile-h4__PGX2b{font-size:26px;line-height:110%}.cookieModal_mobile-h5__U1NAf{font-size:22px}.cookieModal_mobile-h6__WQ6cK{font-size:18px;line-height:110%}.cookieModal_mobile-card-heading__WuBYi{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.cookieModal_mobile-heading-subtitle__2SA6m{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.cookieModal_label-12__lWlox{font-size:12px}.cookieModal_label-12__lWlox,.cookieModal_label-14__VDKP9{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.cookieModal_label-14__VDKP9{font-size:14px}.cookieModal_label-16__6GvWx{font-size:16px}.cookieModal_label-16__6GvWx,.cookieModal_label-18__JaKWb{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.cookieModal_label-18__JaKWb{font-size:18px}.cookieModal_label-20__ApnAF{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.cookieModal_label-24__C4r59{font-size:24px}.cookieModal_label-24__C4r59,.cookieModal_label-28__QLBpW{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.cookieModal_label-28__QLBpW{font-size:28px}.cookieModal_caption-14__qBsKN{font-size:14px}.cookieModal_caption-12__\+oslJ,.cookieModal_caption-14__qBsKN{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.cookieModal_caption-12__\+oslJ{font-size:12px}.cookieModal_supportive-14__OQlYE{font-size:14px}.cookieModal_supportive-12__w4x4\+,.cookieModal_supportive-14__OQlYE{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.cookieModal_supportive-12__w4x4\+{font-size:12px}.cookieModal_bodySizeS__aOpsn{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.cookieModal_bodySizeM__WvMZ0{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.cookieModal_body-text__iT1HJ.cookieModal_desktop-body-32__Le8tN{font-size:32px}.cookieModal_body-text__iT1HJ.cookieModal_desktop-body-28__ZNK4d{font-size:28px}.cookieModal_body-text__iT1HJ.cookieModal_desktop-body-22__Tauop{font-size:22px;line-height:150%}.cookieModal_body-text__iT1HJ.cookieModal_desktop-body-16__f72cq{font-size:16px;line-height:150%}}.cookieModal_mobile-body-16__qS5bI{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.cookieModal_bodySizeL__O0z6U{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.cookieModal_typography-price__YwTbs{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.cookieModal_underline__xQOpN{text-decoration:underline}@media(min-width:1280px){.cookieModal_heading__cjt6o.cookieModal_desktop-h4__\+VRgF{font-size:32px;line-height:110%}.cookieModal_heading__cjt6o.cookieModal_desktop-h1__jzTOg{font-size:62px;line-height:110%}.cookieModal_heading__cjt6o.cookieModal_desktop-h2__iq4o-{font-size:46px;line-height:140%}.cookieModal_heading__cjt6o.cookieModal_desktop-h5__TaHRC{font-size:26px;line-height:110%}.cookieModal_heading__cjt6o.cookieModal_desktop-h6__k3tiq{font-size:18px;line-height:110%}.cookieModal_heading__cjt6o.cookieModal_desktop-h7__ztflf{font-size:16px;letter-spacing:-.32px;line-height:22px}.cookieModal_desktop-label-18__Qfl6D{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.cookieModal_desktop-body-18__-i3bI{font-size:18px;line-height:165%}}.cookieModal_overlayCookie__4Y9YQ{max-width:607px;z-index:1}.cookieModal_cookieContainer__rRWvs{display:flex;flex-direction:column;gap:20px}.cookieModal_cookieText__rRNTy{color:#595959;color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.cookieModal_cookieBtnContainer__qOFTl{display:flex;flex-direction:column;gap:12px}@media screen and (min-width:1280px){.cookieModal_cookieContainer__rRWvs{background:#fff;border-radius:16px;box-shadow:0 2px 6px -2px #63636308,0 4px 24px -4px #63636314;padding:48px 28px 32px;position:relative}.cookieModal_overlayCookie__4Y9YQ{bottom:40px;left:40px;position:fixed}.cookieModal_cookieBtnContainer__qOFTl{align-items:center;display:flex;flex-direction:row;gap:16px;justify-content:center}.cookieModal_cookieBtnContainer__qOFTl button{width:100%}}.validation_flex-row__mA7eF{display:flex;flex-direction:row}.validation_flex-column__CoIWR{display:flex;flex-direction:column}.validation_flex-row-center__fHLyx{align-items:center;display:flex;flex-direction:row;justify-content:center}.validation_flex-column-center__iWgu5{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes validation_rotation__S8eZF{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.validation_checkPoints__53SS6{display:flex;flex-direction:column;gap:8px}.validation_singleCheckPoint__Nx\+\+\+{align-items:center;display:flex;flex-direction:row;gap:8px}.validation_text__VXDIY{color:#767676}.validation_fail__8umg7{color:#ff5656}.validation_pass__nd7aP{color:#00c414}.smthWentWrongModal_flex-row__iDG7Z{display:flex;flex-direction:row}.smthWentWrongModal_flex-column__4FWdi{display:flex;flex-direction:column}.smthWentWrongModal_flex-row-center__ICJ\+E{align-items:center;display:flex;flex-direction:row;justify-content:center}.smthWentWrongModal_flex-column-center__doxfq{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes smthWentWrongModal_rotation__rC7fv{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.smthWentWrongModal_body-font-style__zq1R1{font-family:Inter,sans-serif}.smthWentWrongModal_body-text__O76EN{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.smthWentWrongModal_heading__8KtFB{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.smthWentWrongModal_mobile-h1__872GH{font-size:46px}.smthWentWrongModal_mobile-h2__PAGaB{font-size:36px}.smthWentWrongModal_mobile-h3__iJzUO{font-size:32px;line-height:110%}.smthWentWrongModal_mobile-h4__Giob4{font-size:26px;line-height:110%}.smthWentWrongModal_mobile-h5__lIFq3{font-size:22px}.smthWentWrongModal_mobile-h6__7BKYL{font-size:18px;line-height:110%}.smthWentWrongModal_mobile-card-heading__8mb9i{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.smthWentWrongModal_mobile-heading-subtitle__F8Wpy{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.smthWentWrongModal_label-12__PjXKQ{font-size:12px}.smthWentWrongModal_label-12__PjXKQ,.smthWentWrongModal_label-14__OO03Y{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.smthWentWrongModal_label-14__OO03Y{font-size:14px}.smthWentWrongModal_label-16__SQi0T{font-size:16px}.smthWentWrongModal_label-16__SQi0T,.smthWentWrongModal_label-18__Jamuu{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.smthWentWrongModal_label-18__Jamuu{font-size:18px}.smthWentWrongModal_label-20__TsrSc{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.smthWentWrongModal_label-24__oiXCt{font-size:24px}.smthWentWrongModal_label-24__oiXCt,.smthWentWrongModal_label-28__cTN7U{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.smthWentWrongModal_label-28__cTN7U{font-size:28px}.smthWentWrongModal_caption-14__otdoc{font-size:14px}.smthWentWrongModal_caption-12__5GQNv,.smthWentWrongModal_caption-14__otdoc{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.smthWentWrongModal_caption-12__5GQNv{font-size:12px}.smthWentWrongModal_supportive-14__YcXUF{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:130%}.smthWentWrongModal_supportive-12__Ijfsw{font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:130%}.smthWentWrongModal_bodySizeS__w3CJA{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.smthWentWrongModal_bodySizeM__-Vgui{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.smthWentWrongModal_body-text__O76EN.smthWentWrongModal_desktop-body-32__bWyCv{font-size:32px}.smthWentWrongModal_body-text__O76EN.smthWentWrongModal_desktop-body-28__MvKuC{font-size:28px}.smthWentWrongModal_body-text__O76EN.smthWentWrongModal_desktop-body-22__num7X{font-size:22px;line-height:150%}.smthWentWrongModal_body-text__O76EN.smthWentWrongModal_desktop-body-16__L7-LC{font-size:16px;line-height:150%}}.smthWentWrongModal_mobile-body-16__D9cgI{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.smthWentWrongModal_bodySizeL__f\+Sw3{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.smthWentWrongModal_typography-price__v-w16{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.smthWentWrongModal_underline__mrGjg{text-decoration:underline}@media(min-width:1280px){.smthWentWrongModal_heading__8KtFB.smthWentWrongModal_desktop-h4__hrBFP{font-size:32px;line-height:110%}.smthWentWrongModal_heading__8KtFB.smthWentWrongModal_desktop-h1__VWr5d{font-size:62px;line-height:110%}.smthWentWrongModal_heading__8KtFB.smthWentWrongModal_desktop-h2__G48sp{font-size:46px;line-height:140%}.smthWentWrongModal_heading__8KtFB.smthWentWrongModal_desktop-h5__alkDg{font-size:26px;line-height:110%}.smthWentWrongModal_heading__8KtFB.smthWentWrongModal_desktop-h6__I\+0XG{font-size:18px;line-height:110%}.smthWentWrongModal_heading__8KtFB.smthWentWrongModal_desktop-h7__ox1jS{font-size:16px;letter-spacing:-.32px;line-height:22px}.smthWentWrongModal_desktop-label-18__6WlTY{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.smthWentWrongModal_desktop-body-18__bo1lf{font-size:18px;line-height:165%}}.smthWentWrongModal_buttonRow__7oIkc{display:flex;flex-direction:column;gap:12px}.smthWentWrongModal_footerReset__IeMAD{display:flex;flex-direction:column;gap:16px;padding-top:24px}.smthWentWrongModal_footerReset__IeMAD p{align-self:center}@media screen and (min-width:1280px){.smthWentWrongModal_buttonRow__7oIkc{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.smthWentWrongModal_footerReset__IeMAD{align-items:center;gap:0}}.auth_flex-row__KiSev{display:flex;flex-direction:row}.auth_flex-column__bgshP{display:flex;flex-direction:column}.auth_flex-row-center__k4HxG{align-items:center;display:flex;flex-direction:row;justify-content:center}.auth_flex-column-center__oVjc5{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes auth_rotation__oA5In{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.auth_body-font-style__ofAqG{font-family:Inter,sans-serif}.auth_body-text__v6OC4{color:#2c2c2c;font-size:16px;font-weight:400;line-height:140%}.auth_body-text__v6OC4,.auth_heading__SUD8Z{font-family:Inter,sans-serif;font-style:normal}.auth_heading__SUD8Z{font-weight:600;line-height:120%}.auth_mobile-h1__MLQSx{font-size:46px}.auth_mobile-h2__SFrte{font-size:36px}.auth_mobile-h3__So4Mm{font-size:32px;line-height:110%}.auth_mobile-h4__QznGu{font-size:26px;line-height:110%}.auth_mobile-h5__5901L{font-size:22px}.auth_mobile-h6__7WqYd{font-size:18px;line-height:110%}.auth_mobile-card-heading__7DnTy{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.auth_mobile-heading-subtitle__BkMmd{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.auth_label-12__kCpvi{font-size:12px}.auth_label-12__kCpvi,.auth_label-14__97QfE{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.auth_label-14__97QfE{font-size:14px}.auth_label-16__oq9Ik{font-size:16px}.auth_label-16__oq9Ik,.auth_label-18__9Xrjw{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.auth_label-18__9Xrjw{font-size:18px}.auth_label-20__fvRo\+{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.auth_label-24__Zy\+lY{font-size:24px}.auth_label-24__Zy\+lY,.auth_label-28__7FHNg{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.auth_label-28__7FHNg{font-size:28px}.auth_caption-14__h-COb{font-size:14px}.auth_caption-12__vRfNy,.auth_caption-14__h-COb{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.auth_caption-12__vRfNy{font-size:12px}.auth_supportive-14__6OUtl{font-size:14px}.auth_supportive-12__FNoMW,.auth_supportive-14__6OUtl{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.auth_supportive-12__FNoMW{font-size:12px}.auth_bodySizeS__wwkZO{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.auth_bodySizeM__eLjPU{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.auth_body-text__v6OC4.auth_desktop-body-32__5ScN4{font-size:32px}.auth_body-text__v6OC4.auth_desktop-body-28__okTYu{font-size:28px}.auth_body-text__v6OC4.auth_desktop-body-22__cGjWQ{font-size:22px;line-height:150%}.auth_body-text__v6OC4.auth_desktop-body-16__-W9G5{font-size:16px;line-height:150%}}.auth_mobile-body-16__CzoaB{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.auth_bodySizeL__QnFUW{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.auth_typography-price__e27dq{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.auth_underline__CVbI\+{text-decoration:underline}@media(min-width:1280px){.auth_heading__SUD8Z.auth_desktop-h4__Ra3V2{font-size:32px;line-height:110%}.auth_heading__SUD8Z.auth_desktop-h1__Ru\+uu{font-size:62px;line-height:110%}.auth_heading__SUD8Z.auth_desktop-h2__Ly\+73{font-size:46px;line-height:140%}.auth_heading__SUD8Z.auth_desktop-h5__LgiBE{font-size:26px;line-height:110%}.auth_heading__SUD8Z.auth_desktop-h6__PBfkk{font-size:18px;line-height:110%}.auth_heading__SUD8Z.auth_desktop-h7__gDx94{font-size:16px;letter-spacing:-.32px;line-height:22px}.auth_desktop-label-18__dkZcg{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.auth_desktop-body-18__Tj8RK{font-size:18px;line-height:165%}}.auth_authModalContainer__UWGDv{height:100%;width:100%}.auth_authModalContainer__UWGDv .auth_inlineButton__WND4H{display:inline-flex}.auth_formContainter__6q986{height:100%}.auth_text__a52zq{color:#767676}.auth_text__a52zq a{color:inherit;text-decoration:underline}.auth_text__a52zq a:hover{color:#7857fc}.auth_formContainer__h3Cqi{display:flex;flex-direction:column;gap:20px}.auth_secondaryText__SQP0l{color:#595959!important}.auth_footer__VjnVD{align-items:center;justify-content:center;width:100%}.auth_footerReset__BYveW,.auth_footer__VjnVD{display:flex;flex-direction:column;gap:16px;padding-top:24px}.auth_footerReset__BYveW p{align-self:center}.auth_toLogin__\+IgVL{display:flex;flex-direction:column;gap:16px;width:100%}.auth_toLogin__\+IgVL p{align-self:center;color:#595959}.auth_passwordBlock__u4EcX{display:flex;flex-direction:column;gap:12px}.auth_messageSentEmail__aInFb{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.auth_largeButton__lmAjt{font-size:18px}.auth_buttonFullWidth__PsAyM{width:inherit}.auth_alignRight__YwCUH{align-self:flex-end}.auth_user__7Ewu7{gap:12px}.auth_buttonRow__M7IMv,.auth_user__7Ewu7{align-items:center;display:flex;flex-direction:row}.auth_buttonRow__M7IMv{gap:16px;justify-content:center}.auth_smthWentWrongContainer__zs5s9{width:448px}@media screen and (min-width:1280px){.auth_authModalContainer__UWGDv{width:366px}.auth_toLogin__\+IgVL{display:flex;flex-direction:row;gap:8px}.auth_footerReset__BYveW{align-items:center;gap:0}}.socialButton_flex-row__\+oEI0{display:flex;flex-direction:row}.socialButton_flex-column__tai2H{display:flex;flex-direction:column}.socialButton_flex-row-center__nX1ov{align-items:center;display:flex;flex-direction:row;justify-content:center}.socialButton_flex-column-center__ctaP1{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes socialButton_rotation__vxzCp{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.socialButton_singleSocial__MV0DU{align-items:center;border-radius:50%;cursor:pointer;display:inline-flex;justify-content:center;padding:12px;text-decoration:none}.socialButton_google__BxWXe{background-color:#ea4335}.socialButton_google__BxWXe:hover{background-color:#ff5656}.socialButton_facebook__ZR7do{background-color:#1877f2}.socialButton_facebook__ZR7do:hover{background-color:#6a7efc}.socialButton_apple__SfSks{background-color:#2c2c2c}.socialButton_apple__SfSks:hover{background-color:#595959}.socialSignin_flex-row__-cDdF{display:flex;flex-direction:row}.socialSignin_flex-column__6v9Xn{display:flex;flex-direction:column}.socialSignin_flex-row-center__LQZcJ{align-items:center;display:flex;flex-direction:row;justify-content:center}.socialSignin_flex-column-center__3\+oLc{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes socialSignin_rotation__z1ftj{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.socialSignin_socials__iOT6u{flex-direction:column;width:100%}.socialSignin_socialIcons__xCZVe,.socialSignin_socials__iOT6u{align-items:center;display:flex;gap:16px;justify-content:center}.socialSignin_socialIcons__xCZVe{flex-direction:row;padding-bottom:12px;padding-top:4px}.socialSignin_dividerHeader__6hRsy{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:1fr auto 1fr;width:100%}.socialSignin_dividerText__LWSId{max-width:fit-content}.socialSignin_divider__W8ngj{background-color:#f0f0f0;height:1px;width:100%}@media screen and (min-width:1280px){.socialSignin_singleSocial__5zF3c{padding:10px}}.userExists_flex-row__quc\+j{display:flex;flex-direction:row}.userExists_flex-column__Gupdg{display:flex;flex-direction:column}.userExists_flex-row-center__74-G-{align-items:center;display:flex;flex-direction:row;justify-content:center}.userExists_flex-column-center__2oHdV{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes userExists_rotation__ot9Ku{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.userExists_user__Q\+YXx{align-items:center;display:flex;flex-direction:row;gap:4px}.userExists_userInfo__UAoJ1{padding:0 8px}.userExists_email__OcDCH{color:#595959}.userExists_secondaryText__D8oXF{color:#595959;margin:28px auto 0}.largeToggle_flex-row__QJms1{display:flex;flex-direction:row}.largeToggle_flex-column__6cOM8{display:flex;flex-direction:column}.largeToggle_flex-row-center__O4XQI{align-items:center;display:flex;flex-direction:row;justify-content:center}.largeToggle_flex-column-center__9OTXl{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes largeToggle_rotation__boxDI{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.largeToggle_main__RIC8f{grid-column-gap:32px;grid-row-gap:12px;column-gap:32px;display:grid;grid-template-columns:1fr auto;grid-template-rows:1fr auto;row-gap:12px}.largeToggle_toggleLabel__mHuKu{grid-column:1/2;grid-row:1/2}.largeToggle_toggleButton__OhCvV{grid-column:2/3;grid-row:1/2}.largeToggle_toggleDescription__Xl8w\+{grid-column:1/3;grid-row:2/3}@media screen and (min-width:1280px){.largeToggle_toggleDescription__Xl8w\+{grid-column:1/2}}.cookieManage_flex-row__DMlZh{display:flex;flex-direction:row}.cookieManage_flex-column__KtZ49{display:flex;flex-direction:column}.cookieManage_flex-row-center__l6JnZ{align-items:center;display:flex;flex-direction:row;justify-content:center}.cookieManage_flex-column-center__56iLd{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes cookieManage_rotation__K8eRN{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cookieManage_body-font-style__Td1d6{font-family:Inter,sans-serif}.cookieManage_body-text__oIBTk{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.cookieManage_heading__lTjme{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.cookieManage_mobile-h1__K24jZ{font-size:46px}.cookieManage_mobile-h2__OL7Dy{font-size:36px}.cookieManage_mobile-h3__WsVSD{font-size:32px;line-height:110%}.cookieManage_mobile-h4__sp7X3{font-size:26px;line-height:110%}.cookieManage_mobile-h5__\+Q2mr{font-size:22px}.cookieManage_mobile-h6__Yth2C{font-size:18px;line-height:110%}.cookieManage_mobile-card-heading__xZODa{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.cookieManage_mobile-heading-subtitle__sqy5V{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.cookieManage_label-12__BSiiD{font-size:12px}.cookieManage_label-12__BSiiD,.cookieManage_label-14__KodPy{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.cookieManage_label-14__KodPy{font-size:14px}.cookieManage_label-16__QCDcR{font-size:16px}.cookieManage_label-16__QCDcR,.cookieManage_label-18__a\+A11{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.cookieManage_label-18__a\+A11{font-size:18px}.cookieManage_label-20__lD8Is{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.cookieManage_label-24__jGP7w{font-size:24px}.cookieManage_label-24__jGP7w,.cookieManage_label-28__\+I4xb{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.cookieManage_label-28__\+I4xb{font-size:28px}.cookieManage_caption-14__tJMCi{font-size:14px}.cookieManage_caption-12__N4j4A,.cookieManage_caption-14__tJMCi{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.cookieManage_caption-12__N4j4A{font-size:12px}.cookieManage_supportive-14__m4voG{font-size:14px}.cookieManage_supportive-12__fEznc,.cookieManage_supportive-14__m4voG{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.cookieManage_supportive-12__fEznc{font-size:12px}.cookieManage_bodySizeS__LS9K6{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.cookieManage_bodySizeM__KeQOi{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.cookieManage_body-text__oIBTk.cookieManage_desktop-body-32__aT5Ka{font-size:32px}.cookieManage_body-text__oIBTk.cookieManage_desktop-body-28__Aa3l-{font-size:28px}.cookieManage_body-text__oIBTk.cookieManage_desktop-body-22__aybNq{font-size:22px;line-height:150%}.cookieManage_body-text__oIBTk.cookieManage_desktop-body-16__qjxou{font-size:16px;line-height:150%}}.cookieManage_mobile-body-16__pvMqg{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.cookieManage_bodySizeL__3TqI4{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.cookieManage_typography-price__yFOZ5{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.cookieManage_underline__bxCPl{text-decoration:underline}@media(min-width:1280px){.cookieManage_heading__lTjme.cookieManage_desktop-h4__CEFLi{font-size:32px;line-height:110%}.cookieManage_heading__lTjme.cookieManage_desktop-h1__KJC0-{font-size:62px;line-height:110%}.cookieManage_heading__lTjme.cookieManage_desktop-h2__4XLL2{font-size:46px;line-height:140%}.cookieManage_heading__lTjme.cookieManage_desktop-h5__LA7QW{font-size:26px;line-height:110%}.cookieManage_heading__lTjme.cookieManage_desktop-h6__h3dFZ{font-size:18px;line-height:110%}.cookieManage_heading__lTjme.cookieManage_desktop-h7__M3AYW{font-size:16px;letter-spacing:-.32px;line-height:22px}.cookieManage_desktop-label-18__g9ahZ{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.cookieManage_desktop-body-18__B4NZB{font-size:18px;line-height:165%}}.cookieManage_scrollContent__odlTR{padding-right:5px}.cookieManage_linkToPolicy__nzrSU{padding-top:12px}.cookieManage_singleToggle__Gn2Ea{padding-bottom:12px;padding-top:12px}.cookieManage_borderLine__1aQOI{border-bottom:2px solid #f0f0f0}.cookieManage_additionalInfo__tMcvO{display:flex;flex-direction:column;gap:12px}.cookieManage_learnMore__mmsTd{margin-right:auto}@media screen and (min-width:1280px){.cookieManage_manageCookie__sLNWU{width:970px}.cookieManage_scrollContent__odlTR{max-height:50vh;overflow:auto}.cookieManage_saveAndClose__AJ9nW{width:300px}}.featureUnavailableModal_flex-row__w8Vt\+{display:flex;flex-direction:row}.featureUnavailableModal_flex-column__SpgtB{display:flex;flex-direction:column}.featureUnavailableModal_flex-row-center__WNEmM{align-items:center;display:flex;flex-direction:row;justify-content:center}.featureUnavailableModal_flex-column-center__fQLHY{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes featureUnavailableModal_rotation__51rYv{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.featureUnavailableModal_main__mKU\+V{max-width:430px}@media screen and (min-width:1280px){.featureUnavailableModal_main__mKU\+V{width:430px}}.verifyPhoneModals_flex-row__G9T4c{display:flex;flex-direction:row}.verifyPhoneModals_flex-column__Mx5Pk{display:flex;flex-direction:column}.verifyPhoneModals_flex-row-center__zOqt9{align-items:center;display:flex;flex-direction:row;justify-content:center}.verifyPhoneModals_flex-column-center__\+9K7w{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes verifyPhoneModals_rotation__sBOGn{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.verifyPhoneModals_verifyPhoneContainer__UTPM\+{height:100%;max-width:448px}.verifyPhoneModals_verifyPhoneForm__2Fs3e{display:flex;flex-direction:column;gap:24px;height:100%}.verifyPhoneModals_mainText__rfu5x{text-align:center}.verifyPhoneModals_noWrap__hc0Sq{white-space:nowrap}.verifyPhoneModals_buttonRow__KWrBN{grid-gap:12px;display:grid;gap:12px;grid-template-rows:1fr 1fr}.verifyPhoneModals_verifyButton__XiH18{margin-top:24px;width:100%}.verifyPhoneModals_enterCodeFooter__BC1Xi{display:flex;flex-direction:column;flex-direction:column-reverse;gap:16px}.verifyPhoneModals_footerResend__WQHps{display:flex;flex-direction:column;gap:12px;margin-top:12px}.verifyPhoneModals_oneLine__GK0Az{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:center}.verifyPhoneModals_counterDown__hO-dG{color:#767676;text-align:center}.verifyPhoneModals_checkIcon__HYIHJ{color:#4dda84}@media screen and (min-width:1280px){.verifyPhoneModals_buttonRow__KWrBN{gap:16px;grid-template-columns:1fr 1fr;grid-template-rows:1fr}.verifyPhoneModals_enterCodeFooter__BC1Xi{flex-direction:column}}.sectionHeader_flex-row__OenKN{display:flex;flex-direction:row}.sectionHeader_flex-column__HjXAm{display:flex;flex-direction:column}.sectionHeader_flex-row-center__LqrZ8{align-items:center;display:flex;flex-direction:row;justify-content:center}.sectionHeader_flex-column-center__btb36{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes sectionHeader_rotation__z\+Dml{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sectionHeader_body-font-style__Z6sZv{font-family:Inter,sans-serif}.sectionHeader_body-text__56Fbu{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.sectionHeader_heading__X5h4F{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.sectionHeader_mobile-h1__ULSe1{font-size:46px}.sectionHeader_mobile-h2__CnQir{font-size:36px}.sectionHeader_mobile-h3__XkxH-{font-size:32px;line-height:110%}.sectionHeader_mobile-h4__gtA4a{font-size:26px;line-height:110%}.sectionHeader_mobile-h5__tBJWo{font-size:22px}.sectionHeader_mobile-h6__YDd5o{font-size:18px;line-height:110%}.sectionHeader_mobile-card-heading__6sI6v{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.sectionHeader_mobile-heading-subtitle__XVHpT{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.sectionHeader_label-12__iW1n1{font-size:12px}.sectionHeader_label-12__iW1n1,.sectionHeader_label-14__INIfQ{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.sectionHeader_label-14__INIfQ{font-size:14px}.sectionHeader_label-16__AiIJA{font-size:16px}.sectionHeader_label-16__AiIJA,.sectionHeader_label-18__UHPvl{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.sectionHeader_label-18__UHPvl{font-size:18px}.sectionHeader_label-20__VUgCe{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.sectionHeader_label-24__hinTn{font-size:24px}.sectionHeader_label-24__hinTn,.sectionHeader_label-28__PEaqx{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.sectionHeader_label-28__PEaqx{font-size:28px}.sectionHeader_caption-14__jejJp{font-size:14px}.sectionHeader_caption-12__4ftmQ,.sectionHeader_caption-14__jejJp{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.sectionHeader_caption-12__4ftmQ{font-size:12px}.sectionHeader_supportive-14__GQlSr{font-size:14px}.sectionHeader_supportive-12__PtR\+Q,.sectionHeader_supportive-14__GQlSr{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.sectionHeader_supportive-12__PtR\+Q{font-size:12px}.sectionHeader_bodySizeS__zkZVJ{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.sectionHeader_bodySizeM__Q0c8c{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.sectionHeader_body-text__56Fbu.sectionHeader_desktop-body-32__hSO4R{font-size:32px}.sectionHeader_body-text__56Fbu.sectionHeader_desktop-body-28__CufSa{font-size:28px}.sectionHeader_body-text__56Fbu.sectionHeader_desktop-body-22__-NkXJ{font-size:22px;line-height:150%}.sectionHeader_body-text__56Fbu.sectionHeader_desktop-body-16__DcjTx{font-size:16px;line-height:150%}}.sectionHeader_mobile-body-16__XVMMB{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.sectionHeader_bodySizeL__fYWW3{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.sectionHeader_typography-price__JtFBi{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.sectionHeader_underline__7ukj9{text-decoration:underline}@media(min-width:1280px){.sectionHeader_heading__X5h4F.sectionHeader_desktop-h4__iK0BR{font-size:32px;line-height:110%}.sectionHeader_heading__X5h4F.sectionHeader_desktop-h1__JSfDx{font-size:62px;line-height:110%}.sectionHeader_heading__X5h4F.sectionHeader_desktop-h2__UA6nW{font-size:46px;line-height:140%}.sectionHeader_heading__X5h4F.sectionHeader_desktop-h5__hyYB4{font-size:26px;line-height:110%}.sectionHeader_heading__X5h4F.sectionHeader_desktop-h6__RxN61{font-size:18px;line-height:110%}.sectionHeader_heading__X5h4F.sectionHeader_desktop-h7__X\+sJi{font-size:16px;letter-spacing:-.32px;line-height:22px}.sectionHeader_desktop-label-18__LT2iR{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.sectionHeader_desktop-body-18__hWshK{font-size:18px;line-height:165%}}.sectionHeader_main__T7UdT{display:flex;flex-direction:column;margin:60px 0 28px;row-gap:20px}.sectionHeader_main__T7UdT .sectionHeader_subheading__jnBcQ{color:#595959}@media screen and (min-width:1280px){.sectionHeader_main__T7UdT{margin:128px 0 44px}.sectionHeader_main__T7UdT .sectionHeader_subheading__jnBcQ{color:#2c2c2c;font-family:Inter,sans-serif;font-size:28px;font-style:normal;font-weight:400;line-height:140%}}.categories_flex-row__cA5n-{display:flex;flex-direction:row}.categories_flex-column__JNpAm{display:flex;flex-direction:column}.categories_flex-row-center__5jNDI{align-items:center;display:flex;flex-direction:row;justify-content:center}.categories_flex-column-center__yBfuv{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes categories_rotation__g16OW{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.categories_body-font-style__veWsP{font-family:Inter,sans-serif}.categories_body-text__aiDDY{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.categories_heading__aIXqX{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.categories_mobile-h1__y6ETU{font-size:46px}.categories_mobile-h2__sfVzF{font-size:36px}.categories_mobile-h3__37fvA{font-size:32px;line-height:110%}.categories_mobile-h4__oHbBi{font-size:26px;line-height:110%}.categories_mobile-h5__bp7cl{font-size:22px}.categories_mobile-h6__f3bIM{font-size:18px;line-height:110%}.categories_mobile-card-heading__l8XxR{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.categories_mobile-heading-subtitle__\+5OLb{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.categories_label-12__Oj3R\+{font-size:12px}.categories_label-12__Oj3R\+,.categories_label-14__\+13qe{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.categories_label-14__\+13qe{font-size:14px}.categories_label-16__spTrw{font-size:16px}.categories_label-16__spTrw,.categories_label-18__0yK77{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.categories_label-18__0yK77{font-size:18px}.categories_label-20__dp2aE{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.categories_label-24__HDOO8{font-size:24px}.categories_label-24__HDOO8,.categories_label-28__yQrH\+{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.categories_label-28__yQrH\+{font-size:28px}.categories_caption-14__XuMhP{font-size:14px}.categories_caption-12__FDRgz,.categories_caption-14__XuMhP{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.categories_caption-12__FDRgz{font-size:12px}.categories_supportive-14__YOb0l{font-size:14px}.categories_supportive-12__0Bd\+d,.categories_supportive-14__YOb0l{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.categories_supportive-12__0Bd\+d{font-size:12px}.categories_bodySizeS__jkyLr{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.categories_bodySizeM__kl5SR{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.categories_body-text__aiDDY.categories_desktop-body-32__iSPgR{font-size:32px}.categories_body-text__aiDDY.categories_desktop-body-28__Kr0uR{font-size:28px}.categories_body-text__aiDDY.categories_desktop-body-22__6\+7yE{font-size:22px;line-height:150%}.categories_body-text__aiDDY.categories_desktop-body-16__t9fQs{font-size:16px;line-height:150%}}.categories_mobile-body-16__danxj{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.categories_bodySizeL__Dzoou{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.categories_typography-price__kcyeh{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.categories_underline__QhJwV{text-decoration:underline}@media(min-width:1280px){.categories_heading__aIXqX.categories_desktop-h4__eNlus{font-size:32px;line-height:110%}.categories_heading__aIXqX.categories_desktop-h1__ZrnNx{font-size:62px;line-height:110%}.categories_heading__aIXqX.categories_desktop-h2__XcvMn{font-size:46px;line-height:140%}.categories_heading__aIXqX.categories_desktop-h5__UMiEw{font-size:26px;line-height:110%}.categories_heading__aIXqX.categories_desktop-h6__YeJF7{font-size:18px;line-height:110%}.categories_heading__aIXqX.categories_desktop-h7__rchJP{font-size:16px;letter-spacing:-.32px;line-height:22px}.categories_desktop-label-18__3\+DCe{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.categories_desktop-body-18__KiGRj{font-size:18px;line-height:165%}}.categories_list__9eC6A{display:flex;flex-direction:column;margin:28px 0 60px;row-gap:20px}.categories_itemContent__2P2VW{display:flex;flex-direction:column;padding:16px 4px 12px;row-gap:8px}@media screen and (min-width:1280px){.categories_list__9eC6A{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr 1fr}.categories_list__9eC6A .categories_item__p37KZ{padding:0}.categories_list__9eC6A .categories_item__p37KZ img{margin:0;padding:0;width:100%}.categories_list__9eC6A .categories_itemContent__2P2VW{padding:16px 24px 32px}}.features_body-font-style__RPc0L{font-family:Inter,sans-serif}.features_body-text__yn0bw{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.features_heading__ZTeDC{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.features_mobile-h1__WJ0j3{font-size:46px}.features_mobile-h2__NXUIB{font-size:36px}.features_mobile-h3__HhQti{font-size:32px;line-height:110%}.features_mobile-h4__Bt\+uB{font-size:26px;line-height:110%}.features_mobile-h5__tlls5{font-size:22px}.features_mobile-h6__4lNzo{font-size:18px;line-height:110%}.features_mobile-card-heading__J0Wjg{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.features_mobile-heading-subtitle__bkruj{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.features_label-12__Yi3RV{font-size:12px}.features_label-12__Yi3RV,.features_label-14__bUEUl{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.features_label-14__bUEUl{font-size:14px}.features_label-16__KNuDm{font-size:16px}.features_label-16__KNuDm,.features_label-18__HQ4Ef{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.features_label-18__HQ4Ef{font-size:18px}.features_content__M0jcD .features_subtitle__Oj81N,.features_label-20__dryaY{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.features_label-24__jVwkv{font-size:24px}.features_label-24__jVwkv,.features_label-28__OXAfb{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.features_label-28__OXAfb{font-size:28px}.features_caption-14__6Vyrk{font-size:14px}.features_caption-12__BzFw1,.features_caption-14__6Vyrk{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.features_caption-12__BzFw1{font-size:12px}.features_supportive-14__itbJP{font-size:14px}.features_supportive-12__TeRIo,.features_supportive-14__itbJP{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.features_supportive-12__TeRIo{font-size:12px}.features_bodySizeS__PtRTB{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.features_bodySizeM__PE9wH{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.features_body-text__yn0bw.features_desktop-body-32__paxED{font-size:32px}.features_body-text__yn0bw.features_desktop-body-28__tFSjU{font-size:28px}.features_body-text__yn0bw.features_desktop-body-22__3ANNn{font-size:22px;line-height:150%}.features_body-text__yn0bw.features_desktop-body-16__poTak{font-size:16px;line-height:150%}}.features_mobile-body-16__G6fll{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.features_bodySizeL__5ODFZ{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.features_typography-price__AzBpj{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.features_underline__RwIMp{text-decoration:underline}@media(min-width:1280px){.features_heading__ZTeDC.features_desktop-h4__GuPLI{font-size:32px;line-height:110%}.features_heading__ZTeDC.features_desktop-h1__O9UKj{font-size:62px;line-height:110%}.features_heading__ZTeDC.features_desktop-h2__cF9KI{font-size:46px;line-height:140%}.features_heading__ZTeDC.features_desktop-h5__o5AE8{font-size:26px;line-height:110%}.features_heading__ZTeDC.features_desktop-h6__YYTVW{font-size:18px;line-height:110%}.features_heading__ZTeDC.features_desktop-h7__I2aO0{font-size:16px;letter-spacing:-.32px;line-height:22px}.features_desktop-label-18__Jnw34{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.features_desktop-body-18__NPere{font-size:18px;line-height:165%}}.features_flex-row__rUAK3{display:flex;flex-direction:row}.features_flex-column__z8fZA{display:flex;flex-direction:column}.features_flex-row-center__P2Z\+g{align-items:center;display:flex;flex-direction:row;justify-content:center}.features_flex-column-center__ZcSQy{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes features_rotation__Pr-rO{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.features_content__M0jcD{display:flex;flex-direction:column;row-gap:8px}.features_content__M0jcD .features_subtitle__Oj81N{color:#767676}.features_features__sC5Jp .features_feature__9-U8a{display:flex;flex-direction:column;height:492px;justify-content:space-between}.features_features__sC5Jp .features_feature__9-U8a .features_cardImg__3p\+gC{border-radius:0 0 20px 20px;margin-bottom:-20px;width:100%}@media screen and (min-width:1280px){.features_bottomRow__9gpF1{column-gap:24px;display:flex;flex-direction:row}.features_topRow__Tzo1V{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;grid-template-rows:284px 284px;margin-bottom:24px}.features_topRow__Tzo1V div:first-child{grid-column:1/2;grid-row:1/3}.features_topRow__Tzo1V div:first-child .features_content__M0jcD{padding:32px 32px 0}.features_topRow__Tzo1V div:nth-child(2),.features_topRow__Tzo1V div:nth-child(3){grid-column:2/3}.features_features__sC5Jp .features_feature__9-U8a{display:flex;flex-direction:column;height:auto;justify-content:space-between;overflow:hidden;padding:0}.features_features__sC5Jp .features_feature__9-U8a .features_content__M0jcD{gap:0;padding:20px 24px 0}.features_features__sC5Jp .features_feature__9-U8a .features_content__M0jcD .features_subtitle__Oj81N{margin-bottom:8px}.features_features__sC5Jp .features_feature__9-U8a .features_cardImg__3p\+gC{margin:0;object-position:bottom;width:100%}.features_list__jlS3Y .features_feature__9-U8a .features_cardImg__3p\+gC{margin-bottom:0}}.plans_flex-row__kIo7e{display:flex;flex-direction:row}.plans_flex-column__wFCbH{display:flex;flex-direction:column}.plans_flex-row-center__jWkl-{align-items:center;display:flex;flex-direction:row;justify-content:center}.plans_flex-column-center__jP8th{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes plans_rotation__dzcQ1{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.plans_plansList__d-6bq{display:flex;flex-direction:column;row-gap:20px}.plans_plansList__d-6bq .plans_learnMoreBtn__fGYD9{color:#6a7efc;display:flex;flex-direction:row;justify-content:flex-end}.plans_benefitsList__O-YzN,.plans_featuresList__22jMJ,.plans_singlePlan__iaRM-{display:flex;flex-direction:column;row-gap:20px}.plans_item__Emwdn{align-items:flex-start;color:#595959;column-gap:8px;display:flex;flex-direction:row}.plans_item__Emwdn svg path{stroke:currentcolor}.plans_item__Emwdn .plans_iconGreen__Ce0pF{color:#4dda84}.plans_item__Emwdn .plans_itemText__nydmD,.plans_item__Emwdn .plans_itemText__nydmD span{color:#595959}.plans_header__Mq0EM{display:flex;flex-direction:row;justify-content:space-between}.plans_header__Mq0EM .plans_price__mdE3j{background:#eceeff;border-radius:99px;color:#6a7efc;padding:8px 16px}@media screen and (min-width:1280px){.plans_plansList__d-6bq{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr 1fr}.plans_plansList__d-6bq div:first-child{grid-column:1/2}.plans_plansList__d-6bq div:nth-child(2){grid-column:2/4}.plans_plansList__d-6bq div:nth-child(3){grid-column:1/4}.plans_plansList__d-6bq .plans_singlePlan__iaRM-{padding:40px}.plans_benefitsList__O-YzN{grid-column-gap:24px;grid-row-gap:20px;column-gap:24px;display:grid;grid-template-columns:1fr 1fr;row-gap:20px}.plans_item__Emwdn{align-items:flex-start}.plans_plansList__d-6bq .plans_learnMoreBtn__fGYD9{align-items:end;flex-grow:1}}.steps_flex-row__xqUBm{display:flex;flex-direction:row}.steps_flex-column__KDGI3{display:flex;flex-direction:column}.steps_flex-row-center__thpVG{align-items:center;display:flex;flex-direction:row;justify-content:center}.steps_flex-column-center__g1hVu{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes steps_rotation__G5qDw{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.steps_list__E\+yjA{display:flex;flex-direction:column;row-gap:20px}.steps_card__3ercH{border-radius:20px;display:flex;flex-direction:column;padding:20px 24px 36px;row-gap:12px}.steps_card-create__mLNvY{background-color:#e5e8ff}.steps_card-choose__ZYswW{background-color:#d0f4de}.steps_card-list__1cPnJ{background-color:#fcf6bd}.steps_card-start__jgl\+l{background-color:#e5fdbe;background-image:url(/static/media/darts.34d42aad0e813a060a7b.png);background-position:100% 0;background-repeat:no-repeat;background-size:158px}.steps_btn__Ol\+4l{margin-top:24px}.steps_title__i8EdM{margin:16px 0 12px}@media screen and (min-width:1280px){.steps_list__E\+yjA{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-bottom:60px}.steps_list__E\+yjA .steps_card-start__jgl\+l{background-color:#e5fdbe;background-image:url(/static/media/dartsDesktop.4bbd6583f2e7c0b4eab8.png);background-position:100% 100%;background-size:30%;background-size:contain;grid-column:1/4}.steps_list__E\+yjA .steps_card-start__jgl\+l .steps_content__\+\+rH7{display:flex;flex-direction:column;max-width:50%;row-gap:12px}.steps_list__E\+yjA .steps_card-start__jgl\+l .steps_content__\+\+rH7 a{margin-top:12px;max-width:272px}}.forBusiness_body-font-style__aTaJF{font-family:Inter,sans-serif}.forBusiness_body-text__fepGi{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.forBusiness_heading__\+mph5{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.forBusiness_mobile-h1__Dfs0\+{font-size:46px}.forBusiness_mobile-h2__JIWEj{font-size:36px}.forBusiness_mobile-h3__204z8{font-size:32px;line-height:110%}.forBusiness_mobile-h4__3GwEF{font-size:26px;line-height:110%}.forBusiness_mobile-h5__9ys8f{font-size:22px}.forBusiness_mobile-h6__jFUPa{font-size:18px;line-height:110%}.forBusiness_mobile-card-heading__8BjPQ{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.forBusiness_mobile-heading-subtitle__qQGxR{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.forBusiness_label-12__mzA2e{font-size:12px}.forBusiness_label-12__mzA2e,.forBusiness_label-14__QpN9i{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.forBusiness_label-14__QpN9i{font-size:14px}.forBusiness_label-16__s\+nP5{font-size:16px}.forBusiness_label-16__s\+nP5,.forBusiness_label-18__MUJTV{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.forBusiness_label-18__MUJTV{font-size:18px}.forBusiness_label-20__2DS7k{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.forBusiness_label-24__A8rC5{font-size:24px}.forBusiness_label-24__A8rC5,.forBusiness_label-28__ljMSe{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.forBusiness_label-28__ljMSe{font-size:28px}.forBusiness_caption-14__cc7qW{font-size:14px}.forBusiness_caption-12__Z1l2O,.forBusiness_caption-14__cc7qW{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.forBusiness_caption-12__Z1l2O{font-size:12px}.forBusiness_supportive-14__pxPqR{font-size:14px}.forBusiness_supportive-12__XS0Ce,.forBusiness_supportive-14__pxPqR{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.forBusiness_supportive-12__XS0Ce{font-size:12px}.forBusiness_bodySizeS__G-jGl{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.forBusiness_bodySizeM__UEyt3{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.forBusiness_body-text__fepGi.forBusiness_desktop-body-32__6FCky{font-size:32px}.forBusiness_body-text__fepGi.forBusiness_desktop-body-28__P6pNr{font-size:28px}.forBusiness_body-text__fepGi.forBusiness_desktop-body-22__M-vxV{font-size:22px;line-height:150%}.forBusiness_body-text__fepGi.forBusiness_desktop-body-16__2opvF{font-size:16px;line-height:150%}}.forBusiness_mobile-body-16__zSww8{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.forBusiness_bodySizeL__Oy2TO,.forBusiness_static-block__ZDU0B .forBusiness_static-block-subheading__HT46L,.forBusiness_static-h4__KNgVM{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.forBusiness_typography-price__ilApH{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.forBusiness_underline__jHFGj{text-decoration:underline}@media(min-width:1280px){.forBusiness_heading__\+mph5.forBusiness_desktop-h4__oF9dT{font-size:32px;line-height:110%}.forBusiness_heading__\+mph5.forBusiness_desktop-h1__HfDdj{font-size:62px;line-height:110%}.forBusiness_heading__\+mph5.forBusiness_desktop-h2__Moyx7{font-size:46px;line-height:140%}.forBusiness_heading__\+mph5.forBusiness_desktop-h5__ODFoR{font-size:26px;line-height:110%}.forBusiness_heading__\+mph5.forBusiness_desktop-h6__Shgtd{font-size:18px;line-height:110%}.forBusiness_heading__\+mph5.forBusiness_desktop-h7__w2\+\+y{font-size:16px;letter-spacing:-.32px;line-height:22px}.forBusiness_desktop-label-18__WYWxW{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.forBusiness_desktop-body-18__Und7l{font-size:18px;line-height:165%}}.forBusiness_static-content__pNSSU .forBusiness_table__duVAA{border:1px solid #f0f0f0;min-width:684px;width:fit-content}.forBusiness_static-content__pNSSU .forBusiness_table-head__r2mrU{background-color:#fafafa;font-weight:700}.forBusiness_static-content__pNSSU .forBusiness_table-head__r2mrU h4{margin-bottom:0;margin-top:0}.forBusiness_static-content__pNSSU .forBusiness_table-row__wa365{display:grid;grid-template-columns:4fr 4fr 5fr 3fr;width:100%}.forBusiness_static-content__pNSSU .forBusiness_table-row__wa365:not(:last-child){border-bottom:1px solid #f0f0f0}.forBusiness_static-content__pNSSU .forBusiness_table-cell__-9Hhf{padding:10px 12px}.forBusiness_static-content__pNSSU .forBusiness_table-cell__-9Hhf:not(:last-child){border-right:1px solid #f0f0f0}.forBusiness_static-content__pNSSU p.forBusiness_table-cell__-9Hhf{margin-bottom:0}.forBusiness_static-page-wrapper__edb\+1{margin:0 auto;max-width:994px;width:994px;width:100%}.forBusiness_static-block__ZDU0B .forBusiness_static-block-subheading__HT46L,.forBusiness_static-h4__KNgVM{border:1px solid #767676;border-radius:99px;color:#767676;padding:7px 12px;width:fit-content}.forBusiness_static-block__ZDU0B{background-color:#fff;border-radius:20px;box-shadow:0 2px 6px -2px #d8d8d808,0 4px 24px -4px #d8d8d814;padding:20px}.forBusiness_static-block__ZDU0B .forBusiness_static-block-img__cdimm{border-radius:20px 20px 0 0;margin-left:-20px;margin-top:-20px;overflow:hidden;width:calc(100% + 40px)}.forBusiness_static-block__ZDU0B .forBusiness_static-block-heading__JhSnz{color:#2c2c2c;color:#6a7efc;font-family:Inter,sans-serif;font-size:28px;font-style:normal;font-weight:400;line-height:140%;margin:24px 0 20px}.forBusiness_static-block__ZDU0B .forBusiness_static-block-text__gfx\+T{color:#2c2c2c;color:#595959;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.forBusiness_static-block__ZDU0B .forBusiness_static-block-button__-8Q9Y{margin-top:20px}.forBusiness_static-stat-line__ODXtg{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:60px 0;padding:0 56px;row-gap:16px}.forBusiness_static-stat-line-item__b1PzL{align-items:center;display:flex;flex-direction:column;justify-content:center;row-gap:12px;text-align:center}.forBusiness_static-stat-line-item__b1PzL h2{color:#6a7efc}.forBusiness_static-heading__FoLu8{margin:24px 0 16px}.forBusiness_static-heading__FoLu8 span{color:#6a7efc}@media screen and (min-width:1280px){.forBusiness_static-block__ZDU0B{border-radius:36px;padding:60px}.forBusiness_static-block__ZDU0B .forBusiness_static-block-text__gfx\+T{color:#2c2c2c;color:#595959;font-family:Inter,sans-serif;font-size:28px;font-style:normal;font-weight:400;line-height:140%}.forBusiness_static-block__ZDU0B .forBusiness_static-block-heading__JhSnz{color:#2c2c2c;color:#6a7efc;font-family:Inter,sans-serif;font-size:40px;font-style:normal;font-weight:400;line-height:140%;line-height:130%;margin:36px 0 40px}.forBusiness_static-block__ZDU0B .forBusiness_static-block-button__-8Q9Y{margin-top:40px;width:fit-content}.forBusiness_static-btn__Cdu3n{width:316px}.forBusiness_static-heading__FoLu8{margin:120px 0 32px}.forBusiness_static-stat-line__ODXtg{column-gap:40px;display:flex;flex-direction:row;margin:120px 0;padding:0}}.forBusiness_flex-row__ZtG5r{display:flex;flex-direction:row}.forBusiness_flex-column__kI4Sj{display:flex;flex-direction:column}.forBusiness_flex-row-center__uFRIW{align-items:center;display:flex;flex-direction:row;justify-content:center}.forBusiness_flex-column-center__iGZTM{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes forBusiness_rotation__\+CUME{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.forBusiness_photos__BwBum{margin-left:-16px;width:calc(100% + 32px)}.forBusiness_subheading__BcIfM{color:#2c2c2c;font-family:Inter,sans-serif;font-size:22px;font-style:normal;font-weight:400;line-height:150%}.forBusiness_buttons__LhYAv{display:flex;flex-direction:column;margin-top:16px;row-gap:12px}@media screen and (min-width:1280px){.forBusiness_photos__BwBum{margin-left:calc(-50vw + 50%);width:100vw}.forBusiness_subheading__BcIfM{color:#2c2c2c;font-family:Inter,sans-serif;font-size:32px;font-style:normal;font-weight:400;line-height:140%}.forBusiness_buttons__LhYAv{column-gap:24px;display:flex;flex-direction:row;margin-top:20px}.forBusiness_buttons__LhYAv a{width:312px}}.formFileField_flex-row__zk7mZ{display:flex;flex-direction:row}.formFileField_flex-column__Mq1fG{display:flex;flex-direction:column}.formFileField_flex-row-center__BHMpZ{align-items:center;display:flex;flex-direction:row;justify-content:center}.formFileField_flex-column-center__CITZ5{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes formFileField_rotation__sY5GJ{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.formFileField_fileInput__8c-5g{display:none}.formFileField_filesWrapper__f6P8R{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}.formFileField_uploadedPhoto__HaJMk{margin-top:20px}.formFileField_error__nW\+M8{margin-top:22px}.helpRoute_body-font-style__2JfXn{font-family:Inter,sans-serif}.helpRoute_body-text__ZKHho{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.helpRoute_heading__NkDXM{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.helpRoute_mobile-h1__mV9oj{font-size:46px}.helpRoute_mobile-h2__7xahc{font-size:36px}.helpRoute_mobile-h3__t7xho{font-size:32px;line-height:110%}.helpRoute_mobile-h4__5ix1g{font-size:26px;line-height:110%}.helpRoute_mobile-h5__yDVfP{font-size:22px}.helpRoute_mobile-h6__ZbCbJ{font-size:18px;line-height:110%}.helpRoute_mobile-card-heading__uDenN{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.helpRoute_mobile-heading-subtitle__hIlmu{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.helpRoute_label-12__AjZS1{font-size:12px}.helpRoute_label-12__AjZS1,.helpRoute_label-14__973Ih{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.helpRoute_label-14__973Ih{font-size:14px}.helpRoute_headerBtn__ZU7-L,.helpRoute_label-16__06u56{font-size:16px}.helpRoute_headerBtn__ZU7-L,.helpRoute_label-16__06u56,.helpRoute_label-18__Zheub{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.helpRoute_label-18__Zheub{font-size:18px}.helpRoute_label-20__97avN{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.helpRoute_label-24__di9DX{font-size:24px}.helpRoute_label-24__di9DX,.helpRoute_label-28__Gpn0G{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.helpRoute_label-28__Gpn0G{font-size:28px}.helpRoute_caption-14__VfU5J{font-size:14px}.helpRoute_caption-12__uFaW7,.helpRoute_caption-14__VfU5J{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.helpRoute_caption-12__uFaW7{font-size:12px}.helpRoute_supportive-14__AK7LN{font-size:14px}.helpRoute_supportive-12__\+9\+er,.helpRoute_supportive-14__AK7LN{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.helpRoute_supportive-12__\+9\+er{font-size:12px}.helpRoute_bodySizeS__-KcP7{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.helpRoute_bodySizeM__LI11A{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.helpRoute_body-text__ZKHho.helpRoute_desktop-body-32__B3EpV{font-size:32px}.helpRoute_body-text__ZKHho.helpRoute_desktop-body-28__S1TIf{font-size:28px}.helpRoute_body-text__ZKHho.helpRoute_desktop-body-22__uNIX5{font-size:22px;line-height:150%}.helpRoute_body-text__ZKHho.helpRoute_desktop-body-16__CcdHW{font-size:16px;line-height:150%}}.helpRoute_mobile-body-16__2HbXh{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.helpRoute_bodySizeL__--7Ql{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.helpRoute_typography-price__4foAf{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.helpRoute_underline__UjMIp{text-decoration:underline}@media(min-width:1280px){.helpRoute_heading__NkDXM.helpRoute_desktop-h4__7nzn2{font-size:32px;line-height:110%}.helpRoute_heading__NkDXM.helpRoute_desktop-h1__xMawD{font-size:62px;line-height:110%}.helpRoute_heading__NkDXM.helpRoute_desktop-h2__-\+l-s{font-size:46px;line-height:140%}.helpRoute_heading__NkDXM.helpRoute_desktop-h5__ghw3K{font-size:26px;line-height:110%}.helpRoute_heading__NkDXM.helpRoute_desktop-h6__KMbKo{font-size:18px;line-height:110%}.helpRoute_heading__NkDXM.helpRoute_desktop-h7__geo1E{font-size:16px;letter-spacing:-.32px;line-height:22px}.helpRoute_desktop-label-18__I2\+QZ{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.helpRoute_desktop-body-18__oNng\+{font-size:18px;line-height:165%}}.helpRoute_flex-row__a1Kkm{display:flex;flex-direction:row}.helpRoute_flex-column__Ix6w2{display:flex;flex-direction:column}.helpRoute_flex-row-center__wNpW-{align-items:center;display:flex;flex-direction:row;justify-content:center}.helpRoute_flex-column-center__EPtrh{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes helpRoute_rotation__lzEWm{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.helpRoute_main__B8PW-{display:grid;grid-template-columns:1fr;margin-top:24px}.helpRoute_heading__NkDXM{align-items:center;display:flex;flex-direction:row;gap:12px;margin-bottom:20px}.helpRoute_group__\+hLM7{display:flex;flex-direction:column;margin-bottom:20px;row-gap:20px}.helpRoute_policy__TLuOM{color:#767676;margin-top:20px}.helpRoute_policy__TLuOM a{color:#6a7efc}.helpRoute_headerBtn__ZU7-L,.helpRoute_successHeading__QlPar{align-items:center;display:flex;flex-direction:row}.helpRoute_headerBtn__ZU7-L{color:#6a7efc;margin-top:24px}.helpRoute_formBtn__niqOX{margin-top:20px}.helpRoute_successWrapper__QRCHl{max-width:430px}@media screen and (min-width:1280px){.helpRoute_main__B8PW-{grid-template-columns:repeat(12,1fr);margin-top:44px}.helpRoute_heading__NkDXM{margin-bottom:36px}.helpRoute_group__\+hLM7{row-gap:36px}.helpRoute_form__ZtGWE{grid-column:1/8}.helpRoute_formBtn__niqOX{margin-top:36px;position:static;width:208px}.helpRoute_policy__TLuOM{margin-top:12px}}.skeletons_flex-row__MVBRH{display:flex;flex-direction:row}.skeletons_flex-column__a\+zkI{display:flex;flex-direction:column}.skeletons_flex-row-center__fJ4ch{align-items:center;display:flex;flex-direction:row;justify-content:center}.skeletons_flex-column-center__k7WsT{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes skeletons_rotation__KNz8t{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.skeletons_skeletonList__fCv66{display:grid;grid-template-columns:1fr;margin:12px 0 28px}.skeletons_horizontal__r-p4g.skeletons_skeletonList__fCv66{gap:24px;grid-template-columns:1fr}.skeletons_wireframe__qfiOv{display:flex;flex-direction:column;gap:8px;height:270px;width:100%}.skeletons_wireframeBody__gGON\+{background-color:#f0f0f0;border-radius:8px;height:178px;overflow:hidden;width:100%}.skeletons_horizontal__r-p4g.skeletons_wireframe__qfiOv{grid-column-gap:16px;align-items:start;column-gap:16px;display:grid;grid-template-columns:1fr 1fr;height:100%}.skeletons_horizontal__r-p4g .skeletons_wireframeBody__gGON\+{height:98px}.skeletons_wireframeInfo__cI2Rt{width:100%}.skeletons_tiles__mMp8p{height:100px}@keyframes skeletons_move-left-to-right__NWiJU{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes skeletons_move-ablolute-left-to-right__fG4Si{0%{left:0}to{left:50%}}.skeletons_skeletonLoaderGradient__zFNVF{animation:skeletons_move-left-to-right__NWiJU 2s linear infinite;background:linear-gradient(90deg,#f0f0f0,#fff 20%,#f0f0f0);display:block;height:100%;width:50%}.skeletons_relativeContainer__ToNmi{position:relative}.skeletons_skeletonAboveImageLoader__cDDw1{animation:skeletons_move-ablolute-left-to-right__fG4Si 2s linear infinite;background:linear-gradient(90deg,#fff9,#fff0);display:block;height:100%;position:absolute;width:50px}@media screen and (min-width:360px){.skeletons_skeletonList__fCv66{gap:16px 24px;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1280px){.skeletons_skeletonList__fCv66{grid-template-columns:repeat(4,1fr)}.skeletons_horizontal__r-p4g.skeletons_wireframe__qfiOv{display:flex;flex-direction:row}.skeletons_horizontal__r-p4g .skeletons_wireframeBody__gGON\+{height:188px}}.roundedControls_flex-row__-TlwE{display:flex;flex-direction:row}.roundedControls_flex-column__DUP2J{display:flex;flex-direction:column}.roundedControls_flex-row-center__cX8VD{align-items:center;display:flex;flex-direction:row;justify-content:center}.roundedControls_flex-column-center__wTBeC{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes roundedControls_rotation__ph17O{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.roundedControls_main__4FmKi{align-items:center;background-color:#fff;border:none;border-radius:50%;box-shadow:0 4px 4px 0 #6363631f,0 -1px 4px 0 #534e5f1f;display:flex;flex-direction:row;height:36px;justify-content:center;padding:0;width:36px}.roundedControls_main__4FmKi svg path{stroke:currentcolor}.roundedControls_main__4FmKi.roundedControls_active__wToho:hover{background-color:#fff}.roundedControls_heart__iCeUS{align-items:center;display:flex;flex-direction:row;justify-content:center}.roundedControls_heart__iCeUS:hover{color:#7857fc}.roundedControls_heart__iCeUS.roundedControls_active__wToho{color:#6a7efc}.roundedControls_heart__iCeUS.roundedControls_active__wToho svg path{fill:currentcolor}.roundedControls_heart__iCeUS.roundedControls_active__wToho:hover{color:#7857fc}.roundedControls_heart__iCeUS.roundedControls_active__wToho:hover svg path{fill:currentcolor;stroke:currentcolor}@media screen and (min-width:1280px){.roundedControls_main__4FmKi{height:40px;width:40px}}.favoriteRoundedControl_flex-row__1sCj3{display:flex;flex-direction:row}.favoriteRoundedControl_flex-column__oUXtt{display:flex;flex-direction:column}.favoriteRoundedControl_flex-row-center__2ri4n{align-items:center;display:flex;flex-direction:row;justify-content:center}.favoriteRoundedControl_flex-column-center__fgFbC{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes favoriteRoundedControl_rotation__AvIL9{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.favoriteRoundedControl_main__1WIB7 button{background-color:#ffffffb3;color:#6a7efc}.favoriteRoundedControl_main__1WIB7 button svg path{stroke:currentcolor}.favoriteRoundedControl_main__1WIB7.favoriteRoundedControl_transparent__11S\+j button{background-color:#0000;box-shadow:none}.favoriteRoundedControl_main__1WIB7.favoriteRoundedControl_transparent__11S\+j button:hover{background-color:#0000}.info_flex-row__oUVNS{display:flex;flex-direction:row}.info_flex-column__Vi9KU{display:flex;flex-direction:column}.info_flex-row-center__BY-28{align-items:center;display:flex;flex-direction:row;justify-content:center}.info_flex-column-center__\+8Zy5{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes info_rotation__svLrk{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.info_main__7tEE\+{text-wrap:nowrap;align-items:center;background-color:#fff;border:none;border-radius:6px;display:flex;flex-direction:row;justify-content:center;justify-content:left}.info_main__7tEE\+:hover{background-color:#eceeff;color:#2c2c2c}.info_main__7tEE\+:disabled{background-color:#f0f0f0;cursor:default}.info_left__gLjrc{margin-left:8px;margin-right:12px}.info_large__-D1tj{height:36px;width:100%}.info_small__O8jNW{background-color:#eceeff;border-radius:999px;color:#2c2c2c;padding:4px 8px;width:fit-content}.badge_flex-row__mw-\+D{display:flex;flex-direction:row}.badge_flex-column__TeAZG{display:flex;flex-direction:column}.badge_flex-row-center__mAKjh{align-items:center;display:flex;flex-direction:row;justify-content:center}.badge_flex-column-center__U8Sj1{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes badge_rotation__hF-Et{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.badge_badgeWrapped__TVUzo{display:flex;flex-direction:column;gap:10px;padding-bottom:5px}.badge_badgeWrapped__TVUzo.badge_small__CcclT{flex-flow:row wrap;gap:4px}.badge_showMoreBadges__E7Ms4{margin-right:auto}.styles_flex-row__-hCeU{display:flex;flex-direction:row}.styles_flex-column__Wp4aC{display:flex;flex-direction:column}.styles_flex-row-center__f9ZTw{align-items:center;display:flex;flex-direction:row;justify-content:center}.styles_flex-column-center__RaiWR{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes styles_rotation__eqrCI{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_userInfoBlock__CX8dg{display:flex;flex-direction:column;gap:4px}.styles_badges__9L0bj{margin-top:4px}.styles_name__O4xAf{-webkit-box-orient:vertical;-webkit-line-clamp:1;word-wrap:break-word;display:-webkit-box;display:block;margin-top:4px;overflow:hidden;text-overflow:ellipsis}.styles_shortUserInfo__HI5UH{display:flex;flex-direction:column;gap:4px}@media screen and (min-width:1280px){.styles_shortUserInfo__HI5UH .styles_registrationDate__gMDp1{color:#595959;display:flex;flex-direction:row;gap:4px}}.offerSpecs_flex-row__\+r2Ac{display:flex;flex-direction:row}.offerSpecs_flex-column__XiWzg{display:flex;flex-direction:column}.offerSpecs_flex-row-center__5BkLe{align-items:center;display:flex;flex-direction:row;justify-content:center}.offerSpecs_flex-column-center__9Q70O{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes offerSpecs_rotation__UWiDf{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.offerSpecs_main__P-NqU{display:flex;flex-direction:column;max-width:100%;overflow:hidden;padding:12px 12px 12px 0;position:relative;row-gap:4px}.offerSpecs_description__Z\+02M{-webkit-line-clamp:2}.offerSpecs_caption__5Zy0e,.offerSpecs_description__Z\+02M{-webkit-box-orient:vertical;word-wrap:break-word;color:#767676;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.offerSpecs_caption__5Zy0e{-webkit-line-clamp:1}@media screen and (min-width:1280px){.offerSpecs_specs__UhTuh{padding:16px 16px 16px 0}}.postList_flex-row__Bq1U0{display:flex;flex-direction:row}.postList_flex-column__cDjVp{display:flex;flex-direction:column}.postList_flex-row-center__6ZVHb{align-items:center;display:flex;flex-direction:row;justify-content:center}.postList_flex-column-center__zUwcq{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes postList_rotation__D9ac9{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.postList_main__6NwtJ{margin-top:20px}.postList_item__gebij{display:flex;flex-direction:column;max-width:100%;position:relative}.postList_item__gebij:before{border-radius:12px;content:"";height:calc(100% + 12px);margin:-12px;position:absolute;width:calc(100% + 24px)}.postList_item__gebij .postList_addFavoriteButton__7gWDM{position:absolute;right:4px;top:4px;width:fit-content;z-index:1}.postList_item__gebij .postList_photo__M3mca{align-items:center;background-color:#fff;border-radius:8px;display:flex;flex-direction:row;height:178px;justify-content:center;overflow:hidden}.postList_item__gebij .postList_photo__M3mca img{object-position:center}.postList_item__gebij:hover:before{background-color:#f0f0f0}.postList_itemHorizontal__G9itP{height:188px;width:100%}.postList_itemHorizontal__G9itP:before{height:calc(100% + 24px)}.postList_itemHorizontal__G9itP .postList_addFavoriteButton__7gWDM{left:100px}.postList_offerCardLink__hfi-s{grid-gap:12px;background-color:#fff;border-radius:8px;display:grid;gap:12px;grid-template-columns:140px auto;width:100%}.postList_offerCardLink__hfi-s .postList_photo__M3mca{height:188px;width:140px}.postList_offerCardLink__hfi-s .postList_photo__M3mca img{height:188px;object-fit:cover}.postList_imageWithHeart__eXS5l{background-color:#0000;position:relative}.postList_items__argN6{grid-gap:20px 12px;display:grid;gap:20px 12px}.postList_items__argN6,.postList_items__argN6.postList_itemsHorizontal__OUS3X{grid-template-columns:1fr}.postList_userInfo__40fUe{margin-left:auto;padding:16px 20px 16px 0;position:absolute;right:0;width:246px}@media screen and (min-width:360px){.postList_items__argN6{grid-template-columns:repeat(2,calc(50% - 6px))}}@media screen and (min-width:1280px){.postList_itemHorizontal__G9itP .postList_addFavoriteButton__7gWDM{left:250px;right:auto}.postList_offerCardLink__hfi-s{grid-gap:16px;display:grid;gap:16px;grid-template-columns:294px auto 246px;width:100%}.postList_offerCardLink__hfi-s .postList_photo__M3mca{height:100%;width:294px}.postList_items__argN6{gap:24px 16px;grid-template-columns:repeat(4,calc(25% - 12px))}}.recommendedPostList_flex-row__AoGsH{display:flex;flex-direction:row}.recommendedPostList_flex-column__rbR5T{display:flex;flex-direction:column}.recommendedPostList_flex-row-center__3d4by{align-items:center;display:flex;flex-direction:row;justify-content:center}.recommendedPostList_flex-column-center__h7hVh{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes recommendedPostList_rotation__5FMrH{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.recommendedPostList_main__DcntT{margin:24px 0 0}.recommendedPostList_title__XbGzR{margin-bottom:16px}@media screen and (min-width:1280px){.recommendedPostList_main__DcntT{margin-top:36px}.recommendedPostList_title__XbGzR{margin-bottom:24px}}.categoryCards_flex-row__hM3yK{display:flex;flex-direction:row}.categoryCards_flex-column__oW3aq{display:flex;flex-direction:column}.categoryCards_flex-row-center__QHOXf{align-items:center;display:flex;flex-direction:row;justify-content:center}.categoryCards_flex-column-center__UHbam{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes categoryCards_rotation__4X21j{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.categoryCards_categoryCardsContainer__aFUaE{-ms-overflow-style:none;display:flex;flex-direction:column;flex-wrap:nowrap;gap:8px;overflow:auto;scrollbar-width:none;width:calc(min(100vw,591px) - 16px)}.categoryCards_categoryCardsContainer__aFUaE::-webkit-scrollbar{display:none}.categoryCards_line__lR7qo{display:flex;flex-direction:row;gap:8px}.categoryCards_card__Fs8a-{align-items:flex-start;background-color:#d1d2d5;background-position:50%;background-repeat:repeat;background-size:cover;border-radius:8px;display:flex;flex-direction:row;height:88px;min-width:112px;padding:12px;width:112px}.categoryCards_card__Fs8a-.categoryCards_large__jHXHS{min-width:154px;width:154px}@media screen and (min-width:1280px){.categoryCards_categoryCardsContainer__aFUaE{overflow:auto;width:100%}.categoryCards_card__Fs8a-{margin-right:0}}.cardStack_flex-row__PWRDd{display:flex;flex-direction:row}.cardStack_flex-column__SuPsQ{display:flex;flex-direction:column}.cardStack_flex-row-center__mSEmU{align-items:center;display:flex;flex-direction:row;justify-content:center}.cardStack_flex-column-center__kqr\+X{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes cardStack_rotation__1Ww0Q{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cardStack_cardStackList__w6fTx{gap:34px;position:sticky;top:140px}.cardStack_cardStackList__w6fTx,.cardStack_cardStackMain__P8Ca9{display:flex;flex-direction:column}.cardStack_moreButton__toMBA{padding-top:18px}@media screen and (min-width:1280px){.cardStack_cardStackLabel__3FvxF{padding-bottom:16px}}.homeRoute_flex-row__2JQO9{display:flex;flex-direction:row}.homeRoute_flex-column__CY358{display:flex;flex-direction:column}.homeRoute_flex-row-center__hSegb{align-items:center;display:flex;flex-direction:row;justify-content:center}.homeRoute_flex-column-center__jFLUA{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes homeRoute_rotation__Evh4Y{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.homeRoute_main__M9kn7{display:flex;flex-direction:column;gap:28px;width:100%}.homeRoute_leftSide__HCDTf{margin-right:0}@media screen and (min-width:1280px){.homeRoute_main__M9kn7{display:grid;grid-template-columns:repeat(12,1fr)}.homeRoute_leftSide__HCDTf{grid-column:1/10;margin-right:24px}.homeRoute_rightSide__-Y9Yf{grid-column:10/13}}.legalLayout_flex-row__PnAv\+{display:flex;flex-direction:row}.legalLayout_flex-column__RZH90{display:flex;flex-direction:column}.legalLayout_flex-row-center__8lJzM{align-items:center;display:flex;flex-direction:row;justify-content:center}.legalLayout_flex-column-center__uNz4y{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes legalLayout_rotation__U\+V5d{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.legalLayout_body-font-style__B6FW6{font-family:Inter,sans-serif}.legalLayout_body-text__suVF3{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.legalLayout_heading__8dgOd{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.legalLayout_mobile-h1__w\+xCX{font-size:46px}.legalLayout_mobile-h2__EQCka{font-size:36px}.legalLayout_mobile-h3__RRtDk{font-size:32px;line-height:110%}.legalLayout_mobile-h4__O8cTR{font-size:26px;line-height:110%}.legalLayout_mobile-h5__YdVpI{font-size:22px}.legalLayout_mobile-h6__dxqXF{font-size:18px;line-height:110%}.legalLayout_mobile-card-heading__bdqso{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.legalLayout_mobile-heading-subtitle__v2s2J{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.legalLayout_label-12__lmW6O{font-size:12px}.legalLayout_label-12__lmW6O,.legalLayout_label-14__0Abhn{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.legalLayout_label-14__0Abhn{font-size:14px}.legalLayout_label-16__wXD8J{font-size:16px}.legalLayout_label-16__wXD8J,.legalLayout_label-18__jxuwg{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.legalLayout_label-18__jxuwg{font-size:18px}.legalLayout_content__McGZG p.legalLayout_label__h5zoI,.legalLayout_label-20__q\+dR5{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.legalLayout_label-24__ZCUCl{font-size:24px}.legalLayout_label-24__ZCUCl,.legalLayout_label-28__r81XE{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.legalLayout_label-28__r81XE{font-size:28px}.legalLayout_caption-14__NviMb{font-size:14px}.legalLayout_caption-12__X\+8A\+,.legalLayout_caption-14__NviMb{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.legalLayout_caption-12__X\+8A\+{font-size:12px}.legalLayout_supportive-14__GdNnK{font-size:14px}.legalLayout_supportive-12__vlm5B,.legalLayout_supportive-14__GdNnK{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.legalLayout_supportive-12__vlm5B{font-size:12px}.legalLayout_bodySizeS__Um0\+0{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.legalLayout_bodySizeM__-y8bl{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.legalLayout_body-text__suVF3.legalLayout_desktop-body-32__aJqjH{font-size:32px}.legalLayout_body-text__suVF3.legalLayout_desktop-body-28__Wyle0{font-size:28px}.legalLayout_body-text__suVF3.legalLayout_desktop-body-22__GWziS{font-size:22px;line-height:150%}.legalLayout_body-text__suVF3.legalLayout_desktop-body-16__v53Wm{font-size:16px;line-height:150%}}.legalLayout_mobile-body-16__nvnCD{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.legalLayout_bodySizeL__teY9u{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.legalLayout_typography-price__YN2uZ{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.legalLayout_underline__PDDlx{text-decoration:underline}@media(min-width:1280px){.legalLayout_heading__8dgOd.legalLayout_desktop-h4__kK4OV{font-size:32px;line-height:110%}.legalLayout_heading__8dgOd.legalLayout_desktop-h1__J3t\+4{font-size:62px;line-height:110%}.legalLayout_heading__8dgOd.legalLayout_desktop-h2__HiN9Y{font-size:46px;line-height:140%}.legalLayout_heading__8dgOd.legalLayout_desktop-h5__LSux-{font-size:26px;line-height:110%}.legalLayout_heading__8dgOd.legalLayout_desktop-h6__YWBt4{font-size:18px;line-height:110%}.legalLayout_heading__8dgOd.legalLayout_desktop-h7__gKBL1{font-size:16px;letter-spacing:-.32px;line-height:22px}.legalLayout_desktop-label-18__6q5eC{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.legalLayout_desktop-body-18__3nkJa{font-size:18px;line-height:165%}}.legalLayout_layout__53DKU{display:flex;flex-direction:column}.legalLayout_layout__53DKU .legalLayout_scrollUp__oxM2M{bottom:72px}.legalLayout_content__McGZG{margin-top:24px;white-space:pre-line}.legalLayout_content__McGZG h2{margin:28px 0 20px}.legalLayout_content__McGZG h3,.legalLayout_content__McGZG h4{margin:20px 0 12px}.legalLayout_content__McGZG section{display:flex;flex-direction:column}.legalLayout_content__McGZG p:not(:last-child),.legalLayout_content__McGZG ul:not(:last-child){margin-bottom:12px}.legalLayout_content__McGZG p{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.legalLayout_content__McGZG p.legalLayout_label__h5zoI{margin-bottom:12px;margin-top:8px}.legalLayout_content__McGZG a,.legalLayout_content__McGZG p{color:#2c2c2c}.legalLayout_content__McGZG a{word-break:break-all}.legalLayout_content__McGZG li,.legalLayout_content__McGZG ul{list-style:disc;list-style-type:disc}.legalLayout_content__McGZG ul{padding-left:20px}.legalLayout_content__McGZG a{text-decoration:underline}.legalLayout_content__McGZG a:hover{text-decoration:none}.legalLayout_content__McGZG .legalLayout_button__hXOVy{color:#6a7efc;display:inline;font-size:inherit;text-decoration:none}.legalLayout_pageTitle__gkORG{margin-top:28px;word-break:break-all}.legalLayout_imprint__\+5yvF p span{display:block}.legalLayout_table__Cp86W{overflow-x:auto;width:100%}.legalLayout_tableBtn__bMOsm{justify-content:flex-start}.legalLayout_tableBtnCollapse__tRFnG svg{transform:rotate(180deg)}.legalLayout_tableWrapper__aHbe2{display:flex;flex-direction:column;row-gap:28px}@media screen and (min-width:1280px){.legalLayout_layout__53DKU{grid-gap:40px;display:grid;gap:40px;grid-template-columns:3fr 7fr 2fr;padding:82px 0}.legalLayout_layout__53DKU .legalLayout_safetyLayout__Mnq1d{grid-column:2/4}.legalLayout_layout__53DKU .legalLayout_scrollUp__oxM2M{grid-column:3/4;height:fit-content;margin-top:auto}.legalLayout_content__McGZG{background-color:#fff;border-radius:20px;padding:28px 32px 32px}.legalLayout_pageTitle__gkORG{margin-top:0}.legalLayout_menu__GF5UA{margin-top:17px}}.mobileTopBar_flex-row__6bAQR{display:flex;flex-direction:row}.mobileTopBar_flex-column__V3Roa{display:flex;flex-direction:column}.mobileTopBar_flex-row-center__jl4oE{align-items:center;display:flex;flex-direction:row;justify-content:center}.mobileTopBar_flex-column-center__6J7Hm{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes mobileTopBar_rotation__fa2vA{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mobileTopBar_container__-UzUj{background-color:#fafafa;justify-content:space-between;padding:12px 0;position:sticky;top:0;z-index:2}.mobileTopBar_container__-UzUj,.mobileTopBar_iconsRow__xOv7W,.mobileTopBar_titleBlock__dEIab{display:flex;flex-direction:row;gap:12px}.mobileTopBar_iconsRow__xOv7W{align-items:center;justify-content:center}.mobileTopBar_dropdownFullWidth__8WNac{width:min(100vw - 32px,575px)}.mobileTopBar_dropdownMenu__G-wm0{min-width:258px}.scrollUp_flex-row__as7L4{display:flex;flex-direction:row}.scrollUp_flex-column__4an62{display:flex;flex-direction:column}.scrollUp_flex-row-center__2Q6H1{align-items:center;display:flex;flex-direction:row;justify-content:center}.scrollUp_flex-column-center__SKiRy{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes scrollUp_rotation__wcW6\+{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.scrollUp_main__LNYrG{bottom:72px;position:sticky}.scrollUp_main__LNYrG button{display:flex;flex-direction:row}@media screen and (min-width:1280px){.scrollUp_main__LNYrG{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end}.scrollUp_main__LNYrG svg path{stroke:currentcolor}.scrollUp_main__LNYrG button{bottom:40px;color:#6a7efc}.scrollUp_main__LNYrG button:hover{color:#7857fc}}.onlineStatus_flex-row__np1YY{display:flex;flex-direction:row}.onlineStatus_flex-column__LkCm0{display:flex;flex-direction:column}.onlineStatus_flex-row-center__Dcl\+2{align-items:center;display:flex;flex-direction:row;justify-content:center}.onlineStatus_flex-column-center__2-8P\+{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes onlineStatus_rotation__n8j5\+{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.onlineStatus_onlineStatus__LEmMf{align-items:center;align-self:center;display:flex;flex-direction:row;gap:8px;justify-content:center}.onlineStatus_onlineIcon__g1TmC{background-color:#38db48;border-radius:50%;height:8px;width:8px}.onlineStatus_onlineLabel__7tvnF{color:#767676;-webkit-user-select:none;user-select:none}.blockedStatus_icon__dXGUx{color:#ff5656}.blockedStatus_tooltip__n1VEj{border-radius:8px}.styles_flex-row__TebEe{display:flex;flex-direction:row}.styles_flex-column__2-K7G{display:flex;flex-direction:column}.styles_flex-row-center__WdtCp{align-items:center;display:flex;flex-direction:row;justify-content:center}.styles_flex-column-center__fgUgs{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes styles_rotation__8Ucea{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_body-font-style__wDoWm{font-family:Inter,sans-serif}.styles_body-text__7OZpY{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.styles_heading__DeSRr{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.styles_mobile-h1__HSNd1{font-size:46px}.styles_mobile-h2__4jJAC{font-size:36px}.styles_mobile-h3__TSA9g{font-size:32px;line-height:110%}.styles_mobile-h4__qZMaA{font-size:26px;line-height:110%}.styles_mobile-h5__uuV6J{font-size:22px}.styles_mobile-h6__Jf3Od{font-size:18px;line-height:110%}.styles_mobile-card-heading__riGbc{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.styles_mobile-heading-subtitle__mqlXj{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.styles_label-12__eXzVN{font-size:12px}.styles_label-12__eXzVN,.styles_label-14__gOB-k{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.styles_label-14__gOB-k{font-size:14px}.styles_label-16__9b07t,.styles_postInfo__h8iDr{font-size:16px}.styles_label-16__9b07t,.styles_label-18__fup63,.styles_postInfo__h8iDr{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.styles_label-18__fup63{font-size:18px}.styles_label-20__DXxyZ{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.styles_label-24__piXW7{font-size:24px}.styles_label-24__piXW7,.styles_label-28__GUQ61{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.styles_label-28__GUQ61{font-size:28px}.styles_caption-14__TNi9H{font-size:14px}.styles_caption-12__nNuo-,.styles_caption-14__TNi9H{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.styles_caption-12__nNuo-{font-size:12px}.styles_supportive-14__0TciY{font-size:14px}.styles_supportive-12__kH4Fh,.styles_supportive-14__0TciY{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.styles_supportive-12__kH4Fh{font-size:12px}.styles_bodySizeS__-tKMM{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.styles_bodySizeM__RTyl2{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.styles_body-text__7OZpY.styles_desktop-body-32__\+4dYG{font-size:32px}.styles_body-text__7OZpY.styles_desktop-body-28__sY\+6b{font-size:28px}.styles_body-text__7OZpY.styles_desktop-body-22__yoke3{font-size:22px;line-height:150%}.styles_body-text__7OZpY.styles_desktop-body-16__IWz91{font-size:16px;line-height:150%}}.styles_mobile-body-16__zjEVc{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.styles_bodySizeL__xAniF,.styles_userInfo__eWyyS{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.styles_typography-price__d8n2l{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.styles_underline__QfheF{text-decoration:underline}@media(min-width:1280px){.styles_heading__DeSRr.styles_desktop-h4__SswrG{font-size:32px;line-height:110%}.styles_heading__DeSRr.styles_desktop-h1__s1XV9{font-size:62px;line-height:110%}.styles_heading__DeSRr.styles_desktop-h2__twFua{font-size:46px;line-height:140%}.styles_heading__DeSRr.styles_desktop-h5__d7cqn{font-size:26px;line-height:110%}.styles_heading__DeSRr.styles_desktop-h6__8Kmpt{font-size:18px;line-height:110%}.styles_heading__DeSRr.styles_desktop-h7__Z6NxQ{font-size:16px;letter-spacing:-.32px;line-height:22px}.styles_desktop-label-18__0qKCu{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.styles_desktop-body-18__QX683{font-size:18px;line-height:165%}}.styles_header__vKt4U{background-color:#fff;box-shadow:0 2px 16px 0 #63636314;padding:10px 16px 8px 12px}.styles_navigation__Yl6nn{align-items:center;column-gap:16px;display:flex;flex-direction:row;justify-content:center}.styles_content__a9kH5{display:flex;flex-direction:row;width:100%}.styles_offerTitle__NgBGJ{-webkit-box-orient:vertical;-webkit-line-clamp:1;word-wrap:break-word;text-wrap:wrap;color:#2c2c2c;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.styles_tooltip__QcmOz{position:relative}.styles_itemInfo__4IC2w{cursor:default;display:flex;flex-direction:column;flex-grow:1;font-weight:700;overflow:hidden;white-space:nowrap}.styles_userInfo__eWyyS{align-items:baseline;display:flex;flex-direction:row;gap:4px;margin-bottom:1px;position:relative}.styles_userInfo__eWyyS a:hover,.styles_userInfo__eWyyS:hover{color:#7857fc}.styles_userInfoWrapper__Dghav{align-items:center;display:flex;flex-direction:row;gap:4px}.styles_postInfo__h8iDr{color:#2c2c2c;display:flex;gap:10px}.styles_postInfo__h8iDr:hover,.styles_postInfo__h8iDr:hover a{color:#7857fc}.styles_postImage__FtKls{margin-right:12px;margin-top:5px}.styles_dropdown__Nq1SM{max-height:max-content;max-width:258px;right:0}@media screen and (min-width:1280px){.styles_dropdown__Nq1SM{max-width:306px}.styles_offerTitle__NgBGJ{max-width:100%}}.reportForms_body-font-style__uQ1ap{font-family:Inter,sans-serif}.reportForms_body-text__sKr3T{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.reportForms_heading__kNZgs{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.reportForms_mobile-h1__AmART{font-size:46px}.reportForms_mobile-h2__vp9Ut{font-size:36px}.reportForms_mobile-h3__rhA3q{font-size:32px;line-height:110%}.reportForms_mobile-h4__QB9s7{font-size:26px;line-height:110%}.reportForms_mobile-h5__EExub{font-size:22px}.reportForms_mobile-h6__SLYyb{font-size:18px;line-height:110%}.reportForms_mobile-card-heading__Dws\+1{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.reportForms_mobile-heading-subtitle__LfWB4{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.reportForms_label-12__bOKfe{font-size:12px}.reportForms_label-12__bOKfe,.reportForms_label-14__vwif0{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.reportForms_label-14__vwif0{font-size:14px}.reportForms_label-16__E3KqH{font-size:16px}.reportForms_label-16__E3KqH,.reportForms_label-18__mbVIM{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.reportForms_label-18__mbVIM{font-size:18px}.reportForms_label-20__4xtq2{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.reportForms_label-24__85twA{font-size:24px}.reportForms_label-24__85twA,.reportForms_label-28__c88Dk{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.reportForms_label-28__c88Dk{font-size:28px}.reportForms_caption-14__DtjlV{font-size:14px}.reportForms_caption-12__utbNR,.reportForms_caption-14__DtjlV{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.reportForms_caption-12__utbNR{font-size:12px}.reportForms_supportive-14__1IWEM{font-size:14px}.reportForms_supportive-12__vFoMx,.reportForms_supportive-14__1IWEM{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.reportForms_supportive-12__vFoMx{font-size:12px}.reportForms_bodySizeS__QxOJu{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.reportForms_bodySizeM__X4Ia4{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.reportForms_body-text__sKr3T.reportForms_desktop-body-32__mzWbX{font-size:32px}.reportForms_body-text__sKr3T.reportForms_desktop-body-28__2JA14{font-size:28px}.reportForms_body-text__sKr3T.reportForms_desktop-body-22__\+rxBA{font-size:22px;line-height:150%}.reportForms_body-text__sKr3T.reportForms_desktop-body-16__7aMbk{font-size:16px;line-height:150%}}.reportForms_mobile-body-16__XmQ4o{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.reportForms_bodySizeL__O8wv\+{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.reportForms_typography-price__Z8VOQ{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.reportForms_underline__bzuE6{text-decoration:underline}@media(min-width:1280px){.reportForms_heading__kNZgs.reportForms_desktop-h4__oIZ1K{font-size:32px;line-height:110%}.reportForms_heading__kNZgs.reportForms_desktop-h1__MJIw9{font-size:62px;line-height:110%}.reportForms_heading__kNZgs.reportForms_desktop-h2__zUdJs{font-size:46px;line-height:140%}.reportForms_heading__kNZgs.reportForms_desktop-h5__Tivyr{font-size:26px;line-height:110%}.reportForms_heading__kNZgs.reportForms_desktop-h6__2M4Qk{font-size:18px;line-height:110%}.reportForms_heading__kNZgs.reportForms_desktop-h7__znaNh{font-size:16px;letter-spacing:-.32px;line-height:22px}.reportForms_desktop-label-18__2bXAM{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.reportForms_desktop-body-18__LzDz8{font-size:18px;line-height:165%}}.reportForms_flex-row__1CKci{display:flex;flex-direction:row}.reportForms_flex-column__Q-56v{display:flex;flex-direction:column}.reportForms_flex-row-center__ndm7r{align-items:center;display:flex;flex-direction:row;justify-content:center}.reportForms_flex-column-center__mq6NT{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes reportForms_rotation__m7qDp{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.reportForms_mobile-paddings__MZo22{padding:24px 16px 0}.reportForms_mobile-hide__yhs7R{display:none}@media screen and (min-width:1280px){.reportForms_mobile-hide__yhs7R{display:inline;display:initial}.reportForms_desktop-hide__ShQ4Q{display:none}}.reportForms_formRadio__i3v7r{color:#595959;color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-weight:400;gap:20px;line-height:24px}.reportForms_twoColumnFormRadio__5za5Y{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);justify-content:start;justify-items:start}.reportForms_buttonRow__nAWze{display:flex;flex-direction:column;gap:12px}.reportModal_body-font-style__Xro8W{font-family:Inter,sans-serif}.reportModal_body-text__i\+XZT{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.reportModal_heading__4Dl33{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.reportModal_mobile-h1__VoahV{font-size:46px}.reportModal_mobile-h2__S4tgY{font-size:36px}.reportModal_mobile-h3__kVhwa{font-size:32px;line-height:110%}.reportModal_mobile-h4__A6Vrg{font-size:26px;line-height:110%}.reportModal_mobile-h5__wFsiH{font-size:22px}.reportModal_mobile-h6__CKe1h{font-size:18px;line-height:110%}.reportModal_mobile-card-heading__BuAQ0{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.reportModal_mobile-heading-subtitle__91Vza{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.reportModal_label-12__Yw7kj{font-size:12px}.reportModal_label-12__Yw7kj,.reportModal_label-14__w-tX9{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.reportModal_label-14__w-tX9{font-size:14px}.reportModal_label-16__gYbts{font-size:16px}.reportModal_label-16__gYbts,.reportModal_label-18__SxBfW{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.reportModal_label-18__SxBfW{font-size:18px}.reportModal_label-20__6pgwm{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.reportModal_label-24__eXQxT{font-size:24px}.reportModal_label-24__eXQxT,.reportModal_label-28__Tbp-X{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.reportModal_label-28__Tbp-X{font-size:28px}.reportModal_caption-14__Y8yGt{font-size:14px}.reportModal_caption-12__NfXW0,.reportModal_caption-14__Y8yGt{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.reportModal_caption-12__NfXW0{font-size:12px}.reportModal_supportive-14__PySxa{font-size:14px}.reportModal_supportive-12__njm4a,.reportModal_supportive-14__PySxa{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.reportModal_supportive-12__njm4a{font-size:12px}.reportModal_bodySizeS__9dsvy{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.reportModal_bodySizeM__AsPX4{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.reportModal_body-text__i\+XZT.reportModal_desktop-body-32__paCcy{font-size:32px}.reportModal_body-text__i\+XZT.reportModal_desktop-body-28__f1cmJ{font-size:28px}.reportModal_body-text__i\+XZT.reportModal_desktop-body-22__-zFMm{font-size:22px;line-height:150%}.reportModal_body-text__i\+XZT.reportModal_desktop-body-16__5d1XY{font-size:16px;line-height:150%}}.reportModal_mobile-body-16__i-Iy7{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.reportModal_bodySizeL__Z8F8j{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.reportModal_typography-price__\+9SAY{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.reportModal_underline__ITmyV{text-decoration:underline}@media(min-width:1280px){.reportModal_heading__4Dl33.reportModal_desktop-h4__0GnuC{font-size:32px;line-height:110%}.reportModal_heading__4Dl33.reportModal_desktop-h1__zWsgh{font-size:62px;line-height:110%}.reportModal_heading__4Dl33.reportModal_desktop-h2__V4sJN{font-size:46px;line-height:140%}.reportModal_heading__4Dl33.reportModal_desktop-h5__1Gtwm{font-size:26px;line-height:110%}.reportModal_heading__4Dl33.reportModal_desktop-h6__mLPnf{font-size:18px;line-height:110%}.reportModal_heading__4Dl33.reportModal_desktop-h7__SKmbY{font-size:16px;letter-spacing:-.32px;line-height:22px}.reportModal_desktop-label-18__aJ3IY{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.reportModal_desktop-body-18__YbVgF{font-size:18px;line-height:165%}}.reportModal_flex-row__QU9A7{display:flex;flex-direction:row}.reportModal_flex-column__9h1Uh{display:flex;flex-direction:column}.reportModal_flex-row-center__h1H9z{align-items:center;display:flex;flex-direction:row;justify-content:center}.reportModal_flex-column-center__Q96Ln{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes reportModal_rotation__ueXZW{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.reportModal_mobile-paddings__Eczz8{padding:24px 16px 0}.reportModal_mobile-hide__ldMZa{display:none}@media screen and (min-width:1280px){.reportModal_mobile-hide__ldMZa{display:inline;display:initial}.reportModal_desktop-hide__psEoM{display:none}}.reportModal_modalContainer__cnmF7{height:100%;padding:24px 16px 0;width:100%}.reportModal_formRadio__Z7tEW{color:#595959;color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-weight:400;gap:20px;line-height:24px}.reportModal_buttonRow__VQN-c{display:flex;flex-direction:column;gap:12px}.reportModal_successContainer__fzQxn{width:100%}@media screen and (min-width:1280px){.reportModal_modalContainer__cnmF7{padding:0;width:472px}.reportModal_successContainer__fzQxn{width:366px}}.styles_flex-row__lKo1u{display:flex;flex-direction:row}.styles_flex-column__7g\+iE{display:flex;flex-direction:column}.styles_flex-row-center__ULXq1{align-items:center;display:flex;flex-direction:row;justify-content:center}.styles_flex-column-center__M5-7A{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes styles_rotation__caPw8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_body-font-style__-iM9w{font-family:Inter,sans-serif}.styles_body-text__LMpgD{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.styles_heading__XbyNv{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.styles_mobile-h1__T6Nvx{font-size:46px}.styles_mobile-h2__1hsE9{font-size:36px}.styles_mobile-h3__2mRTX{font-size:32px;line-height:110%}.styles_mobile-h4__DAuUP{font-size:26px;line-height:110%}.styles_mobile-h5__0h\+dP{font-size:22px}.styles_mobile-h6__Y\+SmY{font-size:18px;line-height:110%}.styles_mobile-card-heading__tVTWB{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.styles_mobile-heading-subtitle__UM6sZ{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.styles_label-12__bqu8I{font-size:12px}.styles_label-12__bqu8I,.styles_label-14__0cH9l{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.styles_label-14__0cH9l{font-size:14px}.styles_label-16__b3J7T{font-size:16px}.styles_label-16__b3J7T,.styles_label-18__NxrfC{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.styles_label-18__NxrfC{font-size:18px}.styles_label-20__dFZpX{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.styles_label-24__j17U1{font-size:24px}.styles_label-24__j17U1,.styles_label-28__KOVGy{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.styles_label-28__KOVGy{font-size:28px}.styles_caption-14__dRRzX{font-size:14px}.styles_caption-12__as4I8,.styles_caption-14__dRRzX{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.styles_caption-12__as4I8{font-size:12px}.styles_strangerMessageText__KW1Vz,.styles_supportive-14__iutpy,.styles_userMessageText__9TsLP{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:130%}.styles_supportive-12__d7Pxc{font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:130%}.styles_bodySizeS__Xp5GS{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.styles_bodySizeM__JPFl-{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.styles_body-text__LMpgD.styles_desktop-body-32__Z7JqX{font-size:32px}.styles_body-text__LMpgD.styles_desktop-body-28__z64Ez{font-size:28px}.styles_body-text__LMpgD.styles_desktop-body-22__vQGIr{font-size:22px;line-height:150%}.styles_body-text__LMpgD.styles_desktop-body-16__6mUjS{font-size:16px;line-height:150%}}.styles_mobile-body-16__3UtdX{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.styles_bodySizeL__trYkL{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.styles_typography-price__6FDhD{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.styles_underline__pYgPY{text-decoration:underline}@media(min-width:1280px){.styles_heading__XbyNv.styles_desktop-h4__2ZUe\+{font-size:32px;line-height:110%}.styles_heading__XbyNv.styles_desktop-h1__Cbp4N{font-size:62px;line-height:110%}.styles_heading__XbyNv.styles_desktop-h2__6RSZu{font-size:46px;line-height:140%}.styles_heading__XbyNv.styles_desktop-h5__y75Vo{font-size:26px;line-height:110%}.styles_heading__XbyNv.styles_desktop-h6__EI6QI{font-size:18px;line-height:110%}.styles_heading__XbyNv.styles_desktop-h7__r\+3op{font-size:16px;letter-spacing:-.32px;line-height:22px}.styles_desktop-label-18__ZebR9{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.styles_desktop-body-18__WZYK\+{font-size:18px;line-height:165%}}.styles_messageWithDate__0fFhk{display:flex;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;gap:8px;line-height:130%;padding-top:16px}.styles_messageUserMain__sK\+W\+{display:flex;flex-direction:row;gap:8px;justify-content:flex-end;margin-top:8px}.styles_messageUserMain__sK\+W\++.styles_messageUserMain__sK\+W\+{padding-right:40px;padding-top:8px}.styles_messageUserMain__sK\+W\++.styles_messageUserMain__sK\+W\+ .styles_avatarWrapper__x1v-k{display:none}.styles_messageUserMain__sK\+W\++.styles_messageUserMain__sK\+W\+ .styles_messageWithDate__0fFhk{padding-top:0}.styles_messageStrangerMain__nt3yr{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;margin-top:8px}.styles_messageStrangerMain__nt3yr+.styles_messageStrangerMain__nt3yr{padding-left:40px;padding-top:8px}.styles_messageStrangerMain__nt3yr+.styles_messageStrangerMain__nt3yr .styles_avatarWrapper__x1v-k{display:none}.styles_messageStrangerMain__nt3yr+.styles_messageStrangerMain__nt3yr .styles_messageWithDate__0fFhk{padding-top:0}.styles_messageStrangerMain__nt3yr+.styles_warningMain__Siv4N{padding-left:0}.styles_warningMessagesContainer__sggyl{display:flex;flex-direction:column;gap:4px}.styles_yomeAvatar__6727x{align-items:center;background-color:#6a7efc;border-radius:50%;color:#fff;display:flex;height:32px;justify-content:center;width:32px}.styles_strangerMessageText__KW1Vz,.styles_userMessageText__9TsLP{word-wrap:break-word;max-width:236px;padding:12px;text-align:left;white-space:pre-wrap}.styles_userMessageText__9TsLP{background-color:#eceeff;border-radius:12px 2px 12px 12px;margin-left:auto}.styles_strangerMessageText__KW1Vz{background-color:#f5f5f5;border-radius:2px 12px 12px;margin-right:auto}.styles_warningText__nCc3k{background-color:#e5f9e7;display:flex;flex-direction:column;gap:8px}.styles_warningButtonsContainer__OQv2P{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:space-between;margin-top:8px}.styles_helpfulBlockContainer__zQC-K{align-items:center;display:flex;flex-direction:column;gap:8px;margin-top:16px}.styles_contactSupportButton__yhVjU{width:100%}.styles_helpfulButtonsContainer__FZMoG{align-items:center;display:flex;flex-direction:row;gap:8px}.styles_warningButtonsContainer__OQv2P .styles_helpfulButton__nO7Tq{background-color:#fff;padding:8px 16px}@media screen and (min-width:1280px){.styles_strangerMessageText__KW1Vz,.styles_userMessageText__9TsLP{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%;max-width:388px}.styles_warningText__nCc3k{min-width:388px}.styles_messageWithDate__0fFhk{gap:16px}.styles_warningButtonsContainer__OQv2P{display:flex;flex-direction:row}.styles_helpfulBlockContainer__zQC-K{display:flex;flex-direction:row;margin-top:0}.styles_warningButtonsContainer__OQv2P .styles_helpfulButton__nO7Tq{padding:8px}.styles_contactSupportButton__yhVjU{width:auto}}.styles_flex-row__fsWnz{display:flex;flex-direction:row}.styles_flex-column__bLUu-{display:flex;flex-direction:column}.styles_flex-row-center__kLiDq{align-items:center;display:flex;flex-direction:row;justify-content:center}.styles_flex-column-center__Bjors{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes styles_rotation__VEG6D{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_headerGroupDate__hAKGm{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-bottom:4px}.styles_headerGroupDate__hAKGm:not(:first-child){margin-top:20px}.styles_headerGroupDate__hAKGm .styles_dateLabel__WNPWV{background:#f5f5f5;border-radius:12px;padding:6px 12px}.styles_main__3D7b0{height:100%}.styles_flex-row__gs3WJ{display:flex;flex-direction:row}.styles_flex-column__Ie8tn{display:flex;flex-direction:column}.styles_flex-row-center__vR2kq{align-items:center;display:flex;flex-direction:row;justify-content:center}.styles_flex-column-center__gowsv{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes styles_rotation__ki7F7{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_history__rnFLG{align-self:end;display:flex;flex-direction:column;max-height:calc(100dvh - 210px);overflow:auto}.styles_content__L\+we8{display:flex;flex-direction:column;height:100%;padding:20px 16px}@media screen and (min-width:1280px){.styles_history__rnFLG{max-height:calc(100vh - 411px)}}.styles_flex-row__8JvWB{display:flex;flex-direction:row}.styles_flex-column__to-FB{display:flex;flex-direction:column}.styles_flex-row-center__8EbHg{align-items:center;display:flex;flex-direction:row;justify-content:center}.styles_flex-column-center__\+P2bZ{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes styles_rotation__P36CN{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_body-font-style__USqEp{font-family:Inter,sans-serif}.styles_body-text__jDpIV{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.styles_heading__ice75{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.styles_mobile-h1__HFMFm{font-size:46px}.styles_mobile-h2__BNO1M{font-size:36px}.styles_mobile-h3__9DezZ{font-size:32px;line-height:110%}.styles_mobile-h4__JS7nI{font-size:26px;line-height:110%}.styles_mobile-h5__3Gegm{font-size:22px}.styles_mobile-h6__46dxX{font-size:18px;line-height:110%}.styles_mobile-card-heading__KmeUI{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.styles_mobile-heading-subtitle__GUi4X{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.styles_label-12__87xZR{font-size:12px}.styles_label-12__87xZR,.styles_label-14__s8Yrc{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.styles_label-14__s8Yrc{font-size:14px}.styles_label-16__oAr\+C{font-size:16px}.styles_label-16__oAr\+C,.styles_label-18__fEr2G{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.styles_label-18__fEr2G{font-size:18px}.styles_label-20__eHoA0{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.styles_label-24__qochE{font-size:24px}.styles_label-24__qochE,.styles_label-28__rzdb\+{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.styles_label-28__rzdb\+{font-size:28px}.styles_caption-14__JEy\+R{font-size:14px}.styles_caption-12__s70AS,.styles_caption-14__JEy\+R{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.styles_caption-12__s70AS{font-size:12px}.styles_supportive-14__wXXeY{font-size:14px}.styles_supportive-12__bGHtc,.styles_supportive-14__wXXeY{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.styles_supportive-12__bGHtc{font-size:12px}.styles_bodySizeS__TFc2W{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.styles_bodySizeM__ncXib{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.styles_body-text__jDpIV.styles_desktop-body-32__257BG{font-size:32px}.styles_body-text__jDpIV.styles_desktop-body-28__LtKzX{font-size:28px}.styles_body-text__jDpIV.styles_desktop-body-22__1v4sH{font-size:22px;line-height:150%}.styles_body-text__jDpIV.styles_desktop-body-16__xAyud{font-size:16px;line-height:150%}}.styles_mobile-body-16__cBn1h{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.styles_bodySizeL__djVQc{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.styles_typography-price__6aL2w{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.styles_underline__LzTjQ{text-decoration:underline}@media(min-width:1280px){.styles_heading__ice75.styles_desktop-h4__Ys4lN{font-size:32px;line-height:110%}.styles_heading__ice75.styles_desktop-h1__sd4Vf{font-size:62px;line-height:110%}.styles_heading__ice75.styles_desktop-h2__sAFHb{font-size:46px;line-height:140%}.styles_heading__ice75.styles_desktop-h5__DoHJi{font-size:26px;line-height:110%}.styles_heading__ice75.styles_desktop-h6__ziv5b{font-size:18px;line-height:110%}.styles_heading__ice75.styles_desktop-h7__yp81c{font-size:16px;letter-spacing:-.32px;line-height:22px}.styles_desktop-label-18__YMzQN{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.styles_desktop-body-18__uKI6o{font-size:18px;line-height:165%}}.styles_main__CuDzt{box-shadow:none;display:flex;flex-direction:row;width:100%}.styles_main__CuDzt,.styles_main__CuDzt .styles_message__2tc0e{align-items:center}.styles_upload__E5vU\+{padding:4px 0}.styles_send__UiZ62,.styles_upload__E5vU\+{color:#767676}.styles_send__UiZ62 svg path,.styles_upload__E5vU\+ svg path{fill:currentcolor}.styles_send__UiZ62.styles_disabled__L5G-G,.styles_upload__E5vU\+.styles_disabled__L5G-G{opacity:.5}.styles_send__UiZ62.styles_disabled__L5G-G button,.styles_upload__E5vU\+.styles_disabled__L5G-G button{cursor:default}.styles_send__UiZ62:hover,.styles_upload__E5vU\+:hover{color:#6a7efccc}.styles_message__2tc0e{display:flex;flex-grow:1;justify-content:space-between;position:relative}.styles_message__2tc0e .styles_field__015Dh{width:100%}.styles_message__2tc0e .styles_field__015Dh textarea{background-color:#fff;border:2px solid #6a7efc66;border-radius:5px;color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;height:44px;line-height:24px;min-height:44px;outline:0;padding-right:44px}.styles_message__2tc0e .styles_field__015Dh textarea:hover{border-color:#6a7efc99}.styles_message__2tc0e .styles_field__015Dh textarea:focus{border-color:#6a7efccc}.styles_send__UiZ62{align-items:center;color:#6a7efc99;display:flex;flex-direction:row;height:100%;justify-content:center;padding:6px;position:absolute;right:0;top:0}.styles_send__UiZ62 button:hover{background-color:#0000}.chatMessageForm_main__Yu7Ak{background-color:#fff;position:relative}.chatMessageForm_form__otLct{bottom:4px;box-shadow:0 -2px 16px 0 #63636314;padding:12px}.styles_wrapperChanel__0CLR9{display:grid;grid-template-rows:auto 1fr auto;height:100%;overflow:hidden}.styles_unblock__FL5nX{justify-self:center;margin-top:12px;width:fit-content}@media screen and (min-width:1280px){.styles_wrapperChanel__0CLR9{height:inherit;max-height:inherit;transform:none}}.styles_flex-row__CC48F{display:flex;flex-direction:row}.styles_flex-column__tU3J3{display:flex;flex-direction:column}.styles_flex-row-center__1WtH9{align-items:center;display:flex;flex-direction:row;justify-content:center}.styles_flex-column-center__HigXx{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes styles_rotation__lke2Q{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_body-font-style__aGZnE{font-family:Inter,sans-serif}.styles_body-text__tZ4rl{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.styles_heading__gjJ\+6{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.styles_mobile-h1__aaFmn{font-size:46px}.styles_mobile-h2__A\+VQY{font-size:36px}.styles_mobile-h3__glUsT{font-size:32px;line-height:110%}.styles_mobile-h4__VPXlA{font-size:26px;line-height:110%}.styles_mobile-h5__EAhy2{font-size:22px}.styles_mobile-h6__j6M8a{font-size:18px;line-height:110%}.styles_mobile-card-heading__uYIOA{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.styles_mobile-heading-subtitle__ooAB6{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.styles_label-12__cW\+8Z{font-size:12px}.styles_label-12__cW\+8Z,.styles_label-14__2w5nb{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.styles_label-14__2w5nb{font-size:14px}.styles_label-16__e-ZH5{font-size:16px}.styles_label-16__e-ZH5,.styles_label-18__-fLgd{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.styles_label-18__-fLgd{font-size:18px}.styles_label-20__w-loT{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.styles_label-24__b2--e{font-size:24px}.styles_label-24__b2--e,.styles_label-28__58sAX{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.styles_label-28__58sAX{font-size:28px}.styles_caption-14__67nxq{font-size:14px}.styles_caption-12__sMRNG,.styles_caption-14__67nxq{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.styles_caption-12__sMRNG{font-size:12px}.styles_supportive-14__Q3XZ3{font-size:14px}.styles_supportive-12__1r2a2,.styles_supportive-14__Q3XZ3{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.styles_supportive-12__1r2a2{font-size:12px}.styles_bodySizeS__Hi8j9{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.styles_bodySizeM__rlshd{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.styles_body-text__tZ4rl.styles_desktop-body-32__GAwNx{font-size:32px}.styles_body-text__tZ4rl.styles_desktop-body-28__hoL1j{font-size:28px}.styles_body-text__tZ4rl.styles_desktop-body-22__G1gZ4{font-size:22px;line-height:150%}.styles_body-text__tZ4rl.styles_desktop-body-16__XvzxU{font-size:16px;line-height:150%}}.styles_mobile-body-16__aJ1fU{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.styles_bodySizeL__xO-oc{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.styles_typography-price__VnFbz{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.styles_underline__upO0S{text-decoration:underline}@media(min-width:1280px){.styles_heading__gjJ\+6.styles_desktop-h4__k-1hb{font-size:32px;line-height:110%}.styles_heading__gjJ\+6.styles_desktop-h1__USKe0{font-size:62px;line-height:110%}.styles_heading__gjJ\+6.styles_desktop-h2__JpKQd{font-size:46px;line-height:140%}.styles_heading__gjJ\+6.styles_desktop-h5__4ya9U{font-size:26px;line-height:110%}.styles_heading__gjJ\+6.styles_desktop-h6__O0Vu5{font-size:18px;line-height:110%}.styles_heading__gjJ\+6.styles_desktop-h7__si7Gt{font-size:16px;letter-spacing:-.32px;line-height:22px}.styles_desktop-label-18__k-PVi{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.styles_desktop-body-18__4ka0\+{font-size:18px;line-height:165%}}.styles_filterMain__3Vvg1{padding:16px 16px 0}.styles_filterContainer__HFKIh{position:relative}.styles_fieldInput__YP3Kf{border:1px solid #f0f0f0;color:#595959;color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-weight:400;height:40px;line-height:24px;padding:8px 12px;resize:none}.styles_fieldInput__YP3Kf:active,.styles_fieldInput__YP3Kf:focus,.styles_fieldInput__YP3Kf:focus-visible{outline:1px solid #d1d2d5}.styles_filtersDropdown__r1Cox{top:0}.styles_textInput__fJGLC{padding-left:40px;padding-right:40px}.styles_searchIcon__xoojZ{left:18px;position:absolute;top:10px}.styles_filtersIcon__X8deU{bottom:5px;position:absolute;right:8px}.styles_input__22Roo button{bottom:5px;height:auto;right:44px}@media screen and (min-width:1280px){.styles_filterContainer__HFKIh{padding-left:12px;padding-right:12px}.styles_filterMain__3Vvg1{padding-left:0;padding-right:0}}.chatDisplay_flex-row__PJf\+r{display:flex;flex-direction:row}.chatDisplay_flex-column__M6Xph{display:flex;flex-direction:column}.chatDisplay_flex-row-center__WxEAw{align-items:center;display:flex;flex-direction:row;justify-content:center}.chatDisplay_flex-column-center__r7uUg{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes chatDisplay_rotation__SmSmd{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.chatDisplay_main__hDguD{cursor:pointer;display:grid;grid-template-columns:auto 1fr auto;height:90px;padding:12px 16px 12px 12px}.chatDisplay_main__hDguD:hover,.chatDisplay_selected__FqNBb{background-color:#eceeff}.chatDisplay_avatar__9L1Vs{margin-right:12px}.chatDisplay_info__Sdzqk{display:flex;flex-direction:column;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatDisplay_user__G\+SW\+{display:flex;flex-direction:row;gap:4px;padding-bottom:4px}.chatDisplay_partner__CtM0g{font-size:16px;overflow:hidden;text-overflow:ellipsis}.chatDisplay_offer__wuYPT{font-weight:700;overflow:hidden;padding-bottom:5px;text-overflow:ellipsis}.chatDisplay_message__PQSUF{color:#767676;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatDisplay_date__vRFQW{align-items:flex-end;color:#767676;display:flex;flex-direction:column;margin-left:auto}.chatDisplay_counter__sSU1j{align-items:center;background-color:#6a7efc;border-radius:50%;color:#fff;height:20px;justify-content:center;margin-top:auto;width:20px}.chatDisplay_counter__sSU1j,.chatList_flex-row__rXgc2{display:flex;flex-direction:row}.chatList_flex-column__e-4ak{display:flex;flex-direction:column}.chatList_flex-row-center__UtJE6{align-items:center;display:flex;flex-direction:row;justify-content:center}.chatList_flex-column-center__gc\+h8{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes chatList_rotation__cWfep{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.chatList_scrollableChatListContent__LD7x6{max-height:calc(100dvh - 173px);overflow-y:auto}@media screen and (min-width:1280px){.chatList_scrollableChatListContent__LD7x6{max-height:calc(100vh - 333px)}}.chatPanel_main__9eump{grid-gap:16px;background-color:#fff;border-radius:5px 0 0 5px;display:grid;gap:16px;grid-template-rows:auto 1fr}@media screen and (min-width:1280px){.chatPanel_main__9eump{border-right:1px solid #f5f5f5;transform:none;width:334px}}.styles_flex-row__gmEId{display:flex;flex-direction:row}.styles_flex-column__LnSwN{display:flex;flex-direction:column}.styles_flex-row-center__isZIt{align-items:center;display:flex;flex-direction:row;justify-content:center}.styles_flex-column-center__W3siF{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes styles_rotation__yi0Ss{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_mobile-paddings__eGGtF{padding:24px 16px 0}.styles_mobile-hide__FHIHY{display:none}@media screen and (min-width:1280px){.styles_mobile-hide__FHIHY{display:inline;display:initial}.styles_desktop-hide__OdkS6{display:none}}.styles_main__H6FYf{background-color:#fff;height:100%;transform:translateX(-16px);width:calc(100% + 32px)}.styles_messengerLabel__uu8sS{background-color:#fafafa;display:flex;gap:12px;padding:24px 16px}.styles_messengerWrapper__AyXHw{display:flex;flex-direction:column;height:100%;padding-bottom:12px}.styles_messenger__c0kp4{background-color:#fff;border-radius:5px;display:grid;grid-template-columns:3fr 6fr;height:calc(100vh - 261px);overflow:hidden}@media screen and (min-width:1280px){.styles_messenger__c0kp4{overflow:visible;overflow:initial}.styles_messengerLabel__uu8sS{background-color:inherit;padding:0 0 20px}.styles_main__H6FYf{grid-gap:40px;background-color:initial;display:grid;gap:40px;grid-template-columns:10fr 3fr;height:100%;transform:none;width:100%}.styles_showcaseBlock__yWz5r{margin-top:67px}.styles_messengerWrapper__AyXHw{padding-bottom:0;padding-top:44px}}.noSelectedChat_main__p8q0i{height:100%}.newItem_newItemContainer__D1NYf{margin-top:60px}.newItem_newItemMainCategories__fw0YW{min-height:100vh}.newItem_draftFormHeader__UIJ2-{gap:12px}.newItem_heading__8SttU{display:flex;margin-bottom:24px}.formAutoRenewalToggle_flex-row__LWC2i{display:flex;flex-direction:row}.formAutoRenewalToggle_flex-column__gdiLR{display:flex;flex-direction:column}.formAutoRenewalToggle_flex-row-center__z6lfV{align-items:center;display:flex;flex-direction:row;justify-content:center}.formAutoRenewalToggle_flex-column-center__dnrWc{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes formAutoRenewalToggle_rotation__aku\+o{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.formAutoRenewalToggle_label__X5zZ4{align-items:center;display:flex;flex-direction:row;gap:4px;line-height:24px}.categorySelect_flex-row__Z53qy{display:flex;flex-direction:row}.categorySelect_flex-column__nAEml{display:flex;flex-direction:column}.categorySelect_flex-row-center__iqvS2{align-items:center;display:flex;flex-direction:row;justify-content:center}.categorySelect_flex-column-center__K-\+0z{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes categorySelect_rotation__220z5{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.categorySelect_body-font-style__MliHp{font-family:Inter,sans-serif}.categorySelect_body-text__3hY3h{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.categorySelect_heading__YgVmY{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.categorySelect_mobile-h1__naF4u{font-size:46px}.categorySelect_mobile-h2__Lxy8r{font-size:36px}.categorySelect_mobile-h3__stAbs{font-size:32px;line-height:110%}.categorySelect_mobile-h4__kriTp{font-size:26px;line-height:110%}.categorySelect_mobile-h5__b05hY{font-size:22px}.categorySelect_mobile-h6__VyZQy{font-size:18px;line-height:110%}.categorySelect_mobile-card-heading__cOM4J{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.categorySelect_mobile-heading-subtitle__zLd1\+{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.categorySelect_label-12__RgyBC{font-size:12px}.categorySelect_label-12__RgyBC,.categorySelect_label-14__u\+6l-{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.categorySelect_label-14__u\+6l-{font-size:14px}.categorySelect_label-16__5LTR9{font-size:16px}.categorySelect_label-16__5LTR9,.categorySelect_label-18__ficDQ{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.categorySelect_label-18__ficDQ{font-size:18px}.categorySelect_label-20__7Dzie{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.categorySelect_label-24__9GODW{font-size:24px}.categorySelect_label-24__9GODW,.categorySelect_label-28__YBBwv{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.categorySelect_label-28__YBBwv{font-size:28px}.categorySelect_caption-14__HbvSR{font-size:14px}.categorySelect_caption-12__eY7uB,.categorySelect_caption-14__HbvSR{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.categorySelect_caption-12__eY7uB{font-size:12px}.categorySelect_supportive-14__BD51V{font-size:14px}.categorySelect_supportive-12__A9Lge,.categorySelect_supportive-14__BD51V{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.categorySelect_supportive-12__A9Lge{font-size:12px}.categorySelect_bodySizeS__8XPc7{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.categorySelect_bodySizeM__cPHw1{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.categorySelect_body-text__3hY3h.categorySelect_desktop-body-32__lurou{font-size:32px}.categorySelect_body-text__3hY3h.categorySelect_desktop-body-28__pDqRj{font-size:28px}.categorySelect_body-text__3hY3h.categorySelect_desktop-body-22__T-Njd{font-size:22px;line-height:150%}.categorySelect_body-text__3hY3h.categorySelect_desktop-body-16__S6M3U{font-size:16px;line-height:150%}}.categorySelect_mobile-body-16__ftMSd{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.categorySelect_bodySizeL__JlzlD{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.categorySelect_typography-price__\+BsSo{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.categorySelect_underline__EoOF7{text-decoration:underline}@media(min-width:1280px){.categorySelect_heading__YgVmY.categorySelect_desktop-h4__XIsaN{font-size:32px;line-height:110%}.categorySelect_heading__YgVmY.categorySelect_desktop-h1__OS5fB{font-size:62px;line-height:110%}.categorySelect_heading__YgVmY.categorySelect_desktop-h2__Hj98c{font-size:46px;line-height:140%}.categorySelect_heading__YgVmY.categorySelect_desktop-h5__iGRP2{font-size:26px;line-height:110%}.categorySelect_heading__YgVmY.categorySelect_desktop-h6__t\+ONL{font-size:18px;line-height:110%}.categorySelect_heading__YgVmY.categorySelect_desktop-h7__gLqI6{font-size:16px;letter-spacing:-.32px;line-height:22px}.categorySelect_desktop-label-18__GCf3h{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.categorySelect_desktop-body-18__F-Sub{font-size:18px;line-height:165%}}.categorySelect_categoryFormBlock__oSZo6{display:flex;flex-direction:column;gap:20px}@media screen and (min-width:1280px){.categorySelect_categoryFormBlock__oSZo6{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}}.map_flex-row__W5B2\+{display:flex;flex-direction:row}.map_flex-column__OD88W{display:flex;flex-direction:column}.map_flex-row-center__crgu6{align-items:center;display:flex;flex-direction:row;justify-content:center}.map_flex-column-center__uVHo5{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes map_rotation__G4Yoi{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.map_map__V7NOb{border-radius:8px;height:100%;margin:auto;position:relative;width:100%}.map_map__V7NOb.map_centerPointer__Tn4Fd:after{background:url(/static/media/marker.4668a1bb52b27c177138.svg);background-size:44px 50px;content:" ";display:block;height:50px;left:50%;margin:-40px 0 0 -20px;pointer-events:none;position:absolute;top:50%;width:44px}.map_map__V7NOb.map_centerPointer__Tn4Fd.map_markerError__1pqTX:after{background:url(/static/media/marker-error.e81f37648f5bf7fc16ee.svg)}.map_container__1TmCA{display:flex;flex-direction:column;gap:24px;height:100%}.map_autocomletes__b8eIw{background-color:#fff;border:1px solid #f0f0f0;border-radius:3px;border-radius:8px;box-shadow:0 6px 18px #2c2c2c33;box-shadow:0 2px 6px -2px #2c2c2c08,0 4px 24px -4px #2c2c2c14;left:0;padding:8px 0;position:absolute;top:0;top:44px;transition:opacity .2s ease;width:100%;z-index:3}.map_divider__B7AlV{background-color:#f0f0f0;display:block;height:1px;margin:4px 16px}.map_autocomlete__cScpn{width:100%}.map_autocomlete__cScpn .map_item__Pfszb{cursor:pointer;display:flex;padding:8px 14px;width:100%}.map_autocomlete__cScpn .map_item__Pfszb:hover{background-color:#f0f0f0}.map_autocomlete__cScpn .map_primary__rd8Yj{color:#2c2c2c}.map_autocomlete__cScpn .map_secondary__ZmZo6{color:#767676}.map_autocomlete__cScpn:last-child .map_divider__B7AlV{display:none}.map_subtitle__JrXez{color:#2c2c2c;line-height:40px}@media screen and (min-width:1280px){.map_map__V7NOb{min-height:300px}}.map_icon__QV6ls{margin-right:8px}.imageButton_flex-row__9voBP{display:flex;flex-direction:row}.imageButton_flex-column__XxtBH{display:flex;flex-direction:column}.imageButton_flex-row-center__dum-5{align-items:center;display:flex;flex-direction:row;justify-content:center}.imageButton_flex-column-center__aTdli{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes imageButton_rotation__vI\+Z9{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.imageButton_body-font-style__SbG2U{font-family:Inter,sans-serif}.imageButton_body-text__0hEuY{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.imageButton_heading__\+zzUz{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.imageButton_mobile-h1__T1qtk{font-size:46px}.imageButton_mobile-h2__DQ3tA{font-size:36px}.imageButton_mobile-h3__Leh-5{font-size:32px;line-height:110%}.imageButton_mobile-h4__j\+vS3{font-size:26px;line-height:110%}.imageButton_mobile-h5__b8rgk{font-size:22px}.imageButton_mobile-h6__eMEXo{font-size:18px;line-height:110%}.imageButton_mobile-card-heading__AN0hG{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.imageButton_mobile-heading-subtitle__SgQT9{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.imageButton_label-12__2hycf{font-size:12px}.imageButton_label-12__2hycf,.imageButton_label-14__cHIVE{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.imageButton_label-14__cHIVE{font-size:14px}.imageButton_label-16__UhLJV{font-size:16px}.imageButton_label-16__UhLJV,.imageButton_label-18__V6QTD{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.imageButton_label-18__V6QTD{font-size:18px}.imageButton_label-20__CQF-M{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.imageButton_label-24__ZXcrx{font-size:24px}.imageButton_label-24__ZXcrx,.imageButton_label-28__rfeWP{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.imageButton_label-28__rfeWP{font-size:28px}.imageButton_caption-14__tZb-U{font-size:14px}.imageButton_caption-12__6a2zs,.imageButton_caption-14__tZb-U{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.imageButton_caption-12__6a2zs{font-size:12px}.imageButton_supportive-14__w3gin{font-size:14px}.imageButton_supportive-12__bp8Yf,.imageButton_supportive-14__w3gin{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.imageButton_supportive-12__bp8Yf{font-size:12px}.imageButton_bodySizeS__-RLnJ{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.imageButton_bodySizeM__bCcw4{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.imageButton_body-text__0hEuY.imageButton_desktop-body-32__gljaW{font-size:32px}.imageButton_body-text__0hEuY.imageButton_desktop-body-28__kWmOT{font-size:28px}.imageButton_body-text__0hEuY.imageButton_desktop-body-22__iNmSC{font-size:22px;line-height:150%}.imageButton_body-text__0hEuY.imageButton_desktop-body-16__LxfU\+{font-size:16px;line-height:150%}}.imageButton_mobile-body-16__6LcvP{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.imageButton_bodySizeL__bhLCI{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.imageButton_typography-price__WxZEF{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.imageButton_underline__24IfW{text-decoration:underline}@media(min-width:1280px){.imageButton_heading__\+zzUz.imageButton_desktop-h4__rftTF{font-size:32px;line-height:110%}.imageButton_heading__\+zzUz.imageButton_desktop-h1__AV-vC{font-size:62px;line-height:110%}.imageButton_heading__\+zzUz.imageButton_desktop-h2__MzvQD{font-size:46px;line-height:140%}.imageButton_heading__\+zzUz.imageButton_desktop-h5__LrFWE{font-size:26px;line-height:110%}.imageButton_heading__\+zzUz.imageButton_desktop-h6__Qj\+ii{font-size:18px;line-height:110%}.imageButton_heading__\+zzUz.imageButton_desktop-h7__pDCKf{font-size:16px;letter-spacing:-.32px;line-height:22px}.imageButton_desktop-label-18__jXT5Y{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.imageButton_desktop-body-18__-RdcR{font-size:18px;line-height:165%}}.imageButton_main__19kzH{align-items:center;background-color:#fff;border:none;border-radius:8px;color:#2c2c2c;cursor:pointer;display:flex;flex-direction:row;gap:12px;justify-content:space-between;padding:8px 12px 8px 16px;width:100%}.imageButton_main__19kzH .imageButton_label__DIn6c{color:#2c2c2c;text-align:left}.imageButton_main__19kzH .imageButton_chevron__X-XBl{align-items:center;display:flex;flex-direction:row;height:32px;justify-content:center;min-width:32px;width:32px}.imageButton_main__19kzH:hover{background-color:#f0f0f0}.imageButton_main__19kzH:hover .imageButton_label__DIn6c{color:#7857fc}.imageButton_main__19kzH:hover .imageButton_chevron__X-XBl{background-color:#2c2c2c14;border-radius:50%}.imageButton_main__19kzH.imageButton_active__z7Fup{background-color:#f0f0f0;color:#2c2c2c}.imageButton_main__19kzH.imageButton_medium__hT6qw{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.imageButton_primary__xn8Zh{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:flex-start}.imageButton_container__rIBda{align-items:flex-start;display:flex;flex-direction:column;gap:4px}.imageButton_secondary__\+U1z\+{color:#595959}.categorySearchDropdown_flex-row__60wkb{display:flex;flex-direction:row}.categorySearchDropdown_flex-column__LxS1c{display:flex;flex-direction:column}.categorySearchDropdown_flex-row-center__L6oi3{align-items:center;display:flex;flex-direction:row;justify-content:center}.categorySearchDropdown_flex-column-center__7uzwx{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes categorySearchDropdown_rotation__dOYTe{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.categorySearchDropdown_body-font-style__2TcWU{font-family:Inter,sans-serif}.categorySearchDropdown_body-text__5tbUy{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.categorySearchDropdown_heading__IVG-c{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.categorySearchDropdown_mobile-h1__9rvL-{font-size:46px}.categorySearchDropdown_mobile-h2__4HCGi{font-size:36px}.categorySearchDropdown_mobile-h3__FoOMR{font-size:32px;line-height:110%}.categorySearchDropdown_mobile-h4__7W-mK{font-size:26px;line-height:110%}.categorySearchDropdown_mobile-h5__Xkeqs{font-size:22px}.categorySearchDropdown_mobile-h6__fjWlF{font-size:18px;line-height:110%}.categorySearchDropdown_mobile-card-heading__tpXlF{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.categorySearchDropdown_mobile-heading-subtitle__ZjrIB{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.categorySearchDropdown_label-12__7k2iw{font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:130%}.categorySearchDropdown_label-14__wJkYQ{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:130%}.categorySearchDropdown_label-16__jMT-T{font-size:16px}.categorySearchDropdown_label-16__jMT-T,.categorySearchDropdown_label-18__IzUu0{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.categorySearchDropdown_label-18__IzUu0{font-size:18px}.categorySearchDropdown_label-20__NAG7i{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.categorySearchDropdown_label-24__u\+kcw{font-size:24px}.categorySearchDropdown_label-24__u\+kcw,.categorySearchDropdown_label-28__O\+NBf{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.categorySearchDropdown_label-28__O\+NBf{font-size:28px}.categorySearchDropdown_caption-14__BR4Cy{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:130%}.categorySearchDropdown_caption-12__JMWY4{font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:130%}.categorySearchDropdown_supportive-14__nJV6a{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:130%}.categorySearchDropdown_supportive-12__e2rR2{font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:130%}.categorySearchDropdown_bodySizeS__oytFo{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.categorySearchDropdown_bodySizeM__x9xTK{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.categorySearchDropdown_body-text__5tbUy.categorySearchDropdown_desktop-body-32__cIxpL{font-size:32px}.categorySearchDropdown_body-text__5tbUy.categorySearchDropdown_desktop-body-28__eSre-{font-size:28px}.categorySearchDropdown_body-text__5tbUy.categorySearchDropdown_desktop-body-22__K6tqm{font-size:22px;line-height:150%}.categorySearchDropdown_body-text__5tbUy.categorySearchDropdown_desktop-body-16__tDrKP{font-size:16px;line-height:150%}}.categorySearchDropdown_mobile-body-16__Kvs8N{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.categorySearchDropdown_bodySizeL__F4mVY{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.categorySearchDropdown_typography-price__pXWNk{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.categorySearchDropdown_underline__NEzMS{text-decoration:underline}@media(min-width:1280px){.categorySearchDropdown_heading__IVG-c.categorySearchDropdown_desktop-h4__9flsQ{font-size:32px;line-height:110%}.categorySearchDropdown_heading__IVG-c.categorySearchDropdown_desktop-h1__zakYn{font-size:62px;line-height:110%}.categorySearchDropdown_heading__IVG-c.categorySearchDropdown_desktop-h2__rzyCt{font-size:46px;line-height:140%}.categorySearchDropdown_heading__IVG-c.categorySearchDropdown_desktop-h5__\+fbPi{font-size:26px;line-height:110%}.categorySearchDropdown_heading__IVG-c.categorySearchDropdown_desktop-h6__Y73qJ{font-size:18px;line-height:110%}.categorySearchDropdown_heading__IVG-c.categorySearchDropdown_desktop-h7__nmNU7{font-size:16px;letter-spacing:-.32px;line-height:22px}.categorySearchDropdown_desktop-label-18__d7gdK{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.categorySearchDropdown_desktop-body-18__4gHml{font-size:18px;line-height:165%}}.categorySearchDropdown_dropdown__XuUWw{position:relative}.categorySearchDropdown_categoryButton__3G\+OQ{white-space:nowrap}.categorySearchDropdown_categoryLevel__ieRm-{background-color:#fff;display:flex;flex-direction:column;gap:12px}.categorySearchDropdown_overlay__ZAVuf{background-color:#2c2c2c80;height:100vh;left:calc(644px - 50vw);margin-top:24px;overflow:hidden;overflow:auto;position:absolute;width:100vw;z-index:3}.categorySearchDropdown_dropdownWrapper__2yTQ-{grid-gap:24px;background-color:#fff;border-radius:0 0 16px 16px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);left:calc(50% - 684px);padding:24px;position:absolute;top:0;width:1368px}.categorySearchDropdown_parent__eOfpU{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:0 12px 0 16px}.categorySearchDropdown_parentBackBlock__7m3jL{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:center}.categorySearchDropdown_buttonIcon__n46Lq{pointer-events:none}@media screen and (min-width:1280px){.categorySearchDropdown_parent__eOfpU{margin-bottom:4px}.categorySearchDropdown_categoryLevel__ieRm-{gap:0}}.foundCategoryCardsSet_card__LlT3D{margin-bottom:12px}.foundCategoryCardsSet_supportive__Q50fG{text-align:left}.categorySearchResults_flex-row__8xcEB{display:flex;flex-direction:row}.categorySearchResults_flex-column__86v2t{display:flex;flex-direction:column}.categorySearchResults_flex-row-center__tCNyK{align-items:center;display:flex;flex-direction:row;justify-content:center}.categorySearchResults_flex-column-center__iTFmm{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes categorySearchResults_rotation__NDAXt{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.categorySearchResults_double__rhUmD{grid-column-gap:12px;column-gap:12px;display:grid;grid-template-columns:repeat(2,1fr)}.categorySearchResults_single__KN18j{display:grid;display:flex;flex-direction:column;grid-column:span 1;grid-template-columns:repeat(1,1fr)}.categorySearchResults_info__bnbHz{margin-bottom:22px}.categorySearchResults_list__yLfVk{row-gap:12px}.mobileNewItemCategory_flex-row__vcno7{display:flex;flex-direction:row}.mobileNewItemCategory_flex-column__PQzSg{display:flex;flex-direction:column}.mobileNewItemCategory_flex-row-center__R7uAF{align-items:center;display:flex;flex-direction:row;justify-content:center}.mobileNewItemCategory_flex-column-center__ei7ge{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes mobileNewItemCategory_rotation__OhR1L{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mobileNewItemCategory_body-font-style__dEwpL{font-family:Inter,sans-serif}.mobileNewItemCategory_body-text__-VHFB{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.mobileNewItemCategory_heading__rPYE8{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.mobileNewItemCategory_mobile-h1__xxGJJ{font-size:46px}.mobileNewItemCategory_mobile-h2__fb3hl{font-size:36px}.mobileNewItemCategory_mobile-h3__GDxw7{font-size:32px;line-height:110%}.mobileNewItemCategory_mobile-h4__FTvL8{font-size:26px;line-height:110%}.mobileNewItemCategory_mobile-h5__-E78z{font-size:22px}.mobileNewItemCategory_mobile-h6__qyGoC{font-size:18px;line-height:110%}.mobileNewItemCategory_mobile-card-heading__9u2U0{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.mobileNewItemCategory_mobile-heading-subtitle__FhAro{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.mobileNewItemCategory_label-12__YwQVU{font-size:12px}.mobileNewItemCategory_label-12__YwQVU,.mobileNewItemCategory_label-14__lveSA{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.mobileNewItemCategory_label-14__lveSA{font-size:14px}.mobileNewItemCategory_label-16__6Q4-5{font-size:16px}.mobileNewItemCategory_label-16__6Q4-5,.mobileNewItemCategory_label-18__vEK\+S{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.mobileNewItemCategory_label-18__vEK\+S{font-size:18px}.mobileNewItemCategory_label-20__otI9m{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.mobileNewItemCategory_label-24__AJFXs{font-size:24px}.mobileNewItemCategory_label-24__AJFXs,.mobileNewItemCategory_label-28__cGqyG{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.mobileNewItemCategory_label-28__cGqyG{font-size:28px}.mobileNewItemCategory_caption-14__QqpI7{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:130%}.mobileNewItemCategory_caption-12__\+ybfC{font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:130%}.mobileNewItemCategory_supportive-14__zFOwH{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:130%}.mobileNewItemCategory_supportive-12__ep03B{font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:130%}.mobileNewItemCategory_bodySizeS__EMWWs{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.mobileNewItemCategory_bodySizeM__8uvay{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.mobileNewItemCategory_body-text__-VHFB.mobileNewItemCategory_desktop-body-32__3J28i{font-size:32px}.mobileNewItemCategory_body-text__-VHFB.mobileNewItemCategory_desktop-body-28__0Krdq{font-size:28px}.mobileNewItemCategory_body-text__-VHFB.mobileNewItemCategory_desktop-body-22__nPDSp{font-size:22px;line-height:150%}.mobileNewItemCategory_body-text__-VHFB.mobileNewItemCategory_desktop-body-16__AOfpO{font-size:16px;line-height:150%}}.mobileNewItemCategory_mobile-body-16__Ba3x9{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.mobileNewItemCategory_bodySizeL__X\+LpW{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.mobileNewItemCategory_typography-price__SJE5-{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.mobileNewItemCategory_underline__jxEcM{text-decoration:underline}@media(min-width:1280px){.mobileNewItemCategory_heading__rPYE8.mobileNewItemCategory_desktop-h4__ZkVji{font-size:32px;line-height:110%}.mobileNewItemCategory_heading__rPYE8.mobileNewItemCategory_desktop-h1__8bkb0{font-size:62px;line-height:110%}.mobileNewItemCategory_heading__rPYE8.mobileNewItemCategory_desktop-h2__ZYn1R{font-size:46px;line-height:140%}.mobileNewItemCategory_heading__rPYE8.mobileNewItemCategory_desktop-h5__PcPUQ{font-size:26px;line-height:110%}.mobileNewItemCategory_heading__rPYE8.mobileNewItemCategory_desktop-h6__D9Iyw{font-size:18px;line-height:110%}.mobileNewItemCategory_heading__rPYE8.mobileNewItemCategory_desktop-h7__KR9Qg{font-size:16px;letter-spacing:-.32px;line-height:22px}.mobileNewItemCategory_desktop-label-18__LQOvU{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.mobileNewItemCategory_desktop-body-18__pYygQ{font-size:18px;line-height:165%}}.mobileNewItemCategory_container__5A\+i9{display:flex;flex-direction:column;gap:12px}.mobileNewItemCategory_header__atyfr{display:flex;flex-direction:row;gap:12px;justify-content:space-between;padding:8px 12px 0 0}.mobileNewItemCategory_search__jm9r7{padding-bottom:12px}@media screen and (min-width:1280px){.mobileNewItemCategory_search__jm9r7{padding-bottom:0;width:50%}}.subCategoryList_flex-row__cRk2Q{display:flex;flex-direction:row}.subCategoryList_flex-column__tOVfY{display:flex;flex-direction:column}.subCategoryList_flex-row-center__fHghj{align-items:center;display:flex;flex-direction:row;justify-content:center}.subCategoryList_flex-column-center__YtA0F{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes subCategoryList_rotation__LvFOL{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.subCategoryList_wrapper__D-1Pv{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin-top:12px}.subCategoryList_wrapper__D-1Pv button{color:#595959}.subCategoryList_wrapper__D-1Pv li{display:inline-block}.subCategoryList_wrapper__D-1Pv li:not(:last-child):after{color:#595959;content:"•";letter-spacing:normal;margin-left:8px}.categoryCard_flex-row__wuJp9{display:flex;flex-direction:row}.categoryCard_flex-column__rDRmx{display:flex;flex-direction:column}.categoryCard_flex-row-center__PQcv-{align-items:center;display:flex;flex-direction:row;justify-content:center}.categoryCard_flex-column-center__BPvtg{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes categoryCard_rotation__B9\+IO{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.categoryCard_card__FvMIt{background-color:#fff;border-radius:8px;column-gap:24px;cursor:pointer;display:flex;flex-direction:row;margin-bottom:12px;padding:24px 16px;transition:all .2s ease}.categoryCard_card__FvMIt:hover{background-color:#f0f0f0}.categorySearchList_grid__kHDok{display:grid;grid-template-columns:repeat(2,1fr)}.newItemCategorySelector_flex-row__MtiDw{display:flex;flex-direction:row}.newItemCategorySelector_flex-column__hlfFe{display:flex;flex-direction:column}.newItemCategorySelector_flex-row-center__btDx9{align-items:center;display:flex;flex-direction:row;justify-content:center}.newItemCategorySelector_flex-column-center__wpN0s{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes newItemCategorySelector_rotation__efW0H{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.newItemCategorySelector_body-font-style__39g6l{font-family:Inter,sans-serif}.newItemCategorySelector_body-text__OSt1t{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.newItemCategorySelector_heading__8rlhz{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.newItemCategorySelector_mobile-h1__PBD--{font-size:46px}.newItemCategorySelector_mobile-h2__cPj-A{font-size:36px}.newItemCategorySelector_mobile-h3__VpL34{font-size:32px;line-height:110%}.newItemCategorySelector_mobile-h4__rZZ64{font-size:26px;line-height:110%}.newItemCategorySelector_mobile-h5__sTctY{font-size:22px}.newItemCategorySelector_mobile-h6__F7TkE{font-size:18px;line-height:110%}.newItemCategorySelector_mobile-card-heading__I6NQf{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.newItemCategorySelector_mobile-heading-subtitle__NxzpA{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.newItemCategorySelector_label-12__GHxOc{font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:130%}.newItemCategorySelector_label-14__fiNNp{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:130%}.newItemCategorySelector_label-16__MCPtN{font-size:16px}.newItemCategorySelector_label-16__MCPtN,.newItemCategorySelector_label-18__JRtn4{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.newItemCategorySelector_label-18__JRtn4{font-size:18px}.newItemCategorySelector_label-20__pOzTe{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.newItemCategorySelector_label-24__V1RJm{font-size:24px}.newItemCategorySelector_label-24__V1RJm,.newItemCategorySelector_label-28__qNR7K{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.newItemCategorySelector_label-28__qNR7K{font-size:28px}.newItemCategorySelector_caption-14__5Y5F4{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:130%}.newItemCategorySelector_caption-12__-TSPx{font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:130%}.newItemCategorySelector_supportive-14__AazPN{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:130%}.newItemCategorySelector_supportive-12__lFqVW{font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:130%}.newItemCategorySelector_bodySizeS__9D-hv{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.newItemCategorySelector_bodySizeM__X9JeT{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.newItemCategorySelector_body-text__OSt1t.newItemCategorySelector_desktop-body-32__rZrv3{font-size:32px}.newItemCategorySelector_body-text__OSt1t.newItemCategorySelector_desktop-body-28__jVidZ{font-size:28px}.newItemCategorySelector_body-text__OSt1t.newItemCategorySelector_desktop-body-22__-vV-h{font-size:22px;line-height:150%}.newItemCategorySelector_body-text__OSt1t.newItemCategorySelector_desktop-body-16__AVEPs{font-size:16px;line-height:150%}}.newItemCategorySelector_mobile-body-16__lOiHm{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.newItemCategorySelector_bodySizeL__xtN2D{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.newItemCategorySelector_typography-price__Wf6qa{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.newItemCategorySelector_underline__aak5H{text-decoration:underline}@media(min-width:1280px){.newItemCategorySelector_heading__8rlhz.newItemCategorySelector_desktop-h4__qwkOZ{font-size:32px;line-height:110%}.newItemCategorySelector_heading__8rlhz.newItemCategorySelector_desktop-h1__iOaCf{font-size:62px;line-height:110%}.newItemCategorySelector_heading__8rlhz.newItemCategorySelector_desktop-h2__NGZNM{font-size:46px;line-height:140%}.newItemCategorySelector_heading__8rlhz.newItemCategorySelector_desktop-h5__p0WLN{font-size:26px;line-height:110%}.newItemCategorySelector_heading__8rlhz.newItemCategorySelector_desktop-h6__CY66C{font-size:18px;line-height:110%}.newItemCategorySelector_heading__8rlhz.newItemCategorySelector_desktop-h7__UsH9j{font-size:16px;letter-spacing:-.32px;line-height:22px}.newItemCategorySelector_desktop-label-18__AE21A{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.newItemCategorySelector_desktop-body-18__xYa-X{font-size:18px;line-height:165%}}.newItemCategorySelector_container__AnUyl{display:flex;flex-direction:column;gap:24px}.newItemCategorySelector_main__R-A0d{display:grid;grid-template-columns:repeat(12,1fr)}.newItemCategorySelector_list__ybh5d{display:flex;flex-direction:column;gap:12px;grid-column:span 8}@media screen and (min-width:1280px){.newItemCategorySelector_search__\+UKNl{padding-bottom:0;width:50%}}.breadCrumbs_flex-row__tC2ob{display:flex;flex-direction:row}.breadCrumbs_flex-column__DIoFA{display:flex;flex-direction:column}.breadCrumbs_flex-row-center__92i2Q{align-items:center;display:flex;flex-direction:row;justify-content:center}.breadCrumbs_flex-column-center__ME29\+{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes breadCrumbs_rotation__KzskI{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.breadCrumbs_body-font-style__Fsxz6{font-family:Inter,sans-serif}.breadCrumbs_body-text__YIeRj{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.breadCrumbs_heading__sQ6kt{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.breadCrumbs_mobile-h1__1v0vY{font-size:46px}.breadCrumbs_mobile-h2__wKlXR{font-size:36px}.breadCrumbs_mobile-h3__4mgcG{font-size:32px;line-height:110%}.breadCrumbs_mobile-h4__DFGcA{font-size:26px;line-height:110%}.breadCrumbs_mobile-h5__t6Y2H{font-size:22px}.breadCrumbs_mobile-h6__bHBXV{font-size:18px;line-height:110%}.breadCrumbs_mobile-card-heading__ySEGG{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.breadCrumbs_mobile-heading-subtitle__8gf1h{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.breadCrumbs_label-12__rWytG{font-size:12px}.breadCrumbs_label-12__rWytG,.breadCrumbs_label-14__Y0b0f{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.breadCrumbs_label-14__Y0b0f{font-size:14px}.breadCrumbs_label-16__rtFR1{font-size:16px}.breadCrumbs_label-16__rtFR1,.breadCrumbs_label-18__Y\+n4S{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.breadCrumbs_label-18__Y\+n4S{font-size:18px}.breadCrumbs_label-20__6UswX{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.breadCrumbs_label-24__MO5eE{font-size:24px}.breadCrumbs_label-24__MO5eE,.breadCrumbs_label-28__dKw\+u{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.breadCrumbs_label-28__dKw\+u{font-size:28px}.breadCrumbs_caption-14__w4ned{font-size:14px}.breadCrumbs_caption-12__-oMIG,.breadCrumbs_caption-14__w4ned{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.breadCrumbs_caption-12__-oMIG{font-size:12px}.breadCrumbs_supportive-14__cP7iE{font-size:14px}.breadCrumbs_supportive-12__EH71z,.breadCrumbs_supportive-14__cP7iE{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.breadCrumbs_supportive-12__EH71z{font-size:12px}.breadCrumbs_bodySizeS__txW1J{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.breadCrumbs_bodySizeM__wq9Ql{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.breadCrumbs_body-text__YIeRj.breadCrumbs_desktop-body-32__-V5Jq{font-size:32px}.breadCrumbs_body-text__YIeRj.breadCrumbs_desktop-body-28__g-mx3{font-size:28px}.breadCrumbs_body-text__YIeRj.breadCrumbs_desktop-body-22__PQwgT{font-size:22px;line-height:150%}.breadCrumbs_body-text__YIeRj.breadCrumbs_desktop-body-16__a2Gpt{font-size:16px;line-height:150%}}.breadCrumbs_mobile-body-16__mWdw3{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.breadCrumbs_bodySizeL__E8flO{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.breadCrumbs_typography-price__xBXZ5{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.breadCrumbs_underline__If6rB{text-decoration:underline}@media(min-width:1280px){.breadCrumbs_heading__sQ6kt.breadCrumbs_desktop-h4__UBThU{font-size:32px;line-height:110%}.breadCrumbs_heading__sQ6kt.breadCrumbs_desktop-h1__hnz6W{font-size:62px;line-height:110%}.breadCrumbs_heading__sQ6kt.breadCrumbs_desktop-h2__rHSdz{font-size:46px;line-height:140%}.breadCrumbs_heading__sQ6kt.breadCrumbs_desktop-h5__r1Qy9{font-size:26px;line-height:110%}.breadCrumbs_heading__sQ6kt.breadCrumbs_desktop-h6__yj4L4{font-size:18px;line-height:110%}.breadCrumbs_heading__sQ6kt.breadCrumbs_desktop-h7__Mzis8{font-size:16px;letter-spacing:-.32px;line-height:22px}.breadCrumbs_desktop-label-18__l99Uv{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.breadCrumbs_desktop-body-18__rckTj{font-size:18px;line-height:165%}}.breadCrumbs_breadcrumbs__4N\+Zp{display:flex;flex-direction:row;flex-wrap:wrap;gap:4px;margin-bottom:16px;position:relative;width:100%}.breadCrumbs_tagWrapper__YmEGF{align-items:center;display:flex;gap:4px}.breadCrumbs_separator__iEbGp{color:#595959}@media screen and (min-width:1280px){.breadCrumbs_breadcrumbs__4N\+Zp{flex-wrap:nowrap;overflow:hidden;white-space:nowrap}.breadCrumbs_breadcrumbsOverflow__CiHUZ:after{background-color:#fafafa;content:"...";padding:2px;position:absolute;right:0}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:#00000040;position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-lock{display:none}.offerImages_flex-row__PXZdc{display:flex;flex-direction:row}.offerImages_flex-column__HBI--{display:flex;flex-direction:column}.offerImages_flex-row-center__yvnH1{align-items:center;display:flex;flex-direction:row;justify-content:center}.offerImages_flex-column-center__6HJkU{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes offerImages_rotation__Dm9EJ{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.offerImages_main__zDPnJ{margin:0 auto 20px;width:100%}.offerImages_blur__7G8QZ{aspect-ratio:3/2;background-repeat:no-repeat;background-size:200%;filter:blur(16px);opacity:.4;position:absolute;top:0;width:100%;z-index:-1}.offerImages_image__PqRAp{align-self:flex-start;cursor:pointer}.offerImages_single__SecFP{align-items:center;aspect-ratio:3/2;display:flex;flex-direction:row;justify-content:center;overflow:hidden;position:relative;width:100%;z-index:0}.offerImages_single__SecFP img{height:100%;max-height:472px;min-height:238px;object-position:center;width:100%}.offerImages_counterOverlay__2tduC{bottom:8px;display:flex;justify-content:center;position:absolute;width:100%;z-index:1}.offerImages_counter__PeSzp{background-color:#fffc;border-radius:6px}@media screen and (min-width:1280px){.offerImages_main__zDPnJ{margin:20px auto 52px}.offerImages_blur__7G8QZ,.offerImages_image__PqRAp{height:100%;max-height:100%}.offerImages_single__SecFP{border-radius:12px;height:472px}}.fullscreenOfferImages_flex-row__WycpI{display:flex;flex-direction:row}.fullscreenOfferImages_flex-column__DIWlt{display:flex;flex-direction:column}.fullscreenOfferImages_flex-row-center__t2dVY{align-items:center;display:flex;flex-direction:row;justify-content:center}.fullscreenOfferImages_flex-column-center__e7S6h{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes fullscreenOfferImages_rotation__SVXat{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fullscreenOfferImages_image__LVxNs,.fullscreenOfferImages_singleImage__eei8x{margin:0 auto auto;max-height:calc(100vh - 124px);max-width:100%}.fullscreenOfferImages_overlay__ISNL1{background-color:#2c2c2c}.fullscreenOfferImages_container__s3VlC{height:100vh;max-width:607px;padding:12px 0;position:relative;width:100vw}@media screen and (min-width:1280px){.fullscreenOfferImages_container__s3VlC{max-width:100%;padding:0 16px;width:1320px}}.fullscreenOfferImages_counterOverlay__Xy4Rx{bottom:22px}.fullscreenOfferImages_buttonRow__ShMB4{grid-gap:20px;color:#fff;display:grid;gap:20px;grid-template-columns:1fr auto auto;margin-bottom:12px;padding-left:16px;padding-right:16px}.fullscreenOfferImages_buttonRow__ShMB4 .fullscreenOfferImages_closeButton__ytlj-{grid-column:1/2;grid-row:1;justify-self:flex-start}.fullscreenOfferImages_buttonRow__ShMB4 .fullscreenOfferImages_likeButton__IIpLX{grid-column:2/3;grid-row:1}.fullscreenOfferImages_buttonRow__ShMB4 .fullscreenOfferImages_shareButton__aAxfB{grid-column:3/4}.fullscreenOfferImages_title__9xcFi{align-items:center;color:#fff;display:flex;flex-direction:row;justify-content:center;margin-bottom:28px}@media screen and (min-width:1280px){.fullscreenOfferImages_container__s3VlC{padding:20px 25px;width:100vw}.fullscreenOfferImages_overlay__ISNL1{background-color:#2c2c2ce6}.fullscreenOfferImages_buttonRow__ShMB4{display:flex;flex-direction:row;gap:20px;justify-content:end;margin-bottom:0}.fullscreenOfferImages_image__LVxNs,.fullscreenOfferImages_singleImage__eei8x{max-height:100%;max-width:calc(100% - 248px)}.fullscreenOfferImages_singleImage__eei8x{max-height:calc(100% - 220px)}}.style_flex-row__XO4v8{display:flex;flex-direction:row}.style_flex-column__5pF84{display:flex;flex-direction:column}.style_flex-row-center__j\+0oR{align-items:center;display:flex;flex-direction:row;justify-content:center}.style_flex-column-center__xSX2X{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes style_rotation__rKduU{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.style_userData__tVDyy{display:flex;gap:16px;padding-bottom:8px}.style_registrationDate__pFmUo{display:flex;gap:4px}.style_userName__rK2Yt{color:#2c2c2c}.style_userBadgeBlock__u2xRW{margin-bottom:12px;margin-top:8px}.authorInfoAndButtons_flex-row__HXxUX{display:flex;flex-direction:row}.authorInfoAndButtons_flex-column__vxmJI{display:flex;flex-direction:column}.authorInfoAndButtons_flex-row-center__OnZCC{align-items:center;display:flex;flex-direction:row;justify-content:center}.authorInfoAndButtons_flex-column-center__i\+EZJ{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes authorInfoAndButtons_rotation__mQ7bd{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.authorInfoAndButtons_body-font-style__tm1gT{font-family:Inter,sans-serif}.authorInfoAndButtons_body-text__1EEe1{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.authorInfoAndButtons_heading__WiTF4{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.authorInfoAndButtons_mobile-h1__gjwd4{font-size:46px}.authorInfoAndButtons_mobile-h2__AxuLG{font-size:36px}.authorInfoAndButtons_mobile-h3__L7ytq{font-size:32px;line-height:110%}.authorInfoAndButtons_mobile-h4__DzKef{font-size:26px;line-height:110%}.authorInfoAndButtons_mobile-h5__Q7QMw{font-size:22px}.authorInfoAndButtons_mobile-h6__iRcID{font-size:18px;line-height:110%}.authorInfoAndButtons_mobile-card-heading__caxPW{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.authorInfoAndButtons_mobile-heading-subtitle__m3FmV{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.authorInfoAndButtons_label-12__582MM{font-size:12px}.authorInfoAndButtons_label-12__582MM,.authorInfoAndButtons_label-14__Zn1Pf{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.authorInfoAndButtons_label-14__Zn1Pf{font-size:14px}.authorInfoAndButtons_label-16__c0yrb{font-size:16px}.authorInfoAndButtons_label-16__c0yrb,.authorInfoAndButtons_label-18__4DFvy{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.authorInfoAndButtons_label-18__4DFvy{font-size:18px}.authorInfoAndButtons_label-20__WvMWi{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.authorInfoAndButtons_label-24__fn8\+D{font-size:24px}.authorInfoAndButtons_label-24__fn8\+D,.authorInfoAndButtons_label-28__Fv4aQ{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.authorInfoAndButtons_label-28__Fv4aQ{font-size:28px}.authorInfoAndButtons_caption-14__QLJh8{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:130%}.authorInfoAndButtons_caption-12__KeGS9{font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:130%}.authorInfoAndButtons_supportive-14__by5Xu{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:130%}.authorInfoAndButtons_supportive-12__jNU0i{font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:130%}.authorInfoAndButtons_bodySizeS__rqblV{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.authorInfoAndButtons_bodySizeM__SaF0W{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.authorInfoAndButtons_body-text__1EEe1.authorInfoAndButtons_desktop-body-32__qaaee{font-size:32px}.authorInfoAndButtons_body-text__1EEe1.authorInfoAndButtons_desktop-body-28__l-sYy{font-size:28px}.authorInfoAndButtons_body-text__1EEe1.authorInfoAndButtons_desktop-body-22__oFYHV{font-size:22px;line-height:150%}.authorInfoAndButtons_body-text__1EEe1.authorInfoAndButtons_desktop-body-16__lgpVP{font-size:16px;line-height:150%}}.authorInfoAndButtons_mobile-body-16__brhqx{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.authorInfoAndButtons_bodySizeL__nzC6U{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.authorInfoAndButtons_typography-price__VBodM{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.authorInfoAndButtons_underline__kmkLg{text-decoration:underline}@media(min-width:1280px){.authorInfoAndButtons_heading__WiTF4.authorInfoAndButtons_desktop-h4__TRv8r{font-size:32px;line-height:110%}.authorInfoAndButtons_heading__WiTF4.authorInfoAndButtons_desktop-h1__TuWU\+{font-size:62px;line-height:110%}.authorInfoAndButtons_heading__WiTF4.authorInfoAndButtons_desktop-h2__1JF3Q{font-size:46px;line-height:140%}.authorInfoAndButtons_heading__WiTF4.authorInfoAndButtons_desktop-h5__YNxHT{font-size:26px;line-height:110%}.authorInfoAndButtons_heading__WiTF4.authorInfoAndButtons_desktop-h6__XEUd9{font-size:18px;line-height:110%}.authorInfoAndButtons_heading__WiTF4.authorInfoAndButtons_desktop-h7__XSCCt{font-size:16px;letter-spacing:-.32px;line-height:22px}.authorInfoAndButtons_desktop-label-18__jLEat{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.authorInfoAndButtons_desktop-body-18__KPJs3{font-size:18px;line-height:165%}}.authorInfoAndButtons_authorInfoAndButtonsContainer__8fzmv,.authorInfoAndButtons_userActionButtons__6M-wM{display:flex;flex-direction:column;gap:12px}.chip_flex-row__dCsXu{display:flex;flex-direction:row}.chip_flex-column__IZTaD{display:flex;flex-direction:column}.chip_flex-row-center__sO4Jx{align-items:center;display:flex;flex-direction:row;justify-content:center}.chip_flex-column-center__a1VPY{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes chip_rotation__tsP9p{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.chip_main__aHSA5{align-items:center;border-radius:20px;cursor:pointer;display:inline-flex;display:flex;gap:4px;justify-content:center;padding:4px 8px 4px 12px}.chip_main__aHSA5 button{border-radius:50%;transition:all .1s ease-in-out 0s}.chip_nonBreakableText__rBlM0{white-space:nowrap}.chip_dark__xW2gB{background-color:#2c2c2c;color:#fff!important}.chip_dark__xW2gB svg path{stroke:#fff}.chip_dark__xW2gB:hover{background-color:#595959}.chip_dark__xW2gB:hover button{background-color:#fff}.chip_light__kBGYN{background-color:#f0f0f0;color:#2c2c2c}.chip_light__kBGYN .chip_chipRight__GIeHk{color:#2c2c2c}.chip_light__kBGYN:hover button{background-color:#2c2c2c33}.chip_chipLeft__5R4qZ{color:#595959}.offerMessage_flex-row__xdEL6{display:flex;flex-direction:row}.offerMessage_flex-column__iE3wK{display:flex;flex-direction:column}.offerMessage_flex-row-center__VQnp2{align-items:center;display:flex;flex-direction:row;justify-content:center}.offerMessage_flex-column-center__5RHjU{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes offerMessage_rotation__g16DP{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.offerMessage_main__lJiqF{display:flex;flex-direction:column;gap:24px}.offerMessage_message__TbYqu{display:flex;flex-direction:column;row-gap:12px}.offerMessage_prompts__YQrFn{display:flex;flex-direction:row;flex-wrap:wrap;gap:4px}@media screen and (min-width:1280px){.offerMessage_main__lJiqF{grid-row-gap:24px;display:grid;grid-template-columns:repeat(7,1fr);row-gap:24px}.offerMessage_main__lJiqF h6{grid-column:1/8}.offerMessage_message__TbYqu{display:flex;flex-direction:column;grid-column:1/7;margin-right:50px;row-gap:24px}.offerMessage_prompts__YQrFn{gap:6px}}.mobileMapDisplay_flex-row__EmkfZ{display:flex;flex-direction:row}.mobileMapDisplay_flex-column__FdNzt{display:flex;flex-direction:column}.mobileMapDisplay_flex-row-center__sGtez{align-items:center;display:flex;flex-direction:row;justify-content:center}.mobileMapDisplay_flex-column-center__C0oEw{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes mobileMapDisplay_rotation__B9vc4{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mobileMapDisplay_mobileMapContainer__1UPcX{display:flex;flex-direction:column;gap:16px;height:100%;position:relative}.mobileMapDisplay_mobileMapAdress__sLHxv{display:flex;flex-direction:column;gap:12px}.mobileMapDisplay_mobileMapWrapper__T8u7z{height:100%;margin-left:-16px;width:calc(100% + 32px)}.postField_flex-row__cR3Mo{display:flex;flex-direction:row}.postField_flex-column__jO19p{display:flex;flex-direction:column}.postField_flex-row-center__h6lL0{align-items:center;display:flex;flex-direction:row;justify-content:center}.postField_flex-column-center__7Mdqj{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes postField_rotation__BJeof{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.postField_body-font-style__Z9Xve{font-family:Inter,sans-serif}.postField_body-text__K4UI8{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.postField_heading__i7qyN{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.postField_mobile-h1__SY7-N{font-size:46px}.postField_mobile-h2__L\+fmr{font-size:36px}.postField_mobile-h3__QGW4W{font-size:32px;line-height:110%}.postField_mobile-h4__2FEYO{font-size:26px;line-height:110%}.postField_mobile-h5__o\+HrI{font-size:22px}.postField_mobile-h6__K3w-v{font-size:18px;line-height:110%}.postField_mobile-card-heading__RAym7{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.postField_mobile-heading-subtitle__esAap{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.postField_label-12__WdIV6{font-size:12px}.postField_label-12__WdIV6,.postField_label-14__TKeEv{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.postField_label-14__TKeEv{font-size:14px}.postField_label-16__BlLAq{font-size:16px}.postField_label-16__BlLAq,.postField_label-18__tUmfG{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.postField_label-18__tUmfG{font-size:18px}.postField_label-20__09Fhi{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.postField_label-24__df493{font-size:24px}.postField_label-24__df493,.postField_label-28__NEaJr{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.postField_label-28__NEaJr{font-size:28px}.postField_caption-14__a9LWN{font-size:14px}.postField_caption-12__FCrD7,.postField_caption-14__a9LWN{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.postField_caption-12__FCrD7{font-size:12px}.postField_supportive-14__2OaAL{font-size:14px}.postField_supportive-12__DmkTK,.postField_supportive-14__2OaAL{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.postField_supportive-12__DmkTK{font-size:12px}.postField_bodySizeS__H7215{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.postField_bodySizeM__disix{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.postField_body-text__K4UI8.postField_desktop-body-32__u9y5l{font-size:32px}.postField_body-text__K4UI8.postField_desktop-body-28__5n3Rm{font-size:28px}.postField_body-text__K4UI8.postField_desktop-body-22__bn3YR{font-size:22px;line-height:150%}.postField_body-text__K4UI8.postField_desktop-body-16__crhZd{font-size:16px;line-height:150%}}.postField_mobile-body-16__6\+MCd{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.postField_bodySizeL__-daAi{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.postField_typography-price__zP\+Ob{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.postField_underline__ZzbRB{text-decoration:underline}@media(min-width:1280px){.postField_heading__i7qyN.postField_desktop-h4__SF7x8{font-size:32px;line-height:110%}.postField_heading__i7qyN.postField_desktop-h1__CrHVW{font-size:62px;line-height:110%}.postField_heading__i7qyN.postField_desktop-h2__NCwOH{font-size:46px;line-height:140%}.postField_heading__i7qyN.postField_desktop-h5__TcBDL{font-size:26px;line-height:110%}.postField_heading__i7qyN.postField_desktop-h6__A3qkm{font-size:18px;line-height:110%}.postField_heading__i7qyN.postField_desktop-h7__C4cq9{font-size:16px;letter-spacing:-.32px;line-height:22px}.postField_desktop-label-18__f-UkZ{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.postField_desktop-body-18__kGYgc{font-size:18px;line-height:165%}}.postField_field__h\+izi{display:grid;grid-template-columns:1fr 1fr}.postField_fieldData__4GqsE{color:#2c2c2c;display:flex;flex-direction:row;overflow:hidden}.postField_fieldData__4GqsE div{display:inline-block;margin-right:8px}.postField_descriptionField__diH-E,.postField_origContainer__mpt38{gap:8px;grid-template-columns:1fr}.postField_descriptionField__diH-E .postField_fieldData__4GqsE,.postField_origContainer__mpt38 .postField_fieldData__4GqsE{white-space:pre-wrap}.postField_hideText__j392l .postField_fieldData__4GqsE{max-height:254px;overflow:hidden}.postField_locationField__DxSX-{display:flex;flex-direction:column;gap:12px}.postField_fieldName__VPCrp{color:#767676;display:flex}.postField_fieldName__VPCrp span{display:flex;flex-direction:row;margin-left:4px}.postField_sectionMain__OBA6s{position:relative}.postField_sectionMain__OBA6s .postField_sectionHeading__Vkz6R{margin-bottom:16px}.postField_sectionFields__YFxrh{display:flex;flex-direction:column;gap:16px}.postField_mapWrapper__kYKYE{grid-column:1/8;margin-top:36px}.postField_buttonWrapper__pZMHa{margin:auto}.postField_iconRotate__AcfgX svg{transform:rotate(-180deg);transition:all .3s ease}.postField_reviewsMain__BZlap{grid-template-columns:1fr}.postField_reviewsMain__BZlap h3{margin-bottom:20px}.postField_showAllBtn__B8iA8{bottom:0;position:absolute;right:0}.postField_descriptionButtons__ASW7b{align-items:flex-end;display:flex;flex-direction:column;gap:10px}.postField_translatedLabel__\+nZFq{align-self:center;color:#767676;display:inline}.postField_origContainer__mpt38{grid-gap:0;display:grid;gap:0;margin-top:20px;min-height:40px;position:relative;width:100%}.postField_origTitle__IE5Pi{padding:10px 0 14px}.postField_seeOriginalBtn__EnRtM{bottom:0;position:absolute;width:100%;z-index:1}.postField_originalTextContainer__VlJm-{align-items:flex-start;background:#f5f7ff;border-radius:12px;display:flex;flex-direction:column;gap:8px;margin:-12px;padding:12px 12px 76px;white-space:pre-wrap}.postField_skeletonContainer__pCVkw{background-color:#fafafa;border-radius:12px;margin:-12px;padding-bottom:52px}@media screen and (min-width:1280px){.postField_descriptionField__diH-E,.postField_field__h\+izi,.postField_origContainer__mpt38{grid-template-columns:2fr 5fr}.postField_descriptionField__diH-E{align-items:baseline;gap:0}.postField_hideText__j392l .postField_fieldData__4GqsE{max-height:820px}.postField_locationField__DxSX-{grid-gap:0;display:grid;gap:0;grid-template-columns:2fr 3fr 2fr}.postField_buttonWrapper__pZMHa{margin:initial;margin-left:auto}.postField_sectionMain__OBA6s .postField_sectionHeading__Vkz6R{margin-bottom:24px}.postField_reviewsMain__BZlap{grid-template-columns:2fr 5fr}.postField_reviewsMain__BZlap button{grid-column:2/3;margin-left:auto;margin-top:24px}.postField_descriptionButtons__ASW7b{gap:16px}.postField_originalTextContainer__VlJm-{margin:-20px;padding:20px}.postField_seeOriginalBtn__EnRtM{bottom:auto;right:0;top:0;width:auto}.postField_skeletonContainer__pCVkw{margin:-20px;padding-bottom:0}}.supportiveInfo_flex-row__6hpAg{display:flex;flex-direction:row}.supportiveInfo_flex-column__dLBxr{display:flex;flex-direction:column}.supportiveInfo_flex-row-center__d\+Lsv{align-items:center;display:flex;flex-direction:row;justify-content:center}.supportiveInfo_flex-column-center__BQvLx{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes supportiveInfo_rotation__02ON0{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.supportiveInfo_main__npstl{background-color:#fafafa;border-radius:12px;display:flex;flex-direction:column;gap:12px;padding:12px 20px 16px}.supportiveInfo_list__dYi5f{color:#767676;display:flex;flex-direction:row;flex-wrap:wrap;row-gap:4px}.supportiveInfo_list__dYi5f li{display:inline-block}.supportiveInfo_list__dYi5f li:not(:last-child):after{content:"•";letter-spacing:normal;margin:0 9px}@media screen and (min-width:1280px){.supportiveInfo_main__npstl{align-items:center;display:flex;flex-direction:row;justify-content:center;justify-content:space-between;margin-top:12px;padding:12px 20px}.supportiveInfo_main__npstl button{align-items:center}}.offerInfo_flex-row__B8Thm{display:flex;flex-direction:row}.offerInfo_flex-column__sOfeg{display:flex;flex-direction:column}.offerInfo_flex-row-center__AZxSh{align-items:center;display:flex;flex-direction:row;justify-content:center}.offerInfo_flex-column-center__Nkhsd{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes offerInfo_rotation__aMqxj{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.offerInfo_main__2UqpG{display:flex;flex-direction:column;gap:36px}.customerActions_flex-row__oRcCC{display:flex;flex-direction:row}.customerActions_flex-column__MQ6VG{display:flex;flex-direction:column}.customerActions_flex-row-center__0q9Xl{align-items:center;display:flex;flex-direction:row;justify-content:center}.customerActions_flex-column-center__uiqux{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes customerActions_rotation__zrVCh{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.customerActions_body-font-style__cTo75{font-family:Inter,sans-serif}.customerActions_body-text__R3ysa{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.customerActions_heading__FQLst{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.customerActions_mobile-h1__5T8y2{font-size:46px}.customerActions_mobile-h2__Gjk-l{font-size:36px}.customerActions_mobile-h3__nu6Qh{font-size:32px;line-height:110%}.customerActions_mobile-h4__w0o6-{font-size:26px;line-height:110%}.customerActions_mobile-h5__cTl3Z{font-size:22px}.customerActions_mobile-h6__X\+N\+l{font-size:18px;line-height:110%}.customerActions_mobile-card-heading__SmTSX{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.customerActions_mobile-heading-subtitle__BlXww{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.customerActions_label-12__p3zVR{font-size:12px}.customerActions_label-12__p3zVR,.customerActions_label-14__9R0od{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.customerActions_label-14__9R0od{font-size:14px}.customerActions_label-16__KnHGB{font-size:16px}.customerActions_label-16__KnHGB,.customerActions_label-18__CsRZN{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.customerActions_label-18__CsRZN{font-size:18px}.customerActions_label-20__uBof7{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.customerActions_label-24__Sn-Ni{font-size:24px}.customerActions_label-24__Sn-Ni,.customerActions_label-28__qjcFN{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.customerActions_label-28__qjcFN{font-size:28px}.customerActions_caption-14__iTQCp{font-size:14px}.customerActions_caption-12__9C8\+Y,.customerActions_caption-14__iTQCp{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.customerActions_caption-12__9C8\+Y{font-size:12px}.customerActions_supportive-14__cQ\+TH{font-size:14px}.customerActions_supportive-12__OQ33u,.customerActions_supportive-14__cQ\+TH{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.customerActions_supportive-12__OQ33u{font-size:12px}.customerActions_bodySizeS__U6IJr{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.customerActions_bodySizeM__UNTcr{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.customerActions_body-text__R3ysa.customerActions_desktop-body-32__DJPTI{font-size:32px}.customerActions_body-text__R3ysa.customerActions_desktop-body-28__znyMJ{font-size:28px}.customerActions_body-text__R3ysa.customerActions_desktop-body-22__RFAqZ{font-size:22px;line-height:150%}.customerActions_body-text__R3ysa.customerActions_desktop-body-16__cuu-B{font-size:16px;line-height:150%}}.customerActions_mobile-body-16__SpmRP{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.customerActions_bodySizeL__\+apyE{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.customerActions_typography-price__TlSR0{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.customerActions_underline__9B3JM{text-decoration:underline}@media(min-width:1280px){.customerActions_heading__FQLst.customerActions_desktop-h4__VDmf\+{font-size:32px;line-height:110%}.customerActions_heading__FQLst.customerActions_desktop-h1__35FrI{font-size:62px;line-height:110%}.customerActions_heading__FQLst.customerActions_desktop-h2__ZSLlc{font-size:46px;line-height:140%}.customerActions_heading__FQLst.customerActions_desktop-h5__RhEzt{font-size:26px;line-height:110%}.customerActions_heading__FQLst.customerActions_desktop-h6__BfxjO{font-size:18px;line-height:110%}.customerActions_heading__FQLst.customerActions_desktop-h7__uF933{font-size:16px;letter-spacing:-.32px;line-height:22px}.customerActions_desktop-label-18__syqoH{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.customerActions_desktop-body-18__ogC9A{font-size:18px;line-height:165%}}.customerActions_customerActionsContainer__BWulQ{display:flex;flex-direction:column;gap:28px}.customerActions_suggestPrice__bG3ZG{display:flex;gap:4px}.customerActions_featureList__EyPqm,.customerActions_priceAndFeatures__qN9od{display:flex;flex-direction:column;gap:16px}.customerActions_featureMainInfo__u8wLn{display:flex;gap:8px}.customerActions_featureHint__kiMY6{color:#767676}.customerActions_postActionButtons__tgFqd,.customerActions_writeMsgButton__eeTZy{display:flex;flex-direction:column;gap:12px}.customerActions_inactivePostActionButton__E1q6G{display:flex;flex-direction:column;margin-top:28px}.customerActions_writeMsgButton__eeTZy{flex-direction:column-reverse}.customerActions_answerTime__8WQqw{color:#767676;text-align:center}@media screen and (min-width:1280px){.customerActions_writeMsgButton__eeTZy{flex-direction:column;gap:8px}.customerActions_answerTime__8WQqw{text-align:start}}.styles_flex-row__i2Za-{display:flex;flex-direction:row}.styles_flex-column__sLtvk{display:flex;flex-direction:column}.styles_flex-row-center__gkCnM{align-items:center;display:flex;flex-direction:row;justify-content:center}.styles_flex-column-center__IeMx8{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes styles_rotation__yA6kB{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_body-font-style__JyIeU{font-family:Inter,sans-serif}.styles_body-text__lxRsF{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.styles_heading__7YmSL{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.styles_mobile-h1__EUyh9{font-size:46px}.styles_mobile-h2__studv{font-size:36px}.styles_mobile-h3__BMKDP{font-size:32px;line-height:110%}.styles_mobile-h4__zZ6q1{font-size:26px;line-height:110%}.styles_mobile-h5__blaib{font-size:22px}.styles_mobile-h6__gmbqm{font-size:18px;line-height:110%}.styles_mobile-card-heading__cEE-t{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.styles_mobile-heading-subtitle__RQPrL{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.styles_label-12__pMr8O{font-size:12px}.styles_label-12__pMr8O,.styles_label-14__eVm9h{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.styles_label-14__eVm9h{font-size:14px}.styles_label-16__n4dZ4{font-size:16px}.styles_label-16__n4dZ4,.styles_label-18__bw7ri{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.styles_label-18__bw7ri{font-size:18px}.styles_label-20__eD9Z6{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.styles_label-24__DY\+AP{font-size:24px}.styles_label-24__DY\+AP,.styles_label-28__wfWNc{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.styles_label-28__wfWNc{font-size:28px}.styles_caption-14__PiHB7{font-size:14px}.styles_caption-12__SCfft,.styles_caption-14__PiHB7{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.styles_caption-12__SCfft{font-size:12px}.styles_supportive-14__gaB4u{font-size:14px}.styles_supportive-12__b25En,.styles_supportive-14__gaB4u{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.styles_supportive-12__b25En{font-size:12px}.styles_bodySizeS__kdft2{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.styles_bodySizeM__7CHv7{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.styles_body-text__lxRsF.styles_desktop-body-32__uSGtQ{font-size:32px}.styles_body-text__lxRsF.styles_desktop-body-28__y1A\+W{font-size:28px}.styles_body-text__lxRsF.styles_desktop-body-22__mWjKS{font-size:22px;line-height:150%}.styles_body-text__lxRsF.styles_desktop-body-16__oVAkO{font-size:16px;line-height:150%}}.styles_mobile-body-16__wjzne{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.styles_bodySizeL__\+IfZJ{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.styles_typography-price__ATb7a{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.styles_underline__riq44{text-decoration:underline}@media(min-width:1280px){.styles_heading__7YmSL.styles_desktop-h4__2\+sTQ{font-size:32px;line-height:110%}.styles_heading__7YmSL.styles_desktop-h1__dxY7x{font-size:62px;line-height:110%}.styles_heading__7YmSL.styles_desktop-h2__qSo1i{font-size:46px;line-height:140%}.styles_heading__7YmSL.styles_desktop-h5__1NiBf{font-size:26px;line-height:110%}.styles_heading__7YmSL.styles_desktop-h6__yLBrN{font-size:18px;line-height:110%}.styles_heading__7YmSL.styles_desktop-h7__FlEXC{font-size:16px;letter-spacing:-.32px;line-height:22px}.styles_desktop-label-18__CJMP0{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.styles_desktop-body-18__BEFab{font-size:18px;line-height:165%}}.styles_mainPostOwner__7M\+\+m{display:flex;flex-direction:column;gap:28px;margin-top:-16px}.styles_postOwnerActionButtons__lUJIJ{display:flex;flex-direction:column;gap:16px}.styles_moderationDescription__5Mifm,.styles_postActionDescription__gj0x5{align-items:center;align-self:stretch;border-radius:8px;color:#2c2c2c;justify-content:center;padding:16px}.styles_postActionDescription__gj0x5{background-color:#f0f0f0}.styles_moderationDescription__5Mifm{align-items:flex-start;background-color:#ffdaab;display:flex;flex-direction:row;gap:8px;margin-bottom:16px}.styles_statisticsSection__zzjVK{display:flex;flex-direction:column;gap:12px}.styles_statisticLine__Fzwu-{display:grid;grid-template-columns:1.2fr 2fr}.styles_statisticKey__9xHRA{color:#767676}.styles_statisticValue__c89d2{color:#595959;display:flex;flex-direction:row;gap:4px}@media screen and (min-width:1280px){.styles_mainPostOwner__7M\+\+m{margin-top:16px}}.similarOffers_main__lw41Q{margin-top:24px}.similarOffers_showMoreBtn__wSPIH{margin-top:12px;width:fit-content}.similarOffers_emptyState__Nt4ag{margin-top:24px}@media screen and (min-width:1280px){.similarOffers_main__lw41Q{display:grid;grid-template-columns:7fr 3fr;margin-top:60px}}.mobileOffer_flex-row__Tv2\+y{display:flex;flex-direction:row}.mobileOffer_flex-column__0fcpN{display:flex;flex-direction:column}.mobileOffer_flex-row-center__mCf\+5{align-items:center;display:flex;flex-direction:row;justify-content:center}.mobileOffer_flex-column-center__KvEyq{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes mobileOffer_rotation__UupQn{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mobileOffer_offerContainer__Q2r-y{background-color:#fff}.mobileOffer_customerActionsButtons__nZM3H,.mobileOffer_postContent__UYJiD,.mobileOffer_postHeader__cOJDW{display:flex;flex-direction:column;gap:20px}.mobileOffer_postContent__UYJiD{padding:0 16px 20px}.mobileOffer_customerActionsButtons__nZM3H,.mobileOffer_postHeader__cOJDW{gap:12px}.offerContent_main__v4JOK{border-radius:16px;display:grid;grid-template-columns:repeat(10,1fr);padding:16px 16px 24px}.offerContent_main__v4JOK .offerContent_content__x-ODB,.offerContent_main__v4JOK .offerContent_title__jAGvp{grid-column:1/span 10}.styles_flex-row__Siquk{display:flex;flex-direction:row}.styles_flex-column__QQUwi{display:flex;flex-direction:column}.styles_flex-row-center__yjGzQ{align-items:center;display:flex;flex-direction:row;justify-content:center}.styles_flex-column-center__EdvXA{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes styles_rotation__TluS-{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_stickyInfoPanel__86Nxm{display:flex;flex-direction:column;gap:28px;padding:16px 16px 24px}.styles_stickyTitle__4Nk4U{-webkit-box-orient:vertical;-webkit-line-clamp:1;word-wrap:break-word;display:-webkit-box;display:block;overflow:hidden;padding-bottom:8px;text-overflow:ellipsis}.postRoute_flex-row__PmLKd{display:flex;flex-direction:row}.postRoute_flex-column__L8yMi{display:flex;flex-direction:column}.postRoute_flex-row-center__vNGPI{align-items:center;display:flex;flex-direction:row;justify-content:center}.postRoute_flex-column-center__JOAen{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes postRoute_rotation__mj6nl{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.postRoute_main__AxfPD{grid-gap:50px;background-color:#fff;border-radius:16px;display:grid;gap:50px;grid-template-columns:7fr 3fr}.postRoute_content__jHCSm{word-wrap:break-word;overflow:hidden}.postRoute_sidebar__dr7O\+{box-sizing:border-box;height:fit-content;position:sticky;top:0}.postRoute_rightPart__iVHKI{grid-column:8/span 3;margin-right:65px}.profileLayout_body-font-style__LKWLl{font-family:Inter,sans-serif}.profileLayout_body-text__EbgMV{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.profileLayout_heading__HIK0R{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.profileLayout_mobile-h1__wrL7c{font-size:46px}.profileLayout_mobile-h2__9yixh{font-size:36px}.profileLayout_mobile-h3__REmAL{font-size:32px;line-height:110%}.profileLayout_mobile-h4__dX0bd{font-size:26px;line-height:110%}.profileLayout_mobile-h5__foy4U{font-size:22px}.profileLayout_mobile-h6__6xfQs{font-size:18px;line-height:110%}.profileLayout_mobile-card-heading__cWbYk{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.profileLayout_mobile-heading-subtitle__\+iqKc{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.profileLayout_label-12__dH8yP{font-size:12px}.profileLayout_label-12__dH8yP,.profileLayout_label-14__q-5Ao{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.profileLayout_label-14__q-5Ao{font-size:14px}.profileLayout_label-16__sMOEt{font-size:16px}.profileLayout_label-16__sMOEt,.profileLayout_label-18__PMW1F{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.profileLayout_label-18__PMW1F{font-size:18px}.profileLayout_label-20__Xhbgk{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.profileLayout_label-24__DG2Hx{font-size:24px}.profileLayout_label-24__DG2Hx,.profileLayout_label-28__05hkN{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.profileLayout_label-28__05hkN{font-size:28px}.profileLayout_caption-14__uuecV{font-size:14px}.profileLayout_caption-12__C9SEX,.profileLayout_caption-14__uuecV{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.profileLayout_caption-12__C9SEX{font-size:12px}.profileLayout_supportive-14__bk1Q\+{font-size:14px}.profileLayout_supportive-12__DfvHb,.profileLayout_supportive-14__bk1Q\+{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.profileLayout_supportive-12__DfvHb{font-size:12px}.profileLayout_bodySizeS__4jjcS{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.profileLayout_bodySizeM__2eCet{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.profileLayout_body-text__EbgMV.profileLayout_desktop-body-32__IbS9m{font-size:32px}.profileLayout_body-text__EbgMV.profileLayout_desktop-body-28__NimGU{font-size:28px}.profileLayout_body-text__EbgMV.profileLayout_desktop-body-22__Qq3GA{font-size:22px;line-height:150%}.profileLayout_body-text__EbgMV.profileLayout_desktop-body-16__oBrCB{font-size:16px;line-height:150%}}.profileLayout_mobile-body-16__YRfCJ{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.profileLayout_bodySizeL__0btjm{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.profileLayout_typography-price__NKdRT{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.profileLayout_underline__HJYLL{text-decoration:underline}@media(min-width:1280px){.profileLayout_heading__HIK0R.profileLayout_desktop-h4__6327h{font-size:32px;line-height:110%}.profileLayout_heading__HIK0R.profileLayout_desktop-h1__eX61V{font-size:62px;line-height:110%}.profileLayout_heading__HIK0R.profileLayout_desktop-h2__-NELV{font-size:46px;line-height:140%}.profileLayout_heading__HIK0R.profileLayout_desktop-h5__Datpb{font-size:26px;line-height:110%}.profileLayout_heading__HIK0R.profileLayout_desktop-h6__L5c51{font-size:18px;line-height:110%}.profileLayout_heading__HIK0R.profileLayout_desktop-h7__X8FJH{font-size:16px;letter-spacing:-.32px;line-height:22px}.profileLayout_desktop-label-18__2Hp1z{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.profileLayout_desktop-body-18__4MPsO{font-size:18px;line-height:165%}}.profileLayout_flex-row__tDROc{display:flex;flex-direction:row}.profileLayout_flex-column__wAwFK{display:flex;flex-direction:column}.profileLayout_flex-row-center__NBcKl{align-items:center;display:flex;flex-direction:row;justify-content:center}.profileLayout_flex-column-center__9sumr{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes profileLayout_rotation__H2AoE{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.profileLayout_profileLayout__1fQRw{margin-top:12px}.profileLayout_profileHeading__fwIw3{margin-bottom:24px}@media screen and (min-width:1280px){.profileLayout_profileLayout__1fQRw{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 3fr;margin-top:60px}.profileLayout_profileHeading__fwIw3{margin-bottom:36px}}.layout_flex-row__3A46M{display:flex;flex-direction:row}.layout_flex-column__IefNI{display:flex;flex-direction:column}.layout_flex-row-center__5lFNt{align-items:center;display:flex;flex-direction:row;justify-content:center}.layout_flex-column-center__sm8Cx{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes layout_rotation__7Ppb2{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.layout_main__GiSyq{height:100%}.layout_powerItemNumber__lrMEu{font-size:12px;vertical-align:super}.layout_tabItems__gshSs{-ms-overflow-style:none;display:flex;flex-direction:row;gap:40px;overflow-x:auto;position:relative;scrollbar-width:none}.layout_tabItems__gshSs::-webkit-scrollbar{display:none}.layout_nav__Nfk9L{margin-bottom:16px;margin-top:24px;position:relative}.layout_nav__Nfk9L .layout_hr__VGPDh{background-color:#f0f0f0;bottom:1.5px;height:1px;position:absolute;width:100%;z-index:-1}.layout_nav__Nfk9L h3{display:inline-block}.layout_nav__Nfk9L a:hover{color:#7857fc}.layout_tabName__U2NxL{display:flex;flex-direction:row;white-space:nowrap}.layout_tabItem__ZXAG\+{position:relative}.layout_tabLink__V8n3a{color:#2c2c2c;column-gap:6px;display:flex;flex-direction:row;position:relative}.layout_selected__nbnA9{padding-bottom:14px;position:relative}.layout_selected__nbnA9:after{background-color:#2c2c2c;border-radius:3px;bottom:0;content:"";height:4px;left:0;position:absolute;width:100%}.layout_selected__nbnA9:hover:after{background-color:#7857fc}@media screen and (min-width:1280px){.layout_nav__Nfk9L{margin-top:36px}.layout_hr__VGPDh{margin-top:14px}}.favorites_flex-row__dDfiR{display:flex;flex-direction:row}.favorites_flex-column__kyBhm{display:flex;flex-direction:column}.favorites_flex-row-center__4sH0o{align-items:center;display:flex;flex-direction:row;justify-content:center}.favorites_flex-column-center__OI9bn{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes favorites_rotation__xMs3I{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.favorites_sortBtnWrapper__cdYNd{display:flex;flex-direction:row;justify-content:end}.favorites_searchCard__OsV8e{background-color:#fff;border-radius:12px;cursor:pointer;display:flex;flex-direction:row;gap:4px;justify-content:space-between;padding:12px 16px}.favorites_searchCard__OsV8e:hover .favorites_searchTitle__IMZ9F{color:#7857fc}.favorites_searchDisplayBlock__02KpG{align-items:flex-start}.favorites_savedSearchList__vp6\+P,.favorites_searchDisplayBlock__02KpG{display:flex;flex-direction:column;gap:8px}.favorites_searchTitle__IMZ9F{-webkit-line-clamp:1;font-size:18px;font-weight:600}.favorites_searchParams__oo8pX,.favorites_searchTitle__IMZ9F{-webkit-box-orient:vertical;word-wrap:break-word;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.favorites_searchParams__oo8pX{-webkit-line-clamp:2;font-size:14px}@media screen and (min-width:1280px){.favorites_searchCard__OsV8e{gap:40px}.favorites_savedSearchList__vp6\+P{gap:12px}.favorites_searchParams__oo8pX{-webkit-line-clamp:unset;font-size:16px;overflow:visible;text-overflow:clip}}.notifications_main__c\+Zl2{width:100%}.notifications_main__c\+Zl2 h1{margin-bottom:104px}.wrapper_flex-row__Nm6OI{display:flex;flex-direction:row}.wrapper_flex-column__L8PKV{display:flex;flex-direction:column}.wrapper_flex-row-center__\+TjYI{align-items:center;display:flex;flex-direction:row;justify-content:center}.wrapper_flex-column-center__4Y1Lj{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes wrapper_rotation__B3hkq{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.wrapper_main__U6BNl{background-color:#fff;border-radius:12px;display:flex;flex-direction:column;gap:20px;padding:12px 0;width:100%}.wrapper_wrapperInfo__oEwvg{display:flex;flex-direction:column;padding-left:20px}@media screen and (min-width:1280px){.wrapper_main__U6BNl{gap:24px;padding:24px 0}.wrapper_wrapperInfo__oEwvg{padding-left:28px}}.profileBadges_flex-row__T5Riw{display:flex;flex-direction:row}.profileBadges_flex-column__u0i0E{display:flex;flex-direction:column}.profileBadges_flex-row-center__6rzJ9{align-items:center;display:flex;flex-direction:row;justify-content:center}.profileBadges_flex-column-center__sEu6J{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes profileBadges_rotation__gB4S1{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.profileBadges_badgesContainer__lE7t4{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;margin-left:20px}.profileBadges_badgesContainer__lE7t4 .profileBadges_settingsBadge__kr02M{background-color:#fafafa}.profileBadges_badgesContainer__lE7t4 .profileBadges_settingsBadge__kr02M:hover{background-color:#eceeff}@media screen and (min-width:1280px){.profileBadges_badgesContainer__lE7t4{margin-left:28px}}.setting_flex-row__jSeMR{display:flex;flex-direction:row}.setting_flex-column__sqHmK{display:flex;flex-direction:column}.setting_flex-row-center__3O0Qx{align-items:center;display:flex;flex-direction:row;justify-content:center}.setting_flex-column-center__Lj8hx{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes setting_rotation__fE8yb{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.setting_main__b2KVj{column-gap:16px;display:flex;flex-direction:row;justify-content:space-between;padding:0 20px}.setting_main__b2KVj span{text-align:left}.setting_main__b2KVj:hover{background-color:#f0f0f0;border-radius:8px}.setting_value__yZwFh{-webkit-box-orient:vertical;-webkit-line-clamp:2;word-wrap:break-word;align-items:center;column-gap:8px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;width:100%}.setting_disabled__3-94K .setting_value__yZwFh,.setting_disabled__3-94K.setting_label__HPWkx{color:#767676}.setting_disabled__3-94K .setting_main__b2KVj:hover{background-color:#0000}.setting_singleToggleLine__2SjzW{padding:12px 0}.setting_editBtnMobile__oON94{align-self:center;height:fit-content}.setting_content__oeAVF{column-gap:16px;display:flex;flex-direction:row;justify-content:space-between;width:100%}.setting_label__HPWkx{margin-bottom:4px}.setting_hasIcon__jNGFV,.setting_label__HPWkx{display:flex;flex-direction:row}.setting_settingLineCurrentInfo__x34fX{display:block;width:calc(100% - 48px)}.setting_selected__bmXtY{background-color:#f0f0f0;border-radius:8px;display:flex;flex-direction:column}.setting_sumbitCancelButtons__CrWPO{display:flex;gap:12px;padding-top:16px}.setting_mobileToggleLine__1U0LY{padding:12px 0}@media screen and (min-width:1280px){.setting_editButton__uhxT1{grid-column:8/10}.setting_main__b2KVj{padding:12px 28px}.setting_main__b2KVj .setting_editButton__uhxT1{display:flex;justify-content:flex-end}.setting_content__oeAVF{display:grid;grid-template-columns:repeat(9,1fr);width:100%}.setting_value__yZwFh{width:100%}.setting_settingLineCurrentInfo__x34fX{align-items:center;display:flex;flex-direction:row;grid-column:1/8;justify-content:space-between;width:100%}.setting_settingLineCurrentInfo__x34fX .setting_value__yZwFh,.setting_settingLineCurrentInfo__x34fX.setting_label__HPWkx{flex:0 0 50%}.setting_fieldTitle__NlVxl{grid-column:1/4}.setting_formFieldsWithButtons__c7nM2{grid-column:4/9}}.password_flex-row__w4D-r{display:flex;flex-direction:row}.password_flex-column__fRw8B{display:flex;flex-direction:column}.password_flex-row-center__X5CI6{align-items:center;display:flex;flex-direction:row;justify-content:center}.password_flex-column-center__gpUKI{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes password_rotation__w8f-E{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.password_body-font-style__47xOF{font-family:Inter,sans-serif}.password_body-text__sZ3AY{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.password_heading__5gbvg{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.password_mobile-h1__1zbaz{font-size:46px}.password_mobile-h2__ok-OX{font-size:36px}.password_mobile-h3__QBRWk{font-size:32px;line-height:110%}.password_mobile-h4__89Gjp{font-size:26px;line-height:110%}.password_mobile-h5__k12lG{font-size:22px}.password_mobile-h6__Lc0d5{font-size:18px;line-height:110%}.password_mobile-card-heading__B8Fot{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.password_mobile-heading-subtitle__KSHxb{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.password_label-12__gAK7e{font-size:12px}.password_label-12__gAK7e,.password_label-14__ct37i{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.password_label-14__ct37i{font-size:14px}.password_label-16__SEhu0{font-size:16px}.password_label-16__SEhu0,.password_label-18__5X8n1{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.password_label-18__5X8n1{font-size:18px}.password_label-20__vyh-T{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.password_label-24__f98Cw{font-size:24px}.password_label-24__f98Cw,.password_label-28__hI9KY{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.password_label-28__hI9KY{font-size:28px}.password_caption-14__\+nqSc{font-size:14px}.password_caption-12__0p5NK,.password_caption-14__\+nqSc{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.password_caption-12__0p5NK{font-size:12px}.password_supportive-14__udYOE{font-size:14px}.password_supportive-12__\+Ueu4,.password_supportive-14__udYOE{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.password_supportive-12__\+Ueu4{font-size:12px}.password_bodySizeS__sXnpb{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.password_bodySizeM__sTW3b{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.password_body-text__sZ3AY.password_desktop-body-32__jwkgu{font-size:32px}.password_body-text__sZ3AY.password_desktop-body-28__DkVfh{font-size:28px}.password_body-text__sZ3AY.password_desktop-body-22__Hns\+w{font-size:22px;line-height:150%}.password_body-text__sZ3AY.password_desktop-body-16__FysBC{font-size:16px;line-height:150%}}.password_mobile-body-16__ZD-RX{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.password_bodySizeL__r7cVy{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.password_typography-price__Zwp3\+{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.password_underline__9V3uV{text-decoration:underline}@media(min-width:1280px){.password_heading__5gbvg.password_desktop-h4__zCuCv{font-size:32px;line-height:110%}.password_heading__5gbvg.password_desktop-h1__0fEb0{font-size:62px;line-height:110%}.password_heading__5gbvg.password_desktop-h2__3F04C{font-size:46px;line-height:140%}.password_heading__5gbvg.password_desktop-h5__roH7p{font-size:26px;line-height:110%}.password_heading__5gbvg.password_desktop-h6__aBtVA{font-size:18px;line-height:110%}.password_heading__5gbvg.password_desktop-h7__ymhYh{font-size:16px;letter-spacing:-.32px;line-height:22px}.password_desktop-label-18__mqs2g{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.password_desktop-body-18__KV7mQ{font-size:18px;line-height:165%}}.password_formContainer__Q21DB{display:flex;flex-direction:column;gap:16px}.password_formContainer__Q21DB input{background-color:#f0f0f0}@media screen and (min-width:1280px){.password_formContainer__Q21DB{width:278px}.password_formContainer__Q21DB input{background-color:#fff}}.languageSettings_flex-row__l-yns{display:flex;flex-direction:row}.languageSettings_flex-column__lSR20{display:flex;flex-direction:column}.languageSettings_flex-row-center__L1K0H{align-items:center;display:flex;flex-direction:row;justify-content:center}.languageSettings_flex-column-center__pROoA{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes languageSettings_rotation__JGFf6{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.languageSettings_body-font-style__7oS-A{font-family:Inter,sans-serif}.languageSettings_body-text__98uXk{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.languageSettings_heading__\+u2tw{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.languageSettings_mobile-h1__G2AlK{font-size:46px}.languageSettings_mobile-h2__XVefp{font-size:36px}.languageSettings_mobile-h3__fZAiz{font-size:32px;line-height:110%}.languageSettings_mobile-h4__lJjP2{font-size:26px;line-height:110%}.languageSettings_mobile-h5__Pqt5q{font-size:22px}.languageSettings_mobile-h6__gvyr6{font-size:18px;line-height:110%}.languageSettings_mobile-card-heading__6\+E6R{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.languageSettings_mobile-heading-subtitle__ja-\+-{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.languageSettings_label-12__nY3ly{font-size:12px}.languageSettings_label-12__nY3ly,.languageSettings_label-14__6de5A{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.languageSettings_label-14__6de5A{font-size:14px}.languageSettings_label-16__HqEK4{font-size:16px}.languageSettings_label-16__HqEK4,.languageSettings_label-18__BezbQ{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.languageSettings_label-18__BezbQ{font-size:18px}.languageSettings_label-20__9FAqe{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.languageSettings_label-24__qVuhe{font-size:24px}.languageSettings_label-24__qVuhe,.languageSettings_label-28__uQCrt{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.languageSettings_label-28__uQCrt{font-size:28px}.languageSettings_caption-14__8x8hi{font-size:14px}.languageSettings_caption-12__CC9Ov,.languageSettings_caption-14__8x8hi{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.languageSettings_caption-12__CC9Ov{font-size:12px}.languageSettings_supportive-14__hJStj{font-size:14px}.languageSettings_supportive-12__BDdBy,.languageSettings_supportive-14__hJStj{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.languageSettings_supportive-12__BDdBy{font-size:12px}.languageSettings_bodySizeS__25cYt{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.languageSettings_bodySizeM__AMZIh{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.languageSettings_body-text__98uXk.languageSettings_desktop-body-32__U8364{font-size:32px}.languageSettings_body-text__98uXk.languageSettings_desktop-body-28__Ahyfe{font-size:28px}.languageSettings_body-text__98uXk.languageSettings_desktop-body-22__ZgLBc{font-size:22px;line-height:150%}.languageSettings_body-text__98uXk.languageSettings_desktop-body-16__LBm-H{font-size:16px;line-height:150%}}.languageSettings_mobile-body-16__-nhDm{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.languageSettings_bodySizeL__-ohAM{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.languageSettings_typography-price__BHzeG{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.languageSettings_underline__tH-7A{text-decoration:underline}@media(min-width:1280px){.languageSettings_heading__\+u2tw.languageSettings_desktop-h4__zkfEc{font-size:32px;line-height:110%}.languageSettings_heading__\+u2tw.languageSettings_desktop-h1__Vm5Rk{font-size:62px;line-height:110%}.languageSettings_heading__\+u2tw.languageSettings_desktop-h2__aEQYt{font-size:46px;line-height:140%}.languageSettings_heading__\+u2tw.languageSettings_desktop-h5__cNtFR{font-size:26px;line-height:110%}.languageSettings_heading__\+u2tw.languageSettings_desktop-h6__59Tof{font-size:18px;line-height:110%}.languageSettings_heading__\+u2tw.languageSettings_desktop-h7__wAXrz{font-size:16px;letter-spacing:-.32px;line-height:22px}.languageSettings_desktop-label-18__vjMhx{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.languageSettings_desktop-body-18__szeLT{font-size:18px;line-height:165%}}.languageSettings_dropdown__PZZvj>div{display:flex;flex-direction:column;row-gap:20px}@media screen and (min-width:1280px){.notificationSettings_divider__USP00{background-color:#f0f0f0;height:2px;margin:4px 28px 16px}}.settings_body-font-style__1LcS5{font-family:Inter,sans-serif}.settings_body-text__GUV-G{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.settings_heading__NZuYu{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.settings_mobile-h1__tObdf{font-size:46px}.settings_mobile-h2__7V8fq{font-size:36px}.settings_mobile-h3__pg4yx{font-size:32px;line-height:110%}.settings_mobile-h4__I9e7Q{font-size:26px;line-height:110%}.settings_mobile-h5__1n7Xp{font-size:22px}.settings_mobile-h6__ZD\+XJ{font-size:18px;line-height:110%}.settings_mobile-card-heading__P7ulh{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.settings_mobile-heading-subtitle__6S6IK{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.settings_label-12__HxR\+H{font-size:12px}.settings_label-12__HxR\+H,.settings_label-14__HpoFq{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.settings_label-14__HpoFq{font-size:14px}.settings_label-16__2ZaWh{font-size:16px}.settings_label-16__2ZaWh,.settings_label-18__eyEqg{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.settings_label-18__eyEqg{font-size:18px}.settings_label-20__jiFBw{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.settings_label-24__DKCP3{font-size:24px}.settings_label-24__DKCP3,.settings_label-28__xS--8{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.settings_label-28__xS--8{font-size:28px}.settings_caption-14__CLBE9{font-size:14px}.settings_caption-12__fiT8C,.settings_caption-14__CLBE9{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.settings_caption-12__fiT8C{font-size:12px}.settings_supportive-14__lRJJq{font-size:14px}.settings_supportive-12__9g4-J,.settings_supportive-14__lRJJq{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.settings_supportive-12__9g4-J{font-size:12px}.settings_bodySizeS__xpdMR{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.settings_bodySizeM__AuB5W{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.settings_body-text__GUV-G.settings_desktop-body-32__w6Fg0{font-size:32px}.settings_body-text__GUV-G.settings_desktop-body-28__jFs5D{font-size:28px}.settings_body-text__GUV-G.settings_desktop-body-22__rvanu{font-size:22px;line-height:150%}.settings_body-text__GUV-G.settings_desktop-body-16__5B7VN{font-size:16px;line-height:150%}}.settings_mobile-body-16__-G2bg{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.settings_bodySizeL__up2cP{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.settings_typography-price__xPnXr{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.settings_underline__ORSgY{text-decoration:underline}@media(min-width:1280px){.settings_heading__NZuYu.settings_desktop-h4__Tw\+z4{font-size:32px;line-height:110%}.settings_heading__NZuYu.settings_desktop-h1__T3Xct{font-size:62px;line-height:110%}.settings_heading__NZuYu.settings_desktop-h2__L0GD5{font-size:46px;line-height:140%}.settings_heading__NZuYu.settings_desktop-h5__Ev0LD{font-size:26px;line-height:110%}.settings_heading__NZuYu.settings_desktop-h6__wDQcs{font-size:18px;line-height:110%}.settings_heading__NZuYu.settings_desktop-h7__9SciS{font-size:16px;letter-spacing:-.32px;line-height:22px}.settings_desktop-label-18__sd6qZ{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.settings_desktop-body-18__zJ\+lx{font-size:18px;line-height:165%}}.settings_flex-row__XnHzS{display:flex;flex-direction:row}.settings_flex-column__wS5eb{display:flex;flex-direction:column}.settings_flex-row-center__cCHOR{align-items:center;display:flex;flex-direction:row;justify-content:center}.settings_flex-column-center__NuZM\+{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes settings_rotation__o43\+r{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.settings_profileLayout__0QlSx{margin-top:12px}.settings_profileHeading__U5qmC{margin-bottom:24px}@media screen and (min-width:1280px){.settings_profileLayout__0QlSx{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 3fr;margin-top:60px}.settings_profileHeading__U5qmC{margin-bottom:36px}}.settings_title__ihYUI{column-gap:12px;display:flex;flex-direction:row;margin:12px 0}.settings_settingSections__7C6Ie{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}.settings_input__Jf\+os input{background-color:#f0f0f0}@media screen and (min-width:1280px){.settings_title__ihYUI{margin-bottom:24px}.settings_settingSections__7C6Ie{margin-bottom:0}.settings_input__Jf\+os input{background-color:#fff}}.card_flex-row__Q3NZ2{display:flex;flex-direction:row}.card_flex-column__aB6lB{display:flex;flex-direction:column}.card_flex-row-center__4c4IS{align-items:center;display:flex;flex-direction:row;justify-content:center}.card_flex-column-center__HUlmV{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes card_rotation__Z36Rj{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.card_body-font-style__OeAeX{font-family:Inter,sans-serif}.card_body-text__ns0a-{color:#2c2c2c;font-size:16px;font-weight:400;line-height:140%}.card_body-text__ns0a-,.card_heading__bMa-J{font-family:Inter,sans-serif;font-style:normal}.card_heading__bMa-J{font-weight:600;line-height:120%}.card_mobile-h1__SbcRJ{font-size:46px}.card_mobile-h2__UUM\+D{font-size:36px}.card_mobile-h3__GOSI4{font-size:32px;line-height:110%}.card_mobile-h4__Lg02P{font-size:26px;line-height:110%}.card_mobile-h5__d\+bRY{font-size:22px}.card_mobile-h6__89P0P{font-size:18px;line-height:110%}.card_mobile-card-heading__Ih8kv{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.card_mobile-heading-subtitle__hRCbL{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.card_label-12__JY30p{font-size:12px}.card_label-12__JY30p,.card_label-14__ZhEg1{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.card_label-14__ZhEg1{font-size:14px}.card_label-16__15f2u{font-size:16px}.card_label-16__15f2u,.card_label-18__MXEmk{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.card_label-18__MXEmk{font-size:18px}.card_label-20__bBkpW{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.card_label-24__-mp48{font-size:24px}.card_label-24__-mp48,.card_label-28__WGssD{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.card_label-28__WGssD{font-size:28px}.card_caption-14__41BPJ{font-size:14px}.card_caption-12__FSTR4,.card_caption-14__41BPJ{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.card_caption-12__FSTR4{font-size:12px}.card_dateWrapper__zkyFf,.card_supportive-14__z2HQd{font-size:14px}.card_dateWrapper__zkyFf,.card_supportive-12__VSZ2S,.card_supportive-14__z2HQd{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.card_supportive-12__VSZ2S{font-size:12px}.card_bodySizeS__MGXJw{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.card_bodySizeM__ZGr2I{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.card_body-text__ns0a-.card_desktop-body-32__dGqX-{font-size:32px}.card_body-text__ns0a-.card_desktop-body-28__pGgKD{font-size:28px}.card_body-text__ns0a-.card_desktop-body-22__GEOfa{font-size:22px;line-height:150%}.card_body-text__ns0a-.card_desktop-body-16__UUADW{font-size:16px;line-height:150%}}.card_mobile-body-16__uxu-t{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.card_bodySizeL__gLepw{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.card_typography-price__AXcf5{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.card_underline__jkMyK{text-decoration:underline}@media(min-width:1280px){.card_heading__bMa-J.card_desktop-h4__RjND9{font-size:32px;line-height:110%}.card_heading__bMa-J.card_desktop-h1__PWAwX{font-size:62px;line-height:110%}.card_heading__bMa-J.card_desktop-h2__CjGlN{font-size:46px;line-height:140%}.card_heading__bMa-J.card_desktop-h5__a7pYM{font-size:26px;line-height:110%}.card_heading__bMa-J.card_desktop-h6__kiPf4{font-size:18px;line-height:110%}.card_heading__bMa-J.card_desktop-h7__-W1oQ{font-size:16px;letter-spacing:-.32px;line-height:22px}.card_desktop-label-18__Z6GHI{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.card_desktop-body-18__NTen1{font-size:18px;line-height:165%}}.card_main__7F6OD{background-color:#fff;border-radius:12px;padding:20px}.card_content__7w1y6{column-gap:12px;display:flex;flex-direction:row;flex-direction:row-reverse;justify-content:space-between}.card_avatarWithControl__a1rzT{height:fit-content;margin-right:20px;position:relative}.card_userInfo__Mldog{display:flex;flex-direction:column;gap:8px}.card_followers__jPXYp{display:flex;gap:8px;margin-top:8px}.card_followers__jPXYp div{flex:0 0 50%}.card_userName__6hula{-webkit-box-orient:vertical;-webkit-line-clamp:1;word-wrap:break-word;display:-webkit-box;max-width:178px;overflow:hidden;text-overflow:ellipsis}.card_avatarDropdown__Bbfhb{width:186px}.card_dateWrapper__zkyFf{color:#595959;display:flex;flex-direction:row}.card_cameraControl__rs4I4{bottom:0;height:40px;padding:0;position:absolute;right:-20px;width:40px}@media screen and (min-width:1280px){.card_dateWrapper__zkyFf{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.card_content__7w1y6{display:flex;flex-direction:column}.card_userName__6hula{max-width:none}.card_followers__jPXYp div{flex:none}.card_cameraControl__rs4I4{bottom:8px;height:40px;left:88px;padding:7px 9px;width:40px}.card_avatarWithControl__a1rzT{height:fit-content;margin-bottom:12px;position:relative}}.sections_flex-row__ZGpop{display:flex;flex-direction:row}.sections_flex-column__79y82{display:flex;flex-direction:column}.sections_flex-row-center__Tm2ER{align-items:center;display:flex;flex-direction:row;justify-content:center}.sections_flex-column-center__cSdCq{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes sections_rotation__fQPeb{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sections_main__l5Jpb{display:flex;flex-direction:column;gap:16px}.sections_singleSection__nN0k7{background-color:#fff;border-radius:12px;display:flex;flex-direction:column;gap:4px;padding-bottom:12px;padding-top:12px}.sections_singleAction__nkubR{padding:8px 20px}.sections_selectedAction__LKdHx{background-color:#eceeff;border-radius:6px}.content_body-font-style__RLzy-{font-family:Inter,sans-serif}.content_body-text__5AuBp{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.content_heading__nN8L4{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.content_mobile-h1__2\+lEH{font-size:46px}.content_mobile-h2__diP1x{font-size:36px}.content_mobile-h3__-W30F{font-size:32px;line-height:110%}.content_mobile-h4__XEBgE{font-size:26px;line-height:110%}.content_mobile-h5__rl9-T{font-size:22px}.content_mobile-h6__EVOkl{font-size:18px;line-height:110%}.content_mobile-card-heading__mETXW{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.content_mobile-heading-subtitle__nNtIJ{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.content_label-12__Bn2yJ{font-size:12px}.content_label-12__Bn2yJ,.content_label-14__9ZJbn{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.content_label-14__9ZJbn{font-size:14px}.content_label-16__o1eTO{font-size:16px}.content_label-16__o1eTO,.content_label-18__ATktf{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.content_label-18__ATktf{font-size:18px}.content_label-20__siZ00{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.content_label-24__7YraX{font-size:24px}.content_label-24__7YraX,.content_label-28__8O6WJ{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.content_label-28__8O6WJ{font-size:28px}.content_caption-14__qn2za{font-size:14px}.content_caption-12__siDKL,.content_caption-14__qn2za{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.content_caption-12__siDKL{font-size:12px}.content_supportive-14__BA-U6{font-size:14px}.content_supportive-12__Toi1M,.content_supportive-14__BA-U6{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.content_supportive-12__Toi1M{font-size:12px}.content_bodySizeS__iW\+It{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.content_bodySizeM__ZBZGr{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.content_body-text__5AuBp.content_desktop-body-32__rMPsE{font-size:32px}.content_body-text__5AuBp.content_desktop-body-28__v70as{font-size:28px}.content_body-text__5AuBp.content_desktop-body-22__CceCB{font-size:22px;line-height:150%}.content_body-text__5AuBp.content_desktop-body-16__H\+hro{font-size:16px;line-height:150%}}.content_mobile-body-16__OQV8-{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.content_bodySizeL__nNCMg{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.content_typography-price__Qq7pt{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.content_underline__x\+QDd{text-decoration:underline}@media(min-width:1280px){.content_heading__nN8L4.content_desktop-h4__6TJK8{font-size:32px;line-height:110%}.content_heading__nN8L4.content_desktop-h1__7e5\+B{font-size:62px;line-height:110%}.content_heading__nN8L4.content_desktop-h2__NMeYX{font-size:46px;line-height:140%}.content_heading__nN8L4.content_desktop-h5__PSWV1{font-size:26px;line-height:110%}.content_heading__nN8L4.content_desktop-h6__Xlb84{font-size:18px;line-height:110%}.content_heading__nN8L4.content_desktop-h7__-L\+dz{font-size:16px;letter-spacing:-.32px;line-height:22px}.content_desktop-label-18__bRg6M{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.content_desktop-body-18__YdfsR{font-size:18px;line-height:165%}}.content_flex-row__IcQ1v{display:flex;flex-direction:row}.content_flex-column__\+GVhm{display:flex;flex-direction:column}.content_flex-row-center__FHYwE{align-items:center;display:flex;flex-direction:row;justify-content:center}.content_flex-column-center__di3Dh{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes content_rotation__xS104{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.content_profileLayout__QpaIw{margin-top:12px}.content_profileHeading__Wjnx2{margin-bottom:24px}@media screen and (min-width:1280px){.content_profileLayout__QpaIw{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 3fr;margin-top:60px}.content_profileHeading__Wjnx2{margin-bottom:36px}}.content_main__azgTN{display:flex;flex-direction:column;gap:16px;padding-top:24px}.content_main__azgTN h1{margin-bottom:8px}@media screen and (min-width:1280px){.content_main__azgTN{padding-top:59.2px}}.safety_body-font-style__Xj3Je{font-family:Inter,sans-serif}.safety_body-text__J3Jm-{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.safety_heading__P1kKW{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.safety_mobile-h1__bmX\+6{font-size:46px}.safety_mobile-h2__wuM6t{font-size:36px}.safety_mobile-h3__DyeYS{font-size:32px;line-height:110%}.safety_mobile-h4__VrvOK{font-size:26px;line-height:110%}.safety_mobile-h5__FVwBe{font-size:22px}.safety_mobile-h6__ZTURq{font-size:18px;line-height:110%}.safety_mobile-card-heading__FvLQ3{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.safety_mobile-heading-subtitle__Kuxmz{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.safety_label-12__oxWip{font-size:12px}.safety_label-12__oxWip,.safety_label-14__Sq1Rt{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.safety_label-14__Sq1Rt{font-size:14px}.safety_label-16__SaRT1{font-size:16px}.safety_label-16__SaRT1,.safety_label-18__FWitp{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.safety_label-18__FWitp{font-size:18px}.safety_label-20__rfCiK{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.safety_label-24__2Qzec{font-size:24px}.safety_label-24__2Qzec,.safety_label-28__z4zPy{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.safety_label-28__z4zPy{font-size:28px}.safety_caption-14__FSqAU{font-size:14px}.safety_caption-12__lOMex,.safety_caption-14__FSqAU{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.safety_caption-12__lOMex{font-size:12px}.safety_supportive-14__drTmQ{font-size:14px}.safety_supportive-12__LmOn3,.safety_supportive-14__drTmQ{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.safety_supportive-12__LmOn3{font-size:12px}.safety_bodySizeS__XXykL{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.safety_bodySizeM__ELsFY{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.safety_body-text__J3Jm-.safety_desktop-body-32__SK\+QF{font-size:32px}.safety_body-text__J3Jm-.safety_desktop-body-28__uyDWH{font-size:28px}.safety_body-text__J3Jm-.safety_desktop-body-22__nzAqf{font-size:22px;line-height:150%}.safety_body-text__J3Jm-.safety_desktop-body-16__51Yfg{font-size:16px;line-height:150%}}.safety_mobile-body-16__CO2s3{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.safety_bodySizeL__ggutx,.safety_itemText__SU2Vj,.safety_item__0wmPS .safety_static-block-subheading__\+WDR5,.safety_static-block__7Zncw .safety_static-block-subheading__\+WDR5,.safety_static-h4__0DRYG,.safety_subheading__Wejsh{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.safety_typography-price__UdxuN{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.safety_underline__EGZo\+{text-decoration:underline}@media(min-width:1280px){.safety_heading__P1kKW.safety_desktop-h4__BKyIV{font-size:32px;line-height:110%}.safety_heading__P1kKW.safety_desktop-h1__jnWJ-{font-size:62px;line-height:110%}.safety_heading__P1kKW.safety_desktop-h2__p7F4r{font-size:46px;line-height:140%}.safety_heading__P1kKW.safety_desktop-h5__6-K7T{font-size:26px;line-height:110%}.safety_heading__P1kKW.safety_desktop-h6__S9X2i{font-size:18px;line-height:110%}.safety_heading__P1kKW.safety_desktop-h7__5bY\+T{font-size:16px;letter-spacing:-.32px;line-height:22px}.safety_desktop-label-18__nfbh1{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.safety_desktop-body-18__T6TpJ{font-size:18px;line-height:165%}}.safety_static-content__51om6 .safety_table__LU4jP{border:1px solid #f0f0f0;min-width:684px;width:fit-content}.safety_static-content__51om6 .safety_table-head__49sVx{background-color:#fafafa;font-weight:700}.safety_static-content__51om6 .safety_table-head__49sVx h4{margin-bottom:0;margin-top:0}.safety_static-content__51om6 .safety_table-row__Dfs34{display:grid;grid-template-columns:4fr 4fr 5fr 3fr;width:100%}.safety_static-content__51om6 .safety_table-row__Dfs34:not(:last-child){border-bottom:1px solid #f0f0f0}.safety_static-content__51om6 .safety_table-cell__4wVCg{padding:10px 12px}.safety_static-content__51om6 .safety_table-cell__4wVCg:not(:last-child){border-right:1px solid #f0f0f0}.safety_static-content__51om6 p.safety_table-cell__4wVCg{margin-bottom:0}.safety_static-page-wrapper__IJEVy{margin:0 auto;max-width:994px;width:994px;width:100%}.safety_item__0wmPS .safety_static-block-subheading__\+WDR5,.safety_static-block__7Zncw .safety_static-block-subheading__\+WDR5,.safety_static-h4__0DRYG{border:1px solid #767676;border-radius:99px;color:#767676;padding:7px 12px;width:fit-content}.safety_item__0wmPS,.safety_static-block__7Zncw{background-color:#fff;border-radius:20px;box-shadow:0 2px 6px -2px #d8d8d808,0 4px 24px -4px #d8d8d814;padding:20px}.safety_item__0wmPS .safety_static-block-img__MTObi,.safety_static-block__7Zncw .safety_static-block-img__MTObi{border-radius:20px 20px 0 0;margin-left:-20px;margin-top:-20px;overflow:hidden;width:calc(100% + 40px)}.safety_item__0wmPS .safety_static-block-heading__0c7wQ,.safety_static-block__7Zncw .safety_static-block-heading__0c7wQ{color:#2c2c2c;color:#6a7efc;font-family:Inter,sans-serif;font-size:28px;font-style:normal;font-weight:400;line-height:140%;margin:24px 0 20px}.safety_item__0wmPS .safety_static-block-text__0w81n,.safety_static-block__7Zncw .safety_static-block-text__0w81n{color:#2c2c2c;color:#595959;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.safety_item__0wmPS .safety_static-block-button__JeD34,.safety_static-block__7Zncw .safety_static-block-button__JeD34{margin-top:20px}.safety_static-stat-line__Z1n\+G{margin:60px 0;padding:0 56px;row-gap:16px}.safety_static-stat-line-item__xMbMh,.safety_static-stat-line__Z1n\+G{align-items:center;display:flex;flex-direction:column;justify-content:center}.safety_static-stat-line-item__xMbMh{row-gap:12px;text-align:center}.safety_static-stat-line-item__xMbMh h2{color:#6a7efc}.safety_static-heading__NjERP{margin:24px 0 16px}.safety_static-heading__NjERP span{color:#6a7efc}@media screen and (min-width:1280px){.safety_item__0wmPS,.safety_static-block__7Zncw{border-radius:36px;padding:60px}.safety_item__0wmPS .safety_static-block-text__0w81n,.safety_static-block__7Zncw .safety_static-block-text__0w81n{color:#2c2c2c;color:#595959;font-family:Inter,sans-serif;font-size:28px;font-style:normal;font-weight:400;line-height:140%}.safety_item__0wmPS .safety_static-block-heading__0c7wQ,.safety_static-block__7Zncw .safety_static-block-heading__0c7wQ{color:#2c2c2c;color:#6a7efc;font-family:Inter,sans-serif;font-size:40px;font-style:normal;font-weight:400;line-height:140%;line-height:130%;margin:36px 0 40px}.safety_item__0wmPS .safety_static-block-button__JeD34,.safety_static-block__7Zncw .safety_static-block-button__JeD34{margin-top:40px;width:fit-content}.safety_static-btn__ZUS3P{width:316px}.safety_static-heading__NjERP{margin:120px 0 32px}.safety_static-stat-line__Z1n\+G{column-gap:40px;display:flex;flex-direction:row;margin:120px 0;padding:0}}.safety_flex-row__my\+6a{display:flex;flex-direction:row}.safety_flex-column__g7x8s{display:flex;flex-direction:column}.safety_flex-row-center__S0BCC{align-items:center;display:flex;flex-direction:row;justify-content:center}.safety_flex-column-center__u28Xl{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes safety_rotation__UPM3g{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.safety_list__qY2ec{margin:44px 0}.safety_column__e09Aj,.safety_item__0wmPS,.safety_list__qY2ec{display:flex;flex-direction:column;row-gap:12px}.safety_icon__lmeI3{margin:0 auto}.safety_itemHeading__wXP\+H{color:#2c2c2c;font-family:Inter,sans-serif;font-size:28px;font-style:normal;font-weight:500;line-height:140%}.safety_itemText__SU2Vj{color:#595959}@media screen and (min-width:1280px){.safety_listDesktop__kwiXo{grid-column-gap:40px;column-gap:40px;display:grid;grid-template-columns:1fr 1fr;margin:60px 0 120px}.safety_column__e09Aj{row-gap:40px}.safety_item__0wmPS{padding:32px}.safety_main__c3fVG .safety_heading__P1kKW{margin-top:0}.safety_subheading__Wejsh{color:#2c2c2c;font-family:Inter,sans-serif;font-size:32px;font-style:normal;font-weight:400;line-height:140%}}.filter_flex-row__jFXJQ{display:flex;flex-direction:row}.filter_flex-column__I8AR5{display:flex;flex-direction:column}.filter_flex-row-center__InuIj{align-items:center;display:flex;flex-direction:row;justify-content:center}.filter_flex-column-center__9oGk3{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes filter_rotation__bM2HS{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.filter_body-font-style__v-E7O{font-family:Inter,sans-serif}.filter_body-text__DcomD{color:#2c2c2c;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.filter_heading__3rW4h{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:120%}.filter_mobile-h1__gqE8G{font-size:46px}.filter_mobile-h2__CDTt0{font-size:36px}.filter_mobile-h3__Jl22R{font-size:32px;line-height:110%}.filter_mobile-h4__8nh59{font-size:26px;line-height:110%}.filter_mobile-h5__spXIE{font-size:22px}.filter_mobile-h6__98W8n{font-size:18px;line-height:110%}.filter_mobile-card-heading__dtdX5{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.filter_mobile-heading-subtitle__Z7EQP{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.filter_label-12__Q7uAx{font-size:12px}.filter_label-12__Q7uAx,.filter_label-14__vtEU7{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.filter_label-14__vtEU7{font-size:14px}.filter_label-16__siYfb{font-size:16px}.filter_label-16__siYfb,.filter_label-18__LVtk7{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.filter_label-18__LVtk7{font-size:18px}.filter_label-20__KEEUW{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.filter_label-24__xQfd5{font-size:24px}.filter_label-24__xQfd5,.filter_label-28__umGip{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.filter_label-28__umGip{font-size:28px}.filter_caption-14__2lJ32{font-size:14px}.filter_caption-12__oi7Yg,.filter_caption-14__2lJ32{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.filter_caption-12__oi7Yg{font-size:12px}.filter_supportive-14__zbq4L{font-size:14px}.filter_supportive-12__E4RlZ,.filter_supportive-14__zbq4L{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.filter_supportive-12__E4RlZ{font-size:12px}.filter_bodySizeS__8KeYP{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:135%}.filter_bodySizeM__cogLU{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media(min-width:1280px){.filter_body-text__DcomD.filter_desktop-body-32__SNKQX{font-size:32px}.filter_body-text__DcomD.filter_desktop-body-28__Ja6aw{font-size:28px}.filter_body-text__DcomD.filter_desktop-body-22__4zIlo{font-size:22px;line-height:150%}.filter_body-text__DcomD.filter_desktop-body-16__fCP6r{font-size:16px;line-height:150%}}.filter_mobile-body-16__Exm8Q{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.filter_bodySizeL__A1Rap{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.filter_typography-price__on-th{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.filter_underline__3n-zv{text-decoration:underline}@media(min-width:1280px){.filter_heading__3rW4h.filter_desktop-h4__wMW5H{font-size:32px;line-height:110%}.filter_heading__3rW4h.filter_desktop-h1__-RtAg{font-size:62px;line-height:110%}.filter_heading__3rW4h.filter_desktop-h2__Z6jbu{font-size:46px;line-height:140%}.filter_heading__3rW4h.filter_desktop-h5__VJDVU{font-size:26px;line-height:110%}.filter_heading__3rW4h.filter_desktop-h6__w\+GRx{font-size:18px;line-height:110%}.filter_heading__3rW4h.filter_desktop-h7__mW4\+q{font-size:16px;letter-spacing:-.32px;line-height:22px}.filter_desktop-label-18__8OCN3{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.filter_desktop-body-18__p32qF{font-size:18px;line-height:165%}}.filter_title__4rr\+7{margin:0}.filter_heading__3rW4h{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:auto 1fr auto;margin-bottom:24px}.filter_filterSidebarForm__WPv\+F{margin-bottom:64px}.filter_field__WTUOA{color:#595959;color:#2c2c2c;display:flex;flex-direction:column;font-family:Inter,sans-serif;font-size:16px;font-weight:400;gap:20px;line-height:24px}.filter_fieldTitle__8KMig{display:flex;flex-direction:row;gap:4px}.filter_filterPanel__FWeBe{display:flex;flex-direction:column;gap:32px;padding-bottom:24px}.filter_subfields__9PJ76{display:flex;flex-direction:column;gap:12px}.filter_optionsBlockTwoCol__IE\+V3,.filter_optionsBlock__7Jmwx{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr;justify-content:start;justify-items:start}.filter_priceField__LGKAx{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.filter_inputPlus__bBFtG{position:relative}.filter_inputPlus__bBFtG input{padding-right:36px}.filter_inputPlus__bBFtG button{position:absolute;right:4px;top:4px}.filter_searchWithChips__YxOq4{display:flex;flex-direction:column;gap:12px}.filter_chips__prvob{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px 8px}.filter_summary__b7o2J{align-items:flex-start;display:flex;flex-direction:column;gap:12px;margin-top:28px}.filter_breadcrumbs__kfTGS{margin:16px 0}.filter_fullSizeFilter__lySCL{background-color:#fff;left:0;min-height:100vh;padding:0 16px;position:absolute;top:0;width:100%;z-index:101}@media screen and (min-width:1280px){.filter_optionsBlockTwoCol__IE\+V3{grid-template-columns:repeat(2,1fr)}.filter_heading__3rW4h{margin-bottom:0;padding:0}.filter_filterPanel__FWeBe{padding-bottom:0}}.category_dropdownList__FqBt4{margin-left:20px}.category_title__O2st4{margin:32px 0 16px}.checkbox_flex-row__orY-g{display:flex;flex-direction:row}.checkbox_flex-column__O6m0j{display:flex;flex-direction:column}.checkbox_flex-row-center__L6sRe{align-items:center;display:flex;flex-direction:row;justify-content:center}.checkbox_flex-column-center__iNNZK{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes checkbox_rotation__g-Rro{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.checkbox_label__tdHz7{align-items:center;display:flex;flex-direction:row;padding:8px 0;width:100%}.checkbox_checkbox__VxurA{height:0;opacity:0;position:absolute;width:0}.checkbox_checkbox__VxurA:not(:checked):hover~.checkbox_visibleInput__NDZsA:before{border-color:#7857fc}.checkbox_checkbox__VxurA:checked~.checkbox_visibleInput__NDZsA:before{background-color:#6a7efc;background-image:url(/static/media/tick.c5ab7b940f0ddea67a3e.svg);background-position:50%;background-repeat:no-repeat}.checkbox_checkbox__VxurA:checked:hover~.checkbox_visibleInput__NDZsA:before{background-color:#7857fc}.checkbox_visibleInput__NDZsA{align-items:center;column-gap:8px;cursor:pointer;display:flex;flex-direction:row;-webkit-user-select:none;user-select:none}.checkbox_visibleInput__NDZsA:before{background:#fff;border:1px solid #f0f0f0;border-radius:6px;content:"";display:inline-block;height:20px;transition:all .2s ease-in-out 0s;vertical-align:text-top;width:20px}@media screen and (min-width:1280px){.checkbox_label__tdHz7{padding:0}}.filterChips_flex-row__AWYG5{display:flex;flex-direction:row}.filterChips_flex-column__sA1Mf{display:flex;flex-direction:column}.filterChips_flex-row-center__8diVi{align-items:center;display:flex;flex-direction:row;justify-content:center}.filterChips_flex-column-center__RTmE0{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes filterChips_rotation__GErhm{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.filterChips_main__7tdA5{-ms-overflow-style:none;display:flex;flex-direction:row;gap:8px;overflow:auto;scrollbar-width:none}.filterChips_main__7tdA5::-webkit-scrollbar{display:none}.searchActionBar_flex-row__bv2Dx{display:flex;flex-direction:row}.searchActionBar_flex-column__AS4wU{display:flex;flex-direction:column}.searchActionBar_flex-row-center__nxKfM{align-items:center;display:flex;flex-direction:row;justify-content:center}.searchActionBar_flex-column-center__6868P{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes searchActionBar_rotation__DHTZo{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.searchActionBar_actionBar__QrsmC{align-items:center;background-color:#fafafa;display:flex;flex-direction:row;gap:16px;justify-content:center;justify-content:space-between;padding:12px 0;position:sticky;top:0;z-index:2}.searchActionBar_rightAligned__d6fpJ{display:flex;flex-direction:row;gap:40px}.searchActionBar_displayMethod__GkdWP{display:flex;flex-direction:row;gap:12px}@media screen and (min-width:360px){.searchActionBar_actionBar__QrsmC{gap:48px}}.cityModal_flex-row__YxdaI{display:flex;flex-direction:row}.cityModal_flex-column__nSFUc{display:flex;flex-direction:column}.cityModal_flex-row-center__NSzLy{align-items:center;display:flex;flex-direction:row;justify-content:center}.cityModal_flex-column-center__d7ZLO{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes cityModal_rotation__mFZFf{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cityModal_mobile-paddings__kNyV8{padding:24px 16px 0}.cityModal_mobile-hide__sXJx-{display:none}@media screen and (min-width:1280px){.cityModal_mobile-hide__sXJx-{display:inline;display:initial}.cityModal_desktop-hide__bDUl2{display:none}}.cityModal_cityModal__xwZCm{height:100%;padding:24px 16px 0;width:100%}.cityModal_controls__C0Zr\+{display:flex;flex-direction:row}.cityModal_resetButton__SAidE{margin-right:12px}.cityModal_buttonGroup__GzRVn{display:flex;flex-direction:row;margin-left:auto;margin-top:50px}.cityModal_radiusTitle__mvMIT{margin:20px 0 14px}.cityModal_radiusButtons__8J9Ir{align-items:center;display:flex;flex-direction:row;justify-content:center}.cityModal_radiusButton__Y7vYD{cursor:pointer;margin-right:8px}.cityModal_radiusButton__Y7vYD span{align-items:center;background-color:#f0f0f0;border-radius:8px;color:#2c2c2c;display:flex;flex-direction:row;height:36px;justify-content:center;padding:8px 6px 10px;width:40px}.cityModal_radiusButton__Y7vYD input{height:0;position:absolute;visibility:hidden;width:0}.cityModal_radiusButton__Y7vYD input:checked+span{background-color:#2c2c2c;color:#fff}@media screen and (min-width:1280px){.cityModal_cityModal__xwZCm{border-radius:10px;padding:0;width:984px}.cityModal_controls__C0Zr\+{align-items:flex-end}.cityModal_map__SZKQR{min-height:400px}}.search_flex-row__\+kzGs{display:flex;flex-direction:row}.search_flex-column__Hq\+-z{display:flex;flex-direction:column}.search_flex-row-center__YC0Ea{align-items:center;display:flex;flex-direction:row;justify-content:center}.search_flex-column-center__NlWAA{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes search_rotation__5CjWE{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.search_main__ZmOt7{display:flex;flex-direction:column;gap:16px}.search_searchBar__Tn7M-{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:center;padding:16px 0;width:100%}.search_resultsWrapper__gAGB8{max-width:100%}.search_sticky__r6w0a{background-color:#fafafa;position:sticky;top:44px;z-index:2}.search_leftSearchBar__mG73t{display:flex;flex-direction:row;gap:16px;grid-column:1/10;height:40px;margin-right:24px}.search_searchWrapper__TeViI{display:grid;grid-template-columns:1fr;width:100%}.search_filterPanelWrapper__ZyCdD{grid-column:span 3;max-width:100%}.search_citySelectLabel__Wdv3T{align-items:flex-start;display:flex;flex-direction:column}.search_secondaryCityLabel__LLGua{color:#767676}.search_searchInput__C4i3p{display:flex;flex-direction:column;gap:4px;position:relative;width:100%}.search_citySelectorButton__geLUj{align-items:center;display:flex;flex-direction:row;grid-column:10/12}.search_citySelectorButton__geLUj:hover .search_secondaryCityLabel__LLGua{color:inherit}.search_filtersButtonsRow__hx9jg{display:flex;flex-direction:row;gap:12px;justify-content:space-between}.search_mobileFilterChips__EyWPC{display:flex;flex-direction:row;gap:8px;overflow:auto}@media screen and (min-width:1280px){.search_main__ZmOt7{display:inline;display:initial}.search_searchBar__Tn7M-{grid-gap:28px;display:grid;gap:28px;max-width:1320px;padding:28px 0}.search_searchBar__Tn7M-,.search_searchWrapper__TeViI{grid-template-columns:repeat(12,1fr)}.search_resultsWrapper__gAGB8{grid-column:span 9;margin-left:40px}}.searchResults_flex-row__v9LXu{display:flex;flex-direction:row}.searchResults_flex-column__6V9PK{display:flex;flex-direction:column}.searchResults_flex-row-center__ZlTTY{align-items:center;display:flex;flex-direction:row;justify-content:center}.searchResults_flex-column-center__NtLl4{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes searchResults_rotation__-6uXw{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.searchResults_notFound__IlfzL{margin-top:40px}.searchResults_foundPostsCount__9V3EF{color:#767676;margin:0 10px}.searchResults_breakableTitle__qazbp{word-break:break-word}.searchResults_otherCityIcon__MMLi7{height:184px;margin:28px auto 24px;width:184px}@media screen and (min-width:1280px){.searchResults_title__V9a5N{margin-bottom:40px}.searchResults_otherCityIcon__MMLi7{height:220px;margin:40px auto 32px;width:220px}}.searchSuggestionsDropdown_flex-row__97Vqd{display:flex;flex-direction:row}.searchSuggestionsDropdown_flex-column__\+JJ6Q{display:flex;flex-direction:column}.searchSuggestionsDropdown_flex-row-center__saHKC{align-items:center;display:flex;flex-direction:row;justify-content:center}.searchSuggestionsDropdown_flex-column-center__LzBHc{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes searchSuggestionsDropdown_rotation__egCqG{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.searchSuggestionsDropdown_main__9cC03{border:none;box-shadow:none;max-height:none;max-width:100%;top:100%}@media screen and (min-width:1280px){.searchSuggestionsDropdown_main__9cC03{border:1px solid #f0f0f0;box-shadow:0 2px 6px -2px #63636308,0 4px 24px -4px #63636314}}.mobileSearchInput_flex-row__im\+sx{display:flex;flex-direction:row}.mobileSearchInput_flex-column__TGvqq{display:flex;flex-direction:column}.mobileSearchInput_flex-row-center__QTfOF{align-items:center;display:flex;flex-direction:row;justify-content:center}.mobileSearchInput_flex-column-center__55XOe{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes mobileSearchInput_rotation__GuTjB{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mobileSearchInput_dummySearchBarContainer__Txczh{display:flex;flex-direction:row;gap:16px;position:relative}.userPosts_flex-row__PzhA9{display:flex;flex-direction:row}.userPosts_flex-column__xnffL{display:flex;flex-direction:column}.userPosts_flex-row-center__K\+raQ{align-items:center;display:flex;flex-direction:row;justify-content:center}.userPosts_flex-column-center__1geu9{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes userPosts_rotation__\+OWPB{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.userPosts_offersContainer__jkpwm{margin-top:24px}@media screen and (min-width:1280px){.userPosts_offersContainer__jkpwm{margin-top:16px}}.info_flex-row__OyypM{display:flex;flex-direction:row}.info_flex-column__b8OwR{display:flex;flex-direction:column}.info_flex-row-center__TzTDz{align-items:center;display:flex;flex-direction:row;justify-content:center}.info_flex-column-center__ieXZM{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes info_rotation__Zf9IP{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.info_infoCard__E8zpq{color:#595959}.info_innerInfo__eG2WS{margin-top:16px}.info_registrationDate__n0YwC{display:flex;gap:5px;padding-bottom:5px;padding-top:5px}.info_answerTime__v3PIR{display:flex;gap:4px;padding-bottom:12px}.info_avatarCard__S6egM{align-items:center;display:flex;flex-direction:row;flex-direction:row-reverse;gap:12px;justify-content:center;justify-content:space-between}.info_userNameWithGrade__0l447{display:flex;flex-direction:column;gap:8px}.info_badgesContainer__uo0Y-{margin-bottom:16px;margin-top:8px}@media screen and (min-width:1280px){.info_avatarCard__S6egM{align-items:flex-start;display:flex;flex-direction:column;gap:12px}.info_avatar__EMNKJ{height:120px;margin-bottom:12px;width:120px}}.user_flex-row__stfce{display:flex;flex-direction:row}.user_flex-column__Px1Vy{display:flex;flex-direction:column}.user_flex-row-center__OOyAS{align-items:center;display:flex;flex-direction:row;justify-content:center}.user_flex-column-center__ac9m\+{align-items:center;display:flex;flex-direction:column;justify-content:center}@keyframes user_rotation__D8QuE{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.user_container__4Red6,.user_noOffersContainer__Ynpu-{display:flex;flex-direction:column;gap:24px}@media screen and (min-width:1280px){.user_container__4Red6{grid-gap:40px;display:grid;gap:40px;grid-template-columns:3fr 9fr;margin-top:60px}}a,address,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,embed,fieldset,form,h1,h2,h3,h4,h5,h6,i,iframe,img,ins,kbd,label,legend,li,object,p,pre,q,s,samp,small,span,strike,strong,sub,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:initial}body{-webkit-text-size-adjust:100%;font-size:14px}td,th{vertical-align:top}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:""}table{border-collapse:collapse;border-spacing:0}.Toastify__toast-container{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:607px;width:100%}.Toastify__toast{border-radius:var(--toastify-toast-bd-radius);box-shadow:0 -1px 4px 0 #534e5f1f,0 4px 4px 0 #6363631f;color:#fff;margin-bottom:1rem;min-height:0;min-height:auto;padding:4px 8px 4px 16px;width:calc(100% - 32px)}.Toastify__toast .Toastify__toast-body svg path,.Toastify__toast button svg path{stroke:currentcolor}.Toastify__toast--default:hover{background-color:#d1d2d5}.Toastify__toast--error .Toastify__toast-body,.Toastify__toast--error button,.Toastify__toast--success .Toastify__toast-body,.Toastify__toast--success button{color:#fff}.Toastify__toast--error .Toastify__toast-body svg path,.Toastify__toast--error button svg path,.Toastify__toast--success .Toastify__toast-body svg path,.Toastify__toast--success button svg path{stroke:currentcolor}.Toastify__toast--success{background-color:#2c2c2c}.Toastify__toast-body,.Toastify__toast-icon{margin-inline-end:8px}.Toastify__toast-body{font-family:Inter,sans-serif;font-size:14px;font-weight:400;height:32px;line-height:135%;padding:0}.Toastify button{align-items:center;border-radius:50%;display:flex;flex-direction:row;height:24px;justify-content:center;margin:auto 0;padding:0;width:24px}.Toastify button:hover{background-color:#ffffffb3;color:#2c2c2c}.Toastify__progress-bar--info,.Toastify__progress-bar--success{background-color:#767676}.Toastify__toast--info,.Toastify__toast--success{background-color:#2c2c2c}.Toastify__toast--error{background-color:#ff5656}.Toastify__progress-bar--error{background-color:#ff9a9a}@media screen and (min-width:1280px){.Toastify__toast,.Toastify__toast-container{width:auto}}.h-100{height:100%}.w-100{width:100%}.sticky-button-wrapper{bottom:12px;bottom:72px;display:flex;flex-direction:column;position:sticky;width:min(607px,100vw - 32px)}.fixed-modal-button,.two-fixed-buttons-modal{bottom:12px;display:flex;flex-direction:column;left:max(16px,(100vw - min(607px,100vw - 32px))/2);position:sticky;position:fixed;width:min(607px,100vw - 32px)}.two-fixed-buttons-modal{background-color:#fff;gap:10px}.fixed-button-container{height:calc(100% - 64px);overflow:auto}.two-fixed-buttons-container{height:calc(100% - 140px);overflow:auto}.inline{display:inline}.semitransparent{opacity:.5}.color-primary{color:#6a7efc}.color-disabled{color:#767676}.static-content .table{border:1px solid #f0f0f0;min-width:684px;width:fit-content}.static-content .table-head{background-color:#fafafa;font-weight:700}.static-content .table-head h4{margin-bottom:0;margin-top:0}.static-content .table-row{display:grid;grid-template-columns:4fr 4fr 5fr 3fr;width:100%}.static-content .table-row:not(:last-child){border-bottom:1px solid #f0f0f0}.static-content .table-cell{padding:10px 12px}.static-content .table-cell:not(:last-child){border-right:1px solid #f0f0f0}.static-content p.table-cell{margin-bottom:0}.static-page-wrapper{margin:0 auto;max-width:994px;width:994px;width:100%}.static-block .static-block-subheading,.static-h4{border:1px solid #767676;border-radius:99px;color:#767676;padding:7px 12px;width:fit-content}.static-block{background-color:#fff;border-radius:20px;box-shadow:0 2px 6px -2px #d8d8d808,0 4px 24px -4px #d8d8d814;padding:20px}.static-block .static-block-img{border-radius:20px 20px 0 0;margin-left:-20px;margin-top:-20px;overflow:hidden;width:calc(100% + 40px)}.static-block .static-block-heading{color:#2c2c2c;color:#6a7efc;font-family:Inter,sans-serif;font-size:28px;font-style:normal;font-weight:400;line-height:140%;margin:24px 0 20px}.static-block .static-block-text{color:#2c2c2c;color:#595959;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.static-block .static-block-button{margin-top:20px}.static-stat-line{margin:60px 0;padding:0 56px;row-gap:16px}.static-stat-line,.static-stat-line-item{align-items:center;display:flex;flex-direction:column;justify-content:center}.static-stat-line-item{row-gap:12px;text-align:center}.static-stat-line-item h2{color:#6a7efc}.static-heading{margin:24px 0 16px}.static-heading span{color:#6a7efc}@media screen and (min-width:1280px){.static-block{border-radius:36px;padding:60px}.static-block .static-block-text{color:#2c2c2c;color:#595959;font-size:28px}.static-block .static-block-heading,.static-block .static-block-text{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:140%}.static-block .static-block-heading{color:#2c2c2c;color:#6a7efc;font-size:40px;line-height:130%;margin:36px 0 40px}.static-block .static-block-button{margin-top:40px;width:fit-content}.static-btn{width:316px}.static-heading{margin:120px 0 32px}.static-stat-line{column-gap:40px;display:flex;flex-direction:row;margin:120px 0;padding:0}}.offer-page-slider{aspect-ratio:3/2;cursor:pointer;max-height:472px;min-height:238px;width:100%}.offer-page-slider .swiper-button-next,.offer-page-slider .swiper-button-prev{align-items:center;display:flex;flex-direction:row;justify-content:center}.fullscreen-slider{height:calc(100vh - 56px);position:relative;width:100%}.fullscreen-slider .swiper-button-next,.fullscreen-slider .swiper-button-prev{bottom:18px;top:auto}.fullscreen-slider .swiper-button-next,.fullscreen-slider .swiper-button-prev,.offer-page-slider .swiper-button-next,.offer-page-slider .swiper-button-prev{align-items:center;background-color:#ffffffb3;border-radius:50%;box-shadow:0 4px 4px 0 #6363631f,0 -1px 4px 0 #534e5f1f;color:#2c2c2c;display:flex;flex-direction:row;height:44px;justify-content:center;width:44px}.fullscreen-slider .swiper-button-next:after,.fullscreen-slider .swiper-button-prev:after,.offer-page-slider .swiper-button-next:after,.offer-page-slider .swiper-button-prev:after{background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:32px;width:32px}.fullscreen-slider .swiper-button-next:after,.offer-page-slider .swiper-button-next:after{background-image:url(/static/media/next.286b4efbc2a707b91632.svg)}.fullscreen-slider .swiper-button-prev:after,.offer-page-slider .swiper-button-prev:after{background-image:url(/static/media/prev.15e52f4a09d644dadf5f.svg)}.fullscreen-slider .swiper-slide,.offer-page-slider .swiper-slide{align-items:center;display:flex;flex-direction:row;justify-content:center;max-width:100%;overflow:hidden;position:relative}.fullscreen-thumbs-slider .swiper-wrapper{justify-content:center}.offer-page-thumbs-slider{height:64px;margin-top:16px;max-width:100%}.offer-page-thumbs-slider .swiper-wrapper{gap:8px}.offer-page-thumbs-slider .swiper-wrapper .swiper-slide{border:2px solid #fafafa;border-radius:4px;height:100%;height:64px;margin-right:0!important;max-width:106px;overflow:hidden}.offer-page-thumbs-slider .swiper-wrapper .swiper-slide img{cursor:pointer;max-width:100%;opacity:.6}.offer-page-thumbs-slider .swiper-wrapper .swiper-slide img:hover,.offer-page-thumbs-slider .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img{opacity:1}@media screen and (min-width:1280px){.offer-page-slider{border-radius:12px;height:472px}.swiper-button-next,.swiper-button-prev{background-color:#fff}.fullscreen-slider{height:calc(100vh - 220px)}.fullscreen-slider .swiper-button-next,.fullscreen-slider .swiper-button-prev{bottom:auto;top:50%}}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/Inter-Regular.9ca9ba81e9dcaa12b3a1.ttf) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/Inter-Bold.0eaf807b1cf0eceabe0f.ttf) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(/static/media/Inter-Light.02850f28027788580733.ttf) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/Inter-Medium.3f7acfe50aad7ad68548.ttf) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/Inter-SemiBold.6058d3da655fb35169c2.ttf) format("truetype")}.body-font-style{font-family:Inter,sans-serif}.body-text{color:#2c2c2c;font-size:16px;font-weight:400;line-height:140%}.body-text,.heading{font-family:Inter,sans-serif;font-style:normal}.heading{font-weight:600;line-height:120%}.mobile-h1{font-size:46px}.mobile-h2{font-size:36px}.mobile-h3{font-size:32px;line-height:110%}.mobile-h4{font-size:26px;line-height:110%}.mobile-h5{font-size:22px}.mobile-h6{font-size:18px;line-height:110%}.mobile-card-heading{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.mobile-heading-subtitle{font-feature-settings:"calt" off;font-size:16px;line-height:140%}.label-12{font-size:12px}.label-12,.label-14{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%}.label-14{font-size:14px}.label-16,.tooltip h5{font-size:16px}.label-16,.label-18,.tooltip h5{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.label-18{font-size:18px}.label-20{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.label-24{font-size:24px}.label-24,.label-28{font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:130%;line-height:140%}.label-28{font-size:28px}.caption-14{font-size:14px}.caption-12,.caption-14,.tooltip p{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.caption-12,.tooltip p{font-size:12px}.supportive-14{font-size:14px}.supportive-12,.supportive-14{font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:130%}.supportive-12{font-size:12px}.bodySizeS{font-size:14px;line-height:135%}.bodySizeM,.bodySizeS{font-family:Inter,sans-serif;font-weight:400}.bodySizeM{color:#595959;font-size:16px;line-height:24px}@media(min-width:1280px){.body-text.desktop-body-32{font-size:32px}.body-text.desktop-body-28{font-size:28px}.body-text.desktop-body-22{font-size:22px;line-height:150%}.body-text.desktop-body-16{font-size:16px;line-height:150%}}.mobile-body-16{color:#595959;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.bodySizeL,.static-block .static-block-subheading,.static-h4{color:#2c2c2c;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:165%}.typography-price{font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:110%}.underline{text-decoration:underline}@media(min-width:1280px){.heading.desktop-h4{font-size:32px;line-height:110%}.heading.desktop-h1{font-size:62px;line-height:110%}.heading.desktop-h2{font-size:46px;line-height:140%}.heading.desktop-h5{font-size:26px;line-height:110%}.heading.desktop-h6{font-size:18px;line-height:110%}.heading.desktop-h7{font-size:16px;letter-spacing:-.32px;line-height:22px}.desktop-label-18{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;line-height:150%}.desktop-body-18{font-size:18px;line-height:165%}}.flex-row{display:flex;flex-direction:row}.flex-column{display:flex;flex-direction:column}.flex-row-center{flex-direction:row}.flex-column-center,.flex-row-center{align-items:center;display:flex;justify-content:center}.flex-column-center{flex-direction:column}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mobile-paddings{padding:24px 16px 0}.mobile-hide{display:none}@media screen and (min-width:1280px){.mobile-hide{display:inline;display:initial}.desktop-hide{display:none}}.swiper-custom-pagination{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:16px}.swiper-pagination-bullet{background-color:#fff;border:2px solid #6a7efc;height:16px;width:16px}.swiper-pagination-bullet-active{background-color:#6a7efc;height:20px;width:20px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;outline-color:#96a5ff}body{background-color:#fafafa;color:#2c2c2c;display:flex;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;margin:0 0 constant(safe-area-inset-bottom);min-height:100vh;min-height:100dvh}body[data-theme=light]{--colors-bg:#fafafa;--colors-text:#292929}body[data-theme=dark]{--colors-bg:#292929;--colors-text:#fff}small{font-size:11px;line-height:16px}a{color:#595959;outline:none;text-decoration:none}strong{font-weight:700}img{vertical-align:top}button{cursor:pointer}button,input{border-radius:3px}form,form fieldset{width:100%}#root{align-items:center;display:flex;flex-direction:column;flex-grow:1}.tooltip{border-radius:8px;box-shadow:0 2px 6px -2px #63636308,0 4px 24px -4px #63636314;max-width:320px;z-index:101}.tooltip h5{margin-bottom:8px}.tooltip p{margin-bottom:4px}#light-tooltip{background:#fff}#light-tooltip h5{color:#2c2c2c}#light-tooltip p{color:#595959}#dark-tooltip{background:#2c2c2c}#dark-tooltip h5,#dark-tooltip p{color:#fff}.modal-open{overflow:hidden}.gm-style iframe+div{border:none!important}@media screen and (min-width:1280px){.tooltip{z-index:3}}
/*# sourceMappingURL=main.805f7128.css.map*/