.Button{position:relative}.Button:before{content:"";display:block;height:100%;left:50%;min-height:48px;min-width:48px;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:100%}.Button{align-items:center;border:0 solid transparent;border-radius:4px;cursor:pointer;display:flex;font-weight:600;justify-content:center;outline:0;padding:0 32px;transition:opacity .3s ease}.Button:focus-visible{outline:2px solid #393939;outline-offset:1px}.Button:hover:not(.Button--Loading){opacity:.7}.Button:active:not(:disabled),.Button:active:not([aria-disabled=true]){opacity:1}.Button--Disabled,.Button:disabled,.Button[aria-disabled=true]{background:#efefef!important;border:none!important;color:#8f8f8f!important;cursor:default!important;opacity:1!important;text-decoration:none!important}.Button--Large{font-size:20px;height:56px}@media (min-width:768px){.Button--Large{font-size:25px}}.Button--Medium{font-size:18px;height:48px}@media (min-width:768px){.Button--Medium{font-size:20px}}.Button--Small{font-size:16px;height:40px}.Button--XSmall{font-size:16px;height:32px;padding:0 16px}.Button--XXSmall{font-size:14px;height:32px;padding:0 16px}.Button--Primary{background:#dc143c;color:#fff}.Button--Primary.Button--Loading,.Button--Primary:active:not(:disabled),.Button--Primary:active:not([aria-disabled=true]){background:#a00f2c;opacity:1!important}.Button--Secondary{background:transparent;border:2px solid #2d19fe;color:#2d19fe;transition:background .3s ease,color .3s ease,border-color .3s ease}.Button--Secondary:focus-visible,.Button--Secondary:hover:not(.Button--Loading){background:#2d19fe;border-color:#2d19fe;color:#fff;opacity:1!important}.Button--Secondary.Button--Loading,.Button--Secondary:active:not(:disabled),.Button--Secondary:active:not([aria-disabled=true]){background:#2213bf!important;border-color:#2213bf!important;color:#fff}.Button--Secondary.Button--Disabled,.Button--Secondary.Button:disabled,.Button--Secondary.Button[aria-disabled=true]{border:2px solid transparent!important}.Button--Link,.Button--Text{background:transparent;color:#393939}.Button--Link:focus-visible,.Button--Link:hover:not(.Button--Loading),.Button--Text:focus-visible,.Button--Text:hover:not(.Button--Loading){opacity:.75}.Button--Link:focus-visible,.Button--Text:focus-visible{outline-offset:0}.Button--Link.Button--Loading,.Button--Link:active:not(:disabled),.Button--Link:active:not([aria-disabled=true]),.Button--Text.Button--Loading,.Button--Text:active:not(:disabled),.Button--Text:active:not([aria-disabled=true]){color:#000}.Button--Link .Button__Loader:after,.Button--Text .Button__Loader:after{border-color:#000 transparent transparent}.Button--Link.Button--Small,.Button--Link.Button--XSmall,.Button--Link.Button--XXSmall,.Button--Text.Button--Small,.Button--Text.Button--XSmall,.Button--Text.Button--XXSmall{padding:0}.Button--Link{display:inline-flex;text-decoration:underline;text-underline-offset:6px}.Button--Link.Button--Small,.Button--Link.Button--XSmall,.Button--Link.Button--XXSmall{text-underline-offset:4px}.Button--Icon{background:transparent;border:none;padding:0}.Button__Loader{align-items:center;display:flex;height:24px;justify-content:center;padding-left:12px;width:24px}.Button__Loader:after{-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;border:2px solid transparent;border-radius:50%;border-top-color:#fff;content:"";display:block;height:14px;width:14px}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.ContentContainer{height:100%}.ContentContainer--LightBlue{background:#ddeff0}.Dropdown__Wrapper{align-items:center;color:#393939;display:flex;flex:1;justify-content:flex-end;padding:5px 0;white-space:nowrap}.Dropdown__Wrapper.Dropdown__Wrapper--Vertical{align-items:normal;flex-direction:column;padding:0}.Dropdown__Wrapper.Dropdown__Wrapper--Vertical .Dropdown__Select select{padding-left:0}@media (min-width:1024px){.Dropdown__Wrapper.Dropdown__Wrapper--Vertical{align-items:center;flex-direction:row;padding:5px 0}.Dropdown__Wrapper.Dropdown__Wrapper--Vertical .Dropdown__Select select{padding-left:8px}}.Dropdown__Select select{-webkit-appearance:none;appearance:none;background:#efefef;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='%23393939' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.3 10.7-3-3c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0L8 8.6l2.3-2.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4l-3 3a.975.975 0 0 1-1.4 0z'/%3E%3C/svg%3E") no-repeat 100%;border:none;box-shadow:none;color:#393939;font-weight:600;line-height:20px;padding:0 32px 0 8px}.Dropdown__Select select:focus{outline:none}.Dropdown__Select select:focus-visible{outline:2px solid #393939}.Dropdown__Select select::-ms-expand{display:none}.Dropdown__Wrapper--small label,.Dropdown__Wrapper--small select{font-size:14px}.Dropdown__Wrapper--big label,.Dropdown__Wrapper--small select option{font-size:16px}.Dropdown__Wrapper--big select{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23393939' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 16c-.3 0-.5-.1-.7-.3l-6-6c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l5.3 5.3 5.3-5.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4l-6 6c-.2.2-.4.3-.7.3z'/%3E%3C/svg%3E") no-repeat 100%;font-size:16px}.Dropdown__Wrapper--big select option{font-size:16px}.ModalView{width:100vw}.ModalView--ScrollHidden{overflow-y:hidden}.PageView{background:#efefef;color:#393939;display:flex;justify-content:center;margin:0 auto;padding:0 16px 16px}@media (min-width:768px){.PageView{display:block;padding:0 16px}}.PageView__Content{background:transparent;display:block;height:100%;overflow:hidden;position:relative;width:100%}@media (min-width:1024px){.PageView__Content{display:flex;width:100%}}.PageView__Content .Loader{z-index:3}.AppLoader{min-height:150px;text-align:center}.Loader{background:hsla(0,0%,100%,.3);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.Loader,.Loader__Inner{align-items:center;display:flex;justify-content:center}.LoaderLoader__Spinner:after,.Loader__Spinner{border-radius:50%;height:50px;width:50px}.Loader__Spinner{-webkit-animation:load8 1.1s linear infinite;animation:load8 1.1s linear infinite;border:3px solid hsla(0,0%,83%,.2);border-left-color:#d4d4d4;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0)}.Loader__PrescriptionWebBackground{background:#efefef}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.Placeholder{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 auto;max-width:600px;padding:0 16px;width:100%}.Placeholder__Image{height:128px;margin-bottom:32px;width:128px}@media (min-width:768px){.Placeholder__Image{height:256px;margin-bottom:40px;width:256px}}.Placeholder__Title{color:#393939;display:block;font-size:20px;font-weight:600;line-height:25px;margin:0;text-align:center}@media (min-width:768px){.Placeholder__Title{font-size:31.25px;font-style:normal;line-height:39px}}@media (min-width:1440px){.Placeholder__Title{font-size:32px;line-height:40px}}.Placeholder__Subtitle{color:#393939;font-size:16px;font-weight:500;line-height:20px;margin:0;padding:0 32px;text-align:center}@media (min-width:768px){.Placeholder__Subtitle{font-size:20px;line-height:25px;padding:0}}.Placeholder__Button{margin-top:24px}.Placeholder--Error .Placeholder__Image{margin-bottom:40px;margin-top:40px}@media (max-width:767px){.Placeholder--Error .Placeholder__Image{margin-bottom:24px;margin-top:24px}}.Placeholder--Error .Placeholder__Button{margin-top:40px}@media (max-width:767px){.Placeholder--Error .Placeholder__Button{margin-top:24px}}.Placeholder__EmptyStateInbox{height:auto}@media (min-width:768px){.Placeholder__EmptyStateInbox .Placeholder__Image{height:320px;width:320px}}.Placeholder__EmptyStateInbox .Placeholder{height:auto}@media (min-width:768px){.Placeholder__EmptyStateInbox .Placeholder__Title{font-size:32px;line-height:39px}}.PlaceholderButton__ReturnIcon .Placeholder__Button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27 15.9C27 10.3 22.3 6 17 6c-.2 0-4-.4-8.7 4.3L7 11.6V8c0-.6-.4-1-1-1s-1 .4-1 1v6c0 .6.4 1 1 1h6c.6 0 1-.4 1-1s-.4-1-1-1H8.4l1.3-1.3C11.2 10.2 13.9 8 17 8c4.5 0 8 3.7 8 8 0 5.7-5 8-8.1 8-4.6 0-6.9-3.6-7.5-5.3-.1-.5-.5-.7-.9-.7-.6 0-1 .5-1 1 0 1 2.8 7 9.6 7 4.7 0 9.9-3.8 9.9-10.1z'/%3E%3C/svg%3E");height:24px;width:24px}.PlaceholderButton__RefreshIcon .Placeholder__Button:after,.PlaceholderButton__ReturnIcon .Placeholder__Button:after{background-position:50%;background-repeat:no-repeat;background-size:contain!important;content:"";display:inline-block;flex-shrink:0;margin-left:8px}.PlaceholderButton__RefreshIcon .Placeholder__Button:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='22' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M11 .625c-2.538 0-5.187 1.066-6.875 2.845v-.587a1.125 1.125 0 0 0-2.25 0V7c0 .621.504 1.125 1.125 1.125h4a1.125 1.125 0 0 0 0-2.25H5.155c1.377-1.841 3.316-3 5.845-3a8.126 8.126 0 0 1 8.094 7.408c.05.585.527 1.092 1.156 1.092.614 0 1.144-.504 1.096-1.153C20.948 4.855 16.468.625 11 .625zm-9.25 10c-.614 0-1.145.504-1.097 1.153.398 5.367 4.878 9.597 10.347 9.597 2.537 0 5.186-1.066 6.875-2.845v.587a1.125 1.125 0 0 0 2.25 0V15c0-.621-.504-1.125-1.125-1.125h-4a1.125 1.125 0 0 0 0 2.25h1.845c-1.378 1.841-3.316 3-5.845 3a8.126 8.126 0 0 1-8.094-7.408c-.051-.585-.527-1.092-1.156-1.092z'/%3E%3C/svg%3E") no-repeat;height:21px;width:21px}.PlaceholderButton__ArrowIcon .Placeholder__Button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3 18.7c-.4-.4-.4-1 0-1.4l4.3-4.3H4c-.6 0-1-.4-1-1s.4-1 1-1h13.6l-4.3-4.3c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l6 6c.4.4.4 1 0 1.4l-6 6c-.4.4-1 .4-1.4 0z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain!important;content:"";display:inline-block;flex-shrink:0;height:24px;margin-left:8px;width:24px}.PlaceholderButton__ArrowIcon.PlaceholderButton__ArrowIcon--Back .Placeholder__Button:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.RedirectToBankIdLoginInfoView{background:#efefef;display:flex;font-size:20px;height:100%;justify-content:center;opacity:1;position:absolute;top:0;transition:opacity .5s ease-out;visibility:visible;width:100%;z-index:1}.RedirectToBankIdLoginInfoView p{font-weight:500;margin-top:120px;max-width:240px;text-align:center}.RedirectToBankIdLoginInfoView span{-webkit-animation-duration:1.4s;animation-duration:1.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:blink;animation-name:blink;display:inline-block}.RedirectToBankIdLoginInfoView span:nth-of-type(2){-webkit-animation-delay:.2s;animation-delay:.2s}.RedirectToBankIdLoginInfoView span:nth-of-type(3){-webkit-animation-delay:.4s;animation-delay:.4s}@-webkit-keyframes blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}@keyframes blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}.PhilModalButtons{display:flex;gap:40px;justify-content:center;padding:16px 16px 0}.PhilModalButtons--EditMode,.PhilModalButtons--Mobile{justify-content:flex-end}.PhilModalButtons--SubmitButton{background:#dc143c;font-size:20px;font-weight:600;height:48px}.PhilModalButtons--Mobile .PhilModalButtons--SubmitButton{font-size:16px;height:40px}.PhilModalButtons--CloseModal{font-size:20px;font-weight:600}.PhilModalButtons--WithoutPaddings{padding:0}.PhilModalButtons--Mobile .PhilModalButtons--CloseModal{font-size:16px;height:40px}.PhilModalButtons--CloseModal:before,.PhilModalButtons--SubmitButton:before{display:none}.PhilModalButtons--PrescriptionHistory{justify-content:center;padding:16px}.PrescriptionTagList{align-items:center;display:flex;flex-wrap:wrap;gap:8px 12px;list-style:none;margin:0;padding:0}@media (min-width:1024px){.PrescriptionTagList{align-self:flex-start;justify-content:flex-end}}.PrescriptionTagList--Wrapper{display:flex;grid-column:1/-1;grid-row:1}@media (min-width:1024px){.PrescriptionTagList--Wrapper{align-self:flex-start;grid-column:3;grid-row:1;justify-content:flex-end}}.PrescriptionTagList__Item{border-radius:32px;font-size:12px;line-height:15px;padding:5px 12px 4px;width:-webkit-max-content;width:max-content}.PrescriptionTagList__Item,.PrescriptionTagList__Item.PrescriptionTagList__Item--Default{background:#efefef}.PrescriptionTagList__Item.PrescriptionTagList__Item--Blue{background:#ddeff0}.PrescriptionTagList__Item.PrescriptionTagList__Item--Highlighted{background:#fcf1ef}.PrescriptionTagList__Item.PrescriptionTagList__Item--Icon{align-items:center;background:#fff0f0;border-radius:50%;display:flex;height:24px;justify-content:center;width:24px}.PrescriptionTagList__Item.PrescriptionTagList__Item--CooledProduct{align-items:center;background:transparent;border:1px solid #d4d4d4;display:flex;gap:6px}.PrescriptionTagList__Item.PrescriptionTagList__Item--GreyedOut{background:#d4d4d4}.PrescriptionTagList__ItemColdIcn{background-position:50%;background-repeat:no-repeat;background-size:contain!important;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='%232D19FE' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 1.625a.625.625 0 0 0-.441.184.625.625 0 0 0 0 .882L7.375 4.01v2.906l-2.52-1.453-.482-1.799a.625.625 0 0 0-.766-.441.625.625 0 0 0-.441.765l.387 1.446-1.446.386a.625.625 0 0 0-.441.766.625.625 0 0 0 .766.441l1.798-.482L6.75 8 4.23 9.455l-1.798-.482a.625.625 0 0 0-.766.441.625.625 0 0 0 .441.766l1.446.386-.387 1.446a.625.625 0 0 0 .441.765.625.625 0 0 0 .766-.441l.482-1.799 2.52-1.453v2.906l-1.316 1.32a.625.625 0 0 0 0 .883.625.625 0 0 0 .882 0L8 13.131l1.059 1.06a.625.625 0 0 0 .882 0 .625.625 0 0 0 0-.883L8.625 11.99V9.084l2.518 1.453.482 1.799a.625.625 0 0 0 .766.441.625.625 0 0 0 .441-.765l-.387-1.446 1.446-.386a.625.625 0 0 0 .441-.766.625.625 0 0 0-.766-.441l-1.798.482L9.248 8l2.52-1.455 1.798.482a.625.625 0 0 0 .766-.441.625.625 0 0 0-.441-.766l-1.446-.386.387-1.446a.625.625 0 0 0-.441-.765.625.625 0 0 0-.766.441l-.482 1.799-2.518 1.453V4.01l1.316-1.32a.625.625 0 0 0 0-.882.625.625 0 0 0-.882 0L8 2.867 6.941 1.81a.625.625 0 0 0-.441-.184z'/%3E%3C/svg%3E");content:"";display:inline-block;flex-shrink:0;height:16px;min-width:16px;width:16px}.RadioButton{align-items:center;display:flex;gap:16px}.RadioButton.RadioButton--EditMode .RadioButton__Label{cursor:auto;padding:10px 0}.RadioButton.RadioButton--EditMode .RadioButton__Label:before{display:none}.RadioButton.RadioButton--EditMode .RadioButton__Label.RadioButton__Label--WithFreepassStatus{padding-bottom:2px}.RadioButton.RadioButton--ModalVersion .RadioButton__Label{padding:12px 16px}.RadioButton.RadioButton--ModalVersion .RadioButton__Label--WithFreepassStatus{padding-bottom:0}.RadioButton.RadioButton--ModalVersion.RadioButton--EditMode{padding-left:16px}.RadioButton.RadioButton--ModalVersion.RadioButton--EditMode .RadioButton__Label{padding:14px 16px 14px 0}.RadioButton.RadioButton--ModalVersion.RadioButton--EditMode .RadioButton__Label--WithFreepassStatus{padding-bottom:2px}.RadioButton.RadioButton--Disabled .RadioButton__Label{cursor:auto;opacity:.75}.RadioButton__Label{align-items:center;color:#393939;cursor:pointer;display:inline-flex;gap:16px;height:auto;line-height:20px;padding:8px 0;text-align:center;width:100%}.RadioButton__Label--IncreasedPadding{padding:10px 0}.RadioButton__Label--WithFreepassStatus{padding-bottom:0}.RadioButton__Input{-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #8f8f8f;border-radius:50%;display:grid;height:16px;margin:0;min-width:16px;place-content:center;-webkit-transform:translateY(-.5px);transform:translateY(-.5px);width:16px}.RadioButton__Input:before{border-radius:50%;box-shadow:inset 8px 8px #393939;content:"";height:8px;margin:0;-webkit-transform:scale(0);transform:scale(0);transition:-webkit-transform .12s ease-in-out;transition:transform .12s ease-in-out;transition:transform .12s ease-in-out,-webkit-transform .12s ease-in-out;width:8px}.RadioButton__Input:checked{border:2px solid #393939}.RadioButton__Input:checked:before{-webkit-transform:scale(1.15);transform:scale(1.15)}.RadioButton__Input:focus-visible{outline:2px solid #00f0ff}.RadioButton__InputWrapper{align-items:center;align-self:flex-start;display:flex;height:24px;justify-content:center;min-width:24px;width:24px}.RadioButton__InputWrapper--Small{align-self:center;height:16px;min-width:16px;width:16px}.RadioButton__LabelText{text-align:left}.RadioButton__DeleteButton{background-position:50%;background-repeat:no-repeat;background-size:contain!important;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23393939' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1 22H7.9c-1.6 0-2.9-1.2-3-2.8L4.1 6H4c-.6 0-1-.4-1-1s.4-1 1-1h4V3c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2v1h4c.6 0 1 .4 1 1s-.4 1-1 1h-.1l-.8 13.2c-.1 1.6-1.4 2.8-3 2.8zM6.1 6l.8 13.1c0 .5.5.9 1 .9h8.2c.5 0 1-.4 1-.9L17.9 6H6.1zM10 4h4V3h-4v1zm4 14c-.6 0-1-.4-1-1V9c0-.6.4-1 1-1s1 .4 1 1v8c0 .6-.4 1-1 1zm-4 0c-.6 0-1-.4-1-1V9c0-.6.4-1 1-1s1 .4 1 1v8c0 .6-.4 1-1 1z'/%3E%3C/svg%3E") no-repeat 50%;border:none;content:"";cursor:pointer;display:inline-block;flex-shrink:0;height:24px;padding:0;width:24px}.RadioButton__DeleteButton--Hidden{visibility:hidden}.AuthErrorView{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.AuthErrorView__Image{height:64px;margin-bottom:40px;width:64px}.AuthErrorView__Title{display:block;font-size:20px;font-weight:600;line-height:25px;margin-bottom:16px;padding:0 16px;text-align:center}@media (min-width:768px){.AuthErrorView__Title{font-size:32px;line-height:39px}}.AuthErrorView__Subtitle{display:block;font-size:16px;margin-bottom:40px}@media (min-width:768px){.AuthErrorView__Subtitle{font-size:20px}}.AuthErrorView__Button{background:#2d19fe;flex-direction:row-reverse}.AuthErrorView__Button:active:not(:disabled){background:#2213bf}.AuthErrorView__Button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 22' fill='%23fff'%3E%3Cpath d='M7.5 3h-6C.7 3 0 2.3 0 1.5S.7 0 1.5 0h6C8.3 0 9 .7 9 1.5S8.3 3 7.5 3zm0 12h-6C.7 15 0 14.3 0 13.5S.7 12 1.5 12h6c.8 0 1.5.7 1.5 1.5S8.3 15 7.5 15zm0 6h-6C.7 21 0 20.3 0 19.5S.7 18 1.5 18h6c.8 0 1.5.7 1.5 1.5S8.3 21 7.5 21zm12-12h-6c-.8 0-1.5-.7-1.5-1.5S12.7 6 13.5 6h6c.8 0 1.5.7 1.5 1.5S20.3 9 19.5 9zm0 6h-6c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5h6c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5zm12-12h-6c-.8 0-1.5-.7-1.5-1.5S24.7 0 25.5 0h6c.8 0 1.5.7 1.5 1.5S32.3 3 31.5 3zm0 6h-6c-.8 0-1.5-.7-1.5-1.5S24.7 6 25.5 6h6c.8 0 1.5.7 1.5 1.5S32.3 9 31.5 9zm0 12h-6c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5h6c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5zm14.3-7.9c0 3.2 1.8 4.9 3.9 4.9 1.9 0 4-1.6 4-4.9s-2-4.8-3.9-4.8c-2.1 0-4 1.5-4 4.8m0-13.1v7.8C46.7 6.4 48.3 5 51 5c3 0 6.6 2.5 6.6 8 0 5.7-3.4 8.5-6.9 8.5-2 0-3.7-.9-4.8-2.7V21H42V0h3.8zm17.5 13.2c0 3.3 2 4.8 3.9 4.8 2.1 0 3.9-1.4 3.9-4.8 0-3.3-1.8-4.9-3.9-4.9-1.8 0-3.9 1.5-3.9 4.9m-3.8-.2c0-5.4 3.5-8.1 7-8.1 1.9 0 3.5.7 4.7 2.4v-2H75V21h-3.8v-2.2c-1.1 1.5-2.7 2.6-5.2 2.6-3 0-6.5-2.6-6.5-8.4m23-.9V21h-3.8V5.4h3.8v2.3c1.1-2 3.1-2.7 4.8-2.7 2.7 0 5.3 1.4 5.3 5.6V21h-3.8v-9c0-2.6-1.3-3.6-3-3.6-1.9.1-3.3 1.2-3.3 3.7M96.2 0v21h3.8v-3.8l2.1-2.6 4.3 6.4h4.2l-6.2-9.1 5.4-6.5h-4.3l-5.5 7.2V0h-3.8zm18.1.7h3.9V21h-3.9V.7zm15.2 0h-7.4V21h7.4c5.5 0 10.1-3.3 10.1-10.2C139.6 4 135 .7 129.5.7zm0 16.7H126V4.3h3.5c3.2 0 5.9 2.1 5.9 6.6 0 4.4-2.7 6.5-5.9 6.5z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain!important;content:"";display:inline-block;flex-shrink:0;height:12px;margin-right:8px;width:80px}.DateInput{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.DateInput--Error .DateInput__Input{border:1px solid #dc143c!important}.DateInput__FieldWrapper{padding-right:8px}.DateInput__FieldWrapper:last-of-type{padding-right:0}.DateInput__InputTitle{font-size:14px;font-weight:600;line-height:18px}.DateInput__InputWrapper{display:flex;flex:1;flex-direction:column;max-width:33.33333%;padding-right:8px}.DateInput__InputWrapper:last-of-type{padding-right:0}.DateInput__Input{-moz-appearance:textfield;background:#f5f5f5;border:0;border-bottom:1px solid #d4d4d4;border-radius:0;font-size:16px;height:48px;margin:0;max-width:100%;outline:0;padding:12px;transition:border-bottom .3s ease-out}.DateInput__Input:focus{border-bottom:1px solid #393939}.DateInput__Input::-webkit-inner-spin-button,.DateInput__Input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.DateInput__ErrorMessage{align-items:center;color:#dc143c;display:flex;margin-top:8px;width:100%}.DateInput__ErrorMessage:before{background-position:50%;background-repeat:no-repeat;background-size:contain!important;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23DC143C' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M12 13.5c-.6 0-1-.4-1-1V7c0-.6.4-1 1-1s1 .4 1 1v5.5c0 .6-.4 1-1 1zm-1.5 3c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5S12.8 18 12 18s-1.5-.7-1.5-1.5zM12 3c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9zM1 12C1 5.9 5.9 1 12 1s11 4.9 11 11-4.9 11-11 11S1 18.1 1 12z'/%3E%3C/svg%3E") no-repeat 50%;content:"";display:inline-block;flex-shrink:0;height:24px;margin-right:4px;width:24px}.HeaderBackButton{align-items:center;background:#fff;border:none;border-radius:4px;color:#393939;cursor:pointer;display:flex;margin:0 16px}@media (min-width:768px){.HeaderBackButton{display:none}}.HeaderBackButton:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23393939' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.3 18.7-6-6c-.4-.4-.4-1 0-1.4l6-6c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4L6.4 11H20c.6 0 1 .4 1 1s-.4 1-1 1H6.4l4.3 4.3c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain!important;content:"";display:inline-block;flex-shrink:0;height:24px;padding-left:20px;width:24px}.Input{display:flex;flex-direction:column;width:100%}.Input--Invalid{position:relative}.Input--Invalid .Input__Input{border-color:#dc143c!important;padding-right:40px}.Input--Invalid:after{background-position:50%;background-repeat:no-repeat;background-size:contain!important;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23DC143C' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M12 13.5c-.6 0-1-.4-1-1V7c0-.6.4-1 1-1s1 .4 1 1v5.5c0 .6-.4 1-1 1zm-1.5 3c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5S12.8 18 12 18s-1.5-.7-1.5-1.5zM12 3c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9zM1 12C1 5.9 5.9 1 12 1s11 4.9 11 11-4.9 11-11 11S1 18.1 1 12z'/%3E%3C/svg%3E") no-repeat 100%;content:"";display:inline-block;flex-shrink:0;height:24px;position:absolute;right:12px;top:28px;width:24px}@media (min-width:768px){.Input--Invalid:after{top:36px}}.Input__Label{font-size:14px;font-weight:600;line-height:16px}@media (min-width:768px){.Input__Label{font-size:16px;line-height:20px}}.Input__Label span{color:#dc143c}.Input__Input{background:#f5f5f5;border:2px solid #f5f5f5;border-bottom-color:#d4d4d4;font-size:16px;height:48px;outline:0;padding:0 6px;transition:border .3s ease}@media (min-width:768px){.Input__Input{height:56px}}.Input__Input:active,.Input__Input:focus{border-bottom-color:#393939}.Input__Input::-ms-clear,.Input__Input::-ms-reveal{display:none}.Input__Input[type=number]{-moz-appearance:textfield}.Input__Input::-webkit-inner-spin-button,.Input__Input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.Input__ErrorMessage{color:#dc143c;font-size:14px;font-weight:600;line-height:16px}@media (min-width:768px){.Input__ErrorMessage{font-size:16px;line-height:20px}}.ModalOverlay{background-color:rgba(57,57,57,.7);cursor:pointer;left:0;min-height:100%;overflow-y:auto;padding:16px;position:fixed;top:0;width:100%;z-index:10}.Modal,.ModalOverlay--Disabled{cursor:auto}.Modal{background-color:#fff;margin:auto;max-width:600px;outline:0;padding:32px;position:relative;width:100%}@media (max-width:767px){.Modal{padding:16px}}.Modal__CloseButton:before{content:"";display:block;height:100%;left:50%;min-height:48px;min-width:48px;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:100%}.Modal__CloseButton{align-items:center;background:none;border:none;border-radius:0;display:flex;height:24px;justify-content:center;margin-right:-9px;padding:0;transition:opacity .3s ease;width:24px}@media (min-width:768px){.Modal__CloseButton:hover{opacity:.7}}@media (min-width:520px){.Modal__CloseButton{right:32px}}.Modal__CloseButton:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23393939' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 19c-.3 0-.5-.1-.7-.3L12 13.4l-5.3 5.3c-.4.4-1 .4-1.4 0-.4-.4-.4-1 0-1.4l5.3-5.3-5.3-5.3c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l5.3 5.3 5.3-5.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4L13.4 12l5.3 5.3c.4.4.4 1 0 1.4-.2.2-.4.3-.7.3z'/%3E%3C/svg%3E") no-repeat;background-position:50%;background-repeat:no-repeat;background-size:contain!important;content:"";display:inline-block;flex-shrink:0;height:24px;top:-2px;width:24px}.Modal__CloseButton{cursor:pointer;margin-left:auto;margin-right:0;position:relative;right:0}.Modal__CloseButton span{visibility:hidden}.Modal__Content--Narrow{margin:0 auto;max-width:400px}.Modal__Buttons{align-items:center;display:flex;justify-content:center}.Modal__Heading{font-size:20px;margin-bottom:16px;text-align:center;width:100%}@media (min-width:768px){.Modal__Heading{font-size:25px;margin-bottom:24px}}.Modal__Header{align-items:center;border-bottom:1px solid #d4d4d4;display:flex;justify-content:space-between;margin-left:-16px;margin-top:-42px;padding:16px;width:calc(100% + 32px)}@media (min-width:768px){.Modal__Header{margin-left:-32px;margin-top:-50px;padding:24px 32px;width:calc(100% + 64px)}}.Modal__Header h2{font-size:20px;margin-bottom:0;margin-top:0}@media (min-width:768px){.Modal__Header h2{font-size:32px}}.Modal__Text{font-size:18px;text-align:center;width:100%}@media (min-width:768px){.Modal__Text{font-size:20px}}.Modal__Buttons{margin-top:24px}@media (min-width:768px){.Modal__Buttons{margin-top:32px}}.Modal__Buttons--Column{flex-direction:column}.Modal__Buttons--Column button{margin-top:12px}.Modal__Buttons--Column button:first-of-type{margin-top:0}.Modal__Error{color:#dc143c;display:block;font-size:16px;font-weight:600;margin-top:16px;text-align:center}.Tag{background:#fccbcc;border-radius:50px;font-size:12px;font-style:normal;font-weight:500;line-height:15px;padding:6px 8px 4px;white-space:nowrap}.ExpectedDeliveryDateView{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:intro;animation-name:intro;height:auto;margin-top:16px;position:relative}.ExpectedDeliveryDateView--Placeholder{min-height:150px}@media (min-width:768px){.ExpectedDeliveryDateView--Placeholder{min-height:146px}}.ExpectedDeliveryDateView--PlaceholderNoPostalCode{min-height:109px}@media (min-width:768px){.ExpectedDeliveryDateView--PlaceholderNoPostalCode{min-height:146px}}.ExpectedDeliveryDateView--CooledProductPlaceholder{min-height:142px}@media (min-width:768px){.ExpectedDeliveryDateView--CooledProductPlaceholder{min-height:138px}}.ExpectedDeliveryDateView--CooledProductPlaceholderWithLink{min-height:166px}@media (min-width:768px){.ExpectedDeliveryDateView--CooledProductPlaceholderWithLink{min-height:162px}}.ExpectedDeliveryDateView--CooledProductPlaceholderNoMethods{min-height:134px}@media (min-width:768px){.ExpectedDeliveryDateView--CooledProductPlaceholderNoMethods{min-height:138px}}.ExpectedDeliveryDateView--CooledProductPlaceholderNoMethodsWithLink{min-height:158px}@media (min-width:768px){.ExpectedDeliveryDateView--CooledProductPlaceholderNoMethodsWithLink{min-height:162px}}.ExpectedDeliveryDateView--CooledProductPlaceholderNoPostalCode{min-height:146px}.ExpectedDeliveryDateView__Wrapper{align-items:flex-start;border:1px solid #d4d4d4;border-radius:4px;display:flex;flex-direction:column;gap:8px;padding:12px 16px}.ExpectedDeliveryDateView__HeaderDeliveryInfoWrapper{align-items:center;display:flex;justify-content:space-between;width:100%}.ExpectedDeliveryDateView__HeaderDeliveryInfoWrapper--NoPostalCode{display:block}.ExpectedDeliveryDateView__Selected{background:#f5f5f5;display:flex;flex-direction:column;gap:8px;padding:12px 16px;width:100%}.ExpectedDeliveryDateView__Header{display:flex;justify-content:space-between}.ExpectedDeliveryDateView__Details{display:flex;flex-direction:column}@media (min-width:768px){.ExpectedDeliveryDateView__Details{align-items:center;flex-direction:row}}.ExpectedDeliveryDateView__Logo{height:16px;margin-right:8px;width:64px}@media (max-width:767px){.ExpectedDeliveryDateView__Logo{margin-bottom:4px}}.ExpectedDeliveryDateView__Logo img,.ExpectedDeliveryDateView__Logo picture{display:block;height:100%;width:100%}.ExpectedDeliveryDateView__Logo img{object-fit:contain;object-position:left}.ExpectedDeliveryDateView__Name{font-size:12px;font-weight:500;line-height:15px}.ExpectedDeliveryDateView__NoDeliveryWrapper{color:#393939;display:flex;flex-direction:column;font-size:14px;font-weight:500;gap:8px}.ExpectedDeliveryDateView__NoDeliveryHeader{align-items:flex-start;color:#dc143c;display:flex;font-weight:600}.ExpectedDeliveryDateView__NoDeliveryHeader:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' fill='%23DC143C'%3E%3Cpath d='M8 1.5A6.508 6.508 0 0 0 1.5 8c0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5S11.584 1.5 8 1.5zm0 1c3.043 0 5.5 2.457 5.5 5.5s-2.457 5.5-5.5 5.5A5.492 5.492 0 0 1 2.5 8c0-3.043 2.457-5.5 5.5-5.5zm0 2a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5.5.5 0 0 0 .5-.5V5a.5.5 0 0 0-.5-.5z' color='%23000' style='-inkscape-stroke:none'/%3E%3Ccircle transform='matrix(-1 0 0 1 9 10)' cx='1' cy='1' r='1' fill='%23dc143c'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain!important;content:"";display:inline-block;flex-shrink:0;height:16px;margin-right:8px;width:16px}.ExpectedDeliveryDateView__InfoButton{position:relative}.ExpectedDeliveryDateView__InfoButton:after{content:"";display:block;height:100%;left:50%;min-height:48px;min-width:48px;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:100%}.ExpectedDeliveryDateView__InfoButton{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='%23393939' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M8 1C4.1 1 1 4.1 1 8s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7zm1 10c0 .6-.4 1-1 1s-1-.4-1-1V8c0-.6.4-1 1-1s1 .4 1 1v3zM8 6c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1z'/%3E%3C/svg%3E");background-repeat:no-repeat;border:none;flex-shrink:0;height:16px;width:16px}.ExpectedDeliveryDateView__DeliveryTime{display:block;font-size:14px;font-weight:500}.ExpectedDeliveryDateView__LinkButton{font-size:14px!important;font-weight:500!important;height:16px!important}.ExpectedDeliveryDateView__LinkButton:before{height:36px!important;min-height:36px!important}.ExpectedDeliveryDateView__ChangeButton--NoPostalCode{background-color:#fff;border:2px solid #393939!important;color:#393939;display:flex;font-size:14px!important;font-weight:500!important;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ExpectedDeliveryDateView__ChangeButton--NoPostalCode:not(.Button--Loading):hover{background-color:transparent;border-color:#393939;color:#393939;opacity:.8}.ExpectedDeliveryDateView__ChangeButton--NoPostalCode:active{background-color:transparent;border-color:#393939;color:#393939}@media (max-width:767px){.ExpectedDeliveryDateView__ChangeButton--NoPostalCode{margin-top:8px}}.ExpectedDeliveryDateView__HeaderDeliveryInfo{align-items:center;display:flex;font-size:14px;font-weight:600;line-height:16px}.ExpectedDeliveryDateView__HeaderDeliveryInfo:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23393939' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M14.406 1.086a1 1 0 0 0-.812 0l-9 4A1 1 0 0 0 4 6v3h2V7.539l7 3.11v9.812l-7-3.11V16H4v2a1 1 0 0 0 .594.914l9 4a1 1 0 0 0 .812 0l9-4A1 1 0 0 0 24 18V6a1 1 0 0 0-.594-.914l-9-4zM15 20.461V10.65l7-3.111v9.811l-7 3.111zM14 8.906 20.538 6 14 3.094 7.462 6 14 8.906z'/%3E%3Cpath d='M2 11a1 1 0 0 1 1-1h5a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1zm-2 3a1 1 0 0 1 1-1h7a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");height:24px;width:24px}.ExpectedDeliveryDateView__HeaderDeliveryInfo--CooledProduct:before,.ExpectedDeliveryDateView__HeaderDeliveryInfo:before{background-position:50%;background-repeat:no-repeat;background-size:contain!important;content:"";display:inline-block;flex-shrink:0;margin-right:8px}.ExpectedDeliveryDateView__HeaderDeliveryInfo--CooledProduct:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='%232D19FE' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 1.625a.625.625 0 0 0-.441.184.625.625 0 0 0 0 .882L7.375 4.01v2.906l-2.52-1.453-.482-1.799a.625.625 0 0 0-.766-.441.625.625 0 0 0-.441.765l.387 1.446-1.446.386a.625.625 0 0 0-.441.766.625.625 0 0 0 .766.441l1.798-.482L6.75 8 4.23 9.455l-1.798-.482a.625.625 0 0 0-.766.441.625.625 0 0 0 .441.766l1.446.386-.387 1.446a.625.625 0 0 0 .441.765.625.625 0 0 0 .766-.441l.482-1.799 2.52-1.453v2.906l-1.316 1.32a.625.625 0 0 0 0 .883.625.625 0 0 0 .882 0L8 13.131l1.059 1.06a.625.625 0 0 0 .882 0 .625.625 0 0 0 0-.883L8.625 11.99V9.084l2.518 1.453.482 1.799a.625.625 0 0 0 .766.441.625.625 0 0 0 .441-.765l-.387-1.446 1.446-.386a.625.625 0 0 0 .441-.766.625.625 0 0 0-.766-.441l-1.798.482L9.248 8l2.52-1.455 1.798.482a.625.625 0 0 0 .766-.441.625.625 0 0 0-.441-.766l-1.446-.386.387-1.446a.625.625 0 0 0-.441-.765.625.625 0 0 0-.766.441l-.482 1.799-2.518 1.453V4.01l1.316-1.32a.625.625 0 0 0 0-.882.625.625 0 0 0-.882 0L8 2.867 6.941 1.81a.625.625 0 0 0-.441-.184z'/%3E%3C/svg%3E");height:16px;width:16px}.ExpectedDeliveryDateView__EnterPostalCode{align-items:center;display:flex;font-size:14px;font-weight:500;line-height:16px}.ExpectedDeliveryDateView__InfoWrapper{display:flex;flex-direction:column;gap:4px}.ExpectedDeliveryDateView__InfoWrapper--CooledProduct{gap:8px}.ExpectedDeliveryDateView__CooledProductsButtons{align-items:flex-start;display:flex;flex-direction:column;gap:8px;justify-content:space-between}@media (min-width:768px){.ExpectedDeliveryDateView__CooledProductsButtons{margin-top:8px}}@-webkit-keyframes intro{0%{-webkit-transform:scaleY(0);transform:scaleY(0)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes intro{0%{-webkit-transform:scaleY(0);transform:scaleY(0)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}.NewModal{background:rgba(57,57,57,.7);height:100%;position:fixed;right:0;top:0;-webkit-transform:translateZ(0);transform:translateZ(0);transition:background .3s ease;width:100%;z-index:6}.NewModal:hover{cursor:pointer}.NewModal__Inner{display:flex;flex-direction:column;height:auto;justify-content:center;justify-content:space-between;max-height:100%;position:absolute;width:100%}@media (max-width:767px){.NewModal__Inner{border-radius:28px 28px 0 0;bottom:0;max-height:80vh;max-height:90svh;min-height:120px;padding:0 8px}}@media (min-width:768px){.NewModal__Inner{height:100%;width:592px}}.NewModal__Inner:hover{cursor:default}.NewModal__Inner--Default{background:#fff}.NewModal__Inner--LightBlue{background:#ddeff0}.NewModal--Hidden{background:transparent}.NewModal--Hidden .NewModal__Inner--NoVariant{display:none}.NewModal--Hidden:not(.NewModal--WasShown){display:none;z-index:-1}.NewModal--Hidden.NewModal--WasShown .NewModal__Inner--Right{-webkit-animation:mobileModalClose .3s ease forwards;animation:mobileModalClose .3s ease forwards}@media (min-width:768px){.NewModal--Hidden.NewModal--WasShown .NewModal__Inner--Right{-webkit-animation:rightModalClose .3s ease forwards;animation:rightModalClose .3s ease forwards}}.NewModal--Hidden.NewModal--WasShown .NewModal__Inner--Left{-webkit-animation:mobileModalClose .3s ease forwards;animation:mobileModalClose .3s ease forwards}@media (min-width:768px){.NewModal--Hidden.NewModal--WasShown .NewModal__Inner--Left{-webkit-animation:leftModalClose .3s ease forwards;animation:leftModalClose .3s ease forwards}}@media (max-width:767px){.NewModal--Hidden.NewModal--WasShown .NewModal__Inner--Center{-webkit-animation:mobileModalClose .3s ease forwards;animation:mobileModalClose .3s ease forwards}}@media (min-width:768px){.NewModal--Hidden.NewModal--WasShown .NewModal__Inner--Center{-webkit-transform:translate(50vw,50vh);transform:translate(50vw,50vh)}}.NewModal__Inner--Left{-webkit-animation:mobileModalOpen .3s ease forwards;animation:mobileModalOpen .3s ease forwards;left:0}@media (min-width:768px){.NewModal__Inner--Left{-webkit-animation:leftModalOpen .3s ease forwards;animation:leftModalOpen .3s ease forwards;border-radius:0 8px 8px 0}}.NewModal__Inner--Right{-webkit-animation:mobileModalOpen .3s ease forwards;animation:mobileModalOpen .3s ease forwards;right:0}@media (min-width:768px){.NewModal__Inner--Right{-webkit-animation:rightModalOpen .3s ease forwards;animation:rightModalOpen .3s ease forwards;border-radius:8px 0 0 8px;justify-content:flex-start}.NewModal__Inner--Right .NewModal__CloseButton{position:absolute;right:32px;top:32px}.NewModal__Inner--Right .NewModal__CloseButton:before{min-height:48px;min-width:48px}.NewModal__Inner--Right .NewModal__Header{border-bottom:1px solid #d4d4d4;justify-content:flex-start;padding:24px 64px 24px 40px}.NewModal__Inner--Right .NewModal__Content{padding:40px}.NewModal__Inner--Right .NewModal__Buttons{justify-content:flex-end}.NewModal__Inner--Right .NewModal__Buttons:not(:has(.NewModal__PrimaryButton)) .NewModal__LinkButton{padding-right:0}}.NewModal__Inner--Center{border:none;justify-content:center}@media (min-width:768px){.NewModal__Inner--Center{height:auto;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:none}.NewModal__Inner--Center .NewModal__Buttons,.NewModal__Inner--Center .NewModal__Header{justify-content:center}.NewModal__Inner--Center .NewModal__Error{text-align:center}}@media (max-width:767px){.NewModal__Inner--Center{-webkit-animation:mobileModalOpen .3s ease forwards;animation:mobileModalOpen .3s ease forwards}}.NewModal__Inner--Center .NewModal__CloseButton{position:absolute;right:16px;top:16px}.NewModal__DragHandle{border:2px solid #8f8f8f;border-radius:2px;margin:16px auto 0;width:32px}@media (min-width:768px){.NewModal__DragHandle{display:none}}.NewModal__CloseButton:before{content:"";display:block;height:100%;left:50%;min-height:48px;min-width:48px;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:100%}.NewModal__CloseButton{align-items:center;background:none;border:none;border-radius:0;display:flex;height:24px;justify-content:center;margin-right:-9px;padding:0;transition:opacity .3s ease;width:24px}@media (min-width:768px){.NewModal__CloseButton:hover{opacity:.7}}@media (min-width:520px){.NewModal__CloseButton{right:32px}}.NewModal__CloseButton:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23393939' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 19c-.3 0-.5-.1-.7-.3L12 13.4l-5.3 5.3c-.4.4-1 .4-1.4 0-.4-.4-.4-1 0-1.4l5.3-5.3-5.3-5.3c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l5.3 5.3 5.3-5.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4L13.4 12l5.3 5.3c.4.4.4 1 0 1.4-.2.2-.4.3-.7.3z'/%3E%3C/svg%3E") no-repeat;background-position:50%;background-repeat:no-repeat;background-size:contain!important;content:"";display:inline-block;flex-shrink:0;height:24px;top:-2px;width:24px}.NewModal__CloseButton{display:none;margin-left:auto;margin-right:0;position:relative;right:0}.NewModal__CloseButton:before{min-height:56px;min-width:56px}@media (min-width:768px){.NewModal__CloseButton{display:initial}}.NewModal__Header{align-items:center;border-bottom:1px solid #d4d4d4;display:flex;gap:8px;justify-content:flex-start;padding:24px 8px 16px}@media (min-width:768px){.NewModal__Header{border:none;gap:16px;padding:56px 40px 16px}}.NewModal__IconWrapper{align-items:center;display:flex;height:24px;justify-content:center;min-width:24px;width:24px}.NewModal__Icon{background-position:50%;background-repeat:no-repeat;background-size:contain!important;content:"";display:inline-block;flex-shrink:0;height:24px;min-width:24px;width:24px}.NewModal__Icon--Warning{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23DC143C' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1zm0 17c-.8 0-1.5-.7-1.5-1.5S11.2 15 12 15s1.5.7 1.5 1.5S12.8 18 12 18zm1-5.5c0 .6-.4 1-1 1s-1-.4-1-1V7c0-.6.4-1 1-1s1 .4 1 1v5.5z'/%3E%3C/svg%3E") no-repeat 50%}.NewModal__Heading{font-size:20px;line-height:25px;margin:0}@media (min-width:768px){.NewModal__Heading{font-size:30px;line-height:39px;text-align:center}}.NewModal__Subheading{font-size:16px;font-weight:500;line-height:20px}.NewModal__SwipeableOverlay{position:relative}.NewModal__SwipeableOverlay:after{content:"";height:20px;left:0;opacity:0;position:absolute;top:100%;width:100%}@media (min-width:768px){.NewModal__SwipeableOverlay{display:none}}.NewModal__ShorterSwipeableOverlay:after{left:15%;width:85%}.NewModal__Content{scrollbar-height:thin;scrollbar-color:#6b6b6b #fff;scrollbar-width:thin}.NewModal__Content::-webkit-scrollbar{height:5px;width:5px}.NewModal__Content::-webkit-scrollbar-track{background:#fff}.NewModal__Content::-webkit-scrollbar-thumb{background-color:#6b6b6b;border:2.5px solid #6b6b6b;border-radius:2.5px}.NewModal__Content{overflow-x:hidden;overflow-y:auto;padding:16px 8px}@media (min-width:768px){.NewModal__Content{flex:1;padding:0 40px 24px}}.NewModal__Content.NewModal__Content--WithPaddingTop{padding-bottom:24px;padding-top:32px}@media (min-width:768px){.NewModal__Content.NewModal__Content--WithPaddingTop{padding-bottom:24px;padding-top:56px}}.NewModal__Content.NewModal__Content--BigPaddingBottomMobile{padding-bottom:24px}@media (min-width:768px){.NewModal__Content.NewModal__Content--BigPaddingBottomMobile{padding-bottom:40px}}@media (hover:hover){.NewModal__Content.NewModal__Content--HasScrollbar{padding-right:26px}}.NewModal__Footer{border-top:1px solid #d4d4d4;padding:16px}.NewModal__Footer:has(.NewModal__Error){padding-bottom:0}.NewModal__Footer:has(.NewModal__Error) .NewModal__Buttons{margin-bottom:8px}@media (max-width:767px){.NewModal__Footer{border-top:1px solid #d4d4d4;margin-left:-8px;margin-right:-8px;width:calc(100% + 16px)}.NewModal__Footer.NewModal__Footer--MobileLeft .NewModal__Buttons{justify-content:flex-start}.NewModal__Footer.NewModal__Footer--MobileLeft .NewModal__Error{text-align:left}.NewModal__Footer.NewModal__Footer--MobileCenter .NewModal__Buttons{justify-content:center}.NewModal__Footer.NewModal__Footer--MobileCenter .NewModal__Error{text-align:center}.NewModal__Footer.NewModal__Footer--MobileRight .NewModal__Buttons{justify-content:flex-end}.NewModal__Footer.NewModal__Footer--MobileRight .NewModal__Error{text-align:right}}@media (min-width:768px){.NewModal__Footer{padding:24px 40px}}.NewModal__Buttons{display:flex;gap:8px;justify-content:flex-end}@media (max-width:767px){.NewModal__Buttons.NewModal__Buttons--VerticalMobile:has(.NewModal__LinkButton):has(.NewModal__PrimaryButton){align-items:center;flex-direction:column;gap:16px;margin-top:-8px}.NewModal__Buttons.NewModal__Buttons--VerticalMobile:has(.NewModal__LinkButton):has(.NewModal__PrimaryButton)>button{width:auto}}@media (max-width:767px){.NewModal__Buttons>button{font-size:16px;height:40px}.NewModal__Buttons:not(:has(.NewModal__PrimaryButton)) .NewModal__LinkButton{padding-right:0}}.NewModal__Error{color:#dc143c;font-size:16px;font-weight:500;line-height:20px;margin-bottom:6px;text-align:right}@media (min-width:768px){.NewModal__Error{margin-bottom:12px}}@-webkit-keyframes leftModalOpen{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes leftModalOpen{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes leftModalClose{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes leftModalClose{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@-webkit-keyframes rightModalOpen{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes rightModalOpen{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes rightModalClose{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes rightModalClose{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@-webkit-keyframes mobileModalOpen{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes mobileModalOpen{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes mobileModalClose{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes mobileModalClose{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}body,body *{font-family:TT Commons,sans-serif}body *{box-sizing:border-box}#root,body,html{background:#f5f5f5;height:100%}@media (min-width:768px){#root,body,html{background:#efefef}}.visuallyHidden{clip:rect(0,0,0,0);border:0;height:1px;overflow:hidden;padding:0;position:absolute!important;white-space:nowrap;width:1px}.AppView{display:flex;justify-content:center;margin:0 auto;max-height:1000px}@media (min-width:768px){.AppView{display:block;height:100vh;padding:0 16px;width:100vw}}.AppView__Content{display:flex;gap:35px;height:100%;overflow:hidden;position:relative;width:100%}@media (min-width:768px){.AppView__Content{width:100%}}.AppView__Content .Loader{z-index:3}.ThreadContentView{background:#fff;display:flex;flex:1;flex-direction:column;min-width:0}@media (max-width:767px){.ThreadContentView{background:#f5f5f5;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}}@media (min-width:768px){.ThreadContentView{border-radius:4px}}.ThreadContentView__LoaderWrapper{height:100%;position:relative;width:100%}.ThreadContentView__Header{align-items:center;background:#fff;border-left:2px solid #d4d4d4;display:block;justify-content:space-between;margin:10px 16px 10px 0;position:relative}.ThreadContentView__Header .ThreadListView__HeaderInfoContainer{padding-left:12px}.MessageListView{background:#f5f5f5;display:flex;flex:1;margin:8px 0 0 8px;overflow-y:auto;position:relative}@media (min-width:768px){.MessageListView{margin:0}}.MessageListView__BackgroundWrapper{background:#f5f5f5;overflow-y:scroll;width:100%}.MessageListView__BackgroundWrapper::-webkit-scrollbar{border-radius:24px;width:16px}@media (min-width:768px){.MessageListView__BackgroundWrapper::-webkit-scrollbar,.MessageListView__BackgroundWrapper::-webkit-scrollbar-track{background:#fff}}.MessageListView__BackgroundWrapper::-webkit-scrollbar-thumb{background:#d4d4d4;background-clip:padding-box;border:6px solid #f5f5f5;border-radius:24px}@media (min-width:768px){.MessageListView__BackgroundWrapper::-webkit-scrollbar-thumb{border-color:#fff}}@media (max-width:767px){.MessageListView__BackgroundWrapper{margin-top:1px}.MessageListView__BackgroundWrapper:after{background:linear-gradient(180deg,rgba(57,57,57,.1),rgba(57,57,57,0) 78%);border-radius:4px;content:"";height:24px;inset:-5px 6px 0 7.5px;position:absolute;width:calc(100% - 24px);z-index:2}.is-ios .MessageListView__BackgroundWrapper{margin-right:3px;padding-right:13px}}.MessageListView__Wrapper{background:#fff;display:flex;flex:1;flex-direction:column-reverse;margin-left:8px;overflow-y:auto;position:relative}.MessageListView__Wrapper::-webkit-scrollbar{border-radius:24px;width:16px}@media (min-width:768px){.MessageListView__Wrapper::-webkit-scrollbar,.MessageListView__Wrapper::-webkit-scrollbar-track{background:#fff}}.MessageListView__Wrapper::-webkit-scrollbar-thumb{background:#d4d4d4;background-clip:padding-box;border:6px solid #f5f5f5;border-radius:24px}@media (min-width:768px){.MessageListView__Wrapper::-webkit-scrollbar-thumb{border-color:#fff}}.MessageListView__Wrapper{min-height:100%}@media (min-width:768px){.MessageListView__Wrapper{margin:0;overflow-y:hidden}}.MessageListView__Disclaimer{color:#6b6b6b;display:block;font-size:14px;margin:20px 0 0;order:2;padding:0 16px;text-align:center;width:100%}@media (min-width:768px){.MessageListView__Disclaimer{padding:0 36px}}.MessageListView__MessageSent{margin-top:0;order:0;padding-bottom:8px;text-align:center}.MessageListView__GroupList{list-style-type:none;margin:0;order:1;padding:20px 16px 0}@media (min-width:768px){.MessageListView__GroupList{padding:28px 36px 0}}.MessageListView__MessageSendingError{align-items:center;color:#dc143c;display:flex;font-weight:600;justify-content:flex-end;padding:0 20px 4px}@media (min-width:768px){.MessageListView__MessageSendingError{padding:0 36px 4px}}.MessageListView__MessageSendingError:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23DC143C' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M12 13.5c-.6 0-1-.4-1-1V7c0-.6.4-1 1-1s1 .4 1 1v5.5c0 .6-.4 1-1 1zm-1.5 3c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5S12.8 18 12 18s-1.5-.7-1.5-1.5zM12 3c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9zM1 12C1 5.9 5.9 1 12 1s11 4.9 11 11-4.9 11-11 11S1 18.1 1 12z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain!important;content:"";display:inline-block;flex-shrink:0;height:24px;margin-right:8px;position:relative;top:-2px;width:24px}.MessageListView__MessageSendingErrorResendLink{color:#dc143c;text-align:center}.MessageListView__ScrollToBottomButton{align-items:center;background:#fff;border:1px solid #d4d4d4;border-radius:4px 0 0 4px;bottom:32px;display:flex;height:48px;justify-content:center;position:absolute;right:-1px;width:48px}.MessageListView__ScrollToBottomButton:after{background-position:50%;background-repeat:no-repeat;background-size:contain!important;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23393939' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 16c-.3 0-.5-.1-.7-.3l-6-6c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l5.3 5.3 5.3-5.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4l-6 6c-.2.2-.4.3-.7.3z'/%3E%3C/svg%3E") no-repeat 50%;content:"";display:inline-block;flex-shrink:0;height:24px;width:24px}.MessagesGroupView__Title{color:#6b6b6b;display:block;font-size:14px;margin-bottom:28px;text-align:center;width:100%}.MessagesGroupView__Title:first-letter{text-transform:capitalize}.MessagesGroupView__MessagesList{list-style-type:none;margin:0;padding:0}.MessagesGroupView__GroupWrapper li:not(:last-of-type) .MessageView{border-radius:8px 0 0 0;margin-bottom:4px}.MessagesGroupView__GroupWrapper li:not(:first-of-type) .MessageView__Avatar:after,.MessagesGroupView__GroupWrapper li:not(:last-of-type) .MessageView__Time{display:none}.MessageView{display:flex;max-width:90%;padding-bottom:8px}@media (min-width:768px){.MessageView{max-width:80%}}.MessageView--Outbound{justify-content:flex-start;margin-right:auto}.MessageView--Inbound{justify-content:flex-end;margin-left:auto}.MessageView--Inbound .MessageView__Message{background:#fff;border:1px solid #d4d4d4;border-radius:8px 0 8px 8px}.MessageView--Inbound .MessageView__Time{text-align:right}.MessageView__Avatar{align-items:center;background:#fff;border-radius:50%;display:flex;flex-shrink:0;height:32px;justify-content:center;margin-right:8px;width:32px}.MessageView__Avatar:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23DC143C' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12zm2.382-16 .002 1.39h-3.235v2.208h2.907v1.398H11.15V16H9.615V8h4.766z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain!important;content:"";display:inline-block;flex-shrink:0;height:24px;width:24px}@media (min-width:768px){.MessageView__Avatar:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='%23DC143C' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16zm3.573-22 .003 2.084h-4.852v3.314h4.36v2.096h-4.36V22h-2.3V10h7.149z'/%3E%3C/svg%3E");height:32px;width:32px}}.MessageView__Message{background:#f5f5f5;border-radius:0 8px 8px 8px;font-size:16px;font-weight:500;padding:16px;white-space:pre-wrap;word-break:break-word}.MessageView__Time{color:#6b6b6b;display:block;font-size:14px;margin-top:6px}@media (max-width:767px){.ThreadInputView{margin-bottom:8px;z-index:2}}@media (max-width:767px){.ThreadInputView:has(.ThreadInputView__InputWrapper){box-shadow:0 -10px 28px 0 rgba(0,0,0,.06)}}.ThreadInputView__InputWrapper{align-items:flex-end;background:#fff;border-top:1px solid #d4d4d4;display:flex;justify-content:space-between;padding:14px 16px}@media (min-width:768px){.ThreadInputView__InputWrapper{align-items:center;background:#f5f5f5;gap:24px;padding:24px 40px 32px}}@media (min-width:1440px){.ThreadInputView__InputWrapper{padding:40px}}.ThreadInputView__Background{background:#f5f5f5;border:1px solid #efefef;border-radius:24px;height:100%;overflow:hidden;width:100%}@media (min-width:768px){.ThreadInputView__Background{background:#fff;border:1px solid #f5f5f5}}.ThreadInputView__Input{border:none;border-radius:24px;color:#393939;font-size:16px;font-weight:500;padding:16px 4px 14px 16px;resize:none;width:calc(100% - 44px)}.ThreadInputView__Input::-webkit-scrollbar{border-radius:24px;width:16px}@media (min-width:768px){.ThreadInputView__Input::-webkit-scrollbar,.ThreadInputView__Input::-webkit-scrollbar-track{background:#fff}}.ThreadInputView__Input::-webkit-scrollbar-thumb{background:#d4d4d4;background-clip:padding-box;border:6px solid #f5f5f5;border-radius:24px}@media (min-width:768px){.ThreadInputView__Input::-webkit-scrollbar-thumb{border-color:#fff}}.ThreadInputView__Input::-webkit-scrollbar{width:20px}.ThreadInputView__Input::-webkit-scrollbar-thumb{border-width:8px}.ThreadInputView__Input{background:#f5f5f5;margin-right:-4px}@media (min-width:768px){.ThreadInputView__Input{background:#fff;padding:14px 8px 14px 16px;width:100%}}.ThreadInputView__Input:focus{outline-style:none}.is-ios .ThreadInputView__Input{padding-right:16px}@media (max-width:767px){.is-ios .ThreadInputView__Input{border-radius:24px 0 0 24px;width:calc(100% - 50px)}}.ThreadInputView__Button{border-radius:50%;bottom:33px;font-size:0;height:32px;padding:0;position:absolute;right:24px;width:32px}@media (min-width:768px){.ThreadInputView__Button{bottom:0;font-size:20px;height:48px;padding:0 24px;position:relative;right:0;width:48px}}.ThreadInputView__Button:disabled{background:#d4d4d4!important}.ThreadInputView__Button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m21.668 1.059-20 7c-.861.3-.903 1.503-.064 1.863l7 3a1 1 0 0 0 1.003-.127l13-10c.898-.693.132-2.108-.939-1.736zm.355-.057a1 1 0 0 0-.818.39l-10 13a1 1 0 0 0-.127 1.005l3 7c.36.838 1.563.797 1.863-.065l7-20a1 1 0 0 0-.918-1.33z' color='%23000' style='-inkscape-stroke:none'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain!important;content:"";display:inline-block;display:block;flex-shrink:0;height:14px;width:14px}@media (min-width:768px){.ThreadInputView__Button:after{height:24px;width:24px}}.ThreadInputView__ArchiveWrapper{background:#fff;display:flex;margin:0 16px 16px}@media (min-width:768px){.ThreadInputView__ArchiveWrapper{border-top:1px solid #d4d4d4;margin:0;padding:24px 40px}}.ThreadInputView__ArchiveIcon{align-items:center;background:#f5f5f5;border-radius:50%;display:flex;flex-shrink:0;height:48px;justify-content:center;margin-right:40px;width:48px}@media (max-width:767px){.ThreadInputView__ArchiveIcon{display:none}}.ThreadInputView__ArchiveIcon:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23393939' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M23 2H1a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h1v12a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V9h1a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1zm-3 18H4V9h16v11zm2-13H2V4h20v3zM9 12a1 1 0 0 1 1-1h4a1 1 0 0 1 0 2h-4a1 1 0 0 1-1-1z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");content:"";display:block;height:24px;width:24px}.ThreadInputView__ArchiveInfo{border-top:1px solid #d4d4d4;margin:0 12px;padding:12px 16px}@media (min-width:768px){.ThreadInputView__ArchiveInfo{border-top:none;padding:0}}.ThreadInputView__ArchiveInfoHeading{color:#393939;display:block;font-size:18px;font-weight:600;margin:8px 0 4px}@media (min-width:768px){.ThreadInputView__ArchiveInfoHeading{font-size:20px;margin:0 0 8px}}.ThreadInputView__ArchiveInfoContent{color:#393939;font-size:16px;line-height:20px}.ThreadListView{background:#f5f5f5;display:flex;flex-direction:column;flex-shrink:0;width:100%}@media (max-width:767px){.ThreadListView{height:100vh}}@media (min-width:768px){.ThreadListView{background:#fff;border-radius:4px;width:280px}}@media (min-width:1024px){.ThreadListView{width:380px}}.ThreadListView__List{list-style-type:none;margin:0;overflow-y:auto;padding:0}.ThreadListView__List::-webkit-scrollbar{border-radius:24px;width:16px}@media (min-width:768px){.ThreadListView__List::-webkit-scrollbar,.ThreadListView__List::-webkit-scrollbar-track{background:#fff}}.ThreadListView__List::-webkit-scrollbar-thumb{background:#d4d4d4;background-clip:padding-box;border:6px solid #f5f5f5;border-radius:24px}@media (min-width:768px){.ThreadListView__List::-webkit-scrollbar-thumb{border-color:#fff}}@media (max-width:767px){.ThreadListView__List{margin:8px 0 0 10px;padding-left:6px}.ThreadListView__List li{border-bottom:1px solid #f5f5f5}.is-ios .ThreadListView__List{margin-right:3px;padding-right:13px}}@media (min-width:768px){.is-ios .ThreadListView__List{margin-right:4px;padding-right:12px}}.ThreadListView__HeaderMessage{display:block}.ThreadListView__HeaderStatic{align-items:center;display:flex;justify-content:space-between}.ThreadListView__HeaderInfoContainer{align-items:stretch;display:flex;gap:8px}@media (min-width:768px){.ThreadListView__HeaderInfoContainer{gap:16px}}.ThreadListView__Header{align-items:center;background:#fff;border-bottom:1px solid #d4d4d4;border-radius:4px;display:block;justify-content:space-between;margin:0 16px;padding:12px 16px;position:relative}@media (min-width:768px){.ThreadListView__Header{align-items:flex-start;background:none;border-radius:0;display:flex;flex-direction:column;margin:0;padding:8px 12px 8px 24px}}.ThreadListView__HeaderIcon{background-image:url(/inbox/static/media/email-icn.d2474877a4d51186468a.svg);background-position:50%;background-repeat:no-repeat;background-size:contain!important;content:"";display:inline-block;flex-shrink:0;height:40px;width:40px}.ThreadListView__Heading{align-items:center;display:flex;font-size:16px;font-weight:600;gap:16px}@media (min-width:768px){.ThreadListView__Heading{font-size:25px}}.ThreadListView__HeadingInbox{font-weight:500}.ThreadListView__FiltersButton:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23393939' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4c0-.6.4-1 1-1h5v-.5C8 1.7 8.7 1 9.5 1s1.5.7 1.5 1.5V3h10c.6 0 1 .4 1 1s-.4 1-1 1H11v.5c0 .8-.7 1.5-1.5 1.5S8 6.3 8 5.5V5H3c-.6 0-1-.4-1-1zm19 15H9v-.5c0-.8-.7-1.5-1.5-1.5S6 17.7 6 18.5v.5H3c-.6 0-1 .4-1 1s.4 1 1 1h3v.5c0 .8.7 1.5 1.5 1.5S9 22.3 9 21.5V21h12c.6 0 1-.4 1-1s-.4-1-1-1zm0-8h-4v-.5c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5v.5H3c-.6 0-1 .4-1 1s.4 1 1 1h11v.5c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5V13h4c.6 0 1-.4 1-1s-.4-1-1-1z'/%3E%3C/svg%3E")}.ThreadListView__ArrowUpIcon:after,.ThreadListView__FiltersButton:after{background-position:50%;background-repeat:no-repeat;background-size:contain!important;content:"";display:inline-block;flex-shrink:0;height:24px;width:24px}.ThreadListView__ArrowUpIcon:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23393939' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3 15.7 12 10.4l-5.3 5.3c-.4.4-1 .4-1.4 0-.4-.4-.4-1 0-1.4l6-6c.4-.4 1-.4 1.4 0l6 6c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0z'/%3E%3C/svg%3E")}.ThreadState{background:#fff;border-radius:4px;display:flex;flex-direction:column;height:100%;width:100%}@media (max-width:767px){.ThreadState{height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.ThreadState--NotSelected{display:none}}.ThreadState__Content{align-items:center;border-radius:4px;color:#393939;display:flex;flex:1;flex-direction:column;justify-content:center;margin-top:8px}.ThreadState__Content .Placeholder__Image{height:240px;margin-bottom:16px;width:240px}.ThreadState__Content .Placeholder__Title{font-size:18px}@media (min-width:768px){.ThreadState__Content .Placeholder__Title{font-size:31.25px;line-height:39px;margin:0}}.ThreadState__Content .Placeholder__Subtitle{font-size:20px}.ThreadState__Image{height:120px;width:120px}@media (min-width:768px){.ThreadState__Image{height:256px;width:256px}}.ThreadState__Title{display:block;font-size:20px;font-weight:600;margin:16px 0}@media (min-width:768px){.ThreadState__Title{font-size:32px}}.ThreadState__Subtitle{display:block;font-size:16px;padding:0 48px;text-align:center}@media (min-width:768px){.ThreadState__Subtitle{font-size:20px;padding:0 102px}}.ThreadListItemView{align-items:stretch;background-color:#fff;border:1px solid #fff;border-left:none;border-right:none;display:block;margin:8px 0 0;padding:16px;transition:background .3s ease-out;width:100%}.ThreadListItemView:hover{background:#f5f5f5;cursor:pointer}@media (min-width:768px){.ThreadListItemView{background:none;display:flex;justify-content:space-between;margin:0;padding:24px}.ThreadListItemView__Content{display:block;max-width:100%;order:1}}.ThreadListItemView--Unread .ThreadListItemView__MessageText{color:#000;font-weight:600}.ThreadListItemView--Active{border-color:#d4d4d4;cursor:default;position:relative}.ThreadListItemView--Active:before{background:#dc143c;content:"";display:block;height:100%;left:-1px;position:absolute;top:0;width:4px}.ThreadListItemView--Active:hover{background:#fff}.ThreadListItemView--Archived .ThreadListItemView__Preview{color:#747474}.ThreadListItemView__Preview{color:#393939;max-width:100%;text-align:left}.ThreadListItemView__MessageText{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:block;display:-webkit-box;font-size:16px;font-weight:500;line-height:20px;margin:0 auto;max-height:38px;max-width:100%;overflow:hidden;text-overflow:ellipsis}.ThreadListItemView__Info{align-items:center;display:flex;height:auto;order:2}@media (min-width:768px){.ThreadListItemView__Info{margin-left:24px}}.ThreadListItemView__LastMessageTime{color:rgba(57,57,57,.75);font-size:14px}.ThreadListItemView__ArchivedText{color:#747474;font-size:12px;font-weight:600}@media (min-width:768px){.ThreadListItemView__ArchivedText{font-size:14px;font-weight:500}}.ThreadListItemView__ArchivedIcon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23747474' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M23 2H1a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h1v12a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V9h1a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1zm-3 18H4V9h16v11zm2-13H2V4h20v3zM9 12a1 1 0 0 1 1-1h4a1 1 0 0 1 0 2h-4a1 1 0 0 1-1-1z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain!important;content:"";display:inline-block;flex-shrink:0;height:16px;width:16px}@media (min-width:768px){.ThreadListItemView__ArchivedIcon{display:none}}.ThreadListItemView__ArchivedContainer{padding-bottom:6px}.ThreadListItemView__ArchivedContainer,.ThreadListItemView__NewMessageIndicatorContainer{align-items:center;display:flex;gap:4px}.ThreadListItemView__NewMessageIndicator{background:#dc143c;border-radius:50%;flex-shrink:0;height:8px;width:8px}.ThreadListItemView__NewMessageIndicatorText{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#dc143c;display:-webkit-box;font-size:12px;font-weight:600;line-height:15px;overflow:hidden;text-overflow:ellipsis}.ThreadListView__List li:first-of-type .ThreadListItemView{margin:0}@media (min-width:768px){.ThreadListView__List li:first-of-type .ThreadListItemView{border-top:0}}.ThreadListFiltersView_Mobile{background:#fff;bottom:0;box-shadow:0 6px 12px rgba(57,57,57,.15);display:flex;flex-direction:column;padding:4px 16px;position:absolute;right:0;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-user-select:none;-ms-user-select:none;user-select:none;z-index:2}.ThreadListFiltersView__CheckBoxWrapper{cursor:pointer;display:block;font-size:16px;font-weight:500;margin:18px 10px 8px;padding-left:42px;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ThreadListFiltersView__CheckBoxWrapper input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.ThreadListFiltersView__CheckBoxWrapper input:checked~.ThreadListFiltersView__CheckBox{border:1px solid #000}.ThreadListFiltersView__CheckBoxWrapper input:checked~.ThreadListFiltersView__CheckBox:after{display:block}.ThreadListFiltersView__CheckBox{background-color:#fff;border:1px solid #8f8f8f;border-radius:2px;height:20px;left:0;position:absolute;top:-2px;width:20px}.ThreadListFiltersView__CheckBox:after{content:"";display:none;position:absolute}.ThreadListFiltersView__CheckBoxWrapper .ThreadListFiltersView__CheckBox:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13c-.3 0-.5-.1-.7-.3l-3-3c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0L6 10.6l6.3-6.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4l-7 7c-.2.2-.4.3-.7.3z'/%3E%3C/svg%3E");height:16px;left:2px;top:1px;width:16px}
/*# sourceMappingURL=main.7db39edd.css.map*/