@media screen and (max-width: 55.99em){.desktop-only{display:none!important}}@media screen and (min-width: 56em){.mobile-only{display:none!important}}:root{--tabletBreakpoint: 35em;--menuBreakpoint: 56em}:export{brandprimary:var(--brandPrimary);brandsecondary:var(--brandSecondary);brandproductcard:var(-- #131433);shade01:var(--shade01);shade02:var(--shade02);shade03:var(--shade03);shade04:var(--shade04);shade05:var(--shade05);shade06:var(--shade06);uisuccess:var(--success);uiinfo:var(--info);uiwarning:var(--warning);uierror:var(--error);uihelp:var(--help);text-black:var(--black);text-white:var(--white)}:root{--color-dark-blue: #131433;--color-cerulean: #01bcf2;--color-mariner: #2468d6;--color-chambray: #31407e;--color-lucky-point: #1b2c71;--color-downriver: #091546;--color-burnt-sienna: #e9635f;--color-cosmos: #ffd7d6;--color-pastel-green: #69e564;--color-mabel: #d8f5ff;--color-link-water: #eff3fb;--color-mine-shaft: #282828;--color-tundora: #404040;--color-abbey: #4d4f56;--color-dove-gray: #707070;--color-gray: #909090;--color-dusty-gray: #989898;--color-mercury: #e5e5e5;--color-cultured: #f7f7f7;--color-silver: #c3c3c3;--color-wild-sand: #f4f4f4;--color-silver-chalice: #a4a4a4;--color-blue-haze: #babfd4;--color-mischka: #d6d8e3;--color-manatee: #8f94ab;--color-waterloo: #727890;--color-gallery: #ebeaea;--color-black-pearl: #06081e;--color-lemon-yellow: #f8eb4c;--color-medium-carmine: #b9412d;--brandProductCard: #131433;--brandPrimary: #01bcf2;--brandSecondary: #1b2c71;--white: #fff;--black: #000;--themeProductCard: var(--theme-primary-color, #131433);--themePrimary: var(--theme-primary-color, #01bcf2);--themeSecondary: var(--theme-secondary-color, #1b2c71);--themeTertiary: var(--theme-primary-color, #1b2c71);--red: #ee0000;--shade01: #fff;--shade02: #e9e9e9;--shade03: #d8d8d8;--shade04: #737373;--shade05: #333333;--shade06: #000;--success: #42c13d;--info: #ee8c3e;--warning: #ee8c3e;--error: #e9635f;--help: #01bcf2;--inputError: #ffd7d6;--invertedSuccess: #4ed17b;--invertedInfo: #fbb03b;--invertedWarning: #ff9a9a;--invertedError: #ff9a9a;--divider: #e9e9e9;--blockBackground: #fff;--callToAction: #01bcf2;--fontDisabled: #333333;--fontSecondaryColor: #333333;--titleColor: #01bcf2;--backgroundColor: #fff;--fontColor: #131433;--reverseBackgroundColor: #131433;--reverseFontColor: #fff;--buttonPrimaryColor: #01bcf2;--buttonSecondaryColor: #fff;--callToActionColor: #fff;--callToActionBackground: #01bcf2;--hoverableColor: #01bcf2;--iconColor: #01bcf2;--notificationColor: #fff;--notificationBackground: #01bcf2;--modalColor: #000;--modalBackground: #fff;--modalBorderColor: #737373;--productBackground: #fff;--productColor: #000;--productPriceColor: #333333;--productDecreasingPriceColor: #f7f5f5;--promotionBorderColor: #1b2c71;--optionBackground: #d8d8d8;--optionColor: #000;--optionItemBackground: #fff;--optionItemBorderColor: #737373;--optionItemColor: #333333;--optionItemActiveBorderColor: #737373;--inputBorderColor: #737373;--reinsuranceBackgroundColor: #edf7ed;--reinsuranceTextColor: #1e4520;--productInformationMessageBackgroundColor: #ffe9c7}.button-switch{display:flex;align-items:center;gap:1rem}@media (min-width: 0) and (max-width: 575px){.button-switch{transform:scale(.7)}}@media (min-width: 576px) and (max-width: 784px){.button-switch{transform:scale(.8)}}.button-switch__pending{content:"";border-radius:50%;border:.25rem solid transparent;border-top-color:var(--brandPrimary);width:1.75rem;height:1.75rem;transition:transform .3s;box-sizing:border-box;animation:spinning 2s linear infinite}.button-switch__toggle{width:4.6875rem;height:var(--button-switch-height);transition:background-color .25s;border-color:var(--color-mercury);background-color:var(--color-mercury)}.button-switch__toggle:hover:not(:disabled){border-color:var(--color-mercury);background-color:var(--color-mercury)}.button-switch__toggle--pending:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2rem;background-color:#00000040;z-index:2}.button-switch__toggle--pending.switch-button__toggle--active:after{animation-name:spinning-active}.button-switch__toggle--disable{opacity:.5}.button-switch__toggle--active{background-color:var(--brandPrimary)}.button-switch__toggle--active:hover:not(:disabled){border-color:var(--brandPrimary);background-color:var(--brandPrimary)}.button-switch__inner{position:absolute;width:2em;height:2em;top:.3125rem;left:.3125rem;border-radius:50%;border:.0625rem solid var(--white);transition:transform .3s;background-color:var(--white);box-shadow:0 1px 1px #00000014}.button-switch__inner--primary{border-color:var(--brandSecondary);color:var(--brandSecondary)}.button-switch__inner--active{transform:translate3d(1.9rem,0,0)}@media (min-width: 1279px){.button-switch__inner--active{transform:translate3d(1.4rem,0,0)}}@media (min-width: 1023px){.button-switch__inner--active{transform:translate3d(1.3rem,0,0)}}@media (min-width: 0) and (max-width: 575px){.button-switch__inner--active{transform:translate3d(1.5rem,0,0)}}.button-switch__inner--primary .button-switch__inner--active{background-color:var(--brandSecondary)}@keyframes spinning{0%{transform:rotate(0)}50%{transform:rotate(360deg)}to{transform:rotate(720deg)}}@keyframes spinning-active{0%{transform:translate3d(1.6875rem,0,0) rotate(0)}50%{transform:translate3d(1.6875rem,0,0) rotate(360deg)}to{transform:translate3d(1.6875rem,0,0) rotate(720deg)}}:root{--button-switch-height: 2.75rem}
