.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:2.25rem}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1.5rem;height:1.5rem;opacity:0}.custom-control-input:checked ~ .custom-control-label::before{color:#fff;border-color:#00053e;background-color:#00053e}.custom-control-input:focus ~ .custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,5,62,0.25)}.custom-control-input:focus:not(:checked) ~ .custom-control-label::before{border-color:#000fbe}.custom-control-input:not(:disabled):active ~ .custom-control-label::before{color:#fff;background-color:#0013f1;border-color:#0013f1}.custom-control-input[disabled] ~ .custom-control-label,.custom-control-input:disabled ~ .custom-control-label{color:#6c757d}.custom-control-input[disabled] ~ .custom-control-label::before,.custom-control-input:disabled ~ .custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:0rem;left:-2.25rem;display:block;width:1.5rem;height:1.5rem;pointer-events:none;content:"";background-color:#fff;border:#c8d1da solid 1px}.custom-control-label::after{position:absolute;top:0rem;left:-2.25rem;display:block;width:1.5rem;height:1.5rem;content:"";background:no-repeat 50% / 50% 50%}.custom-checkbox .custom-control-label::before{border-radius:4px}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{border-color:#00053e;background-color:#00053e}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(0,5,62,0.5)}.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{background-color:rgba(0,5,62,0.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(0,5,62,0.5)}.custom-switch{padding-left:2.5rem}.custom-switch .custom-control-label::before{left:-2.5rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(0rem + 2px);left:calc(-2.5rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#c8d1da;border-radius:.5rem;transition:transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked ~ .custom-control-label::after{background-color:#fff;transform:translateX(.25rem)}.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(0,5,62,0.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + 1.36rem + 2px);padding:.68rem 3.25rem .68rem 2.25rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 2.25rem center/8px 10px;border:1px solid #ced4da;border-radius:10px;appearance:none}.custom-select:focus{border-color:#000fbe;outline:0;box-shadow:0 0 0 .2rem rgba(0,5,62,0.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:2.25rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + 1.36rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + 1.36rem + 2px);margin:0;opacity:0}.custom-file-input:focus ~ .custom-file-label{border-color:#000fbe;box-shadow:0 0 0 .2rem rgba(0,5,62,0.25)}.custom-file-input[disabled] ~ .custom-file-label,.custom-file-input:disabled ~ .custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en) ~ .custom-file-label::after{content:"Browse"}.custom-file-input ~ .custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + 1.36rem + 2px);padding:.68rem 2.25rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:10px}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + 1.36rem);padding:.68rem 2.25rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 10px 10px 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;appearance:none}.custom-range:focus{outline:none}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,5,62,0.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,5,62,0.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,5,62,0.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#00053e;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#0013f1}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#00053e;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#0013f1}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#00053e;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#0013f1}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#c8d1da}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#c8d1da}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#c8d1da}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}@media (min-width: 576px){.product-selector-page{min-height:700px}}.product-selector-page__header{display:flex;justify-content:flex-end;margin-bottom:16px}@media (min-width: 576px){.product-selector-page__header{margin-bottom:24px}}.product-selector-page__header #product-selector-restart{display:flex;flex-wrap:nowrap;gap:4px;align-items:center;color:#1e2c92;font-weight:600;font-size:16px;line-height:1.3;letter-spacing:0;text-transform:none}.product-selector-page__header #product-selector-restart svg{width:16px;height:16px}.product-selector-page__header #product-selector-restart:hover{opacity:0.7}.product-selector-page__actions{display:flex;flex-direction:column;flex-wrap:wrap;gap:12px;margin-top:50px;padding:32px 0;border-top:1px solid #c8d1da}@media (min-width: 576px){.product-selector-page__actions{flex-direction:row;margin-top:100px;padding:48px 0}}.product-selector-page .btn-outline-primary{border-color:#d71920;color:#d71920}.product-selector-page .btn-outline-primary:hover,.product-selector-page .btn-outline-primary:focus{border-color:#d71920;color:#d71920;background-color:transparent}.product-selector-page__question-step-label{color:#000215;font-weight:300;font-size:34px;line-height:1.3;letter-spacing:0}.product-selector-page__question-title{display:inline;color:#000215;font-weight:900;font-size:34px;line-height:1.3;letter-spacing:0}@media (min-width: 576px){.product-selector-page__question-title{display:block}}.product-selector-page__question-header{margin-bottom:24px}@media (min-width: 576px){.product-selector-page__question-header{display:flex;flex-direction:column;gap:5px;margin-bottom:40px}}.product-selector-page__question-answers{display:grid;grid-template-columns:repeat(1, 1fr);gap:10px}@media (min-width: 576px){.product-selector-page__question-answers.grid-3{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 768px){.product-selector-page__question-answers.grid-3{grid-template-columns:repeat(3, 1fr)}}@media (min-width: 576px){.product-selector-page__question-answers.grid-4{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 768px){.product-selector-page__question-answers.grid-4{grid-template-columns:repeat(4, 1fr)}}.product-selector-page__question-follow-ups{display:flex;flex-direction:column;gap:16px;margin-top:16px}.product-selector-page__question-answer{display:flex;flex-direction:column;gap:4px;height:100%;min-height:65px;margin:0;padding:20px 16px;border-radius:4px;background-color:#f0f0f4}@media (min-width: 576px){.product-selector-page__question-answer{min-height:68px;padding:20px 24px}}.product-selector-page__question-answer input[type="radio"]{display:none;margin:0;appearance:none}.product-selector-page__question-answer .question-answer-title{font-weight:900;font-size:20px;line-height:1.4;letter-spacing:0}.product-selector-page__question-answer .question-answer-subtitle{font-weight:400;font-size:20px;line-height:1.4;letter-spacing:0}.product-selector-page__question-answer:has(input[type="radio"]:checked){color:#fff;background-color:#00053e}.product-selector-page__answer-custom-control.custom-checkbox.custom-control-label{position:relative;display:flex;flex-direction:column;gap:4px}.product-selector-page__answer-custom-control.custom-checkbox.custom-control-label.custom-control{min-height:0;padding-right:16px;padding-left:16px}@media (min-width: 576px){.product-selector-page__answer-custom-control.custom-checkbox.custom-control-label.custom-control{padding-right:24px;padding-left:24px}}.product-selector-page__answer-custom-control.custom-checkbox.custom-control-label .custom-control-input{position:absolute;top:calc( 20px + ((1.4 * 20px - 1.5rem) / 2));left:16px;z-index:1;width:1.5rem;height:1.5rem}@media (min-width: 576px){.product-selector-page__answer-custom-control.custom-checkbox.custom-control-label .custom-control-input{left:24px}}.product-selector-page__answer-custom-control.custom-checkbox.custom-control-label::before,.product-selector-page__answer-custom-control.custom-checkbox.custom-control-label::after{position:absolute;top:calc( 20px + ((1.4 * 20px - 1.5rem) / 2));left:16px;margin-top:0}@media (min-width: 576px){.product-selector-page__answer-custom-control.custom-checkbox.custom-control-label::before,.product-selector-page__answer-custom-control.custom-checkbox.custom-control-label::after{left:24px}}.product-selector-page__answer-custom-control.custom-checkbox.custom-control-label .question-answer-title,.product-selector-page__answer-custom-control.custom-checkbox.custom-control-label .question-answer-subtitle{display:block;padding-left:calc( 1.5rem + .75rem)}.product-selector-page__answer-custom-control.custom-checkbox.custom-control-label:has(.custom-control-input:checked)::before{border-color:#00053e;color:#fff;background-color:#00053e}.product-selector-page__answer-custom-control.custom-checkbox.custom-control-label:has(.custom-control-input:checked)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.product-selector-page__answer-custom-control.custom-checkbox.custom-control-label:has(.custom-control-input:focus)::before{box-shadow:0 0 0 .2rem rgba(0,5,62,0.25)}.product-selector-page__answer-custom-control.custom-checkbox.custom-control-label:has(.custom-control-input:focus:not(:checked))::before{border-color:#000fbe}.product-selector-page__answer-custom-control.custom-checkbox.custom-control-label:has(.custom-control-input:not(:disabled):active)::before{border-color:#0013f1;color:#fff;background-color:#0013f1}.product-selector-page__answer-custom-control.custom-checkbox.custom-control-label:has(.custom-control-input:disabled){color:#6c757d}.product-selector-page__answer-custom-control.custom-checkbox.custom-control-label:has(.custom-control-input:disabled)::before{background-color:#e9ecef}.product-selector-page__answer-custom-control.custom-checkbox.custom-control-label:has(.custom-control-input:disabled:checked)::before{background-color:rgba(0,5,62,0.5)}.product-selector-page__step-actions{margin-top:24px}.product-selector-page__results-loading{min-height:200px}.product-selector-page__results-loading:not([hidden]){display:flex;align-items:center}.product-selector-page__results-intro{color:#000215}.product-selector-page__results-intro-title{font-weight:900;font-size:34px;line-height:1.3;letter-spacing:0}@media (min-width: 576px){.product-selector-page__results-intro-title{font-size:56px;line-height:1.05}}.product-selector-page__results-intro-subtitle{font-weight:400;font-size:23px;line-height:1.4;letter-spacing:0}@media (min-width: 576px){.product-selector-page__results-intro-subtitle{font-size:25px}}.product-selector-page__results-content{max-width:40rem}.product-selector-page__results-content:has(.product-selector-page__results-runners){max-width:none}.product-selector-page__results-empty{color:#000215}.product-selector-page__results-winner{display:flex;flex-direction:column;gap:32px;margin-bottom:48px;color:#000215}@media (min-width: 768px){.product-selector-page__results-winner{flex-direction:row;gap:54px;margin-bottom:64px}}.product-selector-page__results-winner-body{display:flex;flex-direction:column;gap:24px}.product-selector-page__results-winner-img-wrap{position:relative;background:#fff;aspect-ratio:1/1}.product-selector-page__results-winner-img-wrap::after{position:absolute;bottom:0;left:50%;width:calc(100% - 32px);max-width:100%;height:10px;border-radius:12px 12px 0 0;background-color:#d71920;transform:translateX(-50%);content:""}@media (min-width: 768px){.product-selector-page__results-winner-img-wrap::after{height:12px}}@media (min-width: 768px){.product-selector-page__results-winner-img-wrap{flex-shrink:0;height:min-content}}.product-selector-page__results-winner-img{display:block;width:100%;height:auto;padding:13px 13px 17px 13px;border:1px solid #c8d1da;border-radius:8px;object-fit:contain;aspect-ratio:1/1}@media (min-width: 768px){.product-selector-page__results-winner-img{max-width:410px;max-height:410px;padding:15px 15px 22px 15px}}.product-selector-page__results-winner-title{margin:0;color:#000215;font-weight:900;font-size:30px;line-height:1.3;letter-spacing:0}@media (min-width: 576px){.product-selector-page__results-winner-title{font-size:34px}}.product-selector-page__results-winner-description{color:#000215;font-weight:400;font-size:21px;line-height:1.4}.product-selector-page__results-winner-description p:last-child{margin-bottom:0}.product-selector-page__results-winner-benefits{display:flex;flex-direction:column;gap:8px;justify-content:center;padding:21px 24px;background-color:#ebf7e9;bacground-opacity:0.1}.product-selector-page__results-winner-benefits svg{max-width:24px;max-height:24px;margin-right:6px}@media (min-width: 576px){.product-selector-page__results-winner-benefits svg{margin-right:8px}}.product-selector-page__results-runners-header{margin-bottom:24px}.product-selector-page__results-runners-title{font-weight:900;font-size:23px;line-height:140%;letter-spacing:0px}@media (min-width: 576px){.product-selector-page__results-runners-title{font-size:25px}}.product-selector-page__results-runners-subtitle{font-weight:400;font-size:21px;line-height:1.4;letter-spacing:0}.product-selector-page__results-runners-grid{display:grid;grid-template-columns:repeat(1, 1fr);gap:8px}@media (min-width: 370px){.product-selector-page__results-runners-grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 768px){.product-selector-page__results-runners-grid{grid-template-columns:repeat(3, 1fr);gap:24px}}@media (min-width: 1310px){.product-selector-page__results-runners-grid{grid-template-columns:repeat(4, 1fr)}}.product-selector-page__results-runners-item{padding:12px;border:1px solid #c8d1da;border-radius:4px}@media (min-width: 576px){.product-selector-page__results-runners-item{padding:22px}}.product-selector-page__results-runners .category-product-card{height:100%}.product-selector-page__results-runners .category-product-card__link{display:flex;flex-direction:column;gap:8px;height:100%;color:#000215}@media (min-width: 576px){.product-selector-page__results-runners .category-product-card__link{gap:16px}}.product-selector-page__results-runners .category-product-card__content{display:flex;flex-direction:column;flex-grow:1;gap:7px;color:#000215}@media (min-width: 576px){.product-selector-page__results-runners .category-product-card__content{gap:10px}}.product-selector-page__results-runners .category-product-card__image img{max-width:120px;max-height:144px;object-fit:contain}@media (min-width: 576px){.product-selector-page__results-runners .category-product-card__image img{max-width:178px;max-height:214px}}.product-selector-page__results-runners .category-product-card__title{margin:0;font-weight:900;font-size:18px;line-height:1.4;letter-spacing:0}@media (min-width: 576px){.product-selector-page__results-runners .category-product-card__title{font-size:20px}}.product-selector-page__results-runners .category-product-card__features{flex-grow:1;margin:0;padding-left:15px;font-weight:400;font-size:11px;line-height:1.4;letter-spacing:0}@media (min-width: 576px){.product-selector-page__results-runners .category-product-card__features{font-size:14px}}.product-selector-page__results-runners .category-product-card__cta{color:#1e2c92;font-weight:600;font-size:14px;line-height:1.4;letter-spacing:0}@media (min-width: 576px){.product-selector-page__results-runners .category-product-card__cta{font-size:16px;line-height:1.6}}.product-selector-page__results-runners .category-product-card__cta svg{width:18px;height:18px}@media (min-width: 576px){.product-selector-page__results-runners .category-product-card__cta svg{width:24px;height:24px}}.product-selector-page__results-runners .category-product-card__cta svg path{fill:#1e2c92}.product-selector-page__results-benefits{display:flex;flex-direction:column;flex-wrap:nowrap;gap:8px;align-items:flex-start;margin-top:48px;padding:16px;border:1px solid #c8d1da;border-radius:4px;background-color:#f7f9fc}@media (min-width: 576px){.product-selector-page__results-benefits{flex-direction:row;gap:35px;align-items:center;margin-top:64px;padding:39px 48px}}.product-selector-page__results-benefits svg{flex-shrink:0;width:48px;height:48px}@media (min-width: 576px){.product-selector-page__results-benefits svg{width:80px;height:80px}}.product-selector-page__results-benefits-content-wrap{flex-grow:1}.product-selector-page__results-benefits-title{margin:0;color:#000215;font-weight:900;font-size:23px;line-height:1.4;letter-spacing:0px}@media (min-width: 576px){.product-selector-page__results-benefits-title{font-size:25px}}.product-selector-page__results-benefits-content{color:#000215;font-weight:400;font-size:16px;line-height:1.6;letter-spacing:0}@media (min-width: 576px){.product-selector-page__results-benefits-content ul{display:grid;grid-template-columns:repeat(2, 1fr);margin:0;margin-top:16px;padding-left:20px;column-gap:8px;row-gap:1px}.product-selector-page__results-benefits-content ul li{padding-right:10px}}@media (min-width: 1310px){.product-selector-page__results-benefits-content ul{grid-template-columns:repeat(3, 1fr)}}.product-selector-restart-confirm{position:fixed;inset:0;z-index:1050;display:flex}.product-selector-restart-confirm[hidden]{display:none}.product-selector-restart-confirm__backdrop{position:absolute;inset:0;background:rgba(0,0,0,0.5)}.product-selector-restart-confirm__dialog{position:relative;width:100%;height:100%;margin:0;padding:48px 24px 24px 24px;overflow:auto;background:#fff}@media (min-width: 576px){.product-selector-restart-confirm__dialog{width:auto;max-width:812px;height:auto;margin:auto;padding:32px;border-radius:8px}}.product-selector-restart-confirm__close{position:absolute;top:48px;right:16px;padding:4px 8px;border:0;font-size:32px;line-height:1;background:transparent;cursor:pointer}.product-selector-restart-confirm__close:hover{color:#d71920}@media (min-width: 576px){.product-selector-restart-confirm__close{top:16px}}.product-selector-restart-confirm__title{margin:0 40px 16px 0;font-weight:900;font-size:30px;line-height:1.3;letter-spacing:0}@media (min-width: 576px){.product-selector-restart-confirm__title{font-size:34px}}.product-selector-restart-confirm__subtitle{margin:0 0 40px;font-weight:400;font-size:21px;line-height:1.4;letter-spacing:0}.product-selector-restart-confirm__actions{position:absolute;bottom:24px;display:flex;flex-direction:column;flex-wrap:wrap;gap:16px;width:calc(100% - 48px)}@media (min-width: 576px){.product-selector-restart-confirm__actions{position:unset;flex-direction:row;gap:24px;width:auto}}.product-selector-restart-confirm__actions-cancel{border-color:#d71920;color:#d71920}.product-selector-restart-confirm__actions-cancel:hover{border-color:#d71920;background-color:#d71920}


/*# sourceMappingURL=selector-page.css.map*/