@layer components{.CartItem{position:relative;display:grid;grid-template:"left price";grid-template-columns:minmax(0,1fr) minmax(0,100px);grid-gap:10px;-ms-flex-align:center;align-items:center;padding:15px;background:#fff;z-index:0}.CartItem:before{content:"";display:block;position:absolute;top:-1px;left:15px;right:15px;height:2px;background:#f0f1f8;z-index:10}@media(min-width:720px){.CartItem{grid-template-columns:minmax(0,1fr) minmax(0,130px);grid-gap:15px}}.CartItem__price{justify-self:end;grid-area:price}.CartItem__title{grid-area:left;display:block}.CartModelItem{position:relative;container-type:inline-size;z-index:0}.CartModelItem:before{content:"";display:block;position:absolute;top:-1px;left:16px;right:16px;height:2px;background:#eaecf0;z-index:10}.CartModelItem:first-child:before{display:none}.CartModelItem__container{position:relative;display:grid;grid-template:"selection price" "content content" "footer footer";grid-template-columns:-webkit-max-content minmax(0,1fr);grid-template-columns:max-content minmax(0,1fr);grid-gap:16px;padding:16px;background:#fff}}@layer components{@container (width >= 550px){.CartModelItem__container{grid-template:"selection content price" "selection footer footer";grid-template-columns:-webkit-max-content minmax(0,1fr) minmax(0,130px);grid-template-columns:max-content minmax(0,1fr) minmax(0,130px)}}.CartModelItem__selection{grid-area:selection}.CartModelItem__price{justify-self:end;grid-area:price}.CartModelItem__content{grid-area:content;display:grid;grid-template:"image modelInfo" "image materialInfo";grid-template-columns:45px minmax(0,1fr);grid-gap:16px;-ms-flex-align:start;align-items:flex-start}@container (width >= 550px){.CartModelItem__content{grid-template-columns:100px minmax(0,1fr)}}@container (width >= 700px){.CartModelItem__content{grid-template:"image modelInfo materialInfo";grid-template-columns:100px minmax(0,1fr) minmax(0,1fr)}}.CartModelItem__image{grid-area:image;outline:0}.CartModelItem__modelInfo{grid-area:modelInfo}.CartModelItem__title{font-family:Inter,fallback-font,sans-serif;font-weight:600;font-size:16px;line-height:1.5;display:block}@container (width >= 650px){.CartModelItem__title{margin-bottom:4px}}.CartModelItem__subtitle{color:#667085;overflow:hidden}.CartModelItem__materialInfo,.CartModelItem__subtitle{font-family:Inter,fallback-font,sans-serif;font-weight:400;font-size:14px;line-height:1.5}.CartModelItem__materialInfo{grid-area:materialInfo}.CartModelItem__footer{grid-area:footer;display:grid;grid-template:"quantity actions";grid-template-columns:100px minmax(0,1fr);grid-gap:16px}.CartModelItem__quantity{grid-area:quantity}.CartModelItem__actions{grid-area:actions}.CartModelItem__note{grid-column:1/span 2}.CartModelItem__actionsBelow{display:block;grid-column:1/span 2}.CartModelItem__actions,.CartModelItem__actionsBelow,.CartModelItem__note{font-family:Inter,fallback-font,sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#667085}.CartModelItem__actions strong,.CartModelItem__actionsBelow strong,.CartModelItem__note strong{color:#1d2939}.CartModelItem__badge{display:-ms-inline-flexbox;display:inline-flex;margin-right:12px}.CheckboxField{width:100%;display:-ms-flexbox;display:flex;border-radius:8px;color:#1d2939;background-color:#fff;-webkit-box-shadow:0 1px 2px 0 rgba(16,24,40,.05);box-shadow:0 1px 2px 0 rgba(16,24,40,.05);-webkit-transition:color .15s linear,border-color .15s linear,background-color .15s linear,-webkit-box-shadow .15s linear;transition:color .15s linear,border-color .15s linear,background-color .15s linear,-webkit-box-shadow .15s linear;transition:color .15s linear,border-color .15s linear,background-color .15s linear,box-shadow .15s linear;transition:color .15s linear,border-color .15s linear,background-color .15s linear,box-shadow .15s linear,-webkit-box-shadow .15s linear;width:18px;height:18px;position:relative;border-radius:4px;border:1px solid #667085}.CheckboxField__input{position:absolute;z-index:1;top:0;left:0;opacity:0;height:100%;width:100%;cursor:pointer}.CheckboxField__checkedIcon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:100%;width:100%;color:rgba(0,0,0,0);font-size:16px}}@layer components{.CheckboxField:focus-within{-webkit-box-shadow:0 2px 4px -2px rgba(16,24,40,.06),0 4px 8px -2px rgba(16,24,40,.1);box-shadow:0 2px 4px -2px rgba(16,24,40,.06),0 4px 8px -2px rgba(16,24,40,.1)}.CheckboxField:hover{border-color:#1d2939}.CheckboxField--size-200{width:20px;height:20px}.CheckboxField--size-200__checkedIcon{font-size:18px}.CheckboxField--disabled,.CheckboxField--disabled:hover{cursor:not-allowed;border-color:#98a2b3;background-color:#f2f4f7}.CheckboxField--disabled .CheckboxField__input,.CheckboxField--disabled:hover .CheckboxField__input{cursor:not-allowed}.CheckboxField--checked{background:#005096;border-color:#005096}.CheckboxField--checked:hover{border-color:#013262}.CheckboxField--checked .CheckboxField__checkedIcon{color:#fff}.CheckboxField--checked.CheckboxField--disabled,.CheckboxField--checked.CheckboxField--disabled:hover{border-color:#98a2b3;background-color:#f2f4f7}.CheckboxField--checked.CheckboxField--disabled .CheckboxField__checkedIcon{color:#98a2b3}.CheckboxField--appearance-error{border-color:#d92d20;background-color:#fff}.CheckboxField--appearance-error:hover{border-color:#b42318}.CheckboxField--appearance-error.CheckboxField--checked{background-color:#d92d20}.CheckboxField--appearance-error.CheckboxField--disabled,.CheckboxField--appearance-error.CheckboxField--disabled:hover{border-color:#98a2b3;background-color:#f2f4f7}.ImageContainer{border-radius:8px;background-color:#f0f1f8;overflow:hidden;aspect-ratio:4/3}.ImageContainer__image{width:100%;height:100%;-o-object-position:center center;object-position:center center;-webkit-animation-name:ImageContainer-fadeIn;animation-name:ImageContainer-fadeIn;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.ImageContainer--ratio-1-1{aspect-ratio:1/1}.ImageContainer--noSource .ImageContainer__image{-webkit-animation-name:none;animation-name:none}.ImageContainer--fit-contain .ImageContainer__image{-o-object-fit:contain;object-fit:contain}.ImageContainer--fit-cover .ImageContainer__image{-o-object-fit:cover;object-fit:cover}}@layer components{@-webkit-keyframes ImageContainer-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ImageContainer-fadeIn{0%{opacity:0}to{opacity:1}}}@layer components{.FileName{display:-ms-flexbox;display:flex;width:-webkit-min-content;width:-moz-min-content;width:min-content;max-width:100%}.FileName__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.FileName__action{margin-left:4px}.Tooltip{display:inline-block;position:relative;max-width:320px;border-radius:8px;color:#1d2939;background-color:#fff;-webkit-box-shadow:0 4px 6px -2px rgba(16,24,40,.03),0 12px 16px -4px rgba(16,24,40,.08);box-shadow:0 4px 6px -2px rgba(16,24,40,.03),0 12px 16px -4px rgba(16,24,40,.08);-webkit-filter:drop-shadow(0 0 16px rgba(16,24,40,.08));filter:drop-shadow(0 0 16px rgba(16,24,40,.08));word-wrap:break-word;text-align:left}}@layer components{.Tooltip:popover-open,.Tooltip[data-popover-fallback],:popover-open .Tooltip,[data-popover-fallback] .Tooltip{opacity:1;-webkit-transition:opacity .15s linear,translate .15s ease-out;transition:opacity .15s linear,translate .15s ease-out}@starting-style{.Tooltip:popover-open,.Tooltip[data-popover-fallback],:popover-open .Tooltip,[data-popover-fallback] .Tooltip{opacity:0}}.Tooltip__main{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:stretch;justify-content:stretch;gap:4px;padding:12px;max-height:70vh;overflow:auto}.Tooltip__content{font-family:Inter,fallback-font,sans-serif;font-weight:500;font-size:12px;line-height:1.5}.Tooltip__content>:last-child{margin-bottom:0}.Tooltip__footer{font-family:Inter,fallback-font,sans-serif;font-weight:400;font-size:12px;line-height:1.5;color:#667085}.Tooltip__footer>:last-child{margin-bottom:0}.Tooltip__arrow{display:inline-block;height:0;width:0;-webkit-transform:rotate(1turn);border-color:rgba(0,0,0,0) rgba(0,0,0,0) currentcolor;border-style:solid;border-width:0 6px 6px;position:absolute;color:#fff;-webkit-transform-origin:center;transform-origin:center}@starting-style{.Tooltip--placement-top:popover-open,.Tooltip--placement-top[data-popover-fallback],:popover-open .Tooltip--placement-top,[data-popover-fallback] .Tooltip--placement-top{translate:0 -10px}}.Tooltip--placement-top .Tooltip__arrow{top:100%;left:calc(50% - 6px);-webkit-transform:rotate(180deg);transform:rotate(180deg)}@starting-style{.Tooltip--placement-bottom:popover-open,.Tooltip--placement-bottom[data-popover-fallback],:popover-open .Tooltip--placement-bottom,[data-popover-fallback] .Tooltip--placement-bottom{translate:0 10px}}.Tooltip--placement-bottom .Tooltip__arrow{bottom:100%;left:calc(50% - 6px);-webkit-transform:rotate(0deg);transform:rotate(0deg)}@starting-style{.Tooltip--placement-left:popover-open,.Tooltip--placement-left[data-popover-fallback],:popover-open .Tooltip--placement-left,[data-popover-fallback] .Tooltip--placement-left{translate:-10px 0}}.Tooltip--placement-left .Tooltip__arrow{left:100%;top:calc(50% - 6px);-webkit-transform:translateX(-3px) rotate(90deg);transform:translateX(-3px) rotate(90deg)}@starting-style{.Tooltip--placement-right:popover-open,.Tooltip--placement-right[data-popover-fallback],:popover-open .Tooltip--placement-right,[data-popover-fallback] .Tooltip--placement-right{translate:10px 0}}.Tooltip--placement-right .Tooltip__arrow{right:100%;top:calc(50% - 6px);-webkit-transform:translateX(3px) rotate(-90deg);transform:translateX(3px) rotate(-90deg)}.Tooltip--appearance-dark{color:#fff;background-color:#1d2939;-webkit-box-shadow:none;box-shadow:none}.Tooltip--appearance-dark .Tooltip__footer{color:#d0d5dd}.Tooltip--appearance-dark .Tooltip__arrow{color:#1d2939}.ConfigurationList{margin:0;padding:0;list-style:none}.ConfigurationListItem{color:#747892;font-size:14px;line-height:1.8}.ConfigurationListItem__value{color:#1d2939}.CustomerReferenceCard{font-family:Inter,fallback-font,sans-serif;font-weight:400;font-size:14px;line-height:1.5;-ms-flex-pack:center;justify-content:center;padding:12px 16px;border-radius:8px;border:1px solid #eaecf0}.TruncatedLabel{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;min-width:0}.TruncatedLabel__content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1}.TruncatedLabel__postfix{display:block;-ms-flex-negative:0;flex-shrink:0}.TruncatedLabel--block{width:100%}.TruncatedLabel--block .TruncatedLabel__content{-ms-flex-positive:1;flex-grow:1}.TruncatedLabel--maxWidth{max-width:400px}.TruncatedLabel--size-s{font-size:14px}.TruncatedLabel--size-xs{font-size:12px}.TruncatedLabel--minor{color:#747892}.ModelList{position:relative;margin-bottom:16px;z-index:0}.ModelList__header{font-family:Inter,fallback-font,sans-serif;font-weight:400;font-size:14px;line-height:1.5;position:sticky;top:50px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:16px 18px;background:#fff;z-index:20}}@layer components{}@layer components{}@layer components{}@layer components{}@layer components{@media(min-width:720px){.ModelList__header{top:80px;-ms-flex-direction:row;flex-direction:row}}.ModelList__actionsLeft,.ModelList__actionsRight{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.ModelList__actionsLeft>*+*,.ModelList__actionsRight>*+*{margin-top:12px}@media(min-width:720px){.ModelList__actionsLeft>*+*,.ModelList__actionsRight>*+*{margin-top:0;margin-left:16px}.ModelList__actionsLeft,.ModelList__actionsRight{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px}}.ModelList__actionsLeft{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}@media(min-width:720px){.ModelList__actionsLeft{-ms-flex-pack:start;justify-content:flex-start}}.ModelList__actionsRight{margin-top:16px}@media(min-width:720px){.ModelList__actionsRight{-ms-flex-pack:end;justify-content:flex-end;margin-top:0;margin-left:16px}}.ModelList__items{z-index:10}.ModelList__items>*+*{margin-top:32px}.ModelList--isSticky .ModelList__header{border-bottom:1px solid #eaecf0}.ModelListGroup__header{padding:12px 16px;background:#f2f4f7;border-top-left-radius:8px;border-top-right-radius:8px}.ModelListGroup__footer{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-webkit-column-gap:64px;-moz-column-gap:64px;column-gap:64px;row-gap:12px;padding:12px 16px;border:2px solid #eaecf0;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.ModelListGroup__footer .Tooltip>.Icon{margin-top:-2px;color:#005096}}@layer components{@media(min-width:720px){.ModelListGroup__footer{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}}.ModelListGroup__footerRight{margin-top:4px;text-align:right;-ms-flex-negative:0;flex-shrink:0}@media(min-width:720px){.ModelListGroup__footerRight{margin-top:0}}.ModelListGroup__children{border-left:2px solid #eaecf0;border-right:2px solid #eaecf0}.NumberField{--field-height:40px;width:100%;display:-ms-flexbox;display:flex;border:1px solid #d0d5dd;border-radius:8px;color:#1d2939;background-color:#fff;-webkit-box-shadow:0 1px 2px 0 rgba(16,24,40,.05);box-shadow:0 1px 2px 0 rgba(16,24,40,.05);-webkit-transition:color .15s linear,border-color .15s linear,background-color .15s linear,-webkit-box-shadow .15s linear;transition:color .15s linear,border-color .15s linear,background-color .15s linear,-webkit-box-shadow .15s linear;transition:color .15s linear,border-color .15s linear,background-color .15s linear,box-shadow .15s linear;transition:color .15s linear,border-color .15s linear,background-color .15s linear,box-shadow .15s linear,-webkit-box-shadow .15s linear;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;width:auto}.NumberField__input{width:100%;outline:none;border:0;background:rgba(0,0,0,0);color:#1d2939}}@layer components{.NumberField__input::-webkit-input-placeholder{color:#98a2b3}.NumberField__input::-moz-placeholder{color:#98a2b3}.NumberField__input:-ms-input-placeholder{color:#98a2b3}.NumberField__input::-ms-input-placeholder{color:#98a2b3}.NumberField__input::placeholder{color:#98a2b3}.NumberField__input{padding:0;text-align:center;max-width:4em;border-radius:0;border-left:1px solid #d0d5dd;border-right:1px solid #d0d5dd}.NumberField__button{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;height:calc(var(--field-height) - 2*1px);width:calc(var(--field-height) - 2*1px);background:#fff;color:#1d2939;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:pointer;-webkit-transition:background-color .1s linear,color .1s linear,border-color .1s linear,-webkit-transform .1s linear;transition:background-color .1s linear,color .1s linear,border-color .1s linear,-webkit-transform .1s linear;transition:transform .1s linear,background-color .1s linear,color .1s linear,border-color .1s linear;transition:transform .1s linear,background-color .1s linear,color .1s linear,border-color .1s linear,-webkit-transform .1s linear}.NumberField__button:hover{background:#f2f4f7}.NumberField__button:active>.Icon{-webkit-transform:translateY(1px);transform:translateY(1px)}.NumberField__button:disabled{cursor:not-allowed;background:#f2f4f7;border-color:#eaecf0;color:#98a2b3}.NumberField--size-80{--field-height:24px;border-radius:4px}.NumberField--size-80 .NumberField__input{max-width:3.5em}.NumberField--size-80 .NumberField__button{font-size:14px}.NumberField--size-90{--field-height:32px}.NumberField--size-200{--field-height:48px}.NumberField--disabled{background-color:#f2f4f7}.NumberField--disabled .NumberField__input{color:#98a2b3}.NumberField--block{display:-ms-flexbox;display:flex;width:100%}.NumberField--block .NumberField__input{max-width:none}.Badge{font-family:Inter,fallback-font,sans-serif;font-weight:500;font-size:14px;line-height:1.5;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding:4px 12px;border-radius:16px;vertical-align:middle;white-space:nowrap;cursor:default;color:#1d2939;background:#f2f4f7}.Badge>.Icon{font-size:16px;margin-right:4px}.Badge--type-brand{color:#005096;background:#e9f3fb}.Badge--type-error{color:#b42318;background:#fef3f2}.Badge--type-success{color:#039855;background:#ecfdf3}.Badge--type-warning{color:#f79009;background:#fffaeb}.Badge--type-warning-alternative{color:#dc6803;background:#fef0c7}.Badge--type-cyan{color:#0e7090;background:#ecfdff}.Badge--type-pink{color:#c11574;background:#fdf2fa}.Badge--type-purple{color:#5925dc;background:#f4f3ff}.Badge--type-gold{color:#cf9a59;background:none;border:1px solid #cf9a59}.Badge--type-white{color:#1d2939;background:#fff}.Badge--size-s{font-weight:500;padding:4px 8px}.Badge--size-s,.Badge--size-xs{font-family:Inter,fallback-font,sans-serif;font-size:12px;line-height:1.5}.Badge--size-xs{font-weight:400;padding:0 8px}.Badge--size-xs>.Icon{font-size:14px}.Badge--appearance-alternative{padding:0 4px;background:rgba(0,0,0,0);font-weight:700;font-style:italic}.PageLayout{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-positive:1;flex-grow:1;gap:24px}}@layer components{}@layer components{@media(min-width:720px){.PageLayout{gap:48px}}.PageLayout--background-major .PageLayout__content{background:#f2f4f7}.PageLayout--fullHeight .PageLayout__content{min-height:calc(100vh - 50px);min-height:calc(100svh - 50px)}@media(min-width:720px){.PageLayout--fullHeight .PageLayout__content{min-height:calc(100vh - 80px);min-height:calc(100svh - 80px)}}}@layer components{.Price{font-size:16px}.Price__loading{display:-ms-flexbox;display:flex;color:#747892;font-style:italic;-ms-flex-align:center;align-items:center;font-size:14px;line-height:1.2}.Price__loading>.LoadingIndicator{margin-right:15px;margin-top:-2px}.Price__price{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Price__value{font-weight:700;white-space:nowrap}.Price__suffix{margin-left:5px}.Price__prefix{white-space:nowrap;margin-right:.15em}.Price--size-l .Price__prefix,.Price--size-l .Price__value{font-size:20px}.Price--size-s .Price__prefix,.Price--size-s .Price__value{font-size:14px}.Price--success{color:#08a399}.Price--minor{color:#747892}.LoadingIndicator{display:inline-block;color:#005096;vertical-align:middle;width:1em;height:1em;line-height:1em}.LoadingIndicator__spinner{position:relative;display:block;width:1em;height:1em;-webkit-animation:loading-indicator-spin 1s linear infinite;animation:loading-indicator-spin 1s linear infinite}.LoadingIndicator__spinner:after{width:50%;height:100%;border-bottom:.1em solid;border-radius:.5em 0 0 .5em}.LoadingIndicator__spinner:after,.LoadingIndicator__spinner:before{content:"";position:absolute;top:0;left:0;border-left:.1em solid;border-top:.1em solid}.LoadingIndicator__spinner:before{width:100%;height:50%;border-right:.1em solid;border-radius:.5em .5em 0 0}.LoadingIndicator--invert{color:#fff;opacity:.5}.LoadingIndicator--inherit{color:inherit}}@layer components{@-webkit-keyframes loading-indicator-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loading-indicator-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}}@layer components{.ReconfigureCard{display:grid;grid-template:"icon headline" "none content" "none actions";grid-template-columns:auto 1fr;grid-gap:15px;border:2px solid #f0f1f8;border-radius:8px;padding:15px}.ReconfigureCard__icon{grid-area:icon;align-self:center;color:#f79009}.ReconfigureCard>.Headline{grid-area:headline;margin:0}.ReconfigureCard__content{display:grid;grid-template-columns:1fr;grid-gap:15px;grid-area:content;margin-left:-30px;margin-top:-15px;min-width:0}.ReconfigureCard__content>*{min-width:0;margin-left:30px;margin-top:15px}@media(min-width:720px){.ReconfigureCard__content{grid-template-columns:1fr 1fr}}.ReconfigureCard__actions{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;grid-area:actions}.ReconfigureCard__actions>*+*{margin-left:15px}.SidebarLayout{display:grid;grid-template-columns:minmax(auto,100%);grid-gap:32px}}@layer components{@media(min-width:960px){.SidebarLayout{grid-template-columns:minmax(auto,100%) 300px}.SidebarLayout__main{min-width:0}}.SidebarLayout__aside{position:relative}@media(min-width:960px){.SidebarLayout__asideContent{position:sticky;top:0}}.SidebarLayout--fixedHeight{height:100%}.SidebarLayout--fixedHeight .SidebarLayout__aside,.SidebarLayout--fixedHeight .SidebarLayout__main{overflow:auto}@media(min-width:960px){.SidebarLayout--respectNavBarHeight .SidebarLayout__asideContent{top:95px}.SidebarLayout--sidebarSize-l{grid-template-columns:minmax(auto,100%) 400px}.SidebarLayout--sidebarSize-s{grid-template-columns:minmax(auto,100%) 260px}}.SidebarLayout--reorder .SidebarLayout__main{-ms-flex-order:2;order:2}@media(min-width:960px){.SidebarLayout--reorder .SidebarLayout__main{-ms-flex-order:1;order:1}}.SidebarLayout--reorder .SidebarLayout__aside{-ms-flex-order:1;order:1}@media(min-width:960px){.SidebarLayout--reorder .SidebarLayout__aside{-ms-flex-order:2;order:2}}.SidebarLayout--separator .SidebarLayout__aside{padding-top:16px;border-top:1px solid #eaecf0}@media(min-width:960px){.SidebarLayout--separator .SidebarLayout__aside{padding-top:unset;padding-left:16px;border-top:unset;border-left:4px solid #eaecf0}}.SidebarLayout--separator.SidebarLayout--reorder .SidebarLayout__aside{padding-top:unset;border-top:unset;border-bottom:1px solid #eaecf0}@media(min-width:960px){.SidebarLayout--separator.SidebarLayout--reorder .SidebarLayout__aside{border-bottom:unset}.SidebarLayout--sidebarPosition-left{grid-template-columns:300px minmax(auto,100%)}.SidebarLayout--sidebarPosition-left.SidebarLayout--sidebarSize-l{grid-template-columns:400px minmax(auto,100%)}.SidebarLayout--sidebarPosition-left.SidebarLayout--sidebarSize-s{grid-template-columns:260px minmax(auto,100%)}}.SidebarLayout--sidebarPosition-left.SidebarLayout--separator .SidebarLayout__aside{padding-top:unset;padding-left:unset;border-top:unset;border-left:unset;border-bottom:1px solid #eaecf0}@media(min-width:960px){.SidebarLayout--sidebarPosition-left.SidebarLayout--separator .SidebarLayout__aside{padding-right:16px;border-bottom:unset;border-right:4px solid #eaecf0}}.SidebarLayout--sidebarPosition-left.SidebarLayout--reorder .SidebarLayout__main{-ms-flex-order:1;order:1}@media(min-width:960px){.SidebarLayout--sidebarPosition-left.SidebarLayout--reorder .SidebarLayout__main{-ms-flex-order:2;order:2}}.SidebarLayout--sidebarPosition-left.SidebarLayout--reorder .SidebarLayout__aside{-ms-flex-order:2;order:2}@media(min-width:960px){.SidebarLayout--sidebarPosition-left.SidebarLayout--reorder .SidebarLayout__aside{-ms-flex-order:1;order:1}}.SidebarLayout--sidebarPosition-left.SidebarLayout--separator.SidebarLayout--reorder .SidebarLayout__aside{padding-top:16px;border-bottom:unset;border-top:1px solid #eaecf0}@media(min-width:960px){.SidebarLayout--sidebarPosition-left.SidebarLayout--separator.SidebarLayout--reorder .SidebarLayout__aside{padding-top:unset;border-top:unset}}}@layer components{.TeaserModelItem{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;padding:10px;border-radius:8px;border:2px solid #f0f1f8;background:#fff;font-size:14px;-ms-flex-align:start;align-items:flex-start}.TeaserModelItem>*+*{margin-left:10px}.TeaserModelItem__image{width:45px;-ms-flex-negative:0;flex-shrink:0}.TeaserModelItem__quantity{-ms-flex-negative:0;flex-shrink:0;font-weight:700;min-width:2em;text-align:right}.TeaserModelItem__content{-ms-flex-positive:1;flex-grow:1;min-width:0}.TeaserModelItem__title{display:block;font-weight:700}.TeaserModelItem__subtitle,.TeaserModelItem__subtitle2{white-space:nowrap;text-overflow:ellipsis;color:#747892;overflow:hidden}.TeaserModelItem--ghost{border:none;padding:0;background:rgba(0,0,0,0)}.Footer{font-family:Inter,fallback-font,sans-serif;font-weight:400;font-size:16px;line-height:1.5;padding:48px 0 64px;background:#fff;color:#667085}.Footer__meta{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}}@layer components{@media(min-width:960px){.Footer__meta{-ms-flex-direction:row;flex-direction:row}}.Footer__bottom{font-family:Inter,fallback-font,sans-serif;font-weight:400;font-size:14px;line-height:1.5;margin-top:32px;padding-top:32px;border-top:1px solid #d0d5dd;color:#98a2b3;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:32px}@media(min-width:960px){.Footer__bottom{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}}.Footer__copyline{white-space:nowrap}.Footer--slope{padding-top:0}.Footer--slope .Footer__slope{margin-bottom:48px;background-color:#f2f4f7;color:#fff}.Footer--background-major{background:#f2f4f7}.Footer--background-major .Footer__slope{background-color:#fff;color:#f2f4f7}.ContentSlope{display:block;width:100%;height:16px;fill:currentColor}}@layer components{@media(min-width:960px){.ContentSlope{height:32px}}}@layer components{.FooterLink{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:8px;text-decoration:none;color:#667085;text-align:inherit;-webkit-transition:color .1s linear,-webkit-transform .1s linear;transition:color .1s linear,-webkit-transform .1s linear;transition:transform .1s linear,color .1s linear;transition:transform .1s linear,color .1s linear,-webkit-transform .1s linear}.FooterLink:hover{color:#1d2939}.FooterLink:active{-webkit-transform:translateY(1px);transform:translateY(1px)}.FooterLink__icon{display:block;font-size:16px}.FooterLink--appearance-alternative{color:#98a2b3}.FooterLink--appearance-alternative:hover{color:#475467}.FooterLink--active{color:#1d2939}.DetailedPriceItem{display:-ms-flexbox;display:flex;width:100%;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:baseline;align-items:baseline;color:#1d2939;margin:0}.DetailedPriceItem__label{-ms-flex-positive:1;flex-grow:1;overflow:hidden}.DetailedPriceItem__price{-ms-flex-negative:0;flex-shrink:0;margin-left:16px}.DetailedPriceItem--appearance-alternative{color:#98a2b3}.DetailedPriceItem--appearance-alternative .DetailedPriceItem__price{color:#d0d5dd}.DetailedPriceItem--appearance-success .DetailedPriceItem__price{color:#039855}.PaymentSection{padding:16px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;-webkit-box-shadow:0 2px 4px -2px rgba(16,24,40,.06),0 4px 8px -2px rgba(16,24,40,.1);box-shadow:0 2px 4px -2px rgba(16,24,40,.06),0 4px 8px -2px rgba(16,24,40,.1)}.PaymentSection__totalPrice{margin:0;font-family:Inter,fallback-font,sans-serif;font-weight:600;font-size:20px;line-height:1.5}.PaymentSection__totalPrice .PaymentSection__priceLabel{color:#1d2939}.PaymentSection__content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:8px}.PaymentSection__divider{margin:16px 0;border-bottom:2px solid #eaecf0}.PaymentSection__actions,.PaymentSection__description{margin-top:20px}.FieldNote{font-family:Inter,fallback-font,sans-serif;font-weight:400;font-size:14px;line-height:1.5}.FieldNote__note{margin:0;padding-top:4px}.FieldNote--appearance-warning .FieldNote__note{color:#f79009}.FieldNote--appearance-error .FieldNote__note{color:#d92d20}.FieldNote--appearance-success .FieldNote__note{color:#039855}.FieldNote--appearance-minor .FieldNote__note{color:#667085}.LabeledCheckbox{font-family:Inter,fallback-font,sans-serif;font-weight:400;font-size:16px;line-height:1.5;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#1d2939;min-height:40px;gap:12px;min-width:0;text-decoration:none}.LabeledCheckbox>.CheckboxField{-ms-flex-negative:0;flex-shrink:0}.LabeledCheckbox__content{display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline;gap:8px;min-width:0}.LabeledCheckbox__count{color:#667085}.LabeledCheckbox--size-90,.LabeledCheckbox__count{font-family:Inter,fallback-font,sans-serif;font-weight:400;font-size:14px;line-height:1.5}.LabeledCheckbox--size-90{min-height:32px}.LabeledCheckbox--size-90 .LabeledCheckbox__count{font-family:Inter,fallback-font,sans-serif;font-weight:400;font-size:12px;line-height:1.5}.LabeledCheckbox--size-200{font-family:Inter,fallback-font,sans-serif;font-weight:400;font-size:16px;line-height:1.5;min-height:48px}.LabeledCheckbox--size-200 .LabeledCheckbox__count{font-family:Inter,fallback-font,sans-serif;font-weight:400;font-size:14px;line-height:1.5}.LabeledCheckbox--appearance-error{color:#d92d20}.LabeledCheckbox--appearance-error:hover{color:#b42318}.LabeledCheckbox--inline{display:-ms-inline-flexbox;display:inline-flex;min-height:auto}.LabeledCheckbox--disabled,.LabeledCheckbox--disabled:hover{cursor:not-allowed;color:#98a2b3}.LabeledCheckbox--disabled .LabeledCheckbox__label,.LabeledCheckbox--disabled:hover .LabeledCheckbox__label{cursor:not-allowed}.LabeledCheckbox--disabled .LabeledCheckbox__count,.LabeledCheckbox--disabled:hover .LabeledCheckbox__count{color:#98a2b3}.Section{margin:0 0 32px}}@layer components{}@layer components{}@layer components{}@layer components{}@layer components{@media(min-width:720px){.Section{margin-bottom:64px}}}