/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{animation-name:swing;transform-origin:top center}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-duration:.75s;animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translateZ(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translateZ(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-duration:.75s;animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{animation-name:flip;-webkit-backface-visibility:visible;backface-visibility:visible}@keyframes flipInX{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipInY{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{animation-duration:.75s;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{animation-duration:.75s;animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes lightSpeedIn{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg);transform-origin:center}to{opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1;transform-origin:center}to{opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{opacity:0;transform:translate3d(0,700px,0)}}.hinge{animation-duration:2s;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{animation-name:slideOutUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:.8s}.animated.faster{animation-duration:.5s}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media(prefers-reduced-motion:reduce),(print){.animated{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}}:root{--sk-size:40px;--sk-color:#333}.sk-center{margin:auto}.sk-plane{animation:sk-plane 1.2s ease-in-out infinite;background-color:var(--sk-color);height:var(--sk-size);width:var(--sk-size)}@keyframes sk-plane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}to{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-chase{animation:sk-chase 2.5s linear infinite both;height:var(--sk-size);position:relative;width:var(--sk-size)}.sk-chase-dot{animation:sk-chase-dot 2s ease-in-out infinite both;height:100%;left:0;position:absolute;top:0;width:100%}.sk-chase-dot:before{animation:sk-chase-dot-before 2s ease-in-out infinite both;background-color:var(--sk-color);border-radius:100%;content:"";display:block;height:25%;width:25%}.sk-chase-dot:first-child{animation-delay:-1.1s}.sk-chase-dot:nth-child(2){animation-delay:-1s}.sk-chase-dot:nth-child(3){animation-delay:-.9s}.sk-chase-dot:nth-child(4){animation-delay:-.8s}.sk-chase-dot:nth-child(5){animation-delay:-.7s}.sk-chase-dot:nth-child(6){animation-delay:-.6s}.sk-chase-dot:first-child:before{animation-delay:-1.1s}.sk-chase-dot:nth-child(2):before{animation-delay:-1s}.sk-chase-dot:nth-child(3):before{animation-delay:-.9s}.sk-chase-dot:nth-child(4):before{animation-delay:-.8s}.sk-chase-dot:nth-child(5):before{animation-delay:-.7s}.sk-chase-dot:nth-child(6):before{animation-delay:-.6s}@keyframes sk-chase{to{transform:rotate(1turn)}}@keyframes sk-chase-dot{80%,to{transform:rotate(1turn)}}@keyframes sk-chase-dot-before{50%{transform:scale(.4)}0%,to{transform:scale(1)}}.sk-bounce{height:var(--sk-size);position:relative;width:var(--sk-size)}.sk-bounce-dot{animation:sk-bounce 2s cubic-bezier(.455,.03,.515,.955) infinite;background-color:var(--sk-color);border-radius:50%;height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%}.sk-bounce-dot:nth-child(2){animation-delay:-1s}@keyframes sk-bounce{0%,to{transform:scale(0)}45%,55%{transform:scale(1)}}.sk-wave{display:flex;height:var(--sk-size);justify-content:space-between;width:var(--sk-size)}.sk-wave-rect{animation:sk-wave 1.2s ease-in-out infinite;background-color:var(--sk-color);height:100%;width:15%}.sk-wave-rect:first-child{animation-delay:-1.2s}.sk-wave-rect:nth-child(2){animation-delay:-1.1s}.sk-wave-rect:nth-child(3){animation-delay:-1s}.sk-wave-rect:nth-child(4){animation-delay:-.9s}.sk-wave-rect:nth-child(5){animation-delay:-.8s}@keyframes sk-wave{0%,40%,to{transform:scaleY(.4)}20%{transform:scaleY(1)}}.sk-pulse{animation:sk-pulse 1.2s cubic-bezier(.455,.03,.515,.955) infinite;background-color:var(--sk-color);border-radius:100%;height:var(--sk-size);width:var(--sk-size)}@keyframes sk-pulse{0%{transform:scale(0)}to{opacity:0;transform:scale(1)}}.sk-flow{display:flex;height:calc(var(--sk-size)*1.3);justify-content:space-between;width:calc(var(--sk-size)*1.3)}.sk-flow-dot{animation:sk-flow 1.4s cubic-bezier(.455,.03,.515,.955) 0s infinite both;background-color:var(--sk-color);border-radius:50%;height:25%;width:25%}.sk-flow-dot:first-child{animation-delay:-.3s}.sk-flow-dot:nth-child(2){animation-delay:-.15s}@keyframes sk-flow{0%,80%,to{transform:scale(.3)}40%{transform:scale(1)}}.sk-swing{animation:sk-swing 1.8s linear infinite;height:var(--sk-size);position:relative;width:var(--sk-size)}.sk-swing-dot{animation:sk-swing-dot 2s ease-in-out infinite;background-color:var(--sk-color);border-radius:100%;height:45%;left:0;margin:auto;position:absolute;right:0;top:0;width:45%}.sk-swing-dot:nth-child(2){animation-delay:-1s;bottom:0;top:auto}@keyframes sk-swing{to{transform:rotate(1turn)}}@keyframes sk-swing-dot{0%,to{transform:scale(.2)}50%{transform:scale(1)}}.sk-circle{height:var(--sk-size);position:relative;width:var(--sk-size)}.sk-circle-dot{height:100%;left:0;position:absolute;top:0;width:100%}.sk-circle-dot:before{animation:sk-circle 1.2s ease-in-out infinite both;background-color:var(--sk-color);border-radius:100%;content:"";display:block;height:15%;width:15%}.sk-circle-dot:first-child{transform:rotate(30deg)}.sk-circle-dot:nth-child(2){transform:rotate(60deg)}.sk-circle-dot:nth-child(3){transform:rotate(90deg)}.sk-circle-dot:nth-child(4){transform:rotate(120deg)}.sk-circle-dot:nth-child(5){transform:rotate(150deg)}.sk-circle-dot:nth-child(6){transform:rotate(180deg)}.sk-circle-dot:nth-child(7){transform:rotate(210deg)}.sk-circle-dot:nth-child(8){transform:rotate(240deg)}.sk-circle-dot:nth-child(9){transform:rotate(270deg)}.sk-circle-dot:nth-child(10){transform:rotate(300deg)}.sk-circle-dot:nth-child(11){transform:rotate(330deg)}.sk-circle-dot:first-child:before{animation-delay:-1.1s}.sk-circle-dot:nth-child(2):before{animation-delay:-1s}.sk-circle-dot:nth-child(3):before{animation-delay:-.9s}.sk-circle-dot:nth-child(4):before{animation-delay:-.8s}.sk-circle-dot:nth-child(5):before{animation-delay:-.7s}.sk-circle-dot:nth-child(6):before{animation-delay:-.6s}.sk-circle-dot:nth-child(7):before{animation-delay:-.5s}.sk-circle-dot:nth-child(8):before{animation-delay:-.4s}.sk-circle-dot:nth-child(9):before{animation-delay:-.3s}.sk-circle-dot:nth-child(10):before{animation-delay:-.2s}.sk-circle-dot:nth-child(11):before{animation-delay:-.1s}@keyframes sk-circle{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.sk-circle-fade{height:var(--sk-size);position:relative;width:var(--sk-size)}.sk-circle-fade-dot{height:100%;left:0;position:absolute;top:0;width:100%}.sk-circle-fade-dot:before{animation:sk-circle-fade 1.2s ease-in-out infinite both;background-color:var(--sk-color);border-radius:100%;content:"";display:block;height:15%;width:15%}.sk-circle-fade-dot:first-child{transform:rotate(30deg)}.sk-circle-fade-dot:nth-child(2){transform:rotate(60deg)}.sk-circle-fade-dot:nth-child(3){transform:rotate(90deg)}.sk-circle-fade-dot:nth-child(4){transform:rotate(120deg)}.sk-circle-fade-dot:nth-child(5){transform:rotate(150deg)}.sk-circle-fade-dot:nth-child(6){transform:rotate(180deg)}.sk-circle-fade-dot:nth-child(7){transform:rotate(210deg)}.sk-circle-fade-dot:nth-child(8){transform:rotate(240deg)}.sk-circle-fade-dot:nth-child(9){transform:rotate(270deg)}.sk-circle-fade-dot:nth-child(10){transform:rotate(300deg)}.sk-circle-fade-dot:nth-child(11){transform:rotate(330deg)}.sk-circle-fade-dot:first-child:before{animation-delay:-1.1s}.sk-circle-fade-dot:nth-child(2):before{animation-delay:-1s}.sk-circle-fade-dot:nth-child(3):before{animation-delay:-.9s}.sk-circle-fade-dot:nth-child(4):before{animation-delay:-.8s}.sk-circle-fade-dot:nth-child(5):before{animation-delay:-.7s}.sk-circle-fade-dot:nth-child(6):before{animation-delay:-.6s}.sk-circle-fade-dot:nth-child(7):before{animation-delay:-.5s}.sk-circle-fade-dot:nth-child(8):before{animation-delay:-.4s}.sk-circle-fade-dot:nth-child(9):before{animation-delay:-.3s}.sk-circle-fade-dot:nth-child(10):before{animation-delay:-.2s}.sk-circle-fade-dot:nth-child(11):before{animation-delay:-.1s}@keyframes sk-circle-fade{0%,39%,to{opacity:0;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.sk-grid{height:var(--sk-size);width:var(--sk-size)}.sk-grid-cube{animation:sk-grid 1.3s ease-in-out infinite;background-color:var(--sk-color);float:left;height:33.33%;width:33.33%}.sk-grid-cube:first-child{animation-delay:.2s}.sk-grid-cube:nth-child(2){animation-delay:.3s}.sk-grid-cube:nth-child(3){animation-delay:.4s}.sk-grid-cube:nth-child(4){animation-delay:.1s}.sk-grid-cube:nth-child(5){animation-delay:.2s}.sk-grid-cube:nth-child(6){animation-delay:.3s}.sk-grid-cube:nth-child(7){animation-delay:0s}.sk-grid-cube:nth-child(8){animation-delay:.1s}.sk-grid-cube:nth-child(9){animation-delay:.2s}@keyframes sk-grid{0%,70%,to{transform:scaleX(1)}35%{transform:scale3D(0,0,1)}}.sk-fold{height:var(--sk-size);position:relative;transform:rotate(45deg);width:var(--sk-size)}.sk-fold-cube{float:left;height:50%;position:relative;transform:scale(1.1);width:50%}.sk-fold-cube:before{animation:sk-fold 2.4s linear infinite both;background-color:var(--sk-color);content:"";height:100%;left:0;position:absolute;top:0;transform-origin:100% 100%;width:100%}.sk-fold-cube:nth-child(2){transform:scale(1.1) rotate(90deg)}.sk-fold-cube:nth-child(4){transform:scale(1.1) rotate(180deg)}.sk-fold-cube:nth-child(3){transform:scale(1.1) rotate(270deg)}.sk-fold-cube:nth-child(2):before{animation-delay:.3s}.sk-fold-cube:nth-child(4):before{animation-delay:.6s}.sk-fold-cube:nth-child(3):before{animation-delay:.9s}@keyframes sk-fold{0%,10%{opacity:0;transform:perspective(140px) rotateX(-180deg)}25%,75%{opacity:1;transform:perspective(140px) rotateX(0)}90%,to{opacity:0;transform:perspective(140px) rotateY(180deg)}}.sk-wander{height:var(--sk-size);position:relative;width:var(--sk-size)}.sk-wander-cube{--sk-wander-distance:calc(var(--sk-size)*0.75);animation:sk-wander 2s ease-in-out -2s infinite both;background-color:var(--sk-color);height:20%;left:0;position:absolute;top:0;width:20%}.sk-wander-cube:nth-child(2){animation-delay:-.5s}.sk-wander-cube:nth-child(3){animation-delay:-1s}@keyframes sk-wander{0%{transform:rotate(0)}25%{transform:translateX(var(--sk-wander-distance)) rotate(-90deg) scale(.6)}50%{transform:translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg)}50.1%{transform:translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg)}75%{transform:translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(.6)}to{transform:rotate(-1turn)}}@font-face{font-display:swap;font-family:Bitter;font-style:normal;font-weight:400;src:url(../../static/media/Bitter-Regular.f4e2f1f1135ef93f5f33.woff2) format("woff2")}@font-face{font-display:swap;font-family:Bitter;font-style:normal;font-weight:700;src:url(../../static/media/Bitter-Bold.24bf01e46e3cb2aaa92b.woff2) format("woff2")}@font-face{font-display:swap;font-family:Bitter;font-style:italic;font-weight:400;src:url(../../static/media/Bitter-Italic.346445748afc745b52d8.woff2) format("woff2")}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:400;src:url(../../static/media/OpenSans-Regular-webfont.ca4dd8357b26187274d0.woff2) format("woff2")}@font-face{font-display:swap;font-family:Open Sans;font-style:italic;font-weight:400;src:url(../../static/media/OpenSans-Italic-webfont.72daa33a3ccda57263a3.woff2) format("woff2")}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:600;src:url(../../static/media/OpenSans-Semibold-webfont.17ded75fcfb55b7643ae.woff2) format("woff2")}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:700;src:url(../../static/media/OpenSans-Bold-webfont.92e570c6123d47c072f7.woff2) format("woff2")}.CoverageWizardInfoPage__coverageIncludesList,.ds-c-list,.ds-content :where(ul,ol),.PlanCard__benefits,.StickyTray__list{margin-bottom:16px;margin-top:16px;padding-left:32px}.CoverageWizardInfoPage__coverageIncludesList li,.ds-c-list li,.ds-content :where(ul,ol) li,.PlanCard__benefits li,.StickyTray__list li{line-height:var(--font-line-height-base);margin-bottom:8px}.CoverageWizardInfoPage__coverageIncludesList li:last-child,.ds-c-list li:last-child,.ds-content :where(ul,ol) li:last-child,.PlanCard__benefits li:last-child,.StickyTray__list li:last-child{margin-bottom:0}.AtoZDrugList__results,.CoverageWizardInfoPage__coverageIncludesList,.CoverageWizardInfoPage__options,.CoverageWizardOptionsPage__cards,.ds-c-list--bare,.EnrollmentFormPage__reviewBox ul,.EnrollmentFormPage__steps,.Pagination__results,.PlanCard__benefits,.planCompare__benefitList,.SelectPharmaciesPage__pharmacies,.StickyNav__list,.StickyTray__list{list-style:none;margin:0;padding:0}.CoverageWizardLandingPage__heroContent,.ds-base,.ds-base--inverse,.FilterBar__heading,.Footer__infoCard,.FooterCard,.mct-c-find-plans-dialog,.MedigapLandingPage__heroHeader,.PaceLandingPage__heroContent,.PapLandingPage__heroContent,.SpapLandingPage__heroContent{font-family:var(--font-sans);font-size:var(--font-size-base);line-height:var(--font-line-height-base)}.ds-base,.FilterBar__heading,.Footer__infoCard,.FooterCard,.mct-c-find-plans-dialog{color:var(--color-base)}.CoverageWizardLandingPage__heroContent,.ds-base--inverse,.MedigapLandingPage__heroHeader,.PaceLandingPage__heroContent,.PapLandingPage__heroContent,.SpapLandingPage__heroContent{background-color:var(--color-background-inverse);color:var(--color-base-inverse)}.icon-text{text-transform:capitalize}.ds-c-link,.ds-c-usa-banner__button-text,a{color:var(--link__color);cursor:pointer;text-decoration:underline;text-decoration-color:var(--link__color);text-decoration-thickness:var(--link__text-decoration-thickness);text-underline-offset:var(--link__text-decoration-offset)}.ds-c-link:visited,.ds-c-usa-banner__button-text:visited,a:visited{color:var(--link__color--visited);text-decoration-color:var(--link__color--visited)}.ds-c-link:hover,.ds-c-usa-banner__button-text:hover,a:hover{color:var(--link__color--hover);text-decoration-color:var(--link__color--hover);text-decoration-thickness:var(--link__text-decoration-thickness--hover)}.ds-c-link:focus,.ds-c-usa-banner__button-text:focus,a:focus{background-color:var(--color-focus-light);box-shadow:none;color:initial;outline:3px solid var(--color-focus-dark);outline-offset:1px;text-decoration:underline}.ds-c-link:active,.ds-c-usa-banner__button-text:active,a:active{color:var(--link__color--active);outline:0 none;text-decoration-color:var(--link__color--active)}.CoverageWizardLandingPage__heroContent .ds-c-tooltip__trigger-link,.CoverageWizardLandingPage__heroContent a:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link),.ds-base--inverse .ds-c-tooltip__trigger-link,.ds-base--inverse a:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link),.ds-c-link--inverse,.MedigapLandingPage__heroHeader .ds-c-tooltip__trigger-link,.MedigapLandingPage__heroHeader a:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link),.PaceLandingPage__heroContent .ds-c-tooltip__trigger-link,.PaceLandingPage__heroContent a:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link),.PapLandingPage__heroContent .ds-c-tooltip__trigger-link,.PapLandingPage__heroContent a:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link),.SpapLandingPage__heroContent .ds-c-tooltip__trigger-link,.SpapLandingPage__heroContent a:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link){color:var(--link-inverse__color);cursor:pointer;text-decoration:underline;text-decoration-color:var(--link-inverse__color);text-decoration-thickness:var(--link__text-decoration-thickness);text-underline-offset:var(--link__text-decoration-offset)}.CoverageWizardLandingPage__heroContent .ds-c-tooltip__trigger-link:visited,.CoverageWizardLandingPage__heroContent a:visited:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link),.ds-base--inverse .ds-c-tooltip__trigger-link:visited,.ds-base--inverse a:visited:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link),.ds-c-link--inverse:visited,.MedigapLandingPage__heroHeader .ds-c-tooltip__trigger-link:visited,.MedigapLandingPage__heroHeader a:visited:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link),.PaceLandingPage__heroContent .ds-c-tooltip__trigger-link:visited,.PaceLandingPage__heroContent a:visited:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link),.PapLandingPage__heroContent .ds-c-tooltip__trigger-link:visited,.PapLandingPage__heroContent a:visited:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link),.SpapLandingPage__heroContent .ds-c-tooltip__trigger-link:visited,.SpapLandingPage__heroContent a:visited:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link){color:var(--link-inverse__color--visited);text-decoration-color:var(--link-inverse__color--visited)}.CoverageWizardLandingPage__heroContent .ds-c-tooltip__trigger-link:hover,.CoverageWizardLandingPage__heroContent a:hover:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link),.ds-base--inverse .ds-c-tooltip__trigger-link:hover,.ds-base--inverse a:hover:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link),.ds-c-link--inverse:hover,.MedigapLandingPage__heroHeader .ds-c-tooltip__trigger-link:hover,.MedigapLandingPage__heroHeader a:hover:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link),.PaceLandingPage__heroContent .ds-c-tooltip__trigger-link:hover,.PaceLandingPage__heroContent a:hover:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link),.PapLandingPage__heroContent .ds-c-tooltip__trigger-link:hover,.PapLandingPage__heroContent a:hover:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link),.SpapLandingPage__heroContent .ds-c-tooltip__trigger-link:hover,.SpapLandingPage__heroContent a:hover:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link){color:var(--link-inverse__color--hover);text-decoration-color:var(--link-inverse__color--hover);text-decoration-thickness:var(--link__text-decoration-thickness--hover)}.CoverageWizardLandingPage__heroContent .ds-c-tooltip__trigger-link:focus,.CoverageWizardLandingPage__heroContent a:focus:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link),.ds-base--inverse .ds-c-tooltip__trigger-link:focus,.ds-base--inverse a:focus:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link),.ds-c-link--inverse:focus,.MedigapLandingPage__heroHeader .ds-c-tooltip__trigger-link:focus,.MedigapLandingPage__heroHeader a:focus:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link),.PaceLandingPage__heroContent .ds-c-tooltip__trigger-link:focus,.PaceLandingPage__heroContent a:focus:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link),.PapLandingPage__heroContent .ds-c-tooltip__trigger-link:focus,.PapLandingPage__heroContent a:focus:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link),.SpapLandingPage__heroContent .ds-c-tooltip__trigger-link:focus,.SpapLandingPage__heroContent a:focus:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link){background-color:var(--color-focus-light);box-shadow:none;color:initial;color:var(--link__color);outline:3px solid var(--color-focus-dark);outline-offset:1px;text-decoration:underline}.CoverageWizardLandingPage__heroContent .ds-c-tooltip__trigger-link:active,.CoverageWizardLandingPage__heroContent a:active:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link),.ds-base--inverse .ds-c-tooltip__trigger-link:active,.ds-base--inverse a:active:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link),.ds-c-link--inverse:active,.MedigapLandingPage__heroHeader .ds-c-tooltip__trigger-link:active,.MedigapLandingPage__heroHeader a:active:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link),.PaceLandingPage__heroContent .ds-c-tooltip__trigger-link:active,.PaceLandingPage__heroContent a:active:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link),.PapLandingPage__heroContent .ds-c-tooltip__trigger-link:active,.PapLandingPage__heroContent a:active:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link),.SpapLandingPage__heroContent .ds-c-tooltip__trigger-link:active,.SpapLandingPage__heroContent a:active:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):not(.ds-c-tooltip__trigger-link){background-color:initial;color:var(--link-inverse__color--active);outline:0 none}.ds-content :where(h1){font-family:var(--typography-heading__font-family);font-size:30px;font-weight:var(--typography-heading__font-weight);font-weight:var(--typography-heading-3xl__font-weight);line-height:var(--font-line-height-heading);margin:1.5em 0 .5em}.ds-content :where(h1):first-child{margin-top:0}.ds-content :where(h1):last-child{margin-bottom:0}@media(min-width:768px){.ds-content :where(h1){font-size:var(--font-size-3xl)}}.ds-content :where(h2){font-family:var(--typography-heading__font-family);font-size:var(--font-size-2xl);font-weight:var(--typography-heading__font-weight);line-height:var(--font-line-height-heading);margin:1.5em 0 .5em}.ds-content :where(h2):first-child{margin-top:0}.ds-content :where(h2):last-child{margin-bottom:0}.ds-content :where(h3){font-family:var(--typography-heading__font-family);font-size:var(--font-size-xl);font-weight:var(--typography-heading__font-weight);line-height:var(--font-line-height-heading);margin:1.5em 0 .5em}.ds-content :where(h3):first-child{margin-top:0}.ds-content :where(h3):last-child{margin-bottom:0}.ds-content :where(h4){font-family:var(--typography-heading__font-family);font-size:var(--font-size-lg);font-weight:var(--typography-heading__font-weight);font-weight:var(--typography-heading-lg__font-weight);line-height:var(--font-line-height-heading);margin:1.5em 0 .5em}.ds-content :where(h4):first-child{margin-top:0}.ds-content :where(h4):last-child{margin-bottom:0}.ds-content :where(h5){font-family:var(--typography-heading__font-family);font-size:var(--font-size-md);font-weight:var(--typography-heading__font-weight);font-weight:var(--typography-heading-md__font-weight);line-height:var(--font-line-height-heading);margin:1.5em 0 .5em}.ds-content :where(h5):first-child{margin-top:0}.ds-content :where(h5):last-child{margin-bottom:0}.ds-content :where(h6){color:var(--color-muted);font-family:var(--typography-heading__font-family);font-size:var(--font-size-sm);font-weight:var(--typography-heading__font-weight);font-weight:var(--typography-heading-sm__font-weight);line-height:var(--font-line-height-heading);margin:1.5em 0 .5em}.ds-content :where(h6):first-child{margin-top:0}.ds-content :where(h6):last-child{margin-bottom:0}.CoverageWizardLandingPage__heroContent .ds-content :where(h6),.ds-base--inverse .ds-content :where(h6),.MedigapLandingPage__heroHeader .ds-content :where(h6),.PaceLandingPage__heroContent .ds-content :where(h6),.PapLandingPage__heroContent .ds-content :where(h6),.SpapLandingPage__heroContent .ds-content :where(h6){color:var(--color-muted-inverse)}.ds-display,.ds-text-heading--5xl,.PaceLandingPage__heroHeader,.SpapLandingPage__heroHeader{font-family:var(--typography-heading__font-family);font-size:var(--font-size-3xl);font-weight:var(--typography-heading__font-weight);line-height:var(--font-line-height-heading);margin:0}@media(min-width:544px){.ds-display,.ds-text-heading--5xl,.PaceLandingPage__heroHeader,.SpapLandingPage__heroHeader{font-size:var(--font-size-4xl)}}@media(min-width:768px){.ds-display,.ds-text-heading--5xl,.PaceLandingPage__heroHeader,.SpapLandingPage__heroHeader{font-size:var(--font-size-5xl)}}.ds-text-heading--4xl,.ds-title{font-family:var(--typography-heading__font-family);font-size:var(--font-size-3xl);font-weight:var(--typography-heading__font-weight);font-weight:var(--typography-heading-4xl__font-weight);line-height:var(--font-line-height-heading);margin:0}@media(min-width:768px){.ds-text-heading--4xl,.ds-title{font-size:var(--font-size-4xl)}}.CoverageWizardLandingPage__heroHeader,.DrugAutocomplete__promptHeader h1,.ds-h1,.ds-text-heading--3xl,.EnrollmentFormPage__header,.mct-c-summary-page-header__greeting,.MedigapLandingPage__heroHeader,.MedigapLandingPage__item__listNumber,.PapLandingPage__heroHeader,h1{font-family:var(--typography-heading__font-family);font-size:30px;font-weight:var(--typography-heading__font-weight);font-weight:var(--typography-heading-3xl__font-weight);line-height:var(--font-line-height-heading);margin:1.5em 0 .5em}.CoverageWizardLandingPage__heroHeader:first-child,.ds-h1:first-child,.ds-text-heading--3xl:first-child,.EnrollmentFormPage__header:first-child,.mct-c-summary-page-header__greeting:first-child,.MedigapLandingPage__heroHeader:first-child,.MedigapLandingPage__item__listNumber:first-child,.PapLandingPage__heroHeader:first-child,h1:first-child{margin-top:0}.CoverageWizardLandingPage__heroHeader:last-child,.ds-h1:last-child,.ds-text-heading--3xl:last-child,.EnrollmentFormPage__header:last-child,.mct-c-summary-page-header__greeting:last-child,.MedigapLandingPage__heroHeader:last-child,.MedigapLandingPage__item__listNumber:last-child,.PapLandingPage__heroHeader:last-child,h1:last-child{margin-bottom:0}@media(min-width:768px){.CoverageWizardLandingPage__heroHeader,.DrugAutocomplete__promptHeader h1,.ds-h1,.ds-text-heading--3xl,.EnrollmentFormPage__header,.mct-c-summary-page-header__greeting,.MedigapLandingPage__heroHeader,.MedigapLandingPage__item__listNumber,.PapLandingPage__heroHeader,h1{font-size:var(--font-size-3xl)}}.ds-h2,.ds-text-heading--2xl,.PlanComparePage__tableHeader,h2{font-family:var(--typography-heading__font-family);font-size:var(--font-size-2xl);font-weight:var(--typography-heading__font-weight);line-height:var(--font-line-height-heading);margin:1.5em 0 .5em}.ds-h2:first-child,.ds-text-heading--2xl:first-child,.PlanComparePage__tableHeader:first-child,h2:first-child{margin-top:0}.ds-h2:last-child,.ds-text-heading--2xl:last-child,.PlanComparePage__tableHeader:last-child,h2:last-child{margin-bottom:0}.CountyPicker__label,.CoverageSelection h2,.DrugSearchPreferencePage .CountyPicker__label,.DrugSearchPreferencePage .mct-l-h3,.DrugSearchPreferencePage .StatePicker__label,.ds-h3,.ds-text-heading--xl,.EnrollmentFormPage fieldset h3:first-child,.PharmacyCard__content__name,.PharmacySelection__summary__text,.PlanPreferencePage .CountyPicker__label,.PlanPreferencePage .mct-l-h3,.PlanPreferencePage .StatePicker__label,.SanctionedPlanCard__planName,.SelectPharmaciesPage__pharmacyCardHeader,.SelectPharmaciesPage__pharmacyNumber,.ViewPrescriptions__prescriptionName,h3{font-family:var(--typography-heading__font-family);font-size:var(--font-size-xl);font-weight:var(--typography-heading__font-weight);line-height:var(--font-line-height-heading);margin:1.5em 0 .5em}.CountyPicker__label:first-child,.CoverageSelection h2:first-child,.DrugSearchPreferencePage .mct-l-h3:first-child,.DrugSearchPreferencePage .StatePicker__label:first-child,.ds-h3:first-child,.ds-text-heading--xl:first-child,.EnrollmentFormPage fieldset h3:first-child,.PharmacyCard__content__name:first-child,.PharmacySelection__summary__text:first-child,.PlanPreferencePage .mct-l-h3:first-child,.PlanPreferencePage .StatePicker__label:first-child,.SanctionedPlanCard__planName:first-child,.SelectPharmaciesPage__pharmacyCardHeader:first-child,.SelectPharmaciesPage__pharmacyNumber:first-child,.ViewPrescriptions__prescriptionName:first-child,h3:first-child{margin-top:0}.CountyPicker__label:last-child,.CoverageSelection h2:last-child,.DrugSearchPreferencePage .mct-l-h3:last-child,.DrugSearchPreferencePage .StatePicker__label:last-child,.ds-h3:last-child,.ds-text-heading--xl:last-child,.EnrollmentFormPage fieldset h3:last-child:first-child,.PharmacyCard__content__name:last-child,.PharmacySelection__summary__text:last-child,.PlanPreferencePage .mct-l-h3:last-child,.PlanPreferencePage .StatePicker__label:last-child,.SanctionedPlanCard__planName:last-child,.SelectPharmaciesPage__pharmacyCardHeader:last-child,.SelectPharmaciesPage__pharmacyNumber:last-child,.ViewPrescriptions__prescriptionName:last-child,h3:last-child{margin-bottom:0}.CountyPicker__submit,.CoverageWizardLandingPage__heroSubheader,.ds-h4,.ds-text-heading--lg,.mct-c-landing-page-main__heading,.mct-c-login-form__heading,.mct-c-summary-page-drug-card-header,.MedigapLandingPage__heroSubheader,.planCompareCard__deductibleSection__label,.planCompareCard__detailsHeader,.planCompareCard__premiumSection__label,.SanctionedPlanCard__heading,.StatePicker button,.ViewPrescriptions__prescriptionCardLabel,h4{font-family:var(--typography-heading__font-family);font-size:var(--font-size-lg);font-weight:var(--typography-heading__font-weight);font-weight:var(--typography-heading-lg__font-weight);line-height:var(--font-line-height-heading);margin:1.5em 0 .5em}.CountyPicker__submit:first-child,.CoverageWizardLandingPage__heroSubheader:first-child,.ds-h4:first-child,.ds-text-heading--lg:first-child,.mct-c-landing-page-main__heading:first-child,.mct-c-login-form__heading:first-child,.mct-c-summary-page-drug-card-header:first-child,.MedigapLandingPage__heroSubheader:first-child,.planCompareCard__deductibleSection__label:first-child,.planCompareCard__detailsHeader:first-child,.planCompareCard__premiumSection__label:first-child,.SanctionedPlanCard__heading:first-child,.StatePicker button:first-child,.ViewPrescriptions__prescriptionCardLabel:first-child,h4:first-child{margin-top:0}.CountyPicker__submit:last-child,.CoverageWizardLandingPage__heroSubheader:last-child,.ds-h4:last-child,.ds-text-heading--lg:last-child,.mct-c-landing-page-main__heading:last-child,.mct-c-login-form__heading:last-child,.mct-c-summary-page-drug-card-header:last-child,.MedigapLandingPage__heroSubheader:last-child,.planCompareCard__deductibleSection__label:last-child,.planCompareCard__detailsHeader:last-child,.planCompareCard__premiumSection__label:last-child,.SanctionedPlanCard__heading:last-child,.StatePicker button:last-child,.ViewPrescriptions__prescriptionCardLabel:last-child,h4:last-child{margin-bottom:0}.ds-h5,.ds-text-heading--md,.mct-c-alert-message__combined-title,.mct-c-alert-message__title,.mct-c-coverage-selector-v2__alert .ds-c-alert__heading,.mct-c-coverage-selector__alert .ds-c-alert__heading,.mct-c-summary-page-drug-card-header__is-generic,.mct-c-year-parts__content,.MedigapPlanDetails__sectionTitleTooltip,.MedigapPlanDetails__tableTitle,.PlanComparePage__tableColumnLabel,.PlanDetailsPagePlanContact__leftColCell,.StarRatingsSection__expandAll,h5{font-family:var(--typography-heading__font-family);font-size:var(--font-size-md);font-weight:var(--typography-heading__font-weight);font-weight:var(--typography-heading-md__font-weight);line-height:var(--font-line-height-heading);margin:1.5em 0 .5em}.ds-h5:first-child,.ds-text-heading--md:first-child,.mct-c-alert-message__combined-title:first-child,.mct-c-alert-message__title:first-child,.mct-c-coverage-selector-v2__alert .ds-c-alert__heading:first-child,.mct-c-coverage-selector__alert .ds-c-alert__heading:first-child,.mct-c-summary-page-drug-card-header__is-generic:first-child,.mct-c-year-parts__content:first-child,.MedigapPlanDetails__sectionTitleTooltip:first-child,.MedigapPlanDetails__tableTitle:first-child,.PlanComparePage__tableColumnLabel:first-child,.PlanDetailsPagePlanContact__leftColCell:first-child,.StarRatingsSection__expandAll:first-child,h5:first-child{margin-top:0}.ds-h5:last-child,.ds-text-heading--md:last-child,.mct-c-alert-message__combined-title:last-child,.mct-c-alert-message__title:last-child,.mct-c-coverage-selector-v2__alert .ds-c-alert__heading:last-child,.mct-c-coverage-selector__alert .ds-c-alert__heading:last-child,.mct-c-summary-page-drug-card-header__is-generic:last-child,.mct-c-year-parts__content:last-child,.MedigapPlanDetails__sectionTitleTooltip:last-child,.MedigapPlanDetails__tableTitle:last-child,.PlanComparePage__tableColumnLabel:last-child,.PlanDetailsPagePlanContact__leftColCell:last-child,.StarRatingsSection__expandAll:last-child,h5:last-child{margin-bottom:0}.CCXPBase__label,.ds-h6,.ds-text-heading--sm,.MedigapPlanDetails__sectionTitle,.PlanFilters__action__label,h6{color:var(--color-muted);font-family:var(--typography-heading__font-family);font-size:var(--font-size-sm);font-weight:var(--typography-heading__font-weight);font-weight:var(--typography-heading-sm__font-weight);line-height:var(--font-line-height-heading);margin:1.5em 0 .5em}.CCXPBase__label:first-child,.ds-h6:first-child,.ds-text-heading--sm:first-child,.MedigapPlanDetails__sectionTitle:first-child,.PlanFilters__action__label:first-child,h6:first-child{margin-top:0}.CCXPBase__label:last-child,.ds-h6:last-child,.ds-text-heading--sm:last-child,.MedigapPlanDetails__sectionTitle:last-child,.PlanFilters__action__label:last-child,h6:last-child{margin-bottom:0}.CoverageWizardLandingPage__heroContent .CCXPBase__label,.CoverageWizardLandingPage__heroContent .ds-h6,.CoverageWizardLandingPage__heroContent .ds-text-heading--sm,.CoverageWizardLandingPage__heroContent .MedigapPlanDetails__sectionTitle,.CoverageWizardLandingPage__heroContent .PlanFilters__action__label,.CoverageWizardLandingPage__heroContent h6,.ds-base--inverse .CCXPBase__label,.ds-base--inverse .ds-h6,.ds-base--inverse .ds-text-heading--sm,.ds-base--inverse .MedigapPlanDetails__sectionTitle,.ds-base--inverse .PlanFilters__action__label,.ds-base--inverse h6,.MedigapLandingPage__heroHeader .CCXPBase__label,.MedigapLandingPage__heroHeader .ds-h6,.MedigapLandingPage__heroHeader .ds-text-heading--sm,.MedigapLandingPage__heroHeader .MedigapPlanDetails__sectionTitle,.MedigapLandingPage__heroHeader .PlanFilters__action__label,.MedigapLandingPage__heroHeader h6,.PaceLandingPage__heroContent .CCXPBase__label,.PaceLandingPage__heroContent .ds-h6,.PaceLandingPage__heroContent .ds-text-heading--sm,.PaceLandingPage__heroContent .MedigapPlanDetails__sectionTitle,.PaceLandingPage__heroContent .PlanFilters__action__label,.PaceLandingPage__heroContent h6,.PapLandingPage__heroContent .CCXPBase__label,.PapLandingPage__heroContent .ds-h6,.PapLandingPage__heroContent .ds-text-heading--sm,.PapLandingPage__heroContent .MedigapPlanDetails__sectionTitle,.PapLandingPage__heroContent .PlanFilters__action__label,.PapLandingPage__heroContent h6,.SpapLandingPage__heroContent .CCXPBase__label,.SpapLandingPage__heroContent .ds-h6,.SpapLandingPage__heroContent .ds-text-heading--sm,.SpapLandingPage__heroContent .MedigapPlanDetails__sectionTitle,.SpapLandingPage__heroContent .PlanFilters__action__label,.SpapLandingPage__heroContent h6{color:var(--color-muted-inverse)}.ds-text,.ds-text--lead,.ds-text-body--lg,.ds-text-body--md,.mct-c-summary-page-header__info,.PacePlansPage__h1,.PapPlansPage__h1{font-family:var(--typography-body__font-family);line-height:var(--font-line-height-base);margin-bottom:1em;margin-top:1em}.ds-text--lead:first-child,.ds-text-body--lg:first-child,.ds-text-body--md:first-child,.ds-text:first-child,.mct-c-summary-page-header__info:first-child,.PacePlansPage__h1:first-child,.PapPlansPage__h1:first-child{margin-top:0}.ds-text--lead:last-child,.ds-text-body--lg:last-child,.ds-text-body--md:last-child,.ds-text:last-child,.mct-c-summary-page-header__info:last-child,.PacePlansPage__h1:last-child,.PapPlansPage__h1:last-child{margin-bottom:0}.ds-text--lead,.ds-text-body--lg,.mct-c-summary-page-header__info{font-size:var(--font-size-lg)}.ds-text,.ds-text-body--md,.PacePlansPage__h1,.PapPlansPage__h1{font-size:var(--font-size-base)}.ds-text-body--sm{font-size:var(--font-size-sm)}.BeneMenu__Title,.ds-u-fill--primary,.PhraseAppToolbar,.PlanComparePage__planRadioInput input[type=radio]:checked+label{background-color:var(--color-primary)!important}.ds-u-fill--primary-darker{background-color:var(--color-primary-darker)!important}.ds-u-fill--primary-darkest{background-color:var(--color-primary-darkest)!important}.AtoZDrugList__confirm,.AtoZDrugList__results li label.selected,.CCXPBase__button--withValue,.DrugAutocomplete__autocomplete .ds-c-autocomplete__list-item--active,.ds-u-fill--primary-alt,.StickyTray__body{background-color:var(--color-primary-alt)!important}.ds-u-fill--primary-alt-dark{background-color:var(--color-primary-alt-dark)!important}.ds-u-fill--primary-alt-darkest{background-color:var(--color-primary-alt-darkest)!important}.ds-u-fill--primary-alt-light{background-color:var(--color-primary-alt-light)!important}.ds-u-fill--primary-alt-lightest,.Footnote__dd:focus p,.headerRow,.OriginalMedicareStarRatingsTable th,.PharmacySelectionWarning,.StarRatingsSection .StarRatingRow__blue,.ViewPrescriptions__toast{background-color:var(--color-primary-alt-lightest)!important}.ds-u-fill--secondary{background-color:var(--color-secondary)!important}.ds-u-fill--secondary-light{background-color:var(--color-secondary-light)!important}.ds-u-fill--secondary-lighter{background-color:var(--color-secondary-lighter)!important}.ds-u-fill--secondary-lightest,.mct-c-summary-page-navigation--variation-b,.mct-c-summary-page-navigation__what-to-do-next--variation-b{background-color:var(--color-secondary-lightest)!important}.ds-u-fill--secondary-dark{background-color:var(--color-secondary-dark)!important}.ds-u-fill--secondary-darker{background-color:var(--color-secondary-darker)!important}.ds-u-fill--secondary-darkest{background-color:var(--color-secondary-darkest)!important}.ds-u-fill--gray{background-color:var(--color-gray)!important}.ds-u-fill--gray-dark{background-color:var(--color-gray-dark)!important}.ds-u-fill--gray-light,.StickyNav__background,.StickyTray__background{background-color:var(--color-gray-light)!important}.ds-u-fill--gray-lighter,.MedigapPlanCard__divider:after,.MedigapPolicyCard__divider:after{background-color:var(--color-gray-lighter)!important}.AccuratePriceContainer,.AtoZDrugList__selectContainer,.BeneMenu__Container,.ds-u-fill--gray-lightest,.EnrollTransitionDialog__medigap,.FooterToggle,.LoggedOutFooter,.mct-c-table__header--empty.mct-c-table__header,.OriginalMedicareStarRatingsTable tbody tr:nth-child(odd) td,.planCompare__col .columnSection .planCompare__cell:nth-child(2n),.planCompare__col .columnSection .planCompare__cell:only-child,.planCompare__headingCol .columnSection .planCompare__cell:nth-child(2n),.planCompare__headingCol .columnSection .planCompare__cell:only-child,.planCompareCard.currentPlan,.PlanComparePage__tableHeader,.PlanDetailsSection__heading{background-color:var(--color-gray-lightest)!important}.ds-u-fill--muted-inverse{background-color:var(--color-muted-inverse)!important}.ds-u-fill--gold{background-color:var(--color-gold)!important}.ds-u-fill--gold-light{background-color:var(--color-gold-light)!important}.ds-u-fill--gold-lighter{background-color:var(--color-gold-lighter)!important}.ds-u-fill--gold-lightest,.ScrollTable__MobileHelp{background-color:var(--color-gold-lightest)!important}.ds-u-fill--gold-dark{background-color:var(--color-gold-dark)!important}.ds-u-fill--gold-darker{background-color:var(--color-gold-darker)!important}.ds-u-fill--gold-darkest{background-color:var(--color-gold-darkest)!important}.ds-u-fill--green{background-color:var(--color-green)!important}.ds-u-fill--green-light{background-color:var(--color-green-light)!important}.ds-u-fill--green-lighter{background-color:var(--color-green-lighter)!important}.ds-u-fill--green-lightest{background-color:var(--color-green-lightest)!important}.ds-u-fill--green-dark{background-color:var(--color-green-dark)!important}.ds-u-fill--green-darker{background-color:var(--color-green-darker)!important}.ds-u-fill--green-darkest{background-color:var(--color-green-darkest)!important}.ds-u-fill--red{background-color:var(--color-red)!important}.ds-u-fill--red-light{background-color:var(--color-red-light)!important}.ds-u-fill--red-lighter{background-color:var(--color-red-lighter)!important}.ds-u-fill--red-lightest{background-color:var(--color-red-lightest)!important}.ds-u-fill--red-dark{background-color:var(--color-red-dark)!important}.ds-u-fill--red-darker{background-color:var(--color-red-darker)!important}.ds-u-fill--red-darkest{background-color:var(--color-red-darkest)!important}.ds-u-fill--error{background-color:var(--color-error)!important}.ds-u-fill--error-light{background-color:var(--color-error-light)!important}.ds-u-fill--error-lighter{background-color:var(--color-error-lighter)!important}.ds-u-fill--error-lightest{background-color:var(--color-error-lightest)!important}.ds-u-fill--error-dark{background-color:var(--color-error-dark)!important}.ds-u-fill--error-darker{background-color:var(--color-error-darker)!important}.ds-u-fill--error-darkest{background-color:var(--color-error-darkest)!important}.ds-u-fill--warn{background-color:var(--color-warn)!important}.ds-u-fill--warn-light{background-color:var(--color-warn-light)!important}.ds-u-fill--warn-lighter{background-color:var(--color-warn-lighter)!important}.ds-u-fill--warn-lightest{background-color:var(--color-warn-lightest)!important}.ds-u-fill--warn-dark{background-color:var(--color-warn-dark)!important}.ds-u-fill--warn-darker{background-color:var(--color-warn-darker)!important}.ds-u-fill--warn-darkest{background-color:var(--color-warn-darkest)!important}.ds-u-fill--success{background-color:var(--color-success)!important}.ds-u-fill--success-light{background-color:var(--color-success-light)!important}.ds-u-fill--success-lighter{background-color:var(--color-success-lighter)!important}.ds-u-fill--success-lightest{background-color:var(--color-success-lightest)!important}.ds-u-fill--success-dark{background-color:var(--color-success-dark)!important}.ds-u-fill--success-darker{background-color:var(--color-success-darker)!important}.ds-u-fill--success-darkest{background-color:var(--color-success-darkest)!important}.ds-u-fill--base{background-color:var(--color-base)!important}.CCXPBase__closeMenuButton,.CCXPBase__menu,.ds-u-fill--white,.mct-c-summary-page-navigation--variation-b li a,.mct-c-summary-page-navigation--variation-c,.mct-c-summary-page__ntm-alert,.MedigapLandingPage,.pagination__numberButton,.PlanComparePage__floatingHeader,.PlanFilters__mobileActions,.StarRatingsSection .StarRatingExpandableRow__toggle,.StickyNav{background-color:var(--color-white)!important}.ds-u-fill--black{background-color:var(--color-black)!important}.DrugSearchPreferencePage,.ds-u-fill--background,.PlanPreferencePage,.StickyTray__list_item .pharmacy-network-status__icon.ds-c-badge--success{background-color:var(--color-background)!important}.ds-u-fill--background-inverse{background-color:var(--color-background-inverse)!important}.CoverageWizardLandingPage__heroContent,.ds-u-fill--transparent,.MedigapLandingPage__heroHeader,.PaceLandingPage__heroContent,.PapLandingPage__heroContent,.SpapLandingPage__heroContent,.StarRatingsSection__expandAll{background-color:initial!important}.ds-u-fill--focus-color-light{background-color:var(--color-focus-light)!important}.ds-u-fill--focus-color-dark{background-color:var(--color-focus-dark)!important}.ds-u-fill--focus-color{background-color:var(--color-focus)!important}.ds-u-fill--focus-color-inverse{background-color:var(--color-focus-inverse)!important}.ds-u-fill--focus-border-inverse{background-color:var(--color-focus-border-inverse)!important}.beneInfo__container,.ds-u-border--1,.mct-c-landing-page-main,.mct-c-table:not(.ds-c-table--borderless),.mct-c-table:not(.ds-c-table--borderless) .mct-c-table__cell,.mct-c-table:not(.ds-c-table--borderless) .mct-c-table__header,.mct-c-table__collapsible-title,.pagination__numberButton,.PlanComparePage__planRadioInput label,.PlanComparePage__tableHeader,.PlanDetailsSection__heading,.StarRatingsSection .StarRatingList{border:1px solid var(--color-border)!important}.ds-c-table--borderless .mct-c-table__header,.ds-u-border-top--1,.EnrollmentFormPage section:not(:first-of-type),.mct-c-table--is-stacked.ds-c-table--borderless .mct-c-table__row--filtered .mct-c-table__cell,.mct-c-table__row,.MedigapBenefits__HelpDrawer .mct-c-table--is-stacked.MedigapTable__Table .mct-c-table__row--filtered .mct-c-table__cell,.MedigapBenefits__HelpDrawer .MedigapTable__Table .mct-c-table__header,.Pagination,.SelectPharmaciesPage__mobileFilterActions,.StarRatingsSection .StarRatingRow__blue,.StickyNav,.YearOverYear__nextStepChoice:nth-child(2){border-top:1px solid var(--color-border)!important}.ds-u-border-right--1,.EnrollmentFormPage table td:not(:last-child),.EnrollmentFormPage table th:not(:last-child),.Pagination__mobileResults{border-right:1px solid var(--color-border)!important}.CoverageWizardInfoPage__coverageInfo,.ds-u-border-bottom--1,.infoItem--border-bottom,.mct-c-what-youll-pay__titleContainer,.Pagination,.planCompare__cell--headerRow:not(:first-child),.PlanComparePage__floatingHeader,.PlanComparePage__table tbody tr:not(:last-of-type) td:not(.PlanComparePage__tableHeader),.StarRatingsSection .StarRatingExpandableRow__toggle,.StarRatingsSection .StarRatingListItem:not(:last-child),.StarRatingsSection .StarRatingRow,.StickyNav__mobile_toggle[aria-expanded=true]{border-bottom:1px solid var(--color-border)!important}.ds-u-border-left--1,.ds-u-border-x--1,.mct-c-table:not(.ds-c-table--borderless) .mct-c-table-caption,.mct-c-table:not(.ds-c-table--borderless) .mct-c-table__caption,.OriginalMedicareStarRatingsTable td:last-child,.Pagination__mobileResults,.planCompare__cell,.PlanComparePage__floatingHeader:not(:first-child),.PlanComparePage__table tbody td:not(.PlanComparePage__tableHeader):not(:first-child):not(.PlanComparePage__selectedCell),.StarRatingsSection .StarRatingExpandableRow__toggle,.StarRatingsSection .StarRatingRow{border-left:1px solid var(--color-border)!important}.ds-u-border-x--1,.mct-c-table:not(.ds-c-table--borderless) .mct-c-table-caption,.mct-c-table:not(.ds-c-table--borderless) .mct-c-table__caption,.planCompare__cell,.StarRatingsSection .StarRatingExpandableRow__toggle,.StarRatingsSection .StarRatingRow{border-right:1px solid var(--color-border)!important}.ds-u-border-y--1{border-bottom:1px solid var(--color-border)!important;border-top:1px solid var(--color-border)!important}.ds-u-border--2,.EnrollmentFormPage__reviewBox,.PharmacyCard,.PharmacyCard__checkBox{border:2px solid var(--color-border)!important}.AddPrescription__actions,.ContinueSection,.DrugAutocomplete__actions,.ds-u-border-top--2,.EditPrescription__footer,.HasMedicareNumber,.MedigapPlanDetails__section,.ViewMedigapPolicies,.ViewPrescriptions__footer{border-top:2px solid var(--color-border)!important}.ds-u-border-right--2,.PlanDetailsPagePlanContact__leftColCell:not(:last-child){border-right:2px solid var(--color-border)!important}.ds-u-border-bottom--2,.EnrollmentFormPage__reviewBox ul li:not(:last-child),.EnrollTransitionDialog__planDetails,.PlanCard__section_heading,.SanctionedPlanCard__heading,.SearchResults__tellMeMore{border-bottom:2px solid var(--color-border)!important}.ds-u-border-left--2,.ds-u-border-x--2{border-left:2px solid var(--color-border)!important}.ds-u-border-x--2{border-right:2px solid var(--color-border)!important}.ds-u-border-y--2{border-bottom:2px solid var(--color-border)!important;border-top:2px solid var(--color-border)!important}.CCXPBase__button,.CCXPBase__closeMenuButton,.ds-u-border--0,.HasMedicareNumber,.mct-c-header__action,.Pagination__pageButton,.PharmacyCard__button,.PrintButton,.StarRatingsSection__expandAll{border:0!important}.ds-u-border-top--0,.PlanComparePage__table tbody tr+tr .PlanComparePage__tableHeader,.StarRatingsSection .StarRatingExpandableRow__toggle,.StarRatingsSection .StarRatingList{border-top:0!important}.ds-u-border-right--0,.planCompare__col:last-child .planCompare__cell{border-right:0!important}.ds-u-border-bottom--0,.mct-c-table--is-stacked.ds-c-table--borderless .mct-c-table__row--filtered .mct-c-table__cell,.mct-c-table__row,.MedigapBenefits__HelpDrawer .mct-c-table--is-stacked.MedigapTable__Table .mct-c-table__row--filtered .mct-c-table__cell,.MedigapBenefits__HelpDrawer .MedigapTable__Table thead tr:first-child th,.planCompare__col .planCompare__cell--headerRow:last-of-type,.StarRatingsSection .StarRatingExpandableRow .StarRatingExpandableRow:last-child .StarRatingExpandableRow__toggle,.StarRatingsSection .StarRatingExpandableRow__toggle__green[aria-expanded=false],.StarRatingsSection .StarRatingRow__performerRow{border-bottom:0!important}.ds-u-border-left--0,.ds-u-border-x--0,.planCompare:first-child .planCompare__cell,.planCompare__cell--headerRow:not(:first-child){border-left:0!important}.ds-u-border-x--0,.planCompare__cell--headerRow:not(:first-child){border-right:0!important}.ds-c-table--borderless .mct-c-table__cell,.ds-c-table--borderless .mct-c-table__header,.ds-u-border-y--0,.MedigapBenefits__HelpDrawer .MedigapTable__Table .mct-c-table__cell,.MedigapBenefits__HelpDrawer .MedigapTable__Table .mct-c-table__header{border-bottom:0!important;border-top:0!important}.ds-u-border--dark{border-color:var(--color-border-dark)!important}.ds-u-border--inverse{border-color:var(--color-border-inverse)!important}.ds-u-border--error{border-color:var(--color-error)!important}.ds-u-border--error-light{border-color:var(--color-error-light)!important}.ds-u-border--error-lighter{border-color:var(--color-error-lighter)!important}.ds-u-border--warn{border-color:var(--color-warn)!important}.ds-u-border--warn-light{border-color:var(--color-warn-light)!important}.ds-u-border--warn-lighter{border-color:var(--color-warn-lighter)!important}.ds-u-border--success{border-color:var(--color-success)!important}.ds-u-border--success-light{border-color:var(--color-success-light)!important}.ds-u-border--success-lighter{border-color:var(--color-success-lighter)!important}.ds-u-radius{border-radius:var(--radius-default)}.ds-u-radius--pill,.mct-c-badge,.mct-c-in-network-pharmacy-label-body,.mct-c-out-of-network-pharmacy-label-body{border-radius:var(--radius-pill)}.ds-u-radius--circle{border-radius:var(--radius-circle)}.BeneMenu__InnerName,.ds-u-display--block,.mct-c-alert-message--narrow .mct-c-alert-message__body,.mct-c-alert-message--narrow .mct-c-alert-message__title,.mct-c-summary-page-navigation ul li a,.MedigapPlanCard__actions a,.MedigapPlanCard__divider:after,.MedigapPolicyCard__divider:after,.PlanComparePage__planRadioInput label{display:block!important}.CoverageWizardInfoPage__changeSelection,.ds-u-display--inline-block,.EnrollmentFormPage__step,.mct-c-benefit,.ScrollTable__MobileHelp .ScrollTable__MobileViewMore,.SelectPharmaciesPage__backButton,.Tooltip{display:inline-block!important}.ds-u-display--inline,.mct-c-dl--inline-block .mct-c-dl__def,.mct-c-dl--inline-block .mct-c-dl__term,.mct-c-dl--inline .mct-c-dl__def,.mct-c-dl--inline .mct-c-dl__term,.Tooltip--inline{display:inline!important}.AccuratePriceContainer__body,.AddPrescription__actions,.AtoZDrugList__confirmActions,.AtoZDrugList__drawerBody,.AtoZDrugList__selectContainer,.beneInfo__content,.CCXPBase__button,.CCXPBase__menu--open,.CCXPBase__menuButtonContainer:last-of-type,.CountyPicker__form,.CoverageWizardInfoPage__coverageExplained .Collapsible__trigger>span,.CoverageWizardInfoPage__coverageIncludesList li,.CoverageWizardLandingPage,.CoverageWizardLandingPage__card,.CoverageWizardLandingPage__content,.CoverageWizardLandingPage__hero,.CoverageWizardLandingPage__heroContent,.ds-c-dialog-wrap,.ds-u-display--flex,.EnrolledContact,.EnrolledProcessedBy,.EnrollmentFormPage__buttons,.EnrollTransitionDialog__actions,.FilterBar__filters,.FilterBar__toggle,.Footer,.Footer__header,.Footer__list,.Footnote__dd,.infoItem,.LoadingMask,.mct-c-actionsbar__link,.mct-c-actionsbar__print,.mct-c-coverage-selector-v2__coverage-years,.mct-c-coverage-selector-v2__zip-counties,.mct-c-coverage-selector__coverage-years,.mct-c-coverage-selector__zip-counties,.mct-c-filter-chips__button,.mct-c-headerLogo,.mct-c-landing-page-hero__get-started--ntm,.mct-c-landing-page-main__coverage--no-login,.mct-c-landing-page-main__get-started,.mct-c-ntm-page-find-plans-now-card,.mct-c-ntm-page-resource-card,.mct-c-ntm-page-resource-card__button,.mct-c-summary-page-navigation ul,.mct-c-what-youll-pay__contents,.mct-c-what-youll-pay__feature,.mct-c-what-youll-pay__features,.MedigapLandingPage,.MedigapLandingPage__card,.MedigapLandingPage__content,.MedigapLandingPage__hero,.MedigapLandingPage__heroContent,.MedigapLandingPage__item,.MedigapPlanCard,.MedigapPlanCard__actions>div,.MedigapPlanCard__info,.MedigapPolicyCard,.PaceLandingPage,.PaceLandingPage__content,.PaceLandingPage__hero,.PaceLandingPage__heroContent,.Pagination,.Pagination__buttonContainer,.Pagination__mobileResults,.PapLandingPage,.PapLandingPage__card,.PapLandingPage__content,.PapLandingPage__hero,.PapLandingPage__heroContent,.PharmacyCard__button,.PharmacyCard__checkBox,.PharmacyItem,.PharmacySelection__summary,.PharmacySelectionMap__marker,.PhraseAppToolbar,.PlanCard__body>div,.PlanCard__flex_left,.PlanCard__info_group,.PlanCard__info_group__otherCosts,.planCompare,.planCompare__col,.planCompareCard,.planCompareCard__actionSection,.planCompareCard__detailsSection,.PlanComparePage__planHeader,.PlanComparePage__planRadioInput,.planComparisonSummary,.PlanDetailsPagePlanContact__leftCol,.PlanDetailsPagePlanInfo,.PlanDetailsPagePlanInfo__leftCol,.PlanDetailsPagePlanInfo__rightCol,.PlanFilters__action,.PlanFilters__header,.PlanFilters__headerActions,.PlanFilters__headerActions .ChangeLocation__buttonGroup,.SanctionedPlanCard__content,.SanctionedPlanCard__summary,.SanctionedPlansHeading,.SearchResults__footer,.SearchResults__rightactions,.selectPharmacies__pagination,.SelectPharmaciesPage__addPharmacy,.SelectPharmaciesPage__distanceFilter,.SelectPharmaciesPage__mobileFilterActions,.SelectPharmaciesPage__results,.SpapLandingPage,.SpapLandingPage__content,.SpapLandingPage__hero,.SpapLandingPage__heroContent,.StarRating,.StarRating__performer,.StarRating__stars,.StarRatingsSection .PlanDetailsSection__heading,.StarRatingsSection .StarRatingExpandableRow,.StarRatingsSection .StarRatingExpandableRow__toggle,.StarRatingsSection .StarRatingListItem,.StarRatingsSection .StarRatingRow,.StatePicker__input,.StickyNav__list,.StickyNav__list li a,.StickyNav__mobile_toggle,.StickyTray__buttonContainer,.StickyTray__heading,.StickyTray__list_item,.StickyTray__planCompareButtonContainer,.Tooltip__header,.YearOverYear__navigation,.YearOverYear__navigation li{display:flex!important}.ds-u-display--none,.m-c-navbar__productName,.mct-c-alert-message--narrow .mct-c-alert-message__combined,.mct-c-alert-message--narrow .mct-c-alert-message__icon,.mct-c-alert-message__combined-content,.mct-c-landing-page-hero__get-started,.MedigapPlanCard__divider,.MedigapPolicyCard__divider,.PacePlanCard__officeHoursHeading,.Pagination__results,.PlanComparePage__tableLabelColumn,.PlanComparePage__table thead,.PlanDetailsPagePlanInfo__printButton,.SearchResults__totalResults,.StateValidator__modal .ds-c-dialog__close{display:none!important}.ds-u-visibility--hidden{visibility:hidden!important}.ds-u-visibility--visible{visibility:visible!important}.ds-u-visibility--screen-reader,.mct-c-table__row--filtered .mct-c-table__header--hide-stacked{clip:rect(0,0,0,0);word-wrap:normal;border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}@media print{.ds-u-visibility--hidden-print{display:none!important}}@media(min-width:544px){.ds-u-sm-display--block,.mct-c-alert-message__combined-content,.PlanDetailsPagePlanInfo__printButton{display:block!important}.ds-u-sm-display--inline-block{display:inline-block!important}.ds-u-sm-display--flex{display:flex!important}.ds-u-sm-display--none,.mct-c-alert-message--narrow .mct-c-alert-message__combined-content,.mct-c-alert-message__body,.mct-c-alert-message__title{display:none!important}.ds-u-sm-visibility--hidden{visibility:hidden!important}.ds-u-sm-visibility--visible{visibility:visible!important}}@media(min-width:768px){.AccuratePriceContainer__inline_label>:not(legend),.ds-u-md-display--block,.m-c-navbar__productName,.PacePlanCard__officeHoursHeading{display:block!important}.ds-u-md-display--inline-block{display:inline-block!important}.CoverageWizardInfoPage__options,.CoverageWizardOptionsPage__cards,.DrugAutocomplete__browseDrugsLink,.ds-u-md-display--flex,.mct-c-featured-plan,.MedigapPlanDetails__header,.MedigapPlanDetails__section,.MedigapPlanDetails__tableRow,.Pagination__results,.PlanDetailsPagePlanContact,.PlanDetailsPagePlanContact__rightCol{display:flex!important}.ds-u-md-display--none,.Pagination__mobileResults{display:none!important}.ds-u-md-visibility--hidden{visibility:hidden!important}.ds-u-md-visibility--visible{visibility:visible!important}}@media(min-width:1024px){.ds-u-lg-display--block,.EnrollTransitionDialog__actions,.MedigapPlanCard__divider,.MedigapPolicyCard__divider,.SearchResults__totalResults{display:block!important}.ds-u-lg-display--inline-block{display:inline-block!important}.CostByTier__filterContainer,.ds-u-lg-display--flex,.LoggedOutFooter__actions,.mct-c-featured-plan--with-error,.mct-c-landing-page-hero__get-started,.SanctionedPlanCard,.SearchResults__tellMeMore,.SearchResults__totalAndSortContainer,.SelectPharmaciesPage__csrMapButtonContainer,.SelectPharmaciesPage__pharmacyCard,.sortSelector__container{display:flex!important}.ds-u-lg-display--none,.mct-c-landing-page-main__get-started,.mct-c-summary-page-navigation__what-to-do-next--variation-b,.StickyNav__mobile_toggle{display:none!important}.ds-u-lg-visibility--hidden{visibility:hidden!important}.ds-u-lg-visibility--visible{visibility:visible!important}}@media(min-width:1280px){.ds-u-xl-display--block{display:block!important}.ds-u-xl-display--inline-block{display:inline-block!important}.ds-u-xl-display--flex{display:flex!important}.ds-u-xl-display--none{display:none!important}.ds-u-xl-visibility--hidden{visibility:hidden!important}.ds-u-xl-visibility--visible{visibility:visible!important}}.ds-u-flex-direction--row,.planCompare,.PlanDetailsPagePlanContact__leftCol{flex-direction:row!important}.AddPrescription__actions,.AtoZDrugList__drawerBody,.CCXPBase__menu--open,.CoverageWizardLandingPage,.CoverageWizardLandingPage__content,.CoverageWizardLandingPage__hero,.CoverageWizardLandingPage__heroContent,.ds-u-flex-direction--column,.EnrolledContact,.EnrolledProcessedBy,.EnrollmentFormPage__buttons,.EnrollTransitionDialog__actions,.infoItem,.LoadingMask,.mct-c-featured-plan .mct-c-what-youll-pay__feature--single-feature,.mct-c-landing-page-main__coverage--no-login,.mct-c-ntm-page-find-plans-now-card,.mct-c-ntm-page-resource-card,.mct-c-summary-page-navigation ul,.mct-c-what-youll-pay__contents,.mct-c-what-youll-pay__features,.MedigapLandingPage,.MedigapLandingPage__content,.MedigapLandingPage__hero,.MedigapLandingPage__heroContent,.PaceLandingPage,.PaceLandingPage__content,.PaceLandingPage__hero,.PaceLandingPage__heroContent,.PapLandingPage,.PapLandingPage__content,.PapLandingPage__hero,.PapLandingPage__heroContent,.PharmacyItem,.PlanCard__flex_left,.planCompare__col,.planCompareCard,.planCompareCard__actionSection,.planCompareCard__detailsSection,.PlanComparePage__planHeader,.planComparisonSummary,.PlanDetailsPagePlanInfo__leftCol,.PlanFilters__action,.SanctionedPlanCard__content,.SanctionedPlanCard__summary,.SelectPharmaciesPage__addPharmacy--with-costs,.SpapLandingPage,.SpapLandingPage__content,.SpapLandingPage__hero,.SpapLandingPage__heroContent,.StarRatingsSection .PlanDetailsSection__heading,.StarRatingsSection .StarRatingExpandableRow,.StarRatingsSection .StarRatingListItem,.StickyNav__list{flex-direction:column!important}.ds-u-flex-direction--row-reverse,.Footnote__dd{flex-direction:row-reverse!important}.ds-u-flex-direction--column-reverse,.SelectPharmaciesPage__results{flex-direction:column-reverse!important}@media(min-width:544px){.ds-u-sm-flex-direction--row{flex-direction:row!important}.ds-u-sm-flex-direction--column{flex-direction:column!important}.ds-u-sm-flex-direction--row-reverse{flex-direction:row-reverse!important}.ds-u-sm-flex-direction--column-reverse{flex-direction:column-reverse!important}}@media(min-width:768px){.AddPrescription__actions,.ds-u-md-flex-direction--row,.EnrollmentFormPage__buttons,.StarRatingsSection .PlanDetailsSection__heading,.StarRatingsSection .StarRatingListItem{flex-direction:row!important}.ds-u-md-flex-direction--column{flex-direction:column!important}.ds-u-md-flex-direction--row-reverse{flex-direction:row-reverse!important}.ds-u-md-flex-direction--column-reverse{flex-direction:column-reverse!important}}@media(min-width:1024px){.ds-u-lg-flex-direction--row,.mct-c-summary-page-navigation ul,.mct-c-what-youll-pay__contents,.mct-p-plan-details .mct-c-what-youll-pay__features,.SelectPharmaciesPage__results,.StickyNav__list{flex-direction:row!important}.ds-u-lg-flex-direction--column,.mct-p-plan-details .mct-c-what-youll-pay__feature{flex-direction:column!important}.ds-u-lg-flex-direction--row-reverse{flex-direction:row-reverse!important}.ds-u-lg-flex-direction--column-reverse{flex-direction:column-reverse!important}}@media(min-width:1280px){.ds-u-xl-flex-direction--row,.mct-c-featured-plan .mct-c-what-youll-pay__features{flex-direction:row!important}.ds-u-xl-flex-direction--column,.mct-c-featured-plan .mct-c-what-youll-pay__feature{flex-direction:column!important}.ds-u-xl-flex-direction--row-reverse{flex-direction:row-reverse!important}.ds-u-xl-flex-direction--column-reverse{flex-direction:column-reverse!important}}.CoverageWizardLandingPage__hero,.ds-u-justify-content--start,.Footer__list,.MedigapLandingPage__hero,.PaceLandingPage__hero,.PapLandingPage__hero,.PSContainer__left,.SanctionedPlanCard,.SpapLandingPage__hero{justify-content:flex-start!important}.ds-u-justify-content--end,.Footnote__dd,.mct-c-actionsbar__print,.PhraseAppToolbar,.PlanDetailsPagePlanInfo__rightCol,.SelectPharmaciesPage__csrMapButtonContainer,.SelectPharmaciesPage__mobileFilterActions{justify-content:flex-end!important}.CoverageWizardLandingPage__card,.ds-c-dialog-wrap,.ds-u-justify-content--center,.FilterBar__toggle,.LoadingMask,.mct-c-actionsbar__content,.mct-c-ntm-page-resource-card__button,.MedigapLandingPage__card,.Pagination__buttonContainer,.Pagination__mobileResults,.Pagination__results,.PapLandingPage__card,.PharmacyCard__checkBox,.PharmacySelectionMap__marker,.SearchResults__footer{justify-content:center!important}.AccuratePriceContainer__body,.beneInfo__content,.CCXPBase__button,.CCXPBase__menuButtonContainer:last-of-type,.CoverageWizardInfoPage__coverageExplained .Collapsible__trigger>span,.ds-u-justify-content--between,.Footer,.Footer__header,.mct-c-actionsbar,.mct-c-coverage-selector__coverage-years,.mct-c-filter-chips__button,.mct-c-ntm-page-resource-card,.MedigapPlanCard,.MedigapPolicyCard,.Pagination,.PharmacyCard__button,.PharmacyItem,.PharmacySelection__summary,.PlanCard__flex_left,.planCompareCard,.planCompareCard__detailsSection,.PlanComparePage__planHeader,.planComparisonSummary,.PlanDetailsPagePlanContact,.PlanDetailsPagePlanInfo,.PlanFilters__header,.PlanFilters__headerActions,.PlanFilters__headerActions .ChangeLocation__buttonGroup,.SanctionedPlansHeading,.SearchResults__tellMeMore,.SelectPharmaciesPage__addPharmacy--with-costs,.StarRatingsSection .PlanDetailsSection__heading,.StarRatingsSection .StarRatingExpandableRow__toggle,.StarRatingsSection .StarRatingListItem,.StarRatingsSection .StarRatingRow,.StickyNav__mobile_toggle,.StickyTray__buttonContainer,.StickyTray__heading,.StickyTray__list_item,.StickyTray__planCompareButtonContainer,.Tooltip__header{justify-content:space-between!important}.ds-u-justify-content--around,.selectPharmacies__pagination{justify-content:space-around!important}@media(min-width:544px){.ds-u-sm-justify-content--start{justify-content:flex-start!important}.ds-u-sm-justify-content--end{justify-content:flex-end!important}.ds-u-sm-justify-content--center{justify-content:center!important}.ds-u-sm-justify-content--between{justify-content:space-between!important}.ds-u-sm-justify-content--around{justify-content:space-around!important}}@media(min-width:768px){.ds-u-md-justify-content--start{justify-content:flex-start!important}.ds-u-md-justify-content--end,.PlanDetailsPagePlanContact__rightCol{justify-content:flex-end!important}.ds-u-md-justify-content--center,.Pagination,.selectPharmacies__pagination{justify-content:center!important}.ds-u-md-justify-content--between,.MedigapPlanDetails__header,.SearchResults__footer{justify-content:space-between!important}.ds-u-md-justify-content--around{justify-content:space-around!important}}@media(min-width:1024px){.ds-u-lg-justify-content--start{justify-content:flex-start!important}.ds-u-lg-justify-content--end,.sortSelector__container{justify-content:flex-end!important}.ds-u-lg-justify-content--center{justify-content:center!important}.ds-u-lg-justify-content--between,.SearchResults__totalAndSortContainer{justify-content:space-between!important}.AccuratePriceContainer__body,.ds-u-lg-justify-content--around{justify-content:space-around!important}}@media(min-width:1280px){.ds-u-xl-justify-content--start{justify-content:flex-start!important}.ds-u-xl-justify-content--end{justify-content:flex-end!important}.CCXPBase__button,.ds-u-xl-justify-content--center{justify-content:center!important}.ds-u-xl-justify-content--between,.PlanFilters__headerActions .CCXPBase__button{justify-content:space-between!important}.ds-u-xl-justify-content--around{justify-content:space-around!important}}.CCXPBase__menu--open,.ds-u-align-items--start,.EnrolledContact,.EnrolledProcessedBy,.PlanFilters__action,.SanctionedPlanCard__summary,.SelectPharmaciesPage__addPharmacy,.StarRating,.StarRatingsSection .StarRatingListItem{align-items:flex-start!important}.CountyPicker__form,.ds-u-align-items--end,.StatePicker__input{align-items:flex-end!important}.AtoZDrugList__selectContainer,.CCXPBase__button,.CoverageWizardLandingPage,.CoverageWizardLandingPage__content,.CoverageWizardLandingPage__heroContent,.ds-c-dialog-wrap,.ds-u-align-items--center,.FilterBar__toggle,.Footer__header,.LoadingMask,.LocationEditor,.mct-c-actionsbar,.mct-c-actionsbar__link,.mct-c-coverage-selector-v2__zip-counties,.mct-c-coverage-selector__zip-counties,.mct-c-filter-chips__button,.mct-c-headerLogo,.mct-c-landing-page-hero__get-started,.mct-c-landing-page-hero__get-started--ntm,.mct-c-landing-page-main__coverage--no-login,.mct-c-landing-page-main__get-started,.mct-c-ntm-page-resource-card__button,.MedigapLandingPage,.MedigapLandingPage__content,.MedigapLandingPage__heroContent,.PaceLandingPage,.PaceLandingPage__content,.PaceLandingPage__heroContent,.Pagination__buttonContainer,.Pagination__mobileResults,.Pagination__results,.PapLandingPage,.PapLandingPage__content,.PapLandingPage__heroContent,.PharmacyCard__checkBox,.PharmacySelection__summary,.PharmacySelectionMap__marker,.planCompareCard__actionSection,.planComparisonSummary,.PlanDetailsPagePlanInfo__rightCol,.PlanFilters__headerActions,.PlanFilters__headerActions .ChangeLocation__buttonGroup,.SearchResults__footer,.SearchResults__rightactions,.SearchResults__tellMeMore,.SearchResults__totalAndSortContainer,.SelectPharmaciesPage__distanceFilter,.SpapLandingPage,.SpapLandingPage__content,.SpapLandingPage__heroContent,.StarRatingsSection .StarRatingExpandableRow__toggle,.StarRatingsSection .StarRatingRow,.StickyNav__list li a,.StickyNav__mobile_toggle,.StickyTray__buttonContainer,.StickyTray__heading,.StickyTray__list_item,.StickyTray__planCompareButtonContainer,.Tooltip__header,.YearOverYear__navigation,.YearOverYear__navigation li{align-items:center!important}.ds-u-align-items--baseline,.FilterBar__filters,.MedigapPlanCard__info,.PlanCard__info_group,.PlanCard__info_group__otherCosts{align-items:baseline!important}.AddPrescription__actions,.ds-u-align-items--stretch,.mct-c-ntm-page-resource-card{align-items:stretch!important}@media(min-width:544px){.ds-u-sm-align-items--start{align-items:flex-start!important}.ds-u-sm-align-items--end{align-items:flex-end!important}.ds-u-sm-align-items--center{align-items:center!important}.ds-u-sm-align-items--baseline{align-items:baseline!important}.ds-u-sm-align-items--stretch{align-items:stretch!important}}@media(min-width:768px){.ds-u-md-align-items--start{align-items:flex-start!important}.ds-u-md-align-items--end,.PlanDetailsPagePlanContact__leftCol,.PlanDetailsPagePlanContact__rightCol{align-items:flex-end!important}.ds-u-md-align-items--center,.SanctionedPlansHeading{align-items:center!important}.ds-u-md-align-items--baseline{align-items:baseline!important}.ds-u-md-align-items--stretch{align-items:stretch!important}}@media(min-width:1024px){.ds-u-lg-align-items--start{align-items:flex-start!important}.ds-u-lg-align-items--end{align-items:flex-end!important}.ds-u-lg-align-items--center,.LoggedOutFooter__actions,.SelectPharmaciesPage__addPharmacy,.sortSelector__container{align-items:center!important}.ds-u-lg-align-items--baseline{align-items:baseline!important}.ds-u-lg-align-items--stretch{align-items:stretch!important}}@media(min-width:1280px){.ds-u-xl-align-items--start{align-items:flex-start!important}.ds-u-xl-align-items--end{align-items:flex-end!important}.ds-u-xl-align-items--center{align-items:center!important}.ds-u-xl-align-items--baseline{align-items:baseline!important}.ds-u-xl-align-items--stretch{align-items:stretch!important}}.ds-u-flex-wrap--nowrap,.mct-c-ntm-page-find-plans-now-card,.mct-c-ntm-page-resource-card{flex-wrap:nowrap!important}.AccuratePriceContainer__body,.CountyPicker__form,.ds-u-flex-wrap--wrap,.FilterBar__filters,.mct-c-coverage-selector-v2__zip-counties,.mct-c-coverage-selector__zip-counties,.MedigapPlanCard,.MedigapPolicyCard,.PlanCard__body>div,.PlanCard__info_group,.PlanCard__info_group__otherCosts,.PlanFilters__header,.PlanFilters__headerActions,.SearchResults__footer,.StarRating,.StarRatingsSection .StarRatingRow,.StatePicker__input{flex-wrap:wrap!important}.ds-u-flex-wrap--reverse{flex-wrap:wrap-reverse!important}@media(min-width:544px){.ds-u-sm-flex-wrap--nowrap{flex-wrap:nowrap!important}.ds-u-sm-flex-wrap--wrap{flex-wrap:wrap!important}.ds-u-sm-flex-wrap--reverse{flex-wrap:wrap-reverse!important}}@media(min-width:768px){.AccuratePriceContainer__body,.ds-u-md-flex-wrap--nowrap{flex-wrap:nowrap!important}.ds-u-md-flex-wrap--wrap{flex-wrap:wrap!important}.ds-u-md-flex-wrap--reverse{flex-wrap:wrap-reverse!important}}@media(min-width:1024px){.ds-u-lg-flex-wrap--nowrap{flex-wrap:nowrap!important}.ds-u-lg-flex-wrap--wrap{flex-wrap:wrap!important}.ds-u-lg-flex-wrap--reverse{flex-wrap:wrap-reverse!important}}@media(min-width:1280px){.ds-u-xl-flex-wrap--nowrap{flex-wrap:nowrap!important}.ds-u-xl-flex-wrap--wrap{flex-wrap:wrap!important}.ds-u-xl-flex-wrap--reverse{flex-wrap:wrap-reverse!important}}.ds-u-float--left{float:left!important}.ds-u-float--right{float:right!important}.ds-u-float--none{float:none!important}@media(min-width:544px){.ds-u-sm-float--left{float:left!important}.ds-u-sm-float--right{float:right!important}.ds-u-sm-float--none{float:none!important}}@media(min-width:768px){.ds-u-md-float--left{float:left!important}.ds-u-md-float--right{float:right!important}.ds-u-md-float--none{float:none!important}}@media(min-width:1024px){.ds-u-lg-float--left{float:left!important}.ds-u-lg-float--right{float:right!important}.ds-u-lg-float--none{float:none!important}}@media(min-width:1280px){.ds-u-xl-float--left{float:left!important}.ds-u-xl-float--right{float:right!important}.ds-u-xl-float--none{float:none!important}}.ds-u-clearfix:after,.ds-u-clearfix:before{content:"";display:table}.ds-u-clearfix:after{clear:both}.AtoZDrugList__results li:focus-within,.CCXPBase__button:focus,.Collapsible__trigger:focus,.ds-u-focus-visible:focus-visible,.ds-u-focus-within:focus-within,.ds-u-focus:focus{box-shadow:0 0 0 3px var(--color-focus-light),0 0 4px 6px var(--color-focus-dark);outline:3px solid #0000;outline-offset:3px;position:relative;z-index:100}.ds-u-sans,.PharmacySelectionMap__marker,.Toastify__toast{font-family:var(--font-sans)!important}.ds-u-serif{font-family:var(--font-serif)!important}.ds-u-font-size--h5,.ds-u-font-size--sm,.ds-u-font-size--small,.EnrollTransitionDialog__content,.FooterCard__name,.pagination__numberButton,.SearchResults__tellMeMore,.StarRating__explanationContainer,.StarRating__title{font-size:var(--font-size-sm)!important}#EstimatedTotalDrugAndPremiumCostTable .when_will_you_enter_the_coverage_gap__heading>span :first-child,#TestingLabsAndImagingTable .diagnostic_tests_and_procedures__heading>span :first-child,.ds-u-font-size--base,.ds-u-font-size--h5,.ds-u-font-size--md,.mct-c-benefit.mct-c-benefit--is-suppressed,.mct-c-featured-plan__status-message,.mct-c-table__caption-title,.mct-c-table__cell-title,.mct-c-table__header-title,.mct-c-table__row-title,.MedicareHelpDrawer__hint,.PacePlansPage__h1,.PapPlansPage__h1{font-size:var(--font-size-base)!important}.ds-u-font-size--h4,.ds-u-font-size--lead,.ds-u-font-size--lg,.Footer__title,.mct-c-add-pdes #add_drugs,.MedigapBenefits__HelpDrawer .MedigapTable__Table thead,.PDEPage #add_drugs,.PharmacySelectionMap__marker,.PlanCard__section_heading,.PlanCard__sub_header,.PlanComparePage__countyName--tablet{font-size:var(--font-size-lg)!important}.ds-u-font-size--h3,.ds-u-font-size--xl,.PlanDetailsSection__heading h2{font-size:var(--font-size-xl)!important}.ds-u-font-size--2xl,.ds-u-font-size--h2,.mct-c-featured-plan .mct-c-what-youll-pay__cost,.PlanCard .mct-c-benefit:not(.PlanCard .mct-c-benefit--is-suppressed):not(.PlanCard__copay),.StickyTray__heading{font-size:var(--font-size-2xl)!important}.ds-u-font-size--3xl,.ds-u-font-size--h1{font-size:var(--font-size-3xl)!important}.ds-u-font-size--4xl,.ds-u-font-size--title,.EnrollmentFormPage__header{font-size:var(--font-size-4xl)!important}.ds-u-font-size--5xl,.ds-u-font-size--display{font-size:var(--font-size-5xl)!important}@media(min-width:544px){.ds-u-sm-font-size--sm,.ds-u-sm-font-size--small{font-size:var(--font-size-sm)!important}.ds-u-sm-font-size--base,.ds-u-sm-font-size--md{font-size:var(--font-size-base)!important}.ds-u-sm-font-size--lead,.ds-u-sm-font-size--lg{font-size:var(--font-size-lg)!important}.ds-u-sm-font-size--5xl,.ds-u-sm-font-size--display{font-size:var(--font-size-5xl)!important}.ds-u-sm-font-size--4xl,.ds-u-sm-font-size--title{font-size:var(--font-size-4xl)!important}.ds-u-sm-font-size--3xl,.ds-u-sm-font-size--h1{font-size:var(--font-size-3xl)!important}.ds-u-sm-font-size--2xl,.ds-u-sm-font-size--h2{font-size:var(--font-size-2xl)!important}.ds-u-sm-font-size--h3,.ds-u-sm-font-size--xl{font-size:var(--font-size-xl)!important}.ds-u-sm-font-size--h4,.ds-u-sm-font-size--lg{font-size:var(--font-size-lg)!important}}@media(min-width:768px){.ds-u-md-font-size--sm,.ds-u-md-font-size--small{font-size:var(--font-size-sm)!important}.ds-u-md-font-size--base,.ds-u-md-font-size--md,.EnrollTransitionDialog__content{font-size:var(--font-size-base)!important}.ds-u-md-font-size--lead,.ds-u-md-font-size--lg{font-size:var(--font-size-lg)!important}.ds-u-md-font-size--5xl,.ds-u-md-font-size--display{font-size:var(--font-size-5xl)!important}.ds-u-md-font-size--4xl,.ds-u-md-font-size--title{font-size:var(--font-size-4xl)!important}.ds-u-md-font-size--3xl,.ds-u-md-font-size--h1{font-size:var(--font-size-3xl)!important}.ds-u-md-font-size--2xl,.ds-u-md-font-size--h2,.PlanDetailsSection__heading h2{font-size:var(--font-size-2xl)!important}.ds-u-md-font-size--h3,.ds-u-md-font-size--xl{font-size:var(--font-size-xl)!important}.ds-u-md-font-size--h4,.ds-u-md-font-size--lg{font-size:var(--font-size-lg)!important}}@media(min-width:1024px){.ds-u-lg-font-size--sm,.ds-u-lg-font-size--small{font-size:var(--font-size-sm)!important}.ds-u-lg-font-size--base,.ds-u-lg-font-size--md,.StickyTray__heading{font-size:var(--font-size-base)!important}.ds-u-lg-font-size--lead,.ds-u-lg-font-size--lg{font-size:var(--font-size-lg)!important}.ds-u-lg-font-size--5xl,.ds-u-lg-font-size--display{font-size:var(--font-size-5xl)!important}.ds-u-lg-font-size--4xl,.ds-u-lg-font-size--title{font-size:var(--font-size-4xl)!important}.ds-u-lg-font-size--3xl,.ds-u-lg-font-size--h1{font-size:var(--font-size-3xl)!important}.ds-u-lg-font-size--2xl,.ds-u-lg-font-size--h2{font-size:var(--font-size-2xl)!important}.ds-u-lg-font-size--h3,.ds-u-lg-font-size--xl{font-size:var(--font-size-xl)!important}.ds-u-lg-font-size--h4,.ds-u-lg-font-size--lg{font-size:var(--font-size-lg)!important}}@media(min-width:1280px){.ds-u-xl-font-size--sm,.ds-u-xl-font-size--small{font-size:var(--font-size-sm)!important}.ds-u-xl-font-size--base,.ds-u-xl-font-size--md{font-size:var(--font-size-base)!important}.ds-u-xl-font-size--lead,.ds-u-xl-font-size--lg{font-size:var(--font-size-lg)!important}.ds-u-xl-font-size--5xl,.ds-u-xl-font-size--display{font-size:var(--font-size-5xl)!important}.ds-u-xl-font-size--4xl,.ds-u-xl-font-size--title{font-size:var(--font-size-4xl)!important}.ds-u-xl-font-size--3xl,.ds-u-xl-font-size--h1{font-size:var(--font-size-3xl)!important}.ds-u-xl-font-size--2xl,.ds-u-xl-font-size--h2{font-size:var(--font-size-2xl)!important}.ds-u-xl-font-size--h3,.ds-u-xl-font-size--xl{font-size:var(--font-size-xl)!important}.ds-u-xl-font-size--h4,.ds-u-xl-font-size--lg{font-size:var(--font-size-lg)!important}}.ds-u-font-style--normal{font-style:normal!important}.ds-u-font-style--italic{font-style:italic!important}.AtoZDrugList__selectLabel,.ds-u-font-weight--normal,.EnrollmentFormPage table tfoot td,.FilterBar__heading,.m-c-navbar--inverse .m-c-navbar__productName,.m-c-navigationMenu__item a,.mct-c-featured-plan__status-message--secondary,.mct-c-summary-page-drug-card-header__is-generic,.mct-c-summary-page-plan-card__plan-header,.mct-c-table-caption,.mct-c-table__caption,.mct-c-table__header,.MedicareHelpDrawer__hint,.PacePlanCard__programName,.PapPlanCard__programName,.PapPlansPage__h1,.PharmacySelectionMap__marker,.PrintButton{font-weight:var(--font-weight-normal)!important}.BeneMenu__InnerName,.ds-u-font-weight--semibold,.EnrollmentFormPage__checkbox>label,.mct-c-coverage-selector-v2__plan-type-sub-heading,.mct-c-coverage-selector-v2__plan-type-sub-heading .mct-c-coverage-selector-v2__plan-type-sub-heading-aria,.mct-c-summary-page-navigation--variation-b li a,.mct-c-summary-page-navigation--variation-c li a,.mct-c-table__caption-title,.MedigapBenefits__HelpDrawer .MedigapTable__Table thead th,.OriginalMedicareStarRatingsTable th,.PacePlansPage__h1,.Pagination__pageButton--active,.PlanCard .mct-c-benefit:not(.PlanCard .mct-c-benefit--is-suppressed):not(.PlanCard__copay),.PlanCard__current_plan_banner,.PlanDetailsPagePlanInfo__label,.SanctionedPlanCard__heading,.SanctionedPlanCard__phoneNumber,.SanctionedPlanCard__planName,.ShowingTotalSanctioned,.StickyNav__list li a.active,.StickyNav__mobile_toggle,.ViewPrescriptions__prescriptionCardLabel,.ViewPrescriptions__prescriptionName{font-weight:var(--font-weight-semibold)!important}#EstimatedTotalDrugAndPremiumCostTable .when_will_you_enter_the_coverage_gap__heading>span :first-child,#TestingLabsAndImagingTable .diagnostic_tests_and_procedures__heading>span :first-child,.DrugCosts__label,.ds-u-font-weight--bold,.EnrolledContact__heading,.mct-c-benefit.mct-c-benefit--is-suppressed,.mct-c-dl__term,.mct-c-dl__term:after,.mct-c-featured-plan__status-message--primary,.mct-c-insulin-drug-coachmark .mct-c-alert-message__combined-title,.mct-c-summary-page-navigation__what-to-do-next,.mct-c-table__header-title,.mct-c-what-youll-pay__cost,.PlanComparePage__countyName--mobileDesktop,.PlanComparePage__countyName--tablet,.PlanComparePage__currentPlanBanner,.StarRatingsSection__heading,.StickyTrayListItem__name,strong,strong .Tooltip__trigger{font-weight:var(--font-weight-bold)!important}.ds-l-container{margin-left:auto;margin-right:auto;max-width:var(--site-max-width);padding-left:calc(var(--grid-gutter-width)*.5);padding-right:calc(var(--grid-gutter-width)*.5)}@media(min-width:544px){.ds-l-container{padding-left:var(--grid-gutter-width);padding-right:var(--grid-gutter-width)}}.AccuratePriceContainer,.DrugItem,.ds-l-form-row,.ds-l-row,.headerRow,.mct-c-actionsbar,.MedigapPlanCard__body,.MedigapPolicyCard__body,.PSContainer{display:flex;flex-wrap:wrap}.AccuratePriceContainer,.DrugItem,.ds-l-row,.headerRow,.mct-c-actionsbar,.MedigapPlanCard__body,.MedigapPolicyCard__body,.PSContainer{margin-left:calc(var(--grid-gutter-width)*-.5);margin-right:calc(var(--grid-gutter-width)*-.5)}.ds-l-form-row{margin-left:calc(var(--grid-form-gutter-width)*-.5);margin-right:calc(var(--grid-form-gutter-width)*-.5)}.AccuratePriceContainer__action,.AccuratePriceContainer__body,.AccuratePriceContainer__heading,.DrugItem__mark,.ds-l-col,.ds-l-col--1,.ds-l-col--2,.ds-l-col--3,.ds-l-col--4,.ds-l-col--5,.ds-l-col--6,.ds-l-col--7,.ds-l-col--8,.ds-l-col--9,.ds-l-col--10,.ds-l-col--11,.ds-l-col--12,.ds-l-col--auto,.ds-l-lg-col,.ds-l-lg-col--1,.ds-l-lg-col--2,.ds-l-lg-col--3,.ds-l-lg-col--4,.ds-l-lg-col--5,.ds-l-lg-col--6,.ds-l-lg-col--7,.ds-l-lg-col--8,.ds-l-lg-col--9,.ds-l-lg-col--10,.ds-l-lg-col--11,.ds-l-lg-col--12,.ds-l-lg-col--auto,.ds-l-md-col,.ds-l-md-col--1,.ds-l-md-col--2,.ds-l-md-col--3,.ds-l-md-col--4,.ds-l-md-col--5,.ds-l-md-col--6,.ds-l-md-col--7,.ds-l-md-col--8,.ds-l-md-col--9,.ds-l-md-col--10,.ds-l-md-col--11,.ds-l-md-col--12,.ds-l-md-col--auto,.ds-l-sm-col,.ds-l-sm-col--1,.ds-l-sm-col--2,.ds-l-sm-col--3,.ds-l-sm-col--4,.ds-l-sm-col--5,.ds-l-sm-col--6,.ds-l-sm-col--7,.ds-l-sm-col--8,.ds-l-sm-col--9,.ds-l-sm-col--10,.ds-l-sm-col--11,.ds-l-sm-col--12,.ds-l-sm-col--auto,.ds-l-xl-col,.ds-l-xl-col--1,.ds-l-xl-col--2,.ds-l-xl-col--3,.ds-l-xl-col--4,.ds-l-xl-col--5,.ds-l-xl-col--6,.ds-l-xl-col--7,.ds-l-xl-col--8,.ds-l-xl-col--9,.ds-l-xl-col--10,.ds-l-xl-col--11,.ds-l-xl-col--12,.ds-l-xl-col--auto,.m-c-navigationMenu__container,.mct-c-actionsbar--no-extra-content .mct-c-actionsbar__back,.mct-c-actionsbar__back,.mct-c-actionsbar__content,.mct-c-actionsbar__print,.MedigapPlanCard__divider,.MedigapPlanCard__section_column,.MedigapPlanCard__section_column--left,.MedigapPlanCard__section_column--middle,.MedigapPlanCard__section_column--right,.MedigapPolicyCard__divider,.MedigapPolicyCard__section_column,.MedigapPolicyCard__section_column--left,.MedigapPolicyCard__section_column--middle,.MedigapPolicyCard__section_column--right,.PacePlanCard__cardColumn,.PSContainer__left,.PSContainer__right,.SanctionedPlanCard__content,.SanctionedPlanCard__summary,.SearchResults__footer,.SearchResults__totalResults,.sortSelector__container{box-sizing:border-box;min-height:1px;min-width:0;padding-left:calc(var(--grid-gutter-width)*.5);padding-right:calc(var(--grid-gutter-width)*.5);width:100%}.ds-l-col,.mct-c-actionsbar__back,.mct-c-actionsbar__content,.PSContainer__right,.SearchResults__footer,.SearchResults__totalResults{-ms-flex-preferred-size:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-basis:0;flex-grow:1;max-width:100%}.ds-l-col--auto,.mct-c-actionsbar__print{flex:0 0 auto;max-width:none;width:auto}.DrugItem__mark,.ds-l-col--1,.MedigapPlanCard__divider,.MedigapPolicyCard__divider{flex:0 0 8.3333333333%;max-width:8.3333333333%}.ds-l-col--2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.ds-l-col--3{flex:0 0 25%;max-width:25%}.ds-l-col--4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.ds-l-col--5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.ds-l-col--6{flex:0 0 50%;max-width:50%}.ds-l-col--7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.ds-l-col--8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.ds-l-col--9{flex:0 0 75%;max-width:75%}.ds-l-col--10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.ds-l-col--11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.AccuratePriceContainer__action,.AccuratePriceContainer__body,.AccuratePriceContainer__heading,.ds-l-col--12,.MedigapPlanCard__section_column,.MedigapPolicyCard__section_column,.PacePlanCard__cardColumn,.PSContainer__left{flex:0 0 100%;max-width:100%}@media(min-width:544px){.ds-l-sm-col{-ms-flex-preferred-size:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-basis:0;flex-grow:1;max-width:100%}.ds-l-sm-col--auto{flex:0 0 auto;max-width:none;width:auto}.ds-l-sm-col--1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.ds-l-sm-col--2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.ds-l-sm-col--3{flex:0 0 25%;max-width:25%}.ds-l-sm-col--4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.ds-l-sm-col--5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.ds-l-sm-col--6{flex:0 0 50%;max-width:50%}.ds-l-sm-col--7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.ds-l-sm-col--8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.ds-l-sm-col--9{flex:0 0 75%;max-width:75%}.ds-l-sm-col--10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.ds-l-sm-col--11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.ds-l-sm-col--12,.m-c-navigationMenu__container{flex:0 0 100%;max-width:100%}}@media(min-width:768px){.ds-l-md-col{-ms-flex-preferred-size:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-basis:0;flex-grow:1;max-width:100%}.ds-l-md-col--auto{flex:0 0 auto;max-width:none;width:auto}.ds-l-md-col--1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.ds-l-md-col--2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.ds-l-md-col--3{flex:0 0 25%;max-width:25%}.ds-l-md-col--4,.mct-c-actionsbar__back,.mct-c-actionsbar__content,.mct-c-actionsbar__print{flex:0 0 33.3333333333%;max-width:33.3333333333%}.ds-l-md-col--5,.PacePlanCard__cardColumn,.SanctionedPlanCard__summary{flex:0 0 41.6666666667%;max-width:41.6666666667%}.ds-l-md-col--6{flex:0 0 50%;max-width:50%}.ds-l-md-col--7,.SanctionedPlanCard__content{flex:0 0 58.3333333333%;max-width:58.3333333333%}.ds-l-md-col--8,.mct-c-actionsbar--no-extra-content .mct-c-actionsbar__back{flex:0 0 66.6666666667%;max-width:66.6666666667%}.ds-l-md-col--9{flex:0 0 75%;max-width:75%}.ds-l-md-col--10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.ds-l-md-col--11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.ds-l-md-col--12{flex:0 0 100%;max-width:100%}}@media(min-width:1024px){.ds-l-lg-col{-ms-flex-preferred-size:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-basis:0;flex-grow:1;max-width:100%}.ds-l-lg-col--auto{flex:0 0 auto;max-width:none;width:auto}.ds-l-lg-col--1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.ds-l-lg-col--2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.AccuratePriceContainer__action,.AccuratePriceContainer__heading,.ds-l-lg-col--3,.MedigapPlanCard__section_column--middle,.MedigapPlanCard__section_column--right,.MedigapPolicyCard__section_column--middle,.MedigapPolicyCard__section_column--right{flex:0 0 25%;max-width:25%}.ds-l-lg-col--4,.MedigapPlanCard__section_column--left,.MedigapPolicyCard__section_column--left{flex:0 0 33.3333333333%;max-width:33.3333333333%}.ds-l-lg-col--5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.AccuratePriceContainer__body,.ds-l-lg-col--6,.sortSelector__container{flex:0 0 50%;max-width:50%}.ds-l-lg-col--7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.ds-l-lg-col--8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.ds-l-lg-col--9{flex:0 0 75%;max-width:75%}.ds-l-lg-col--10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.ds-l-lg-col--11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.ds-l-lg-col--12{flex:0 0 100%;max-width:100%}}@media(min-width:1280px){.ds-l-xl-col{-ms-flex-preferred-size:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-basis:0;flex-grow:1;max-width:100%}.ds-l-xl-col--auto{flex:0 0 auto;max-width:none;width:auto}.ds-l-xl-col--1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.ds-l-xl-col--2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.ds-l-xl-col--3{flex:0 0 25%;max-width:25%}.ds-l-xl-col--4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.ds-l-xl-col--5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.ds-l-xl-col--6{flex:0 0 50%;max-width:50%}.ds-l-xl-col--7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.ds-l-xl-col--8,.PSContainer__left{flex:0 0 66.6666666667%;max-width:66.6666666667%}.ds-l-xl-col--9{flex:0 0 75%;max-width:75%}.ds-l-xl-col--10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.ds-l-xl-col--11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.ds-l-xl-col--12{flex:0 0 100%;max-width:100%}}.ds-l-form-row>.ds-l-col,.ds-l-form-row>.mct-c-actionsbar__back,.ds-l-form-row>.mct-c-actionsbar__content,.ds-l-form-row>.PSContainer__right,.ds-l-form-row>.SearchResults__footer,.ds-l-form-row>.SearchResults__totalResults,.ds-l-form-row>[class*=-col-]{padding-left:calc(var(--grid-form-gutter-width)*.5);padding-right:calc(var(--grid-form-gutter-width)*.5)}.ds-c-alert__heading,.ds-u-leading--base,.mct-c-benefit.mct-c-benefit--is-suppressed{line-height:var(--font-line-height-base)!important}.ds-u-leading--lead{line-height:var(--font-line-height-lead)!important}.ds-u-leading--heading,.mct-c-featured-plan__status-message{line-height:var(--font-line-height-heading)!important}.ds-u-leading--reset{line-height:var(--font-line-height-reset)!important}.appPage,.BeneMenu__Title,.CircledNumber,.CoverageWizardInfoPage__changeSelection,.ds-u-margin--0,.EnrollmentFormPage__reviewBox ul li p,.Footnotes,.mct-c-featured-plan__header,.mct-c-summary-page-navigation__what-to-do-next,.mct-c-summary-page-navigation ul,.mct-c-summary-page__ntm-alert .ds-c-alert__body,.MedigapLandingPage__content__heading,.MedigapLandingPage__item,.MedigapPlanCard__header p,.MedigapPlans__sortSelectLabel,.PacePlansPage__h1,.PapPlansPage__h1,.PharmacySelection__summary__text,.PlanCard__info_group p,.planCompare__cell,.planCompareCard p,.PlanComparePage__countyName--mobileDesktop,.PlanComparePage__countyName--tablet,.PlanComparePage__enrollDialog p,.PlanComparePage__planRadioInput input[type=radio],.PlanDetailsPagePlanContact__leftColCell,.PlanDetailsPagePlanContact__rightCol,.PlanDetailsSection__heading,.SelectPharmaciesPage__desc,.SelectPharmaciesPage__distanceDropdown label,.SelectPharmaciesPage__pharmaciesOption label,.SpapPlansPage h1,.StarRatingsSection .PlanDetailsSection__heading h2,.StarRatingsSection .StarRatingExpandableRow__toggle,.StarRatingsSection .StarRatingList,.StarRatingsSection__expandAll,.ViewPrescriptions__prescriptionCardLabel,.ViewPrescriptions__prescriptionCardText,.ViewPrescriptions__prescriptionDetail,.ViewPrescriptions__prescriptionName{margin:0!important}.AccuratePriceContainer__inline_label,.AtoZDrugList__selectLabel,.CCXPBase__label,.ds-u-margin-top--0,.EnrollmentFormPage__stepsText,.infoItem .ds-text-body--md,.infoItem .PacePlansPage__h1,.infoItem .PapPlansPage__h1,.LocationEditor .CountyPicker__autocomplete,.mct-c-featured-plan__status-message,.mct-c-what-youll-pay__feature,.MedigapLandingPage__list,.MedigapPlanCard__header h2,.PlanCard__line_items>:not(:last-child),.PlanFilters__action__label,.YearOverYear__navigation{margin-top:0!important}.AccuratePriceContainer__body>:not(:last-child),.ds-u-margin-right--0,.infoItem--1-of-3:last-of-type,.mct-c-featured-plan .mct-c-summary-page-bedap-alert,.mct-c-featured-plan .mct-c-summary-page-plan-card--find-plans,.mct-c-summary-page-navigation ul li,.StickyTray__list_item:not(:last-child),.Tooltip__trigger.ds-c-tooltip__trigger-link{margin-right:0!important}#EstimatedTotalDrugAndPremiumCostTable .when_will_you_enter_the_coverage_gap__heading>span :first-child,#TestingLabsAndImagingTable .diagnostic_tests_and_procedures__heading>span :first-child,.CoverageWizardLandingPage__card .ContinueSection,.ds-u-margin-bottom--0,.FilterBar__toggleContainer,.mct-c-featured-plan .mct-c-what-youll-pay__feature--single-feature,.mct-c-help-drawer p:last-child,.mct-c-table-caption,.mct-c-table__caption,.mct-c-table__caption-title,.mct-c-table__cell-title,.mct-c-table__header-title,.mct-c-table__row-title,.MedigapPlanCard__actions>div>:not(:last-child),.MobileMenuBeneInfo hr:last-child,.PaceLandingPage__card .ContinueSection,.PapLandingPage__card .ContinueSection,.PlanCard__benefits li,.PlanCard__header,.planCompareCard__deductibleSection__label:last-child,.planCompareCard__deductibleSection__label:last-of-type,.planCompareCard__premiumSection__label:last-of-type,.SpapLandingPage__card .ContinueSection,.StarRatingsSection .StarRatingExpandableRow__toggle__green .StarRatingsSection__heading,.StatePicker .Tooltip__header button,.Tooltip__header .CountyPicker__submit,.Tooltip__header .CoverageWizardLandingPage__heroSubheader,.Tooltip__header .ds-text-heading--lg,.Tooltip__header .mct-c-landing-page-main__heading,.Tooltip__header .mct-c-login-form__heading,.Tooltip__header .mct-c-summary-page-drug-card-header,.Tooltip__header .MedigapLandingPage__heroSubheader,.Tooltip__header .planCompareCard__deductibleSection__label,.Tooltip__header .planCompareCard__detailsHeader,.Tooltip__header .planCompareCard__premiumSection__label,.Tooltip__header .SanctionedPlanCard__heading,.Tooltip__header .StatePicker button,.Tooltip__header .ViewPrescriptions__prescriptionCardLabel,.Tooltip__header h4{margin-bottom:0!important}.ds-u-margin-left--0,.ds-u-margin-x--0,.mct-c-dl__def,.mct-c-summary-page-plan-card-medigap__dates-effective-date,.PharmacySelectionFooter .StickyTray__list,.PSContainer__right{margin-left:0!important}.ds-u-margin-x--0,.PSContainer__right{margin-right:0!important}.CoverageWizardLandingPage__heroHeader,.ds-u-margin-y--0,.mct-c-header__action,.MedigapLandingPage__heroHeader,.PaceLandingPage__heroHeader,.PapLandingPage__heroHeader,.PharmacySelection__list,.PlanCard__actions .mct-c-enroll-button-form__text,.SanctionedPlanCard__planName,.SpapLandingPage__heroHeader,.StickyTray__list.closed{margin-bottom:0!important;margin-top:0!important}.ds-u-margin--05{margin:4px!important}.ds-u-margin-top--05{margin-top:4px!important}.ds-u-margin-right--05,.mct-c-badge__icon--left{margin-right:4px!important}.ds-u-margin-bottom--05{margin-bottom:4px!important}.ds-u-margin-left--05,.ds-u-margin-x--05,.mct-c-badge__icon--right{margin-left:4px!important}.ds-u-margin-x--05{margin-right:4px!important}.ds-u-margin-y--05,.mct-c-coverage-selector-v2__plantype .CCXPBase__button,.mct-c-coverage-selector__plantype .CCXPBase__button{margin-bottom:4px!important;margin-top:4px!important}.ds-u-margin--1{margin:8px!important}.CoverageWizardLandingPage__card .ContinueSection,.ds-u-margin-top--1,.EnrollTransitionDialog ul,.mct-c-ntm-page-resources,.MedigapPlans h1,.PaceLandingPage__card .ContinueSection,.PapLandingPage__card .ContinueSection,.planCompareCard__actionSection button,.PlanDetailsPagePlanContact,.SelectStateModal aside,.SpapLandingPage__card .ContinueSection,.StateChoiceList{margin-top:8px!important}.CountyPicker__input,.ds-u-margin-right--1,.EnrollmentFormPage__step:not(:last-child),.FilterBar__heading,.PlanCard__info_group>:first-child,.PlanCard__info_group__otherCosts>:first-child,.StarRating__title,.StatePicker .ds-c-field--statePicker,.Tooltip__trigger{margin-right:8px!important}.ds-u-margin-bottom--1,.EnrollmentFormPage__agreementList li:not(:last-child),.EnrollmentFormPage__expandButton,.Footnotes .Footnote__dd:not(:last-child),.mct-c-featured-plan__status-message--primary,.mct-c-summary-page-plan-card-medigap__header,.MedigapLandingPage__item__listNumber,.MedigapPlanCard__benefit,.MedigapPlanCard__line_item:not(:last-child),.PharmacyCard__content__name,.PlanCard__info_group,.PlanCard__info_group__otherCosts,.PlanCard__line_items>:not(:last-child),.PlanCard__section_heading,.SearchResults__totalAndSortContainer,.SelectPharmaciesPage__alertMessage,.StarRatingsSection__heading,.Tooltip__header{margin-bottom:8px!important}.CoverageWizardInfoPage__changeSelection,.CoverageWizardInfoPage__coverageIncludesList li span:nth-child(2),.ds-u-margin-left--1,.ds-u-margin-x--1,.Footer__header,.Footer__infoCard,.FooterCard,.LoggedOutFooter__createLink,.PharmacySelection__map,.planCompare__checkItem label,.ScrollTable__MobileHelp img,.StarRatingsSection .OriginalMedicareStarRatingsToggle{margin-left:8px!important}.ds-u-margin-x--1,.ScrollTable__MobileHelp img{margin-right:8px!important}.DrugSearchPreferencePage__enterZip .ds-c-label,.ds-u-margin-y--1,.mct-c-personal-info__race-ethnicity .ds-c-field__hint,.PlanCard__actions,.PlanCard__more_info_trigger,.PlanDetailsPagePlanInfo,.PlanPreferencePage__enterZip .ds-c-label,.SanctionedPlanCard__phoneNumber{margin-bottom:8px!important;margin-top:8px!important}.ds-u-margin--2{margin:16px!important}.AccuratePriceContainer__action,.DrugAutocomplete__browseDrugsLink,.ds-u-margin-top--2,.EnrolledContact__printButton,.EnrollmentFormPage .SelectStateModal fieldset,.EnrollTransitionDialog__medigap,.mct-c-filter-chips,.mct-c-summary-page-navigation__what-to-do-next--variation-c,.MedigapLandingPage__content__heading,.MedigapLandingPage__item__listNumber,.MedigapPlanDetails__viewPoliciesButton,.PapPlanCard__contact div:nth-child(3),.PapPlanCard__contact div:nth-child(4),.planCompareCard__deductibleSection,.planCompareCard__premiumSection,.PlanComparePage__enrollDialog,.PlanComparePage__planDetailsBtn,.SelectPharmaciesPage__addPharmacy,.SelectStateModal .ds-c-fieldset,.SelectStateModal .EnrollmentFormPage fieldset,.YearOverYear__nextStepExploreButton{margin-top:16px!important}.AccuratePriceContainer__inline_label>:not(legend),.AtoZDrugList__selectLabel,.ds-u-margin-right--2,.EditPrescription__cancelButton,.Footer__infoCard,.FooterCard,.FooterCard__name,.FooterToggle,.MedigapPlanCard__actions>div>:not(:last-child),.MedigapPlans__sortSelectLabel,.PharmacyCard__checkBox{margin-right:16px!important}.AccuratePriceContainer__body>:not(:last-child),.CoverageWizardInfoPage__coverageIncludes,.CoverageWizardOptionsPage__card,.ds-u-margin-bottom--2,.Enrolled__list li,.EnrolledContact address,.EnrollTransitionDialog__cancelButton,.EnrollTransitionDialog__content,.FilterBar .Filter,.FilterBar__filters:only-child,.LoggedOutFooter__login,.mct-c-actionsbar,.mct-c-featured-plan .mct-c-what-youll-pay__feature-label--single-feature,.mct-c-help-drawer li,.mct-c-login-form__heading,.mct-c-summary-page-navigation__what-to-do-next,.mct-c-summary-page-navigation ul li,.mct-c-what-youll-pay__feature,.MedigapLandingPage__item__itemContent>strong,.PacePlanCard__mobileOfficeHoursBox_trigger,.PharmacyCard,.PharmacySelection__summary,.PlanCard,.planCompareCard__deductibleSection__label,.planCompareCard__deductibleSection__subSection,.planCompareCard__premiumSection__label,.PlanComparePage__planRadioInput:not(:last-child),.PSContainer__right,.SanctionedPlanCard,.ShowingTotalSanctioned,.ViewPrescriptions__prescriptionCard{margin-bottom:16px!important}.appPage__content,.AtoZDrugList__total,.CoverageWizardLandingPage__content,.CoverageWizardLandingPage__heroHeader,.CoverageWizardLandingPage__heroSubheader,.CoverageWizardOptionsPage__banner,.ds-u-margin-left--2,.ds-u-margin-x--2,.EnrollmentFormPage__content,.mct-p-plan-details .mct-c-what-youll-pay__contents,.MedigapLandingPage__content,.MedigapLandingPage__heroHeader,.MedigapLandingPage__heroSubheader,.PaceLandingPage__heroHeader,.PapLandingPage__heroHeader,.PharmacyCard__content,.ScrollTable__MobileHelp .ScrollTable__MobileViewMore,.SelectPharmaciesPage__alertMessage,.SpapLandingPage__heroHeader,.StickyNav__list{margin-left:16px!important}.appPage__content,.AtoZDrugList__total,.CoverageWizardLandingPage__content,.CoverageWizardLandingPage__heroHeader,.CoverageWizardLandingPage__heroSubheader,.ds-u-margin-x--2,.EnrollmentFormPage__content,.mct-p-plan-details .mct-c-what-youll-pay__contents,.MedigapLandingPage__content,.MedigapLandingPage__heroHeader,.MedigapLandingPage__heroSubheader,.PaceLandingPage__heroHeader,.PapLandingPage__heroHeader,.PharmacyCard__content,.SelectPharmaciesPage__alertMessage,.SpapLandingPage__heroHeader,.StickyNav__list{margin-right:16px!important}.CostByTier__changeButton,.CoverageSelection .ds-c-alert,.DrugCosts__list,.DrugSearchPreferencePage .ds-c-alert,.ds-u-margin-y--2,.EnrolledDetails li,.headerRow,.infoItem,.MedigapLandingPage__link,.PlanFilters__noPlansWarning,.PlanPreferencePage .ds-c-alert,.ScrollTable__MobileHelp{margin-bottom:16px!important;margin-top:16px!important}.ds-u-margin--3{margin:24px!important}.CoverageWizardInfoPage__coverageInfo,.ds-u-margin-top--3,.EnrolledContact,.EnrollmentFormPage__reviewBox,.mct-c-actionsbar,.mct-c-personal-info__race-ethnicity,.mct-c-summary-page-pharmacy-cards-container__pharmacy-network-label-help-drawer-toggle,.MedigapPolicyCard__company_field,.SelectPharmaciesPage__alertMessage,.StickyTray__list,.ViewPrescriptions__linkButton{margin-top:24px!important}.ds-u-margin-right--3,.infoItem--1-of-3,.PlanComparePage__planHeaderPlanName{margin-right:24px!important}.CoverageWizardInfoPage__coverageInfo,.ds-u-margin-bottom--3,.EnrollmentFormPage__backButton,.MedigapLandingPage__item,.MedigapPlanCard__section_column,.MedigapPlanCard__section_column--middle>section:not(:last-child),.MedigapPlanDetails__sectionTitle,.MedigapPlanDetails__tableRow,.MedigapPlanDetails__tableTitle,.MedigapPolicyCard__section_column,.PharmacyCard__content__address,.PlanCard__section,.PlanDetailsPagePlanContact,.PlanFilters__headerActions,.SanctionedPlansHeading,.sortSelector__container,.StickyTray__list_item:not(:last-child){margin-bottom:24px!important}.ds-u-margin-left--3,.ds-u-margin-x--3,.mct-c-what-youll-pay__feature-value,.YearOverYear__nextSteps{margin-left:24px!important}.ds-u-margin-x--3,.YearOverYear__nextSteps{margin-right:24px!important}.ds-u-margin-y--3,.EditPrescription__footer,.mct-c-personal-info__race-ethnicity .ds-c-choice-wrapper{margin-bottom:24px!important;margin-top:24px!important}.ds-u-margin--4{margin:32px!important}.ds-u-margin-top--4,.EnrollmentFormPage section:not(:first-of-type),.LoggedOutFooter__actions,.mct-c-featured-plan .mct-c-summary-page-plan-card--find-plans,.SanctionedPlansHeading,.SelectPharmaciesPage__resultsContainer{margin-top:32px!important}.beneInfo__container--1-of-2:first-of-type,.CoverageWizardInfoPage__coverageIncludes,.ds-u-margin-right--4,.LoggedOutFooter__login,.YearOverYear__navigation li{margin-right:32px!important}.CoverageWizardLandingPage__card:first-child,.ds-u-margin-bottom--4,.EnrollmentFormPage section:not(:last-of-type),.MedigapLandingPage__card:first-child,.MedigapLandingPage__content__heading,.MedigapPlanCard,.MedigapPlanDetails__header,.MedigapPolicyCard,.PaceLandingPage__card:first-child,.PapLandingPage__card:first-child,.SpapLandingPage__card:first-child,.StickyTray__list,.StickyTray__mobileOpenButton{margin-bottom:32px!important}.ds-u-margin-left--4,.ds-u-margin-x--4{margin-left:32px!important}.ds-u-margin-x--4{margin-right:32px!important}.ds-u-margin-y--4,.mct-c-divider{margin-bottom:32px!important;margin-top:32px!important}.ds-u-margin--5{margin:40px!important}.ds-u-margin-top--5,.EnrollmentFormPage__buttons{margin-top:40px!important}.ds-u-margin-right--5{margin-right:40px!important}.ds-u-margin-bottom--5,.mct-c-landing-page-hero__header-group--ntm{margin-bottom:40px!important}.ds-u-margin-left--5,.ds-u-margin-x--5,.SelectPharmaciesPage__addPharmacy{margin-left:40px!important}.ds-u-margin-x--5{margin-right:40px!important}.ContinueSection,.ds-u-margin-y--5,.HasMedicareNumber,.ViewMedigapPolicies{margin-bottom:40px!important;margin-top:40px!important}.ds-u-margin--6{margin:48px!important}.AddPrescription__actions,.DrugAutocomplete__actions,.DrugSearchPreferencePage__enterZip,.ds-u-margin-top--6,.PlanPreferencePage__enterZip{margin-top:48px!important}.ds-u-margin-right--6{margin-right:48px!important}.ds-u-margin-bottom--6,.MedigapChangeLocation__link>button{margin-bottom:48px!important}.ds-u-margin-left--6,.ds-u-margin-x--6,.SanctionedPlansHeading{margin-left:48px!important}.ds-u-margin-x--6,.SanctionedPlansHeading{margin-right:48px!important}.ds-u-margin-y--6,.ViewPrescriptions__footer{margin-bottom:48px!important;margin-top:48px!important}.ds-u-margin--7{margin:56px!important}.ds-u-margin-top--7,.EnrolledProcessedBy,.SelectPharmaciesPage__mobileFilterActions{margin-top:56px!important}.ds-u-margin-right--7{margin-right:56px!important}.CoverageWizardInfoPage__options,.ds-u-margin-bottom--7,.PlanDetailsSection{margin-bottom:56px!important}.ds-u-margin-left--7,.ds-u-margin-x--7{margin-left:56px!important}.ds-u-margin-x--7{margin-right:56px!important}.ds-u-margin-y--7{margin-bottom:56px!important;margin-top:56px!important}.ds-u-margin--auto{margin:auto!important}.ds-u-margin-top--auto{margin-top:auto!important}.ds-u-margin-right--auto{margin-right:auto!important}.ds-u-margin-bottom--auto{margin-bottom:auto!important}.ds-u-margin-left--auto,.ds-u-margin-x--auto{margin-left:auto!important}.ds-u-margin-x--auto{margin-right:auto!important}.ds-u-margin-y--auto{margin-bottom:auto!important;margin-top:auto!important}@media(min-width:544px){.ds-u-sm-margin--0{margin:0!important}.ds-u-sm-margin-top--0{margin-top:0!important}.ds-u-sm-margin-right--0,.PlanCard__flex_left{margin-right:0!important}.ds-u-sm-margin-bottom--0{margin-bottom:0!important}.ds-u-sm-margin-left--0,.ds-u-sm-margin-x--0{margin-left:0!important}.ds-u-sm-margin-x--0{margin-right:0!important}.ds-u-sm-margin-y--0{margin-bottom:0!important;margin-top:0!important}.ds-u-sm-margin--05{margin:4px!important}.ds-u-sm-margin-top--05{margin-top:4px!important}.ds-u-sm-margin-right--05{margin-right:4px!important}.ds-u-sm-margin-bottom--05{margin-bottom:4px!important}.ds-u-sm-margin-left--05,.ds-u-sm-margin-x--05{margin-left:4px!important}.ds-u-sm-margin-x--05{margin-right:4px!important}.ds-u-sm-margin-y--05{margin-bottom:4px!important;margin-top:4px!important}.ds-u-sm-margin--1{margin:8px!important}.ds-u-sm-margin-top--1{margin-top:8px!important}.ds-u-sm-margin-right--1,.FooterCard__name{margin-right:8px!important}.ds-u-sm-margin-bottom--1{margin-bottom:8px!important}.ds-u-sm-margin-left--1,.ds-u-sm-margin-x--1{margin-left:8px!important}.ds-u-sm-margin-x--1{margin-right:8px!important}.ds-u-sm-margin-y--1{margin-bottom:8px!important;margin-top:8px!important}.ds-u-sm-margin--2{margin:16px!important}.ds-u-sm-margin-top--2{margin-top:16px!important}.ds-u-sm-margin-right--2{margin-right:16px!important}.ds-u-sm-margin-bottom--2{margin-bottom:16px!important}.ds-u-sm-margin-left--2,.ds-u-sm-margin-x--2{margin-left:16px!important}.ds-u-sm-margin-x--2{margin-right:16px!important}.ds-u-sm-margin-y--2{margin-bottom:16px!important;margin-top:16px!important}.ds-u-sm-margin--3{margin:24px!important}.ds-u-sm-margin-top--3{margin-top:24px!important}.ds-u-sm-margin-right--3{margin-right:24px!important}.ds-u-sm-margin-bottom--3{margin-bottom:24px!important}.ds-u-sm-margin-left--3,.ds-u-sm-margin-x--3{margin-left:24px!important}.ds-u-sm-margin-x--3{margin-right:24px!important}.ds-u-sm-margin-y--3{margin-bottom:24px!important;margin-top:24px!important}.ds-u-sm-margin--4{margin:32px!important}.ds-u-sm-margin-top--4{margin-top:32px!important}.ds-u-sm-margin-right--4{margin-right:32px!important}.ds-u-sm-margin-bottom--4{margin-bottom:32px!important}.ds-u-sm-margin-left--4,.ds-u-sm-margin-x--4{margin-left:32px!important}.ds-u-sm-margin-x--4{margin-right:32px!important}.ds-u-sm-margin-y--4{margin-bottom:32px!important;margin-top:32px!important}.ds-u-sm-margin--5{margin:40px!important}.ds-u-sm-margin-top--5{margin-top:40px!important}.ds-u-sm-margin-right--5{margin-right:40px!important}.ds-u-sm-margin-bottom--5{margin-bottom:40px!important}.ds-u-sm-margin-left--5,.ds-u-sm-margin-x--5{margin-left:40px!important}.ds-u-sm-margin-x--5{margin-right:40px!important}.ds-u-sm-margin-y--5{margin-bottom:40px!important;margin-top:40px!important}.ds-u-sm-margin--6{margin:48px!important}.ds-u-sm-margin-top--6{margin-top:48px!important}.ds-u-sm-margin-right--6{margin-right:48px!important}.ds-u-sm-margin-bottom--6{margin-bottom:48px!important}.ds-u-sm-margin-left--6,.ds-u-sm-margin-x--6{margin-left:48px!important}.ds-u-sm-margin-x--6{margin-right:48px!important}.ds-u-sm-margin-y--6{margin-bottom:48px!important;margin-top:48px!important}.ds-u-sm-margin--7{margin:56px!important}.ds-u-sm-margin-top--7{margin-top:56px!important}.ds-u-sm-margin-right--7{margin-right:56px!important}.ds-u-sm-margin-bottom--7{margin-bottom:56px!important}.appPage__content,.ds-u-sm-margin-left--7,.ds-u-sm-margin-x--7,.EnrollmentFormPage__content,.mct-p-plan-details .mct-c-what-youll-pay__contents,.StickyNav__list{margin-left:56px!important}.appPage__content,.ds-u-sm-margin-x--7,.EnrollmentFormPage__content,.mct-p-plan-details .mct-c-what-youll-pay__contents,.StickyNav__list{margin-right:56px!important}.ds-u-sm-margin-y--7{margin-bottom:56px!important;margin-top:56px!important}.ds-u-sm-margin--auto{margin:auto!important}.ds-u-sm-margin-top--auto{margin-top:auto!important}.ds-u-sm-margin-right--auto{margin-right:auto!important}.ds-u-sm-margin-bottom--auto{margin-bottom:auto!important}.ds-u-sm-margin-left--auto,.ds-u-sm-margin-x--auto{margin-left:auto!important}.ds-u-sm-margin-x--auto{margin-right:auto!important}.ds-u-sm-margin-y--auto{margin-bottom:auto!important;margin-top:auto!important}}@media(min-width:768px){.ds-u-md-margin--0,.MedigapPlanDetails__header h1{margin:0!important}.ds-u-md-margin-top--0,.mct-c-featured-plan .mct-c-summary-page-plan-card--find-plans,.mct-c-filter-chips{margin-top:0!important}.AccuratePriceContainer__inline_label>:not(legend),.ds-u-md-margin-right--0{margin-right:0!important}.AccuratePriceContainer__body>:not(:last-child),.CoverageWizardOptionsPage__card,.ds-u-md-margin-bottom--0,.EnrollmentFormPage__backButton,.FilterBar__filters:only-child,.StarRatingsSection__heading{margin-bottom:0!important}.CoverageWizardOptionsPage__banner,.ds-u-md-margin-left--0,.ds-u-md-margin-x--0{margin-left:0!important}.ds-u-md-margin-x--0{margin-right:0!important}.ds-u-md-margin-y--0{margin-bottom:0!important;margin-top:0!important}.ds-u-md-margin--05{margin:4px!important}.ds-u-md-margin-top--05{margin-top:4px!important}.ds-u-md-margin-right--05{margin-right:4px!important}.ds-u-md-margin-bottom--05{margin-bottom:4px!important}.ds-u-md-margin-left--05,.ds-u-md-margin-x--05{margin-left:4px!important}.ds-u-md-margin-x--05{margin-right:4px!important}.ds-u-md-margin-y--05{margin-bottom:4px!important;margin-top:4px!important}.ds-u-md-margin--1{margin:8px!important}.ds-u-md-margin-top--1{margin-top:8px!important}.ds-u-md-margin-right--1{margin-right:8px!important}.ds-u-md-margin-bottom--1,.ViewPrescriptions__prescriptionCardLabel,.ViewPrescriptions__prescriptionCardText,.ViewPrescriptions__prescriptionName{margin-bottom:8px!important}.ds-u-md-margin-left--1,.ds-u-md-margin-x--1{margin-left:8px!important}.ds-u-md-margin-x--1{margin-right:8px!important}.ds-u-md-margin-y--1{margin-bottom:8px!important;margin-top:8px!important}.ds-u-md-margin--2{margin:16px!important}.ds-u-md-margin-top--2{margin-top:16px!important}.ds-u-md-margin-right--2{margin-right:16px!important}.ds-u-md-margin-bottom--2,.FilterBar__toggleContainer{margin-bottom:16px!important}.ds-u-md-margin-left--2,.ds-u-md-margin-x--2{margin-left:16px!important}.ds-u-md-margin-x--2{margin-right:16px!important}.ds-u-md-margin-y--2{margin-bottom:16px!important;margin-top:16px!important}.ds-u-md-margin--3{margin:24px!important}.ds-u-md-margin-top--3{margin-top:24px!important}.AccuratePriceContainer__body>:not(:last-child),.CoverageWizardOptionsPage__cards>li:first-child,.ds-u-md-margin-right--3,.EnrollmentFormPage__backButton{margin-right:24px!important}.ds-u-md-margin-bottom--3{margin-bottom:24px!important}.ds-u-md-margin-left--3,.ds-u-md-margin-x--3,.StarRatingsSection .OriginalMedicareStarRatingsToggle{margin-left:24px!important}.ds-u-md-margin-x--3{margin-right:24px!important}.ds-u-md-margin-y--3{margin-bottom:24px!important;margin-top:24px!important}.ds-u-md-margin--4{margin:32px!important}.ds-u-md-margin-top--4,.mct-c-featured-plan--with-error .mct-c-summary-page-plan-card.mct-c-summary-page-plan-card--find-plans{margin-top:32px!important}.ds-u-md-margin-right--4{margin-right:32px!important}.ds-u-md-margin-bottom--4{margin-bottom:32px!important}.ds-u-md-margin-left--4,.ds-u-md-margin-x--4{margin-left:32px!important}.ds-u-md-margin-x--4{margin-right:32px!important}.ds-u-md-margin-y--4{margin-bottom:32px!important;margin-top:32px!important}.ds-u-md-margin--5{margin:40px!important}.CoverageWizardOptionsPage__cards,.ds-u-md-margin-top--5{margin-top:40px!important}.ds-u-md-margin-right--5{margin-right:40px!important}.ds-u-md-margin-bottom--5{margin-bottom:40px!important}.ds-u-md-margin-left--5,.ds-u-md-margin-x--5{margin-left:40px!important}.ds-u-md-margin-x--5{margin-right:40px!important}.ds-u-md-margin-y--5{margin-bottom:40px!important;margin-top:40px!important}.ds-u-md-margin--6{margin:48px!important}.ds-u-md-margin-top--6{margin-top:48px!important}.ds-u-md-margin-right--6{margin-right:48px!important}.ds-u-md-margin-bottom--6{margin-bottom:48px!important}.ds-u-md-margin-left--6,.ds-u-md-margin-x--6{margin-left:48px!important}.ds-u-md-margin-x--6{margin-right:48px!important}.ds-u-md-margin-y--6{margin-bottom:48px!important;margin-top:48px!important}.ds-u-md-margin--7{margin:56px!important}.ds-u-md-margin-top--7,.MedigapPlanDetails__tableTitle:not(:first-child){margin-top:56px!important}.ds-u-md-margin-right--7,.PlanCard__flex_left{margin-right:56px!important}.ds-u-md-margin-bottom--7{margin-bottom:56px!important}.ds-u-md-margin-left--7,.ds-u-md-margin-x--7{margin-left:56px!important}.ds-u-md-margin-x--7{margin-right:56px!important}.ds-u-md-margin-y--7{margin-bottom:56px!important;margin-top:56px!important}.ds-u-md-margin--auto{margin:auto!important}.ds-u-md-margin-top--auto{margin-top:auto!important}.ds-u-md-margin-right--auto{margin-right:auto!important}.ds-u-md-margin-bottom--auto{margin-bottom:auto!important}.ds-u-md-margin-left--auto,.ds-u-md-margin-x--auto{margin-left:auto!important}.ds-u-md-margin-x--auto{margin-right:auto!important}.ds-u-md-margin-y--auto{margin-bottom:auto!important;margin-top:auto!important}}@media(min-width:1024px){.ds-u-lg-margin--0{margin:0!important}.AccuratePriceContainer__action,.ds-u-lg-margin-top--0,.mct-c-featured-plan--with-error .mct-c-summary-page-plan-card.mct-c-summary-page-plan-card--find-plans,.SearchResults__tellMeMore .ds-c-help-drawer__toggle,.SelectPharmaciesPage__addPharmacy{margin-top:0!important}.ds-u-lg-margin-right--0{margin-right:0!important}.ds-u-lg-margin-bottom--0,.EnrollTransitionDialog__cancelButton,.LoggedOutFooter__login,.mct-c-summary-page-navigation__what-to-do-next,.mct-c-summary-page-navigation ul li,.mct-c-what-youll-pay__feature,.MedigapPlanCard__section_column,.MedigapPolicyCard__section_column,.PSContainer__right,.sortSelector__container,.StickyTray__list_item:not(:last-child){margin-bottom:0!important}.ds-u-lg-margin-left--0,.ds-u-lg-margin-x--0,.mct-c-what-youll-pay__feature-value,.SelectPharmaciesPage__addPharmacy{margin-left:0!important}.ds-u-lg-margin-x--0{margin-right:0!important}.CostByTier__changeButton,.ds-u-lg-margin-y--0,.StickyTray__list{margin-bottom:0!important;margin-top:0!important}.ds-u-lg-margin--05{margin:4px!important}.ds-u-lg-margin-top--05{margin-top:4px!important}.ds-u-lg-margin-right--05{margin-right:4px!important}.ds-u-lg-margin-bottom--05{margin-bottom:4px!important}.ds-u-lg-margin-left--05,.ds-u-lg-margin-x--05{margin-left:4px!important}.ds-u-lg-margin-x--05{margin-right:4px!important}.ds-u-lg-margin-y--05{margin-bottom:4px!important;margin-top:4px!important}.ds-u-lg-margin--1{margin:8px!important}.ds-u-lg-margin-top--1{margin-top:8px!important}.ds-u-lg-margin-right--1{margin-right:8px!important}.ds-u-lg-margin-bottom--1{margin-bottom:8px!important}.ds-u-lg-margin-left--1,.ds-u-lg-margin-x--1{margin-left:8px!important}.ds-u-lg-margin-x--1{margin-right:8px!important}.ds-u-lg-margin-y--1{margin-bottom:8px!important;margin-top:8px!important}.ds-u-lg-margin--2{margin:16px!important}.ds-u-lg-margin-top--2,.mct-c-summary-page-navigation__what-to-do-next{margin-top:16px!important}.ds-u-lg-margin-right--2,.LocationEditor .CountyPicker__autocomplete,.mct-c-summary-page-navigation ul li,.StickyTray__list_item:not(:last-child){margin-right:16px!important}.ds-u-lg-margin-bottom--2,.mct-c-what-youll-pay__feature-label{margin-bottom:16px!important}.CostByTier__changeButton,.ds-u-lg-margin-left--2,.ds-u-lg-margin-x--2,.PSContainer__right{margin-left:16px!important}.ds-u-lg-margin-x--2{margin-right:16px!important}.ds-u-lg-margin-y--2{margin-bottom:16px!important;margin-top:16px!important}.ds-u-lg-margin--3{margin:24px!important}.ds-u-lg-margin-top--3{margin-top:24px!important}.ds-u-lg-margin-right--3,.EnrollTransitionDialog__cancelButton,.PlanFilters__action{margin-right:24px!important}.ds-u-lg-margin-bottom--3{margin-bottom:24px!important}.ds-u-lg-margin-left--3,.ds-u-lg-margin-x--3,.StickyTray__list{margin-left:24px!important}.ds-u-lg-margin-x--3,.StickyTray__list{margin-right:24px!important}.ds-u-lg-margin-y--3{margin-bottom:24px!important;margin-top:24px!important}.ds-u-lg-margin--4{margin:32px!important}.ds-u-lg-margin-top--4{margin-top:32px!important}.ds-u-lg-margin-right--4{margin-right:32px!important}.ds-u-lg-margin-bottom--4,.mct-p-plan-details .mct-c-what-youll-pay{margin-bottom:32px!important}.ds-u-lg-margin-left--4,.ds-u-lg-margin-x--4{margin-left:32px!important}.ds-u-lg-margin-x--4{margin-right:32px!important}.ds-u-lg-margin-y--4{margin-bottom:32px!important;margin-top:32px!important}.ds-u-lg-margin--5{margin:40px!important}.ds-u-lg-margin-top--5{margin-top:40px!important}.ds-u-lg-margin-right--5,.mct-c-what-youll-pay__feature{margin-right:40px!important}.ds-u-lg-margin-bottom--5,.MedigapPlanCard__section_column--middle>section:not(:last-child){margin-bottom:40px!important}.ds-u-lg-margin-left--5,.ds-u-lg-margin-x--5{margin-left:40px!important}.ds-u-lg-margin-x--5{margin-right:40px!important}.ds-u-lg-margin-y--5{margin-bottom:40px!important;margin-top:40px!important}.ds-u-lg-margin--6{margin:48px!important}.ds-u-lg-margin-top--6{margin-top:48px!important}.ds-u-lg-margin-right--6{margin-right:48px!important}.ds-u-lg-margin-bottom--6,.PlanComparePage__countyName--mobileDesktop{margin-bottom:48px!important}.ds-u-lg-margin-left--6,.ds-u-lg-margin-x--6{margin-left:48px!important}.ds-u-lg-margin-x--6{margin-right:48px!important}.ds-u-lg-margin-y--6{margin-bottom:48px!important;margin-top:48px!important}.ds-u-lg-margin--7{margin:56px!important}.ds-u-lg-margin-top--7,.LoggedOutFooter__actions{margin-top:56px!important}.ds-u-lg-margin-right--7{margin-right:56px!important}.ds-u-lg-margin-bottom--7{margin-bottom:56px!important}.ds-u-lg-margin-left--7,.ds-u-lg-margin-x--7{margin-left:56px!important}.ds-u-lg-margin-x--7{margin-right:56px!important}.ds-u-lg-margin-y--7{margin-bottom:56px!important;margin-top:56px!important}.ds-u-lg-margin--auto{margin:auto!important}.ds-u-lg-margin-top--auto{margin-top:auto!important}.ds-u-lg-margin-right--auto{margin-right:auto!important}.ds-u-lg-margin-bottom--auto{margin-bottom:auto!important}.ds-u-lg-margin-left--auto,.ds-u-lg-margin-x--auto{margin-left:auto!important}.ds-u-lg-margin-x--auto{margin-right:auto!important}.ds-u-lg-margin-y--auto{margin-bottom:auto!important;margin-top:auto!important}}@media(min-width:1280px){.ds-u-xl-margin--0{margin:0!important}.ds-u-xl-margin-top--0{margin-top:0!important}.ds-u-xl-margin-right--0{margin-right:0!important}.ds-u-xl-margin-bottom--0{margin-bottom:0!important}.ds-u-xl-margin-left--0,.ds-u-xl-margin-x--0{margin-left:0!important}.ds-u-xl-margin-x--0{margin-right:0!important}.ds-u-xl-margin-y--0{margin-bottom:0!important;margin-top:0!important}.ds-u-xl-margin--05{margin:4px!important}.ds-u-xl-margin-top--05{margin-top:4px!important}.ds-u-xl-margin-right--05{margin-right:4px!important}.ds-u-xl-margin-bottom--05{margin-bottom:4px!important}.ds-u-xl-margin-left--05,.ds-u-xl-margin-x--05{margin-left:4px!important}.ds-u-xl-margin-x--05{margin-right:4px!important}.ds-u-xl-margin-y--05{margin-bottom:4px!important;margin-top:4px!important}.ds-u-xl-margin--1{margin:8px!important}.ds-u-xl-margin-top--1{margin-top:8px!important}.ds-u-xl-margin-right--1{margin-right:8px!important}.ds-u-xl-margin-bottom--1{margin-bottom:8px!important}.ds-u-xl-margin-left--1,.ds-u-xl-margin-x--1{margin-left:8px!important}.ds-u-xl-margin-x--1{margin-right:8px!important}.ds-u-xl-margin-y--1{margin-bottom:8px!important;margin-top:8px!important}.ds-u-xl-margin--2{margin:16px!important}.ds-u-xl-margin-top--2{margin-top:16px!important}.ds-u-xl-margin-right--2{margin-right:16px!important}.ds-u-xl-margin-bottom--2{margin-bottom:16px!important}.ds-u-xl-margin-left--2,.ds-u-xl-margin-x--2{margin-left:16px!important}.ds-u-xl-margin-x--2{margin-right:16px!important}.ds-u-xl-margin-y--2{margin-bottom:16px!important;margin-top:16px!important}.ds-u-xl-margin--3{margin:24px!important}.ds-u-xl-margin-top--3{margin-top:24px!important}.ds-u-xl-margin-right--3{margin-right:24px!important}.ds-u-xl-margin-bottom--3{margin-bottom:24px!important}.ds-u-xl-margin-left--3,.ds-u-xl-margin-x--3{margin-left:24px!important}.ds-u-xl-margin-x--3{margin-right:24px!important}.ds-u-xl-margin-y--3{margin-bottom:24px!important;margin-top:24px!important}.ds-u-xl-margin--4{margin:32px!important}.ds-u-xl-margin-top--4{margin-top:32px!important}.ds-u-xl-margin-right--4{margin-right:32px!important}.ds-u-xl-margin-bottom--4{margin-bottom:32px!important}.ds-u-xl-margin-left--4,.ds-u-xl-margin-x--4{margin-left:32px!important}.ds-u-xl-margin-x--4{margin-right:32px!important}.ds-u-xl-margin-y--4{margin-bottom:32px!important;margin-top:32px!important}.ds-u-xl-margin--5{margin:40px!important}.ds-u-xl-margin-top--5{margin-top:40px!important}.ds-u-xl-margin-right--5{margin-right:40px!important}.ds-u-xl-margin-bottom--5{margin-bottom:40px!important}.ds-u-xl-margin-left--5,.ds-u-xl-margin-x--5{margin-left:40px!important}.ds-u-xl-margin-x--5{margin-right:40px!important}.ds-u-xl-margin-y--5{margin-bottom:40px!important;margin-top:40px!important}.ds-u-xl-margin--6{margin:48px!important}.ds-u-xl-margin-top--6{margin-top:48px!important}.ds-u-xl-margin-right--6{margin-right:48px!important}.ds-u-xl-margin-bottom--6{margin-bottom:48px!important}.ds-u-xl-margin-left--6,.ds-u-xl-margin-x--6{margin-left:48px!important}.ds-u-xl-margin-x--6{margin-right:48px!important}.ds-u-xl-margin-y--6{margin-bottom:48px!important;margin-top:48px!important}.ds-u-xl-margin--7{margin:56px!important}.ds-u-xl-margin-top--7{margin-top:56px!important}.ds-u-xl-margin-right--7{margin-right:56px!important}.ds-u-xl-margin-bottom--7{margin-bottom:56px!important}.ds-u-xl-margin-left--7,.ds-u-xl-margin-x--7{margin-left:56px!important}.ds-u-xl-margin-x--7{margin-right:56px!important}.ds-u-xl-margin-y--7{margin-bottom:56px!important;margin-top:56px!important}.ds-u-xl-margin--auto{margin:auto!important}.ds-u-xl-margin-top--auto{margin-top:auto!important}.ds-u-xl-margin-right--auto{margin-right:auto!important}.ds-u-xl-margin-bottom--auto{margin-bottom:auto!important}.ds-u-xl-margin-left--auto,.ds-u-xl-margin-x--auto{margin-left:auto!important}.ds-u-xl-margin-x--auto{margin-right:auto!important}.ds-u-xl-margin-y--auto{margin-bottom:auto!important;margin-top:auto!important}}.ds-u-measure--narrow{max-width:var(--measure-narrow)!important}.ds-u-measure--base,.mct-c-summary-page-header__alert,.mct-c-summary-page-header__info{max-width:var(--measure-base)!important}.ds-u-measure--wide{max-width:var(--measure-wide)!important}.ds-u-overflow--hidden{overflow:hidden!important}.ds-u-overflow--scroll{overflow:scroll!important}.ds-u-overflow--auto{overflow:auto!important}.AccuratePriceContainer,.appPage,.CircledNumber,.CoverageWizardInfoPage__changeSelection,.DrugCosts__list,.DrugSearchPreferencePage,.ds-c-dialog-wrap,.ds-u-padding--0,.EnrollTransitionDialog__header,.Footnote__marker,.LocationEditor__toggleButton,.mct-c-actionsbar__print .PrintButton,.mct-c-summary-page__ntm-alert,.mct-c-summary-page__ntm-alert .ds-c-alert__body,.MedigapChangeLocation__link>button,.MedigapLandingPage__item,.MedigapLandingPage__list,.pagination__numberButton,.Pagination__pageButton,.PharmacyCard__button,.PharmacySelection__list,.planCompareCard__actionSection>.EnrollTransitionDialog,.planCompareCard p,.PlanComparePage__floatingHeader,.PlanComparePage__planRadioInput input[type=radio],.PlanDetailsPagePlanContact__link,.PlanPreferencePage,.SelectStateModal__header,.StickyTray__list_item,.Tooltip__trigger,.ViewPrescriptions__linkButton{padding:0!important}.ds-u-padding-top--0,.planCompare__cell--headerRow:not(:first-child){padding-top:0!important}.ds-u-padding-right--0,.selectPharmacies__pagination>button:last-child{padding-right:0!important}.appPage__header-extension,.CoverageWizardInfoPage__banner,.CoverageWizardLandingPage__card .ContinueSection,.CoverageWizardOptionsPage__banner,.ds-u-padding-bottom--0,.PaceLandingPage__card .ContinueSection,.PapLandingPage__card .ContinueSection,.planCompare__cell,.PlanFilters__action__label,.PlanFilters__headerActions,.SpapLandingPage__card .ContinueSection{padding-bottom:0!important}.CCXPBase__label,.ds-c-table--borderless .mct-c-table__cell,.ds-c-table--borderless .mct-c-table__header,.ds-u-padding-left--0,.ds-u-padding-x--0,.mct-c-header__action,.mct-c-summary-page-navigation--variation-c li a,.mct-c-table--is-stacked .mct-c-table__header--with-alert,.MedigapBenefits__HelpDrawer .MedigapTable__Table .mct-c-table__cell,.MedigapBenefits__HelpDrawer .MedigapTable__Table .mct-c-table__header,.PlanDetailsSection__alert-container,.PlanFilters__action__label,.SearchResults__tellMeMore .ds-c-help-drawer__toggle,.SearchResults__totalResults,.selectPharmacies__pagination>button:first-child,.sortSelector__container,.StarRatingsSection__expandAll,.StickyNav__list li{padding-left:0!important}.CCXPBase__label,.ds-u-padding-x--0,.mct-c-header__action,.mct-c-summary-page-navigation--variation-c li a,.mct-c-table--is-stacked .mct-c-table__header--with-alert,.PlanDetailsSection__alert-container,.PlanFilters__action__label,.SearchResults__totalResults,.sortSelector__container,.StarRatingsSection__expandAll,.StickyNav__list li{padding-right:0!important}.ds-u-padding-y--0,.EnrollmentFormPage__reviewBox ul,.mct-c-header__action,.mct-c-summary-page-navigation--variation-c li a,.Pagination__navButton{padding-bottom:0!important;padding-top:0!important}.ds-u-padding--05{padding:4px!important}.ds-u-padding-top--05{padding-top:4px!important}.ds-u-padding-right--05{padding-right:4px!important}.ds-u-padding-bottom--05{padding-bottom:4px!important}.ds-u-padding-left--05,.ds-u-padding-x--05{padding-left:4px!important}.ds-u-padding-x--05{padding-right:4px!important}.ds-u-padding-y--05{padding-bottom:4px!important;padding-top:4px!important}.ds-u-padding--1,.EnrollmentFormPage table td,.EnrollmentFormPage table th,.Footer__infoCard,.FooterCard,.ManagePrescriptions .PrintButton,.MedigapPlanCard,.MedigapPolicyCard,.PacePlanCard,.PapPlanCard,.PlanComparePage__currentPlanBanner,.ScrollTable__MobileHelp,.selectPharmacies__pagination,.SpapPlanCard{padding:8px!important}.appPage__header-extension,.ds-u-padding-top--1,.EnrollmentFormPage__content,.mct-c-header-group--ntm,.mct-c-summary-page-navigation,.mct-p-ntm-page-back,.PlanFilters__action__label,.StickyTray__remove{padding-top:8px!important}.Collapsible__trigger,.current-plan-toggle,.ds-u-padding-right--1,.PlanCard__more_info_trigger,.PlanDetailsPagePlanContact__leftColCell:not(:last-child),.StickyTray__mobileCloseButtonContainer button,.StickyTray__remove{padding-right:8px!important}.ds-u-padding-bottom--1,.PharmacySelectionMap__marker,.PlanDetailsPagePlanContact__leftCol,.PlanDetailsPagePlanContact__rightCol{padding-bottom:8px!important}.CountyPicker__submit.FooterToggle,.CountyPicker__submit.pagination__numberButton,.CountyPicker__submit.PlanCard__more_info_trigger,.CountyPicker__submit.PrintButton,.ds-c-button.CCXPBase__menuButtonContainer.CountyPicker__submit:last-of-type,.ds-c-button.CountyPicker__submit,.ds-c-button.CountyPicker__submit.StickyTray__action,.ds-c-button.mct-u-md-width--auto.CCXPBase__menuButtonContainer:last-of-type,.ds-c-button.mct-u-md-width--auto.CountyPicker__submit,.ds-c-button.mct-u-md-width--auto.StickyTray__action,.ds-c-button.mct-u-sm-width--auto.CCXPBase__menuButtonContainer:last-of-type,.ds-c-button.mct-u-sm-width--auto.CountyPicker__submit,.ds-c-button.mct-u-sm-width--auto.StickyTray__action,.ds-c-button.mct-u-width--full.CountyPicker__submit,.ds-c-button.mct-u-width--full.mct-u-md-width--auto,.ds-c-button.mct-u-width--full.mct-u-sm-width--auto,.ds-u-padding-left--1,.ds-u-padding-x--1,.mct-u-md-width--auto.CCXPBase__menuButtonContainer.FooterToggle:last-of-type,.mct-u-md-width--auto.CCXPBase__menuButtonContainer.pagination__numberButton:last-of-type,.mct-u-md-width--auto.CCXPBase__menuButtonContainer.PlanCard__more_info_trigger:last-of-type,.mct-u-md-width--auto.CCXPBase__menuButtonContainer.PrintButton:last-of-type,.mct-u-md-width--auto.CountyPicker__submit.FooterToggle,.mct-u-md-width--auto.CountyPicker__submit.pagination__numberButton,.mct-u-md-width--auto.CountyPicker__submit.PlanCard__more_info_trigger,.mct-u-md-width--auto.CountyPicker__submit.PrintButton,.mct-u-md-width--auto.FooterToggle.StickyTray__action,.mct-u-md-width--auto.PrintButton.StickyTray__action,.mct-u-md-width--auto.StickyTray__action.pagination__numberButton,.mct-u-md-width--auto.StickyTray__action.PlanCard__more_info_trigger,.mct-u-sm-width--auto.CCXPBase__menuButtonContainer.FooterToggle:last-of-type,.mct-u-sm-width--auto.CCXPBase__menuButtonContainer.pagination__numberButton:last-of-type,.mct-u-sm-width--auto.CCXPBase__menuButtonContainer.PlanCard__more_info_trigger:last-of-type,.mct-u-sm-width--auto.CCXPBase__menuButtonContainer.PrintButton:last-of-type,.mct-u-sm-width--auto.CountyPicker__submit.FooterToggle,.mct-u-sm-width--auto.CountyPicker__submit.pagination__numberButton,.mct-u-sm-width--auto.CountyPicker__submit.PlanCard__more_info_trigger,.mct-u-sm-width--auto.CountyPicker__submit.PrintButton,.mct-u-sm-width--auto.FooterToggle.StickyTray__action,.mct-u-sm-width--auto.PrintButton.StickyTray__action,.mct-u-sm-width--auto.StickyTray__action.pagination__numberButton,.mct-u-sm-width--auto.StickyTray__action.PlanCard__more_info_trigger,.mct-u-width--full.CountyPicker__submit.FooterToggle,.mct-u-width--full.CountyPicker__submit.pagination__numberButton,.mct-u-width--full.CountyPicker__submit.PlanCard__more_info_trigger,.mct-u-width--full.CountyPicker__submit.PrintButton,.mct-u-width--full.mct-u-md-width--auto.FooterToggle,.mct-u-width--full.mct-u-md-width--auto.pagination__numberButton,.mct-u-width--full.mct-u-md-width--auto.PlanCard__more_info_trigger,.mct-u-width--full.mct-u-md-width--auto.PrintButton,.mct-u-width--full.mct-u-sm-width--auto.FooterToggle,.mct-u-width--full.mct-u-sm-width--auto.pagination__numberButton,.mct-u-width--full.mct-u-sm-width--auto.PlanCard__more_info_trigger,.mct-u-width--full.mct-u-sm-width--auto.PrintButton,.PapPlansPage .PrintButton,.PlanDetailsPagePlanContact__leftColCell:not(:first-child),.SpapPlansPage .PrintButton{padding-left:8px!important}.CountyPicker__submit.FooterToggle,.CountyPicker__submit.pagination__numberButton,.CountyPicker__submit.PlanCard__more_info_trigger,.CountyPicker__submit.PrintButton,.ds-c-button.CCXPBase__menuButtonContainer.CountyPicker__submit:last-of-type,.ds-c-button.CountyPicker__submit,.ds-c-button.CountyPicker__submit.StickyTray__action,.ds-c-button.mct-u-md-width--auto.CCXPBase__menuButtonContainer:last-of-type,.ds-c-button.mct-u-md-width--auto.CountyPicker__submit,.ds-c-button.mct-u-md-width--auto.StickyTray__action,.ds-c-button.mct-u-sm-width--auto.CCXPBase__menuButtonContainer:last-of-type,.ds-c-button.mct-u-sm-width--auto.CountyPicker__submit,.ds-c-button.mct-u-sm-width--auto.StickyTray__action,.ds-c-button.mct-u-width--full.CountyPicker__submit,.ds-c-button.mct-u-width--full.mct-u-md-width--auto,.ds-c-button.mct-u-width--full.mct-u-sm-width--auto,.ds-u-padding-x--1,.mct-u-md-width--auto.CCXPBase__menuButtonContainer.FooterToggle:last-of-type,.mct-u-md-width--auto.CCXPBase__menuButtonContainer.pagination__numberButton:last-of-type,.mct-u-md-width--auto.CCXPBase__menuButtonContainer.PlanCard__more_info_trigger:last-of-type,.mct-u-md-width--auto.CCXPBase__menuButtonContainer.PrintButton:last-of-type,.mct-u-md-width--auto.CountyPicker__submit.FooterToggle,.mct-u-md-width--auto.CountyPicker__submit.pagination__numberButton,.mct-u-md-width--auto.CountyPicker__submit.PlanCard__more_info_trigger,.mct-u-md-width--auto.CountyPicker__submit.PrintButton,.mct-u-md-width--auto.FooterToggle.StickyTray__action,.mct-u-md-width--auto.PrintButton.StickyTray__action,.mct-u-md-width--auto.StickyTray__action.pagination__numberButton,.mct-u-md-width--auto.StickyTray__action.PlanCard__more_info_trigger,.mct-u-sm-width--auto.CCXPBase__menuButtonContainer.FooterToggle:last-of-type,.mct-u-sm-width--auto.CCXPBase__menuButtonContainer.pagination__numberButton:last-of-type,.mct-u-sm-width--auto.CCXPBase__menuButtonContainer.PlanCard__more_info_trigger:last-of-type,.mct-u-sm-width--auto.CCXPBase__menuButtonContainer.PrintButton:last-of-type,.mct-u-sm-width--auto.CountyPicker__submit.FooterToggle,.mct-u-sm-width--auto.CountyPicker__submit.pagination__numberButton,.mct-u-sm-width--auto.CountyPicker__submit.PlanCard__more_info_trigger,.mct-u-sm-width--auto.CountyPicker__submit.PrintButton,.mct-u-sm-width--auto.FooterToggle.StickyTray__action,.mct-u-sm-width--auto.PrintButton.StickyTray__action,.mct-u-sm-width--auto.StickyTray__action.pagination__numberButton,.mct-u-sm-width--auto.StickyTray__action.PlanCard__more_info_trigger,.mct-u-width--full.CountyPicker__submit.FooterToggle,.mct-u-width--full.CountyPicker__submit.pagination__numberButton,.mct-u-width--full.CountyPicker__submit.PlanCard__more_info_trigger,.mct-u-width--full.CountyPicker__submit.PrintButton,.mct-u-width--full.mct-u-md-width--auto.FooterToggle,.mct-u-width--full.mct-u-md-width--auto.pagination__numberButton,.mct-u-width--full.mct-u-md-width--auto.PlanCard__more_info_trigger,.mct-u-width--full.mct-u-md-width--auto.PrintButton,.mct-u-width--full.mct-u-sm-width--auto.FooterToggle,.mct-u-width--full.mct-u-sm-width--auto.pagination__numberButton,.mct-u-width--full.mct-u-sm-width--auto.PlanCard__more_info_trigger,.mct-u-width--full.mct-u-sm-width--auto.PrintButton{padding-right:8px!important}.AtoZDrugList__results li label,.AtoZDrugList__selectContainer,.AtoZDrugList__total,.CCXPBase__button,.ds-u-padding-y--1,.m-c-navbar__section:first-child,.mct-c-badge,.mct-c-table--compact .mct-c-table__row,.mct-c-table--is-stacked.ds-c-table--borderless .mct-c-table__row--filtered .mct-c-table__cell,.mct-c-table--is-stacked .mct-c-table__row-header,.mct-c-table__row,.MedigapBenefits__HelpDrawer .mct-c-table--is-stacked.MedigapTable__Table .mct-c-table__row--filtered .mct-c-table__cell,.MedigapBenefits__HelpDrawer .MedigapTable__Table thead th,.OriginalMedicareStarRatingsTable td,.PlanCard__current_plan_banner,.PlanCard__more_info_trigger,.planComparisonSummary__backBtn,.YearOverYear__planBadge{padding-bottom:8px!important;padding-top:8px!important}.AtoZDrugList__confirm,.beneInfo__container,.BeneMenu__Container .Collapsible__contentInner,.ds-u-padding--2,.FilterBar__toggle,.Footer,.mct-c-summary-page-navigation--variation-b li a,.PacePlanCard__mobileOfficeHoursBox_trigger,.PharmacySelectionWarning,.PlanCard,.PlanComparePage__planRadioInput label,.PlanDetailsSection__heading,.PlanFilters__mobileActions,.StarRatingsSection .StarRatingExpandableRow__toggle,.ViewPrescriptions__prescriptionCard,.ViewPrescriptions__toast{padding:16px!important}.ChangeLocationStatePicker,.CoverageWizardInfoPage__banner,.CoverageWizardInfoPage__coverageExplained,.CoverageWizardLandingPage__card .ContinueSection,.CoverageWizardOptionsPage__banner,.ds-u-padding-top--2,.mct-p-plan-details .mct-c-what-youll-pay__features,.PaceLandingPage__card .ContinueSection,.PapLandingPage__card .ContinueSection,.planCompare__cell,.PlanComparePage__floatingHeader,.SpapLandingPage__card .ContinueSection{padding-top:16px!important}.ds-u-padding-right--2,.FilterBar .Filter,.mct-c-filter-chips__item,.mct-c-summary-page__ntm-alert .ds-c-alert__header,.mct-c-summary-page__ntm-alert .mct-c-alert__body,.mct-c-table--is-stacked .mct-c-table__row-header,.StarRatingsSection .StarRatingList,.StarRatingsSection .StarRatingRow{padding-right:16px!important}.DrugItem,.ds-u-padding-bottom--2,.EnrollTransitionDialog__planDetails,.infoItem--border-bottom,.mct-c-filter-chips__item,.mct-c-header-group,.mct-c-landing-page-hero__get-started,.mct-c-landing-page-hero__get-started--ntm,.mct-c-what-youll-pay__titleContainer,.mct-p-plan-details .mct-c-what-youll-pay__features,.MedigapBenefits__HelpDrawer .MedigapTable__Table thead tr:first-child th,.PharmacyItem,.StickyTray__remove{padding-bottom:16px!important}.appPage__banner,.AtoZDrugList__results li label,.AtoZDrugList__selectContainer,.BeneMenu__Title,.CCXPBase__button,.CoverageWizardLandingPage__card,.CoverageWizardLandingPage__content,.ds-u-padding-left--2,.ds-u-padding-x--2,.headerRow,.mct-c-badge,.mct-c-landing-page-main__get-started,.mct-p-ntm-page-back,.MedigapLandingPage__card,.MedigapLandingPage__content,.OriginalMedicareStarRatingsTable td,.PapLandingPage__card,.PlanCard__current_plan_banner,.planCompare__cell,.SanctionedPlanCard__summary,.SearchResults__tellMeMore,.SelectPharmaciesPage__distanceFilter,.SelectPharmaciesPage__pharmacyCard,.StarRatingsSection .StarRatingExpandableRow .StarRatingExpandableRow .StarRatingExpandableRow__toggle,.StarRatingsSection .StarRatingRow,.StickyTray__remove{padding-left:16px!important}.appPage__banner,.AtoZDrugList__results li label,.AtoZDrugList__selectContainer,.BeneMenu__Title,.CCXPBase__button,.CoverageWizardLandingPage__card,.CoverageWizardLandingPage__content,.ds-u-padding-x--2,.headerRow,.mct-c-badge,.MedigapLandingPage__card,.MedigapLandingPage__content,.OriginalMedicareStarRatingsTable td,.PapLandingPage__card,.PlanCard__current_plan_banner,.planCompare__cell,.SanctionedPlanCard__summary,.SearchResults__tellMeMore,.SelectPharmaciesPage__distanceFilter{padding-right:16px!important}.CCXPBase__menu,.CountyPicker__submit,.ds-u-padding-y--2,.EnrollmentFormPage__reviewBox ul li,.EnrollTransitionDialog__medigap,.mct-c-coverage-selector-v2__plantype .CCXPBase__button,.mct-c-coverage-selector__plantype .CCXPBase__button,.mct-c-summary-page__ntm-alert .ds-c-alert__header,.mct-c-summary-page__ntm-alert .mct-c-alert__body,.mct-c-table-caption,.mct-c-table__caption,.OriginalMedicareStarRatingsTable th,.Pagination__buttonContainer,.Pagination__results,.PharmacyCard__button,.PhraseAppToolbar,.PlanComparePage__tableHeader,.PlanDetailsPagePlanContact__enrollButton,.PlanDetailsSection__alert-container,.PlanFilters__headerActions .CCXPBase__button,.SearchResults__tellMeMore,.StarRatingsSection .StarRatingListItem,.StarRatingsSection .StarRatingRow,.StarRatingsSection__expandAll,.StickyNav__list li,.StickyNav__mobile_toggle,.StickyTray__mobileCloseButtonContainer button{padding-bottom:16px!important;padding-top:16px!important}.CoverageWizardOptionsPage__card,.ds-u-padding--3,.mct-c-landing-page-main__coverage,.mct-c-landing-page-main__login,.mct-c-ntm-page-find-plans-now-card,.mct-c-ntm-page-resource-card,.mct-p-landing-page,.mct-p-plan-details .mct-c-what-youll-pay__contents,.planCompareCard,.PlanComparePage__table tbody td:not(.PlanComparePage__tableHeader),.SelectPharmaciesPage__mobileFilterActions,.StickyTray__content,.YearOverYear__nextSteps{padding:24px!important}.CountySearchField,.ds-u-padding-top--3,.EditPrescription__footer,.MedigapLandingPage__item__itemContent,.ViewPrescriptions__footer,.YearOverYear__nextStepChoice:nth-child(2){padding-top:24px!important}.ds-u-padding-right--3,.SelectPharmaciesPage__pharmacyInfo{padding-right:24px!important}.appPage__content,.CoverageWizardLandingPage__card,.ds-u-padding-bottom--3,.EnrollmentFormPage__content,.MedigapLandingPage__card,.PapLandingPage__card,.YearOverYear__nextStepChoice:first-child{padding-bottom:24px!important}.CCXPBase__menu,.ds-u-padding-left--3,.ds-u-padding-x--3,.EnrollmentFormPage__reviewBox ul,.mct-c-landing-page-footer,.mct-c-landing-page-hero,.mct-c-landing-page-main__heading,.mct-c-summary-page__ntm-alert .ds-c-alert__header,.mct-c-summary-page__ntm-alert .mct-c-alert__body,.Pagination__mobileResults,.PlanComparePage__tableHeader,.PlanComparePage__table thead td:not(.PlanComparePage__floatingHeader),.StarRatingsSection .StarRatingList,.StickyTray__mobileCloseButtonContainer button,.YearOverYear__planBadge{padding-left:24px!important}.CCXPBase__menu,.ds-u-padding-x--3,.EnrollmentFormPage__reviewBox ul,.mct-c-landing-page-hero,.mct-c-landing-page-main__heading,.Pagination__mobileResults,.PlanComparePage__tableHeader,.PlanComparePage__table thead td:not(.PlanComparePage__floatingHeader),.YearOverYear__planBadge{padding-right:24px!important}.AccuratePriceContainer,.ds-u-padding-y--3,.m-c-navbar,.mct-c-landing-page-main,.MedigapPlanDetails__section,.PaceLandingPage__card,.SelectPharmaciesPage__distanceFilter,.SpapLandingPage__card{padding-bottom:24px!important;padding-top:24px!important}.ds-u-padding--4,.planComparisonSummary{padding:32px!important}.AddPrescription__actions,.DrugAutocomplete__actions,.ds-u-padding-top--4,.EnrollmentFormPage section:not(:first-of-type),.planCompareCard{padding-top:32px!important}.ds-u-padding-right--4{padding-right:32px!important}.ds-u-padding-bottom--4,.mct-c-landing-page-footer,.MedigapPlanCard__actions,.MedigapPlanCard__header,.MedigapPolicyCard__header{padding-bottom:32px!important}.ds-u-padding-left--4,.ds-u-padding-x--4,.EnrolledContact__printButton,.EnrollTransitionDialog__medigap,.PaceLandingPage__card,.PlanDetailsPagePlanContact__enrollButton,.SpapLandingPage__card{padding-left:32px!important}.ds-u-padding-x--4,.EnrolledContact__printButton,.EnrollTransitionDialog__medigap,.PaceLandingPage__card,.PlanDetailsPagePlanContact__enrollButton,.SpapLandingPage__card{padding-right:32px!important}.ContinueSection,.ds-u-padding-y--4,.LoggedOutFooter,.SelectPharmaciesPage__pharmacyCard{padding-bottom:32px!important;padding-top:32px!important}.ds-u-padding--5{padding:40px!important}.ds-u-padding-top--5{padding-top:40px!important}.ds-u-padding-right--5{padding-right:40px!important}.CountySearchField,.ds-u-padding-bottom--5,.StateChoiceList{padding-bottom:40px!important}.ds-u-padding-left--5,.ds-u-padding-x--5,.StickyNav__mobile_toggle{padding-left:40px!important}.ds-u-padding-x--5{padding-right:40px!important}.ds-u-padding-y--5{padding-bottom:40px!important;padding-top:40px!important}.ds-u-padding--6{padding:48px!important}.ds-u-padding-top--6{padding-top:48px!important}.ds-u-padding-right--6{padding-right:48px!important}.ds-u-padding-bottom--6{padding-bottom:48px!important}.ds-u-padding-left--6,.ds-u-padding-x--6{padding-left:48px!important}.ds-u-padding-x--6{padding-right:48px!important}.ds-u-padding-y--6{padding-bottom:48px!important;padding-top:48px!important}.ds-u-padding--7{padding:56px!important}.CoverageWizardLandingPage__heroContent,.ds-u-padding-top--7,.MedigapLandingPage__heroContent,.PaceLandingPage__heroContent,.PapLandingPage__heroContent,.SpapLandingPage__heroContent{padding-top:56px!important}.ds-u-padding-right--7{padding-right:56px!important}.ds-u-padding-bottom--7{padding-bottom:56px!important}.ds-u-padding-left--7,.ds-u-padding-x--7,.LoggedOutFooter,.mct-c-summary-page-navigation,.PhraseAppToolbar{padding-left:56px!important}.ds-u-padding-x--7,.LoggedOutFooter,.mct-c-summary-page-navigation,.PhraseAppToolbar{padding-right:56px!important}.ds-u-padding-y--7{padding-bottom:56px!important;padding-top:56px!important}@media(min-width:544px){.ds-u-sm-padding--0{padding:0!important}.ds-u-sm-padding-top--0{padding-top:0!important}.ds-u-sm-padding-right--0{padding-right:0!important}.ds-u-sm-padding-bottom--0{padding-bottom:0!important}.ds-u-sm-padding-left--0,.ds-u-sm-padding-x--0{padding-left:0!important}.ds-u-sm-padding-x--0{padding-right:0!important}.ds-u-sm-padding-y--0{padding-bottom:0!important;padding-top:0!important}.ds-u-sm-padding--05{padding:4px!important}.ds-u-sm-padding-top--05{padding-top:4px!important}.ds-u-sm-padding-right--05{padding-right:4px!important}.ds-u-sm-padding-bottom--05{padding-bottom:4px!important}.ds-u-sm-padding-left--05,.ds-u-sm-padding-x--05{padding-left:4px!important}.ds-u-sm-padding-x--05{padding-right:4px!important}.ds-u-sm-padding-y--05{padding-bottom:4px!important;padding-top:4px!important}.ds-u-sm-padding--1{padding:8px!important}.ds-u-sm-padding-top--1{padding-top:8px!important}.ds-u-sm-padding-right--1{padding-right:8px!important}.ds-u-sm-padding-bottom--1{padding-bottom:8px!important}.ds-u-sm-padding-left--1,.ds-u-sm-padding-x--1{padding-left:8px!important}.ds-u-sm-padding-x--1{padding-right:8px!important}.ds-u-sm-padding-y--1{padding-bottom:8px!important;padding-top:8px!important}.ds-u-sm-padding--2{padding:16px!important}.ds-u-sm-padding-top--2{padding-top:16px!important}.ds-u-sm-padding-right--2{padding-right:16px!important}.ds-u-sm-padding-bottom--2{padding-bottom:16px!important}.ds-u-sm-padding-left--2,.ds-u-sm-padding-x--2{padding-left:16px!important}.ds-u-sm-padding-x--2{padding-right:16px!important}.ds-u-sm-padding-y--2{padding-bottom:16px!important;padding-top:16px!important}.AccuratePriceContainer,.ds-u-sm-padding--3{padding:24px!important}.ds-u-sm-padding-top--3,.EnrollmentFormPage__content{padding-top:24px!important}.ds-u-sm-padding-right--3{padding-right:24px!important}.ds-u-sm-padding-bottom--3{padding-bottom:24px!important}.ds-c-button.mct-u-sm-width--auto.CCXPBase__menuButtonContainer:last-of-type,.ds-c-button.mct-u-sm-width--auto.CountyPicker__submit,.ds-c-button.mct-u-sm-width--auto.StickyTray__action,.ds-c-button.mct-u-width--full.mct-u-sm-width--auto,.ds-u-sm-padding-left--3,.ds-u-sm-padding-x--3,.mct-u-sm-width--auto.CCXPBase__menuButtonContainer.FooterToggle:last-of-type,.mct-u-sm-width--auto.CCXPBase__menuButtonContainer.pagination__numberButton:last-of-type,.mct-u-sm-width--auto.CCXPBase__menuButtonContainer.PlanCard__more_info_trigger:last-of-type,.mct-u-sm-width--auto.CCXPBase__menuButtonContainer.PrintButton:last-of-type,.mct-u-sm-width--auto.CountyPicker__submit.FooterToggle,.mct-u-sm-width--auto.CountyPicker__submit.pagination__numberButton,.mct-u-sm-width--auto.CountyPicker__submit.PlanCard__more_info_trigger,.mct-u-sm-width--auto.CountyPicker__submit.PrintButton,.mct-u-sm-width--auto.FooterToggle.StickyTray__action,.mct-u-sm-width--auto.PrintButton.StickyTray__action,.mct-u-sm-width--auto.StickyTray__action.pagination__numberButton,.mct-u-sm-width--auto.StickyTray__action.PlanCard__more_info_trigger,.mct-u-width--full.mct-u-sm-width--auto.FooterToggle,.mct-u-width--full.mct-u-sm-width--auto.pagination__numberButton,.mct-u-width--full.mct-u-sm-width--auto.PlanCard__more_info_trigger,.mct-u-width--full.mct-u-sm-width--auto.PrintButton{padding-left:24px!important}.ds-c-button.mct-u-sm-width--auto.CCXPBase__menuButtonContainer:last-of-type,.ds-c-button.mct-u-sm-width--auto.CountyPicker__submit,.ds-c-button.mct-u-sm-width--auto.StickyTray__action,.ds-c-button.mct-u-width--full.mct-u-sm-width--auto,.ds-u-sm-padding-x--3,.mct-u-sm-width--auto.CCXPBase__menuButtonContainer.FooterToggle:last-of-type,.mct-u-sm-width--auto.CCXPBase__menuButtonContainer.pagination__numberButton:last-of-type,.mct-u-sm-width--auto.CCXPBase__menuButtonContainer.PlanCard__more_info_trigger:last-of-type,.mct-u-sm-width--auto.CCXPBase__menuButtonContainer.PrintButton:last-of-type,.mct-u-sm-width--auto.CountyPicker__submit.FooterToggle,.mct-u-sm-width--auto.CountyPicker__submit.pagination__numberButton,.mct-u-sm-width--auto.CountyPicker__submit.PlanCard__more_info_trigger,.mct-u-sm-width--auto.CountyPicker__submit.PrintButton,.mct-u-sm-width--auto.FooterToggle.StickyTray__action,.mct-u-sm-width--auto.PrintButton.StickyTray__action,.mct-u-sm-width--auto.StickyTray__action.pagination__numberButton,.mct-u-sm-width--auto.StickyTray__action.PlanCard__more_info_trigger,.mct-u-width--full.mct-u-sm-width--auto.FooterToggle,.mct-u-width--full.mct-u-sm-width--auto.pagination__numberButton,.mct-u-width--full.mct-u-sm-width--auto.PlanCard__more_info_trigger,.mct-u-width--full.mct-u-sm-width--auto.PrintButton{padding-right:24px!important}.ds-u-sm-padding-y--3{padding-bottom:24px!important;padding-top:24px!important}.ds-u-sm-padding--4{padding:32px!important}.ds-u-sm-padding-top--4{padding-top:32px!important}.ds-u-sm-padding-right--4{padding-right:32px!important}.ds-u-sm-padding-bottom--4{padding-bottom:32px!important}.ds-u-sm-padding-left--4,.ds-u-sm-padding-x--4,.PlanCard__current_plan_banner{padding-left:32px!important}.ds-u-sm-padding-x--4,.PlanCard__current_plan_banner{padding-right:32px!important}.ds-u-sm-padding-y--4{padding-bottom:32px!important;padding-top:32px!important}.ds-u-sm-padding--5{padding:40px!important}.ds-u-sm-padding-top--5,.mct-p-ntm-page-back{padding-top:40px!important}.ds-u-sm-padding-right--5{padding-right:40px!important}.ds-u-sm-padding-bottom--5{padding-bottom:40px!important}.ds-u-sm-padding-left--5,.ds-u-sm-padding-x--5{padding-left:40px!important}.ds-u-sm-padding-x--5{padding-right:40px!important}.ds-u-sm-padding-y--5{padding-bottom:40px!important;padding-top:40px!important}.ds-u-sm-padding--6{padding:48px!important}.ds-u-sm-padding-top--6{padding-top:48px!important}.ds-u-sm-padding-right--6{padding-right:48px!important}.ds-u-sm-padding-bottom--6{padding-bottom:48px!important}.ds-u-sm-padding-left--6,.ds-u-sm-padding-x--6{padding-left:48px!important}.ds-u-sm-padding-x--6{padding-right:48px!important}.ds-u-sm-padding-y--6{padding-bottom:48px!important;padding-top:48px!important}.ds-u-sm-padding--7{padding:56px!important}.ds-u-sm-padding-top--7{padding-top:56px!important}.ds-u-sm-padding-right--7{padding-right:56px!important}.ds-u-sm-padding-bottom--7{padding-bottom:56px!important}.appPage__banner,.ds-u-sm-padding-left--7,.ds-u-sm-padding-x--7,.mct-p-ntm-page-back{padding-left:56px!important}.appPage__banner,.ds-u-sm-padding-x--7{padding-right:56px!important}.ds-u-sm-padding-y--7{padding-bottom:56px!important;padding-top:56px!important}}@media(min-width:768px){.ds-u-md-padding--0{padding:0!important}.ds-u-md-padding-top--0,.YearOverYear__nextStepChoice:nth-child(2){padding-top:0!important}.ds-u-md-padding-right--0{padding-right:0!important}.ds-u-md-padding-bottom--0,.YearOverYear__nextStepChoice:first-child{padding-bottom:0!important}.ds-u-md-padding-left--0,.ds-u-md-padding-x--0{padding-left:0!important}.ds-u-md-padding-x--0{padding-right:0!important}.ds-u-md-padding-y--0{padding-bottom:0!important;padding-top:0!important}.ds-u-md-padding--05{padding:4px!important}.ds-u-md-padding-top--05{padding-top:4px!important}.ds-u-md-padding-right--05{padding-right:4px!important}.ds-u-md-padding-bottom--05{padding-bottom:4px!important}.ds-u-md-padding-left--05,.ds-u-md-padding-x--05{padding-left:4px!important}.ds-u-md-padding-x--05{padding-right:4px!important}.ds-u-md-padding-y--05{padding-bottom:4px!important;padding-top:4px!important}.ds-u-md-padding--1,.FilterBar__toggle{padding:8px!important}.ds-u-md-padding-top--1{padding-top:8px!important}.ds-u-md-padding-right--1,.MedigapPlanCard__header{padding-right:8px!important}.ds-u-md-padding-bottom--1{padding-bottom:8px!important}.ds-u-md-padding-left--1,.ds-u-md-padding-x--1{padding-left:8px!important}.ds-u-md-padding-x--1{padding-right:8px!important}.ds-u-md-padding-y--1,.StarRatingsSection__expandAll{padding-bottom:8px!important;padding-top:8px!important}.ds-u-md-padding--2{padding:16px!important}.ds-u-md-padding-top--2{padding-top:16px!important}.ds-u-md-padding-right--2{padding-right:16px!important}.ds-u-md-padding-bottom--2{padding-bottom:16px!important}.ds-u-md-padding-left--2,.ds-u-md-padding-x--2{padding-left:16px!important}.ds-u-md-padding-x--2{padding-right:16px!important}.ds-u-md-padding-y--2{padding-bottom:16px!important;padding-top:16px!important}.ds-u-md-padding--3{padding:24px!important}.ds-u-md-padding-top--3,.PlanCard{padding-top:24px!important}.ds-u-md-padding-right--3,.SelectPharmaciesPage__pharmacyCard,.YearOverYear__nextStepChoice:first-child{padding-right:24px!important}.ds-u-md-padding-bottom--3{padding-bottom:24px!important}.CountyPicker__submit.FooterToggle,.CountyPicker__submit.pagination__numberButton,.CountyPicker__submit.PlanCard__more_info_trigger,.CountyPicker__submit.PrintButton,.ds-c-button.CCXPBase__menuButtonContainer.CountyPicker__submit:last-of-type,.ds-c-button.CountyPicker__submit,.ds-c-button.CountyPicker__submit.StickyTray__action,.ds-c-button.mct-u-md-width--auto.CCXPBase__menuButtonContainer:last-of-type,.ds-c-button.mct-u-md-width--auto.CountyPicker__submit,.ds-c-button.mct-u-md-width--auto.StickyTray__action,.ds-c-button.mct-u-width--full.CountyPicker__submit,.ds-c-button.mct-u-width--full.mct-u-md-width--auto,.ds-u-md-padding-left--3,.ds-u-md-padding-x--3,.mct-u-md-width--auto.CCXPBase__menuButtonContainer.FooterToggle:last-of-type,.mct-u-md-width--auto.CCXPBase__menuButtonContainer.pagination__numberButton:last-of-type,.mct-u-md-width--auto.CCXPBase__menuButtonContainer.PlanCard__more_info_trigger:last-of-type,.mct-u-md-width--auto.CCXPBase__menuButtonContainer.PrintButton:last-of-type,.mct-u-md-width--auto.CountyPicker__submit.FooterToggle,.mct-u-md-width--auto.CountyPicker__submit.pagination__numberButton,.mct-u-md-width--auto.CountyPicker__submit.PlanCard__more_info_trigger,.mct-u-md-width--auto.CountyPicker__submit.PrintButton,.mct-u-md-width--auto.FooterToggle.StickyTray__action,.mct-u-md-width--auto.PrintButton.StickyTray__action,.mct-u-md-width--auto.StickyTray__action.pagination__numberButton,.mct-u-md-width--auto.StickyTray__action.PlanCard__more_info_trigger,.mct-u-width--full.CountyPicker__submit.FooterToggle,.mct-u-width--full.CountyPicker__submit.pagination__numberButton,.mct-u-width--full.CountyPicker__submit.PlanCard__more_info_trigger,.mct-u-width--full.CountyPicker__submit.PrintButton,.mct-u-width--full.mct-u-md-width--auto.FooterToggle,.mct-u-width--full.mct-u-md-width--auto.pagination__numberButton,.mct-u-width--full.mct-u-md-width--auto.PlanCard__more_info_trigger,.mct-u-width--full.mct-u-md-width--auto.PrintButton,.PlanCard,.StarRatingsSection .StarRatingExpandableRow .StarRatingExpandableRow .StarRatingExpandableRow__toggle,.YearOverYear__nextStepChoice:nth-child(2){padding-left:24px!important}.CountyPicker__submit.FooterToggle,.CountyPicker__submit.pagination__numberButton,.CountyPicker__submit.PlanCard__more_info_trigger,.CountyPicker__submit.PrintButton,.ds-c-button.CCXPBase__menuButtonContainer.CountyPicker__submit:last-of-type,.ds-c-button.CountyPicker__submit,.ds-c-button.CountyPicker__submit.StickyTray__action,.ds-c-button.mct-u-md-width--auto.CCXPBase__menuButtonContainer:last-of-type,.ds-c-button.mct-u-md-width--auto.CountyPicker__submit,.ds-c-button.mct-u-md-width--auto.StickyTray__action,.ds-c-button.mct-u-width--full.CountyPicker__submit,.ds-c-button.mct-u-width--full.mct-u-md-width--auto,.ds-u-md-padding-x--3,.mct-u-md-width--auto.CCXPBase__menuButtonContainer.FooterToggle:last-of-type,.mct-u-md-width--auto.CCXPBase__menuButtonContainer.pagination__numberButton:last-of-type,.mct-u-md-width--auto.CCXPBase__menuButtonContainer.PlanCard__more_info_trigger:last-of-type,.mct-u-md-width--auto.CCXPBase__menuButtonContainer.PrintButton:last-of-type,.mct-u-md-width--auto.CountyPicker__submit.FooterToggle,.mct-u-md-width--auto.CountyPicker__submit.pagination__numberButton,.mct-u-md-width--auto.CountyPicker__submit.PlanCard__more_info_trigger,.mct-u-md-width--auto.CountyPicker__submit.PrintButton,.mct-u-md-width--auto.FooterToggle.StickyTray__action,.mct-u-md-width--auto.PrintButton.StickyTray__action,.mct-u-md-width--auto.StickyTray__action.pagination__numberButton,.mct-u-md-width--auto.StickyTray__action.PlanCard__more_info_trigger,.mct-u-width--full.CountyPicker__submit.FooterToggle,.mct-u-width--full.CountyPicker__submit.pagination__numberButton,.mct-u-width--full.CountyPicker__submit.PlanCard__more_info_trigger,.mct-u-width--full.CountyPicker__submit.PrintButton,.mct-u-width--full.mct-u-md-width--auto.FooterToggle,.mct-u-width--full.mct-u-md-width--auto.pagination__numberButton,.mct-u-width--full.mct-u-md-width--auto.PlanCard__more_info_trigger,.mct-u-width--full.mct-u-md-width--auto.PrintButton,.PlanCard{padding-right:24px!important}.ds-u-md-padding-y--3{padding-bottom:24px!important;padding-top:24px!important}.ds-u-md-padding--4,.ViewPrescriptions__prescriptionCard{padding:32px!important}.ds-u-md-padding-top--4,.MedigapPlanDetails__section{padding-top:32px!important}.ds-u-md-padding-right--4{padding-right:32px!important}.ds-u-md-padding-bottom--4,.PlanCard{padding-bottom:32px!important}.ds-u-md-padding-left--4,.ds-u-md-padding-x--4,.StarRatingsSection .StarRatingList{padding-left:32px!important}.ds-u-md-padding-x--4{padding-right:32px!important}.ds-u-md-padding-y--4{padding-bottom:32px!important;padding-top:32px!important}.AccuratePriceContainer,.ds-u-md-padding--5{padding:40px!important}.ds-u-md-padding-top--5{padding-top:40px!important}.ds-u-md-padding-right--5{padding-right:40px!important}.ds-u-md-padding-bottom--5{padding-bottom:40px!important}.ds-u-md-padding-left--5,.ds-u-md-padding-x--5{padding-left:40px!important}.ds-u-md-padding-x--5{padding-right:40px!important}.ds-u-md-padding-y--5{padding-bottom:40px!important;padding-top:40px!important}.ds-u-md-padding--6{padding:48px!important}.ds-u-md-padding-top--6{padding-top:48px!important}.ds-u-md-padding-right--6{padding-right:48px!important}.ds-u-md-padding-bottom--6{padding-bottom:48px!important}.ds-u-md-padding-left--6,.ds-u-md-padding-x--6{padding-left:48px!important}.ds-u-md-padding-x--6{padding-right:48px!important}.ds-u-md-padding-y--6{padding-bottom:48px!important;padding-top:48px!important}.ds-u-md-padding--7{padding:56px!important}.ds-u-md-padding-top--7{padding-top:56px!important}.ds-u-md-padding-right--7{padding-right:56px!important}.ds-u-md-padding-bottom--7{padding-bottom:56px!important}.ds-u-md-padding-left--7,.ds-u-md-padding-x--7,.SearchResults__tellMeMore,.SelectPharmaciesPage__distanceFilter,.SelectPharmaciesPage__pharmacyCard{padding-left:56px!important}.ds-u-md-padding-x--7,.SearchResults__tellMeMore,.SelectPharmaciesPage__distanceFilter{padding-right:56px!important}.ds-u-md-padding-y--7,.MedigapPlanDetails__section{padding-bottom:56px!important;padding-top:56px!important}}@media(min-width:1024px){.ds-u-lg-padding--0{padding:0!important}.ds-u-lg-padding-top--0{padding-top:0!important}.ds-u-lg-padding-right--0{padding-right:0!important}.ds-u-lg-padding-bottom--0{padding-bottom:0!important}.ds-u-lg-padding-left--0,.ds-u-lg-padding-x--0{padding-left:0!important}.ds-u-lg-padding-x--0{padding-right:0!important}.ds-u-lg-padding-y--0,.StickyNav__list li{padding-bottom:0!important;padding-top:0!important}.ds-u-lg-padding--05{padding:4px!important}.ds-u-lg-padding-top--05{padding-top:4px!important}.ds-u-lg-padding-right--05{padding-right:4px!important}.ds-u-lg-padding-bottom--05{padding-bottom:4px!important}.ds-u-lg-padding-left--05,.ds-u-lg-padding-x--05{padding-left:4px!important}.ds-u-lg-padding-x--05{padding-right:4px!important}.ds-u-lg-padding-y--05{padding-bottom:4px!important;padding-top:4px!important}.ds-u-lg-padding--1{padding:8px!important}.ds-u-lg-padding-top--1,.mct-c-what-youll-pay__titleContainer{padding-top:8px!important}.ds-u-lg-padding-right--1{padding-right:8px!important}.ds-u-lg-padding-bottom--1{padding-bottom:8px!important}.ds-u-lg-padding-left--1,.ds-u-lg-padding-x--1{padding-left:8px!important}.ds-u-lg-padding-x--1{padding-right:8px!important}.ds-u-lg-padding-y--1{padding-bottom:8px!important;padding-top:8px!important}.ds-u-lg-padding--2,.SanctionedPlanCard{padding:16px!important}.ds-u-lg-padding-top--2{padding-top:16px!important}.ds-u-lg-padding-right--2,.mct-c-what-youll-pay__titleContainer{padding-right:16px!important}.ds-u-lg-padding-bottom--2,.mct-c-what-youll-pay__titleContainer{padding-bottom:16px!important}.CostByTier__filterContainer,.ds-u-lg-padding-left--2,.ds-u-lg-padding-x--2,.mct-c-summary-page-navigation--variation-c li a,.mct-p-plan-details .mct-c-what-youll-pay__features,.sortSelector__container{padding-left:16px!important}.CostByTier__filterContainer,.ds-u-lg-padding-x--2,.mct-c-summary-page-navigation--variation-c li a,.sortSelector__container{padding-right:16px!important}.ds-u-lg-padding-y--2,.mct-c-summary-page-navigation--variation-c li a{padding-bottom:16px!important;padding-top:16px!important}.ds-u-lg-padding--3{padding:24px!important}.ds-u-lg-padding-top--3{padding-top:24px!important}.ds-u-lg-padding-right--3{padding-right:24px!important}.CostByTier__filterContainer,.ds-u-lg-padding-bottom--3{padding-bottom:24px!important}.ds-u-lg-padding-left--3,.ds-u-lg-padding-x--3,.mct-c-table-caption,.mct-c-table__caption,.PlanDetailsSection__alert-container,.SelectPharmaciesPage__addPharmacy,.StickyNav__list li{padding-left:24px!important}.ds-u-lg-padding-x--3,.mct-c-table-caption,.mct-c-table__caption,.PlanDetailsSection__alert-container,.StickyNav__list li{padding-right:24px!important}.ds-u-lg-padding-y--3{padding-bottom:24px!important;padding-top:24px!important}.ds-u-lg-padding--4,.MedigapPlanCard,.MedigapPolicyCard,.PacePlanCard,.PapPlanCard,.SpapPlanCard{padding:32px!important}.ds-u-lg-padding-top--4{padding-top:32px!important}.ds-u-lg-padding-right--4{padding-right:32px!important}.ds-u-lg-padding-bottom--4,.mct-c-landing-page-hero__get-started--ntm{padding-bottom:32px!important}.ds-u-lg-padding-left--4,.ds-u-lg-padding-x--4{padding-left:32px!important}.ds-u-lg-padding-x--4{padding-right:32px!important}.ds-u-lg-padding-y--4,.mct-c-summary-page-navigation{padding-bottom:32px!important;padding-top:32px!important}.ds-u-lg-padding--5{padding:40px!important}.ds-u-lg-padding-top--5{padding-top:40px!important}.ds-u-lg-padding-right--5{padding-right:40px!important}.ds-u-lg-padding-bottom--5{padding-bottom:40px!important}.ds-u-lg-padding-left--5,.ds-u-lg-padding-x--5{padding-left:40px!important}.ds-u-lg-padding-x--5{padding-right:40px!important}.ds-u-lg-padding-y--5{padding-bottom:40px!important;padding-top:40px!important}.ds-u-lg-padding--6{padding:48px!important}.ds-u-lg-padding-top--6{padding-top:48px!important}.ds-u-lg-padding-right--6{padding-right:48px!important}.ds-u-lg-padding-bottom--6{padding-bottom:48px!important}.ds-u-lg-padding-left--6,.ds-u-lg-padding-x--6{padding-left:48px!important}.ds-u-lg-padding-x--6{padding-right:48px!important}.ds-u-lg-padding-y--6{padding-bottom:48px!important;padding-top:48px!important}.ds-u-lg-padding--7{padding:56px!important}.ds-u-lg-padding-top--7{padding-top:56px!important}.ds-u-lg-padding-right--7{padding-right:56px!important}.ds-u-lg-padding-bottom--7{padding-bottom:56px!important}.ds-u-lg-padding-left--7,.ds-u-lg-padding-x--7{padding-left:56px!important}.ds-u-lg-padding-x--7{padding-right:56px!important}.ds-u-lg-padding-y--7{padding-bottom:56px!important;padding-top:56px!important}}@media(min-width:1280px){.ds-u-xl-padding--0{padding:0!important}.ds-u-xl-padding-top--0{padding-top:0!important}.ds-u-xl-padding-right--0{padding-right:0!important}.ds-u-xl-padding-bottom--0{padding-bottom:0!important}.ds-u-xl-padding-left--0,.ds-u-xl-padding-x--0{padding-left:0!important}.ds-u-xl-padding-x--0{padding-right:0!important}.ds-u-xl-padding-y--0{padding-bottom:0!important;padding-top:0!important}.ds-u-xl-padding--05{padding:4px!important}.ds-u-xl-padding-top--05{padding-top:4px!important}.ds-u-xl-padding-right--05{padding-right:4px!important}.ds-u-xl-padding-bottom--05{padding-bottom:4px!important}.ds-u-xl-padding-left--05,.ds-u-xl-padding-x--05{padding-left:4px!important}.ds-u-xl-padding-x--05{padding-right:4px!important}.ds-u-xl-padding-y--05{padding-bottom:4px!important;padding-top:4px!important}.ds-u-xl-padding--1{padding:8px!important}.ds-u-xl-padding-top--1{padding-top:8px!important}.ds-u-xl-padding-right--1{padding-right:8px!important}.ds-u-xl-padding-bottom--1{padding-bottom:8px!important}.ds-u-xl-padding-left--1,.ds-u-xl-padding-x--1{padding-left:8px!important}.ds-u-xl-padding-x--1{padding-right:8px!important}.ds-u-xl-padding-y--1{padding-bottom:8px!important;padding-top:8px!important}.ds-u-xl-padding--2{padding:16px!important}.ds-u-xl-padding-top--2{padding-top:16px!important}.ds-u-xl-padding-right--2{padding-right:16px!important}.ds-u-xl-padding-bottom--2{padding-bottom:16px!important}.ds-u-xl-padding-left--2,.ds-u-xl-padding-x--2{padding-left:16px!important}.ds-u-xl-padding-x--2{padding-right:16px!important}.ds-u-xl-padding-y--2{padding-bottom:16px!important;padding-top:16px!important}.ds-u-xl-padding--3{padding:24px!important}.ds-u-xl-padding-top--3{padding-top:24px!important}.ds-u-xl-padding-right--3{padding-right:24px!important}.ds-u-xl-padding-bottom--3{padding-bottom:24px!important}.ds-u-xl-padding-left--3,.ds-u-xl-padding-x--3{padding-left:24px!important}.ds-u-xl-padding-x--3{padding-right:24px!important}.ds-u-xl-padding-y--3{padding-bottom:24px!important;padding-top:24px!important}.ds-u-xl-padding--4{padding:32px!important}.ds-u-xl-padding-top--4{padding-top:32px!important}.ds-u-xl-padding-right--4{padding-right:32px!important}.ds-u-xl-padding-bottom--4{padding-bottom:32px!important}.ds-u-xl-padding-left--4,.ds-u-xl-padding-x--4{padding-left:32px!important}.ds-u-xl-padding-x--4{padding-right:32px!important}.ds-u-xl-padding-y--4{padding-bottom:32px!important;padding-top:32px!important}.ds-u-xl-padding--5{padding:40px!important}.ds-u-xl-padding-top--5{padding-top:40px!important}.ds-u-xl-padding-right--5{padding-right:40px!important}.ds-u-xl-padding-bottom--5{padding-bottom:40px!important}.ds-u-xl-padding-left--5,.ds-u-xl-padding-x--5{padding-left:40px!important}.ds-u-xl-padding-x--5{padding-right:40px!important}.ds-u-xl-padding-y--5{padding-bottom:40px!important;padding-top:40px!important}.ds-u-xl-padding--6{padding:48px!important}.ds-u-xl-padding-top--6{padding-top:48px!important}.ds-u-xl-padding-right--6{padding-right:48px!important}.ds-u-xl-padding-bottom--6{padding-bottom:48px!important}.ds-u-xl-padding-left--6,.ds-u-xl-padding-x--6{padding-left:48px!important}.ds-u-xl-padding-x--6{padding-right:48px!important}.ds-u-xl-padding-y--6{padding-bottom:48px!important;padding-top:48px!important}.ds-u-xl-padding--7{padding:56px!important}.ds-u-xl-padding-top--7{padding-top:56px!important}.ds-u-xl-padding-right--7{padding-right:56px!important}.ds-u-xl-padding-bottom--7{padding-bottom:56px!important}.ds-u-xl-padding-left--7,.ds-u-xl-padding-x--7{padding-left:56px!important}.ds-u-xl-padding-x--7{padding-right:56px!important}.ds-u-xl-padding-y--7{padding-bottom:56px!important;padding-top:56px!important}}.ds-u-text-align--center,.EnrollTransitionDialog,.pagination .pagination-item,.PlanComparePage__currentPlanBanner,.PlanComparePage__planRadioInput label,.selectPharmacies__pagination .pagination-item,.StickyNav__list li a,.StickyTray__mobileCloseButtonContainer{text-align:center!important}#EstimatedTotalDrugAndPremiumCostTable .when_will_you_enter_the_coverage_gap__heading>span :first-child,#TestingLabsAndImagingTable .diagnostic_tests_and_procedures__heading>span :first-child,.BeneMenu__Container,.Collapsible__trigger,.ds-u-text-align--left,.EnrollmentFormPage table td,.EnrollmentFormPage table th,.StarRatingsSection .OriginalMedicareStarRatingsToggle,.StarRatingsSection .StarRatingExpandableRow__toggle,.StarRatingsSection__expandAll,.StickyNav__mobile_toggle,.Tooltip__trigger{text-align:left!important}.ds-u-text-align--right,.mct-c-featured-plan .mct-c-what-youll-pay__cost{text-align:right!important}@media(min-width:544px){.ds-u-sm-text-align--center{text-align:center!important}.ds-u-sm-text-align--left{text-align:left!important}.ds-u-sm-text-align--right{text-align:right!important}}@media(min-width:768px){.ds-u-md-text-align--center{text-align:center!important}.ds-u-md-text-align--left{text-align:left!important}.ds-u-md-text-align--right{text-align:right!important}}@media(min-width:1024px){.ds-u-lg-text-align--center{text-align:center!important}.ds-u-lg-text-align--left{text-align:left!important}.ds-u-lg-text-align--right,.mct-c-what-youll-pay__titleContainer{text-align:right!important}}@media(min-width:1280px){.ds-u-xl-text-align--center{text-align:center!important}.ds-u-xl-text-align--left,.mct-c-featured-plan .mct-c-what-youll-pay__cost{text-align:left!important}.ds-u-xl-text-align--right{text-align:right!important}}.BeneMenu__InnerName:not(:focus),.ds-u-color--primary:not(:focus),.mct-c-summary-page-navigation--variation-b li a:not(:focus){color:var(--color-primary)!important}.ds-u-color--primary-darker:not(:focus){color:var(--color-primary-darker)!important}.ds-u-color--primary-darkest:not(:focus){color:var(--color-primary-darkest)!important}.CoverageWizardInfoPage__changeSelection:not(:focus):hover,.ds-u-color--primary-alt:not(:focus),.PlanCard__more_info_trigger:not(:focus):hover,.StickyTray__list_item .pharmacy-network-status__icon.ds-c-badge--success:not(:focus){color:var(--color-primary-alt)!important}.CoverageWizardInfoPage__changeSelection:not(:focus),.ds-u-color--primary-alt-light:not(:focus),.EnrollmentFormPage__expandButton:not(:focus),.EnrollmentFormPage__expandCaret:not(:focus),.EnrollmentFormPage__stepsText:not(:focus),.Footnote__marker:not(:focus),.PlanCard__more_info_trigger:not(:focus){color:var(--color-primary-alt-light)!important}.ds-u-color--primary-alt-lightest:not(:focus){color:var(--color-primary-alt-lightest)!important}.ds-u-color--primary-alt-dark:not(:focus){color:var(--color-primary-alt-dark)!important}.ds-u-color--primary-alt-darkest:not(:focus){color:var(--color-primary-alt-darkest)!important}.ds-u-color--secondary:not(:focus){color:var(--color-secondary)!important}.ds-u-color--secondary-light:not(:focus),.mct-c-summary-page-navigation--variation-c li a:not(:focus){color:var(--color-secondary-light)!important}.ds-u-color--secondary-lighter:not(:focus){color:var(--color-secondary-lighter)!important}.ds-u-color--secondary-lightest:not(:focus){color:var(--color-secondary-lightest)!important}.ds-u-color--secondary-dark:not(:focus){color:var(--color-secondary-dark)!important}.ds-u-color--secondary-darker:not(:focus){color:var(--color-secondary-darker)!important}.ds-u-color--secondary-darkest:not(:focus){color:var(--color-secondary-darkest)!important}.ds-u-color--gray:not(:focus),.EnrollTransitionDialog__content ul:not(:focus),.FooterToggle:not(:focus),.LoggedOutFooter ul:not(:focus),.StickyNav__list li a:not(:focus),.StickyNav__mobile_toggle:not(:focus){color:var(--color-gray)!important}.ds-u-color--gray-lightest:not(:focus){color:var(--color-gray-lightest)!important}.ds-u-color--gray-lighter:not(:focus){color:var(--color-gray-lighter)!important}.ds-u-color--gray-light:not(:focus),.PlanCard__sub_header:not(:focus),.PlanDetailsPagePlanInfo__label:not(:focus),.PlanDetailsPagePlanInfo__value:not(:focus),.SanctionedPlanCard__orgName:not(:focus),.SanctionedPlanCard__planId:not(:focus),.ViewPrescriptions__prescriptionDetail:not(:focus){color:var(--color-gray-light)!important}.ds-u-color--muted:not(:focus),.PrintButton:not(:focus){color:var(--color-muted)!important}.ds-u-color--error:not(:focus){color:var(--color-error)!important}.ds-u-color--error-dark:not(:focus){color:var(--color-error-dark)!important}.ds-u-color--error-darkest:not(:focus){color:var(--color-error-darkest)!important}.ds-u-color--error-light:not(:focus){color:var(--color-error-light)!important}.ds-u-color--success:not(:focus){color:var(--color-success)!important}.ds-c-dialog-wrap .addGeneric__text:not(:focus),.ds-u-color--base:not(:focus),.PharmacyCard--selected:not(:focus),.PlanCard.preview-mode a:not(:focus):not(.preview-disable-exempt),.YearOverYear__planBadge:not(:focus){color:var(--color-base)!important}.ds-u-color--base-inverse:not(:focus),.PharmacyCard__button:not(:focus){color:var(--color-base-inverse)!important}.ds-u-color--muted-inverse:not(:focus){color:var(--color-muted-inverse)!important}.ds-u-color--black:not(:focus){color:var(--color-black)!important}.AtoZDrugList__confirm:not(:focus),.AtoZDrugList__results li label.selected:not(:focus),.BeneMenu__Title:not(:focus),.ds-u-color--white:not(:focus),.LoadingMask:not(:focus),.LoadingMask h1:not(:focus),.MedigapLandingPage__heroSubheader:not(:focus),.MedigapPlanCard__actions a:not(:focus),.pagination__numberButton--active:not(:focus),.PlanComparePage__planRadioInput input[type=radio]:checked+label:not(:focus),.StickyTray__content:not(:focus),.StickyTray__header:not(:focus),.StickyTray__list:not(:focus){color:var(--color-white)!important}.ds-u-color--inherit:not(:focus){color:inherit!important}.ds-u-text-decoration--underline,.Footnote__marker--linked:hover,.LocationEditor__toggleButton,.mct-c-button--ghost{text-decoration:underline!important}.ds-u-text-decoration--line-through{text-decoration:line-through!important}.ds-u-text-decoration--none,.Footnote__marker,.m-c-navbar__productName,.mct-c-header__action,.mct-c-summary-page-navigation--variation-b li a,.Pagination__navButton,.Pagination__pageButton,.PrintButton,.SelectPharmaciesPage__backButton,.StickyNav__list li a,.StickyNav__mobile_toggle,.StickyTray__remove{text-decoration:none!important}.ds-u-text-transform--uppercase,.mct-c-table__caption-title,.MedigapPlanCard__section_heading,.MedigapPolicyCard__section_heading,.PacePlanCard__sectionHeading,.PapPlanCard__sectionHeading,.PlanCard__section_heading,.SanctionedPlanCard__heading,.SpapPlanCard__sectionHeading{text-transform:uppercase!important}.ds-u-text-transform--lowercase,.PlanCard__year-context{text-transform:lowercase!important}.ds-u-text-transform--capitalize,.mct-c-summary-page-plan-card-medigap__dates-effective-label,.MedigapBenefits__HelpDrawer .Tooltip__header,.PharmacySelectionFooter .StickyTray__list_item{text-transform:capitalize!important}.ds-u-truncate{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.ds-u-valign--top,.EnrollmentFormPage table td,.EnrollmentFormPage table th{vertical-align:top!important}.ds-u-valign--middle{vertical-align:middle!important}.ds-u-valign--bottom{vertical-align:bottom!important}.ds-u-word-break,.ViewPrescriptions__prescriptionName{word-wrap:break-word;overflow-wrap:break-word}.ds-c-accordion{color:var(--accordion__color);line-height:var(--font-line-height-base);margin:0;padding:0;width:100%}.ds-c-accordion__heading{font-size:var(--font-size-base);margin:0}.ds-c-accordion__heading:not(:first-child){margin-top:8px}.ds-c-accordion__button{-webkit-box-pack:justify;-ms-flex-pack:justify;background-color:var(--accordion__background-color);border:0;border-radius:0;box-shadow:none;color:var(--accordion-button__color);cursor:pointer;display:flex;font-family:var(--font-sans);font-size:var(--font-size-base);font-weight:var(--font-weight-bold);justify-content:space-between;margin:0;padding:16px 24px;text-align:left;text-decoration:none;width:100%}.ds-c-accordion__button:hover{background-color:var(--accordion__background-color--hover)}.ds-c-accordion__button:focus{box-shadow:0 0 0 3px var(--color-focus-light),0 0 4px 6px var(--color-focus-dark);outline:3px solid #0000;outline-offset:3px}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-accordion__button{-ms-high-contrast-adjust:none;background-color:LinkText;color:window;forced-color-adjust:none}.ds-c-accordion__button:focus,.ds-c-accordion__button:hover{-ms-high-contrast-adjust:none;background-color:window;color:LinkText;forced-color-adjust:none;outline:4px solid LinkText;outline-offset:-4px}}.ds-c-accordion__button .ds-c-icon{flex-shrink:0;height:1.25em;width:1.25em}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-accordion__button .ds-c-icon path{fill:Window}}.ds-c-accordion__content{background-color:var(--accordion-content__background-color);line-height:var(--font-line-height-base);margin-top:0;overflow:auto;padding:16px 24px 8px 32px}.ds-c-accordion__content :first-child{margin-top:0}.ds-c-accordion__content :last-child{margin-bottom:0}.ds-c-accordion--bordered .ds-c-accordion__content{border:4px solid var(--accordion__border-color);border-top:0;padding:16px}.ds-c-alert{background-color:var(--alert__background-color);border-left:var(--alert-bar__width) solid var(--alert__border-left-color);box-sizing:border-box;color:var(--alert__font-color);display:flex;padding:var(--alert__padding);position:relative}.ds-c-alert .ds-c-link,.ds-c-alert a:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton){color:var(--alert-link__font-color)}.ds-c-alert .ds-c-link:hover,.ds-c-alert a:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):hover{color:var(--alert-link__font-color--hover)}.ds-c-alert .ds-c-link:focus,.ds-c-alert a:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):focus{color:var(--alert-link__font-color--focus)}.ds-c-alert .ds-c-link:active,.ds-c-alert a:not(.ds-c-button):not(.pagination__numberButton):not(.PlanCard__more_info_trigger):not(.FooterToggle):not(.PrintButton):active{color:var(--alert-link__font-color--active)}.ds-c-alert ul:last-child{margin-bottom:0}.ds-c-alert ul:first-child{margin-top:0}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-alert{border:1px solid windowText;border-left:var(--alert-bar__width) solid windowText}}.ds-c-alert.ds-c-alert--lightweight{background-color:var(--alert__background-color--lightweight)}.ds-c-alert__a11y-label{margin-right:.5rem}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-alert__a11y-label{clip:auto!important;word-wrap:normal!important;border:none!important;height:auto!important;overflow:visible!important;padding:0!important;position:relative!important;width:auto!important}}.ds-c-alert__header{display:flex}.ds-c-alert__icon{font-size:var(--font-size-lg);margin-left:8px}.ds-c-alert__body{padding-left:16px}.ds-c-alert--hide-icon .ds-c-alert__body{padding-left:0}.ds-c-alert__heading{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);margin-bottom:4px;margin-top:0}.ds-c-alert__text{margin-bottom:0;margin-top:0}.ds-c-alert--error{background-color:var(--alert__background-color--error);border-color:var(--alert__border-color--error)}.ds-c-alert--warn{background-color:var(--alert__background-color--warn);border-color:var(--alert__border-color--warn)}.ds-c-alert--success{background-color:var(--alert__background-color--success);border-color:var(--alert__border-color--success)}.ds-c-autocomplete{max-width:var(--form__max-width);position:relative}.ds-c-autocomplete .ds-u-clearfix:before{content:none;display:block}.ds-c-autocomplete .ds-u-clearfix:after{clear:none;content:none;display:block}.ds-c-autocomplete input:focus{position:relative;z-index:100}.ds-c-autocomplete__label{margin:0;padding:8px}.ds-c-autocomplete__list{background-color:var(--autocomplete__background-color);border:1px solid var(--autocomplete__border-color);box-sizing:border-box;max-height:320px;overflow-y:auto;padding:8px;position:absolute;width:100%;z-index:var(--z-dialog)}.ds-c-autocomplete__list-item{color:var(--autocomplete-item__font-color);padding:8px}.ds-c-autocomplete__list-item--active{background-color:var(--autocomplete-item__background-color--active);color:var(--autocomplete-item__font-color--active)}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-autocomplete__list-item--active{-ms-high-contrast-adjust:none;background-color:WindowText;color:Window;forced-color-adjust:none}}.ds-c-autocomplete__list-item--message{color:var(--autocomplete-item-message__font-color);padding:8px}.ds-c-autocomplete__error-message{float:left}.ds-c-autocomplete__error-message--clear-btn{width:calc(100% - 110px)}.ds-c-autocomplete__clear-btn{float:right;margin-right:0}.ds-c-badge{background-color:var(--badge__background-color);border-radius:var(--radius-pill);color:var(--badge__font-color);display:inline-block;font-size:var(--font-size-sm);line-height:var(--font-line-height-heading);margin-right:4px;padding:4px 8px}.ds-c-badge:only-of-type{margin-right:0}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-badge>span{clip:auto;word-wrap:normal;border:none;height:auto;overflow:visible;padding:0;position:relative;width:auto}.ds-c-badge{-ms-high-contrast-adjust:none;background-color:windowText;color:window;forced-color-adjust:none}}.ds-c-badge--big{font-size:var(--font-size-base)}.ds-c-badge--info{background-color:var(--badge__background-color--info)}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-badge--info{-ms-high-contrast-adjust:none;background-color:windowText;color:window;forced-color-adjust:none}}.ds-c-badge--success{background-color:var(--badge__background-color--success)}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-badge--success{-ms-high-contrast-adjust:none;background-color:windowText;color:window;forced-color-adjust:none}}.ds-c-badge--warn{background-color:var(--badge__background-color--warn);color:var(--badge__font-color--warn)}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-badge--warn{-ms-high-contrast-adjust:none;background-color:windowText;color:window;forced-color-adjust:none}}.ds-c-badge--alert{background-color:var(--badge__background-color--alert)}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-badge--alert{-ms-high-contrast-adjust:none;background-color:windowText;color:window;forced-color-adjust:none}}.ds-c-button,.ds-c-button:visited,.FooterToggle,.pagination__numberButton,.PlanCard__more_info_trigger,.PrintButton{-webkit-appearance:none;appearance:none;background-color:var(--backgroundColor,var(--button__background-color));border:var(--button__border-width) solid var(--borderColor,var(--button__border-color));border-radius:var(--button__border-radius);color:var(--color,var(--button__color));cursor:pointer;display:inline-block;font-family:var(--font-sans);font-size:var(--fontSize,var(--font-size-base));font-weight:var(--fontWeight,var(--button__font-weight));line-height:1.3;padding:var(--space,8px 24px);text-align:center}.ds-c-button:is(a),.ds-c-button:visited:is(a),.FooterToggle:is(a),.pagination__numberButton:is(a),.PlanCard__more_info_trigger:is(a),.PrintButton:is(a){text-decoration:none}.ds-c-button:is(a):focus,.ds-c-button:visited:is(a):focus,.FooterToggle:is(a):focus,.pagination__numberButton:is(a):focus,.PlanCard__more_info_trigger:is(a):focus,.PrintButton:is(a):focus{background-color:var(--backgroundColor,var(--button__background-color));color:var(--color,var(--button__color));text-decoration:none}.ds-c-button:is(a)[aria-disabled=true],.ds-c-button:visited:is(a)[aria-disabled=true],.FooterToggle:is(a)[aria-disabled=true],.pagination__numberButton:is(a)[aria-disabled=true],.PlanCard__more_info_trigger:is(a)[aria-disabled=true],.PrintButton:is(a)[aria-disabled=true]{pointer-events:none}.ds-c-button:visited>svg,.ds-c-button>svg,.FooterToggle>svg,.pagination__numberButton>svg,.PlanCard__more_info_trigger>svg,.PrintButton>svg{fill:currentColor;height:1em;margin-bottom:-.1em;margin-top:-.1em;position:relative;top:-.1em;vertical-align:middle;width:1em}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-button:visited>svg,.ds-c-button>svg,.FooterToggle>svg,.pagination__numberButton>svg,.PlanCard__more_info_trigger>svg,.PrintButton>svg{fill:ButtonText}}.ds-c-button:hover,.ds-c-button:hover:focus,.ds-c-button:visited:hover,.ds-c-button:visited:hover:focus,.FooterToggle:hover,.pagination__numberButton:hover,.PlanCard__more_info_trigger:hover,.PrintButton:hover{background-color:var(--backgroundColor--h,var(--button__background-color--hover));border-color:var(--borderColor--h,var(--button__border-color--hover));color:var(--color--h,var(--button__color--hover))}.ds-c-button:focus,.ds-c-button:visited:focus,.FooterToggle:focus,.pagination__numberButton:focus,.PlanCard__more_info_trigger:focus,.PrintButton:focus{box-shadow:0 0 0 3px var(--color-focus-light),0 0 4px 6px var(--color-focus-dark);outline:3px solid #0000;outline-offset:3px}.ds-c-button:active,.ds-c-button:active:focus,.ds-c-button:visited:active,.ds-c-button:visited:active:focus,.FooterToggle:active,.pagination__numberButton:active,.PlanCard__more_info_trigger:active,.PrintButton:active{background-color:var(--backgroundColor--a,var(--button__background-color--active));border-color:var(--borderColor--a,var(--button__border-color--active));color:var(--color--a,var(--button__color--active))}.ds-c-button:active:focus,.ds-c-button:visited:active:focus,.FooterToggle:active:focus,.pagination__numberButton:active:focus,.PlanCard__more_info_trigger:active:focus,.PrintButton:active:focus{box-shadow:none}.ds-c-button:disabled,.ds-c-button:visited:disabled,.ds-c-button:visited[aria-disabled=true],.ds-c-button:visited[aria-disabled=true]:is(:hover,:hover:focus,:focus,:active,:active:focus),.ds-c-button[aria-disabled=true],.ds-c-button[aria-disabled=true]:is(:hover,:hover:focus,:focus,:active,:active:focus),.FooterToggle:disabled,.pagination__numberButton:disabled,.PlanCard__more_info_trigger:disabled,.PrintButton:disabled,[aria-disabled=true].FooterToggle,[aria-disabled=true].pagination__numberButton,[aria-disabled=true].PlanCard__more_info_trigger,[aria-disabled=true].PrintButton{background-color:var(--backgroundColor--d,var(--button__background-color--disabled));border-color:var(--borderColor--d,var(--button__border-color--disabled));color:var(--color--d,var(--button__color--disabled));cursor:not-allowed}.ds-c-button--alternate.FooterToggle,.ds-c-button--alternate.pagination__numberButton,.ds-c-button--alternate.PlanCard__more_info_trigger,.ds-c-button--alternate.PrintButton,.ds-c-button.ds-c-button--alternate,.ds-c-button.YearOverYear__nextStepExploreButton,.FooterToggle.YearOverYear__nextStepExploreButton,.PrintButton.YearOverYear__nextStepExploreButton,.YearOverYear__nextStepExploreButton.pagination__numberButton,.YearOverYear__nextStepExploreButton.PlanCard__more_info_trigger{--backgroundColor:var(--button-alt__background-color);--borderColor:var(--button-alt__border-color);--color:var(--button-alt__color);--backgroundColor--h:var(--button-alt__background-color--hover);--borderColor--h:var(--button-alt__border-color--hover);--color--h:var(--button-alt__color--hover);--backgroundColor--a:var(--button-alt__background-color--active);--borderColor--a:var(--button-alt__border-color--active);--color--a:var(--button-alt__color--active);--backgroundColor--d:var(--button-alt__background-color--disabled);--borderColor--d:var(--button-alt__border-color--disabled);--color--d:var(--button-alt__color--disabled)}.ds-c-button--on-dark.FooterToggle,.ds-c-button--on-dark.pagination__numberButton,.ds-c-button--on-dark.PlanCard__more_info_trigger,.ds-c-button--on-dark.PrintButton,.ds-c-button.ds-c-button--on-dark{--backgroundColor:var(--button-dark__background-color);--borderColor:var(--button-dark__border-color);--color:var(--button-dark__color);--backgroundColor--h:var(--button-dark__background-color--hover);--borderColor--h:var(--button-dark__border-color--hover);--color--h:var(--button-dark__color--hover);--backgroundColor--a:var(--button-dark__background-color--active);--borderColor--a:var(--button-dark__border-color--active);--color--a:var(--button-dark__color--active);--backgroundColor--d:var(--button-dark__background-color--disabled);--borderColor--d:var(--button-dark__border-color--disabled);--color--d:var(--button-dark__color--disabled)}.ds-c-button--alternate.ds-c-button--on-dark.FooterToggle,.ds-c-button--alternate.ds-c-button--on-dark.pagination__numberButton,.ds-c-button--alternate.ds-c-button--on-dark.PlanCard__more_info_trigger,.ds-c-button--alternate.ds-c-button--on-dark.PrintButton,.ds-c-button--on-dark.FooterToggle.YearOverYear__nextStepExploreButton,.ds-c-button--on-dark.PrintButton.YearOverYear__nextStepExploreButton,.ds-c-button--on-dark.YearOverYear__nextStepExploreButton.pagination__numberButton,.ds-c-button--on-dark.YearOverYear__nextStepExploreButton.PlanCard__more_info_trigger,.ds-c-button.ds-c-button--alternate.ds-c-button--on-dark,.ds-c-button.ds-c-button--on-dark.YearOverYear__nextStepExploreButton{--backgroundColor:var(--button-dark-alt__background-color);--borderColor:var(--button-dark-alt__border-color);--color:var(--button-dark-alt__color);--backgroundColor--h:var(--button-dark-alt__background-color--hover);--borderColor--h:var(--button-dark-alt__border-color--hover);--color--h:var(--button-dark-alt__color--hover);--backgroundColor--a:var(--button-dark-alt__background-color--active);--borderColor--a:var(--button-dark-alt__border-color--active);--color--a:var(--button-dark-alt__color--active);--backgroundColor--d:var(--button-dark-alt__background-color--disabled);--borderColor--d:var(--button-dark-alt__border-color--disabled);--color--d:var(--button-dark-alt__color--disabled)}.ds-c-button--solid,.YearOverYear__nextStepExploreButton{--backgroundColor:var(--button-solid__background-color);--borderColor:var(--button-solid__border-color);--color:var(--button-solid__color);--backgroundColor--h:var(--button-solid__background-color--hover);--borderColor--h:var(--button-solid__border-color--hover);--color--h:var(--button-solid__color--hover);--backgroundColor--a:var(--button-solid__background-color--active);--borderColor--a:var(--button-solid__border-color--active);--color--a:var(--button-solid__color--active);--backgroundColor--d:var(--button-solid__background-color--disabled);--borderColor--d:var(--button-solid__border-color--disabled);--color--d:var(--button-solid__color--disabled)}.ds-c-button--solid.ds-c-button--alternate,.YearOverYear__nextStepExploreButton{--backgroundColor:var(--button-solid-alt__background-color);--borderColor:var(--button-solid-alt__border-color);--color:var(--button-solid-alt__color);--backgroundColor--h:var(--button-solid-alt__background-color--hover);--borderColor--h:var(--button-solid-alt__border-color--hover);--color--h:var(--button-solid-alt__color--hover);--backgroundColor--a:var(--button-solid-alt__background-color--active);--borderColor--a:var(--button-solid-alt__border-color--active);--color--a:var(--button-solid-alt__color--active);--backgroundColor--d:var(--button-solid-alt__background-color--disabled);--borderColor--d:var(--button-solid-alt__border-color--disabled);--color--d:var(--button-solid-alt__color--disabled)}.ds-c-button--on-dark.YearOverYear__nextStepExploreButton,.ds-c-button--solid.ds-c-button--on-dark{--backgroundColor:var(--button-solid-dark__background-color);--borderColor:var(--button-solid-dark__border-color);--color:var(--button-solid-dark__color);--backgroundColor--h:var(--button-solid-dark__background-color--hover);--borderColor--h:var(--button-solid-dark__border-color--hover);--color--h:var(--button-solid-dark__color--hover);--backgroundColor--a:var(--button-solid-dark__background-color--active);--borderColor--a:var(--button-solid-dark__border-color--active);--color--a:var(--button-solid-dark__color--active);--backgroundColor--d:var(--button-solid-dark__background-color--disabled);--borderColor--d:var(--button-solid-dark__border-color--disabled);--color--d:var(--button-solid-dark__color--disabled)}.ds-c-button--on-dark.YearOverYear__nextStepExploreButton,.ds-c-button--solid.ds-c-button--alternate.ds-c-button--on-dark{--backgroundColor:var(--button-solid-dark-alt__background-color);--borderColor:var(--button-solid-dark-alt__border-color);--color:var(--button-solid-dark-alt__color);--backgroundColor--h:var(--button-solid-dark-alt__background-color--hover);--borderColor--h:var(--button-solid-dark-alt__border-color--hover);--color--h:var(--button-solid-dark-alt__color--hover);--backgroundColor--a:var(--button-solid-dark-alt__background-color--active);--borderColor--a:var(--button-solid-dark-alt__border-color--active);--color--a:var(--button-solid-dark-alt__color--active);--backgroundColor--d:var(--button-solid-dark-alt__background-color--disabled);--borderColor--d:var(--button-solid-dark-alt__border-color--disabled);--color--d:var(--button-solid-dark-alt__color--disabled)}.ds-c-button--ghost,.mct-c-button--ghost,.PlanCard__more_info_trigger{--backgroundColor:var(--button-ghost__background-color);--borderColor:var(--button-ghost__border-color);--color:var(--button-ghost__color);--backgroundColor--h:var(--button-ghost__background-color--hover);--borderColor--h:var(--button-ghost__border-color--hover);--color--h:var(--button-ghost__color--hover);--backgroundColor--a:var(--button-ghost__background-color--active);--borderColor--a:var(--button-ghost__border-color--active);--color--a:var(--button-ghost__color--active);--backgroundColor--d:var(--button-ghost__background-color--disabled);--borderColor--d:var(--button-ghost__border-color--disabled);--color--d:var(--button-ghost__color--disabled);text-decoration:underline;text-decoration-color:initial}.ds-c-button--ghost:is(a),.mct-c-button--ghost:is(a),.PlanCard__more_info_trigger:is(a){text-decoration:underline}.ds-c-button--ghost:is(a):active,.ds-c-button--ghost:is(a):hover,.mct-c-button--ghost:is(a):active,.mct-c-button--ghost:is(a):hover,.PlanCard__more_info_trigger:is(a):active,.PlanCard__more_info_trigger:is(a):hover{text-decoration:underline;text-decoration-color:inherit;text-decoration-thickness:inherit}.ds-c-button--alternate.mct-c-button--ghost:disabled:active,.ds-c-button--alternate.mct-c-button--ghost:disabled:focus,.ds-c-button--alternate.mct-c-button--ghost:disabled:hover,.ds-c-button--alternate.PlanCard__more_info_trigger:disabled:active,.ds-c-button--alternate.PlanCard__more_info_trigger:disabled:focus,.ds-c-button--alternate.PlanCard__more_info_trigger:disabled:hover,.ds-c-button--disabled.mct-c-button--ghost,.ds-c-button--disabled.PlanCard__more_info_trigger,.ds-c-button--ghost.ds-c-button--alternate:disabled:active,.ds-c-button--ghost.ds-c-button--alternate:disabled:focus,.ds-c-button--ghost.ds-c-button--alternate:disabled:hover,.ds-c-button--ghost.ds-c-button--disabled,.ds-c-button--ghost.YearOverYear__nextStepExploreButton:disabled:active,.ds-c-button--ghost.YearOverYear__nextStepExploreButton:disabled:focus,.ds-c-button--ghost.YearOverYear__nextStepExploreButton:disabled:hover,.ds-c-button--ghost:disabled,.mct-c-button--ghost.YearOverYear__nextStepExploreButton:disabled:active,.mct-c-button--ghost.YearOverYear__nextStepExploreButton:disabled:focus,.mct-c-button--ghost.YearOverYear__nextStepExploreButton:disabled:hover,.mct-c-button--ghost:disabled,.PlanCard__more_info_trigger:disabled,.YearOverYear__nextStepExploreButton.PlanCard__more_info_trigger:disabled:active,.YearOverYear__nextStepExploreButton.PlanCard__more_info_trigger:disabled:focus,.YearOverYear__nextStepExploreButton.PlanCard__more_info_trigger:disabled:hover{text-decoration-color:#0000}.ds-c-button--alternate.mct-c-button--ghost:is(a):disabled:active,.ds-c-button--alternate.mct-c-button--ghost:is(a):disabled:focus,.ds-c-button--alternate.mct-c-button--ghost:is(a):disabled:hover,.ds-c-button--alternate.PlanCard__more_info_trigger:is(a):disabled:active,.ds-c-button--alternate.PlanCard__more_info_trigger:is(a):disabled:focus,.ds-c-button--alternate.PlanCard__more_info_trigger:is(a):disabled:hover,.ds-c-button--disabled.mct-c-button--ghost:is(a),.ds-c-button--disabled.PlanCard__more_info_trigger:is(a),.ds-c-button--ghost.ds-c-button--alternate:is(a):disabled:active,.ds-c-button--ghost.ds-c-button--alternate:is(a):disabled:focus,.ds-c-button--ghost.ds-c-button--alternate:is(a):disabled:hover,.ds-c-button--ghost.ds-c-button--disabled:is(a),.ds-c-button--ghost.YearOverYear__nextStepExploreButton:is(a):disabled:active,.ds-c-button--ghost.YearOverYear__nextStepExploreButton:is(a):disabled:focus,.ds-c-button--ghost.YearOverYear__nextStepExploreButton:is(a):disabled:hover,.ds-c-button--ghost:disabled:is(a),.mct-c-button--ghost.YearOverYear__nextStepExploreButton:is(a):disabled:active,.mct-c-button--ghost.YearOverYear__nextStepExploreButton:is(a):disabled:focus,.mct-c-button--ghost.YearOverYear__nextStepExploreButton:is(a):disabled:hover,.mct-c-button--ghost:disabled:is(a),.PlanCard__more_info_trigger:disabled:is(a),.YearOverYear__nextStepExploreButton.PlanCard__more_info_trigger:is(a):disabled:active,.YearOverYear__nextStepExploreButton.PlanCard__more_info_trigger:is(a):disabled:focus,.YearOverYear__nextStepExploreButton.PlanCard__more_info_trigger:is(a):disabled:hover{text-decoration:underline;text-decoration-color:inherit}.ds-c-button--alternate.mct-c-button--ghost,.ds-c-button--alternate.PlanCard__more_info_trigger,.ds-c-button--ghost.ds-c-button--alternate,.ds-c-button--ghost.YearOverYear__nextStepExploreButton,.mct-c-button--ghost.YearOverYear__nextStepExploreButton,.YearOverYear__nextStepExploreButton.PlanCard__more_info_trigger{--backgroundColor:var(--button-ghost-alt__background-color);--borderColor:var(--button-ghost-alt__border-color);--color:var(--button-ghost-alt__color);--backgroundColor--h:var(--button-ghost-alt__background-color--hover);--borderColor--h:var(--button-ghost-alt__border-color--hover);--color--h:var(--button-ghost-alt__color--hover);--backgroundColor--a:var(--button-ghost-alt__background-color--active);--borderColor--a:var(--button-ghost-alt__border-color--active);--color--a:var(--button-ghost-alt__color--active);--backgroundColor--d:var(--button-ghost-alt__background-color--disabled);--borderColor--d:var(--button-ghost-alt__border-color--disabled);--color--d:var(--button-ghost-alt__color--disabled)}.ds-c-button--ghost.ds-c-button--on-dark,.ds-c-button--on-dark.mct-c-button--ghost,.ds-c-button--on-dark.PlanCard__more_info_trigger{--backgroundColor:var(--button-ghost-dark__background-color);--borderColor:var(--button-ghost-dark__border-color);--color:var(--button-ghost-dark__color);--backgroundColor--h:var(--button-ghost-dark__background-color--hover);--borderColor--h:var(--button-ghost-dark__border-color--hover);--color--h:var(--button-ghost-dark__color--hover);--backgroundColor--a:var(--button-ghost-dark__background-color--active);--borderColor--a:var(--button-ghost-dark__border-color--active);--color--a:var(--button-ghost-dark__color--active);--backgroundColor--d:var(--button-ghost-dark__background-color--disabled);--borderColor--d:var(--button-ghost-dark__border-color--disabled);--color--d:var(--button-ghost-dark__color--disabled)}.ds-c-button--alternate.ds-c-button--on-dark.mct-c-button--ghost,.ds-c-button--alternate.ds-c-button--on-dark.PlanCard__more_info_trigger,.ds-c-button--ghost.ds-c-button--alternate.ds-c-button--on-dark,.ds-c-button--ghost.ds-c-button--on-dark.YearOverYear__nextStepExploreButton,.ds-c-button--on-dark.mct-c-button--ghost.YearOverYear__nextStepExploreButton,.ds-c-button--on-dark.YearOverYear__nextStepExploreButton.PlanCard__more_info_trigger{--backgroundColor:var(--button-ghost-dark-alt__background-color);--borderColor:var(--button-ghost-dark-alt__border-color);--color:var(--button-ghost-dark-alt__color);--backgroundColor--h:var(--button-ghost-dark-alt__background-color--hover);--borderColor--h:var(--button-ghost-dark-alt__border-color--hover);--color--h:var(--button-ghost-dark-alt__color--hover);--backgroundColor--a:var(--button-ghost-dark-alt__background-color--active);--borderColor--a:var(--button-ghost-dark-alt__border-color--active);--color--a:var(--button-ghost-dark-alt__color--active);--backgroundColor--d:var(--button-ghost-dark-alt__background-color--disabled);--borderColor--d:var(--button-ghost-dark-alt__border-color--disabled);--color--d:var(--button-ghost-dark-alt__color--disabled)}.ds-c-button--big{--fontSize:var(--font-size-xl);--space:16px 24px}.ds-c-button--small,.FooterToggle,.SearchResults__tellMeMore .ds-c-help-drawer__toggle{--fontSize:var(--font-size-sm);--fontWeight:var(--font-weight-normal);--space:4px 8px}.ds-c-choice-wrapper{display:flex;gap:.5rem;margin:.5rem 0;max-width:var(--measure-wide)}.ds-c-choice+.ds-c-label,.ds-c-choice+label{-ms-flex-preferred-size:min-content;-webkit-box-flex:1;-ms-flex-positive:1;cursor:pointer;flex-basis:min-content;flex-grow:1;font-weight:var(--font-weight-normal);margin-top:0;max-width:-webkit-max-content;max-width:max-content;transform:translateY(.25em)}.ds-c-choice--small+.ds-c-label,.ds-c-choice--small+label{transform:translateY(-.125em)}.ds-c-choice:disabled+.ds-c-label,.ds-c-choice:disabled+label{color:var(--choice-label__color--disabled)}.ds-c-choice.ds-c-choice--inverse:disabled+.ds-c-label,.ds-c-choice.ds-c-choice--inverse:disabled+label{color:var(--choice-label__color--disabled--inverse)}.ds-c-choice.ds-c-choice--inverse:disabled+.ds-c-label,.ds-c-choice.ds-c-choice--inverse:disabled+label,.ds-c-choice:disabled+.ds-c-label,.ds-c-choice:disabled+label{cursor:not-allowed}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-choice.ds-c-choice--inverse:disabled+.ds-c-label,.ds-c-choice.ds-c-choice--inverse:disabled+label,.ds-c-choice:disabled+.ds-c-label,.ds-c-choice:disabled+label{color:GrayText}}.ds-c-choice{-webkit-box-align:center;-ms-flex-align:center;-ms-flex-negative:0;align-items:center;-webkit-appearance:none;appearance:none;background-color:var(--choice__background-color);border:var(--choice__border-width) solid var(--choice__border-color);border-radius:var(--choice__border-radius);cursor:pointer;display:grid;flex-shrink:0;justify-items:center;margin:0;place-content:center;position:relative}.ds-c-choice,.ds-c-choice:before{height:var(--choice__size);width:var(--choice__size)}.ds-c-choice:before{box-shadow:inset 0 0 4em 1em var(--choice__background-color--checked);content:"";grid-area:1/-1;opacity:0}.ds-c-choice:after,.ds-c-choice:before{box-sizing:initial}.ds-c-choice:checked:before{opacity:1}.ds-c-choice:checked:focus{border-color:var(--choice__border-color--focus)}.ds-c-choice.ds-c-choice--error{border-color:var(--choice__border-color--error)}.ds-c-choice:disabled{background-color:var(--choice__background-color--disabled);border-color:var(--choice__border-color--disabled);color:var(--choice__color--disabled);cursor:not-allowed}.ds-c-choice:disabled:before{border-color:var(--choice__border-color--disabled);box-shadow:inset 0 0 4em 1em var(--choice__border-color--disabled)}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-choice:disabled{border-color:GrayText}}.ds-c-choice:focus{box-shadow:0 0 0 3px var(--color-focus-light),0 0 4px 6px var(--color-focus-dark);outline:3px solid #0000;outline-offset:3px}.ds-c-choice[type=checkbox]:after{background-color:initial;border:solid;border-color:var(--color-white);border-top-color:#0000;border-width:0 0 4px 4px;content:"";grid-area:1/-1;height:4px;opacity:0;transform:rotate(-45deg) translateX(.075em);width:10px}.ds-c-choice[type=checkbox]:checked:after{opacity:1}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-choice[type=checkbox]:disabled:after{border-color:GrayText}}.ds-c-choice[type=radio]{border-radius:100%}.ds-c-choice[type=radio]:before{border-radius:100%;height:var(--choice__size-radio);width:var(--choice__size-radio)}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-choice[type=radio]:before{background-color:WindowText;box-shadow:none}}.ds-c-choice[type=radio]:checked{border-color:var(--choice__background-color--checked)}.ds-c-choice[type=radio]:checked:disabled{border-color:var(--choice__border-color--disabled)}.ds-c-choice[type=radio]:checked:disabled:before{box-shadow:inset 0 0 4em 1em var(--choice__border-color--disabled)}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-choice[type=radio]:checked:disabled{border-color:GrayText}.ds-c-choice[type=radio]:checked:disabled:before{background-color:GrayText}}.ds-c-choice--inverse{background-color:var(--choice__background-color--inverse);border-color:var(--choice__border-color--inverse)}.ds-c-choice--inverse.ds-c-choice--error{border-color:var(--choice__border-color--error--inverse)}.ds-c-choice--inverse:disabled{background-color:var(--choice__background-color--disabled--inverse);border-color:var(--choice__border-color--disabled--inverse)}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-choice--inverse:disabled{border-color:GrayText}}.ds-c-choice--small,.ds-c-choice--small:before{height:var(--choice__size--small);width:var(--choice__size--small)}.ds-c-choice--small[type=checkbox]:after{border-width:0 0 3px 3px;height:3px;width:7px}.ds-c-choice--small[type=radio]:before{height:var(--choice__size-radio--small);width:var(--choice__size-radio--small)}.ds-c-choice__checkedChild{-webkit-box-flex:1;border-left:4px solid var(--choice__border-color--left);flex:1 1 100%;margin-bottom:16px;margin-left:calc(var(--choice__size)*.5 - 2px);padding:16px 0 16px 16px}.ds-c-choice__checkedChild--inverse{border-left-color:var(--color-white)}.ds-c-choice__checkedChild--small{margin-left:8px}dialog{background:var(--color-white);border:solid;color:var(--color-black);display:block;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}dialog:not([open]){display:none}dialog+.backdrop{background:#0000001a}._dialog_overlay,dialog+.backdrop{bottom:0;left:0;position:fixed;right:0;top:0}dialog.fixed{position:fixed;top:50%;transform:translateY(-50%)}.ds-c-dialog,.mct-c-find-plans-dialog{background-color:var(--dialog__background-color);border:none;box-shadow:var(--shadow-base);box-sizing:border-box;display:inline-block;margin-top:48px;max-width:var(--measure-base);padding:var(--dialog__padding);text-align:left;width:95%}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-dialog,.mct-c-find-plans-dialog{outline:16px solid WindowText}}.ds-c-dialog>[role=document]:focus,.mct-c-find-plans-dialog>[role=document]:focus{outline:none}.ds-c-dialog::-webkit-backdrop,.mct-c-find-plans-dialog::-webkit-backdrop{background-color:var(--dialog-overlay__background-color)}.ds-c-dialog+.backdrop,.ds-c-dialog::backdrop,.mct-c-find-plans-dialog+.backdrop,.mct-c-find-plans-dialog::backdrop{background-color:var(--dialog-overlay__background-color)}.ds-c-dialog--narrow{max-width:var(--measure-narrow)}.ds-c-dialog--wide{max-width:var(--measure-wide)}.ds-c-dialog--full{max-width:var(--site-max-width)}.ds-c-dialog__header{align-items:flex-start;display:flex;padding-bottom:8px}.ds-c-dialog__body{word-wrap:break-word;overflow-wrap:break-word}.ds-c-dialog__actions{margin-top:24px}.ds-c-dialog__close{margin-left:auto;padding:0 8px 0 4px}.ds-c-dialog__close .ds-c-icon{font-size:13px;margin:0 4px}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-dialog__close .ds-c-icon path{fill:ButtonText}.ds-c-dialog__close{padding:4px 16px}}.ds--dialog-open{left:0;position:fixed;right:0;top:var(--body_top--dialog-open,0)}@keyframes slideInDrawer{0%{opacity:0;transform:translate3d(200px,0,0)}to{opacity:1;transform:translateZ(0)}}.ds-c-drawer__toggle{display:block;font-weight:var(--font-weight-normal);padding:0}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-drawer__toggle{padding:4px 16px}}.ds-c-drawer__toggle--inline{display:inline}.ds-c-drawer{background:var(--drawer__background-color);border:0;bottom:0;box-shadow:-2px 0 0 var(--drawer__border-color);height:100%;left:auto;margin:0;max-height:100%;max-width:100%;padding:0;position:fixed;right:0;top:0;width:100%;z-index:var(--z-drawer)}.ds-c-drawer::-webkit-backdrop{background:#0000}.ds-c-drawer::backdrop{background:#0000}@media(min-width:768px){.ds-c-drawer{animation:slideInDrawer var(--animation-speed-2) ease-in-out both;max-width:33%}}@media(min-width:1280px){.ds-c-drawer{max-width:var(--measure-base)}}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-drawer{border:1px solid WindowText;border-left-width:24px}}.ds-c-drawer__window{-ms-scroll-chaining:none;height:100%;overflow:auto;overscroll-behavior:contain}@supports(display:flex){.ds-c-drawer__window{display:flex;flex-direction:column}}.ds-c-drawer__header{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;background-color:var(--drawer-header__background-color);display:flex;gap:16px;justify-content:space-between;padding:16px}@supports(display:flex){.ds-c-drawer__header{flex:0 0 auto}}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-drawer__header{border-bottom:1px solid ButtonText}}.ds-c-drawer__header-heading{margin:0}.ds-c-drawer__close-button{align-self:flex-start}.ds-c-drawer__header-heading:focus{box-shadow:0 0 0 3px var(--color-focus-light),0 0 4px 6px var(--color-focus-dark);outline:3px solid #0000;outline-offset:3px}.ds-c-drawer--is-sticky{overflow:auto}.ds-c-drawer__body{padding:16px}@media(min-width:768px){.ds-c-drawer__body{font-size:var(--font-size-sm)}}@media(min-width:1024px){.ds-c-drawer__body{font-size:var(--font-size-base)}}@supports(display:flex){.ds-c-drawer__body{flex:1 1 auto}}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-drawer__body{border-top:1px solid ButtonText}}.ds-c-drawer__footer{background-color:var(--drawer-footer__background-color);padding:16px}@supports(display:flex){.ds-c-drawer__footer{flex:0 0 auto}}.ds-c-drawer__footer-title{margin:0}select.ds-c-field{-webkit-appearance:none;appearance:none;background-color:var(--dropdown__background-color);background-image:url(../../static/media/arrow-both.a0959e1398a9d5757cf0.svg);background-position:right 8px center;background-repeat:no-repeat;background-size:var(--dropdown__icon-size);padding-right:28px}select.ds-c-field[multiple]{background-image:none}select.ds-c-field:-moz-focusring{color:#0000;text-shadow:0 0 0 #000}.ds-c-filter-chip__button{background-color:var(--filter-chip__background-color);border:1px solid var(--filter-chip__border-color);border-radius:var(--filter-chip__border-radius);color:var(--filter-chip__color);cursor:pointer;font-family:var(--font-sans);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);margin-right:8px;margin-top:8px;min-height:0;padding:4px 34px 4px 8px;position:relative;text-align:left}.ds-c-filter-chip__button--big{min-height:44px;padding:8px 34px 8px 16px}.ds-c-filter-chip__button:active,.ds-c-filter-chip__button:focus,.ds-c-filter-chip__button:hover{background-color:var(--filter-chip__background-color--active);border:1px solid var(--filter-chip__border-color--active);color:var(--filter-chip__color--active)}.ds-c-filter-chip__button:focus{box-shadow:0 0 0 3px var(--color-focus-light),0 0 4px 6px var(--color-focus-dark);outline:3px solid #0000;outline-offset:3px}.ds-c-filter-chip__button>*{pointer-events:none}.ds-c-filter-chip__clear-icon-container{border:1px solid var(--filter-chip__color);border-radius:50%;box-sizing:border-box;cursor:pointer;display:inline-block;height:var(--filter-chip-icon__container-size);margin-left:8px;padding:0;position:absolute;right:8px;top:50%;transform:translateY(-50%);vertical-align:middle;width:var(--filter-chip-icon__container-size)}.ds-c-filter-chip__clear-icon-container.ds-c-filter-chip__clear-icon-alternate-container{border:0}.ds-c-filter-chip__clear-icon-container .ds-c-icon--close{fill:var(--filter-chip__color);display:block;height:10px;left:3px;position:relative;top:3px;width:10px}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-filter-chip__clear-icon-container .ds-c-icon--close path{fill:ButtonText}}.ds-c-filter-chip__clear-icon-container .ds-c-icon--close-thin{height:12px;width:12px}.ds-c-filter-chip__button:active .ds-c-filter-chip__clear-icon-container,.ds-c-filter-chip__button:focus .ds-c-filter-chip__clear-icon-container,.ds-c-filter-chip__button:hover .ds-c-filter-chip__clear-icon-container{border-color:var(--filter-chip__color--active)}.ds-c-filter-chip__button:active .ds-c-filter-chip__clear-icon-container .ds-c-icon--close,.ds-c-filter-chip__button:focus .ds-c-filter-chip__clear-icon-container .ds-c-icon--close,.ds-c-filter-chip__button:hover .ds-c-filter-chip__clear-icon-container .ds-c-icon--close{fill:var(--filter-chip__color--active)}.ds-c-label{color:inherit;display:block;font-weight:var(--font-weight-bold);margin-bottom:0;margin-top:24px;max-width:var(--form__max-width);padding:0}.ds-c-label--inverse{color:var(--form-label__color--inverse)}.ds-c-fieldset,.EnrollmentFormPage fieldset{border:0;margin:24px 0 0;min-width:0;padding:0}.ds-c-fieldset>.ds-c-label:first-child,.EnrollmentFormPage fieldset>.ds-c-label:first-child{margin-top:0}.ds-c-field__hint{color:var(--form-hint__color);display:block;font-weight:var(--font-weight-normal)}.ds-c-field__hint--inverse{color:var(--form-hint__color--inverse)}.ds-c-field__error-message{color:var(--form-error__color);display:block;font-weight:var(--font-weight-normal)}.ds-c-field__error-message--inverse{color:var(--form-error__color--inverse)}.ds-c-choice+label .ds-c-field__hint{flex-basis:100%}.ds-c-month-picker{margin-bottom:24px;margin-top:24px}.ds-c-month-picker__buttons{margin-bottom:8px;margin-top:16px}.ds-c-month-picker__buttons .ds-c-month-picker__button{margin-right:8px}.ds-c-month-picker__months{max-width:400px}.ds-c-month-picker__months-list{-webkit-box-pack:justify;-ms-flex-pack:justify;display:flex;flex-wrap:wrap;justify-content:space-between}.ds-c-month-picker__month{width:100px}.ds-c-pagination{-webkit-box-align:end;-ms-flex-align:end;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:flex-end;display:flex;justify-content:space-between}.ds-c-pagination ul{display:none;list-style:none;margin:0;padding:0}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-pagination ul{align-items:center;display:inline-flex;gap:1ch}}@media(min-width:545px){.ds-c-pagination ul{display:inline-block}}.ds-c-pagination li{display:inline-block}.ds-c-pagination .ds-c-button,.ds-c-pagination .FooterToggle,.ds-c-pagination .pagination__numberButton,.ds-c-pagination .PlanCard__more_info_trigger,.ds-c-pagination .PrintButton{color:var(--pagination-link__color);font-weight:var(--font-weight-normal);min-width:44px;padding:8px 0}.ds-c-pagination .ds-c-button--ghost,.ds-c-pagination .mct-c-button--ghost,.ds-c-pagination .PlanCard__more_info_trigger{text-decoration:none}.ds-c-pagination .ds-c-button--ghost:focus,.ds-c-pagination .mct-c-button--ghost:focus,.ds-c-pagination .PlanCard__more_info_trigger:focus{color:var(--pagination-link__color--focus)}.ds-c-pagination .ds-c-button--ghost:hover,.ds-c-pagination .mct-c-button--ghost:hover,.ds-c-pagination .PlanCard__more_info_trigger:hover{color:var(--pagination-link__color--hover);text-decoration:underline}.ds-c-pagination .ds-c-button--ghost:active,.ds-c-pagination .mct-c-button--ghost:active,.ds-c-pagination .PlanCard__more_info_trigger:active{color:var(--pagination-link__color--active)}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-pagination .ds-c-button--ghost,.ds-c-pagination .mct-c-button--ghost,.ds-c-pagination .PlanCard__more_info_trigger{border:0}.ds-c-pagination .ds-c-button--ghost:hover,.ds-c-pagination .mct-c-button--ghost:hover,.ds-c-pagination .PlanCard__more_info_trigger:hover{text-decoration:none}}.ds-c-pagination .ds-c-pagination__current-page{color:var(--pagination-current-page__color);font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);text-decoration:none}.ds-c-pagination .ds-c-pagination__current-page:hover{cursor:auto;text-decoration:none}.ds-c-pagination .ds-c-pagination__overflow{border:2px solid #0000;color:var(--pagination-overflow__color);display:inline-block;padding:8px}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-pagination .ds-c-pagination__overflow{border:0}}.ds-c-pagination .ds-c-pagination__page-count{border:2px solid #0000;color:var(--pagination-page-count__color);display:none;padding:8px}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-pagination .ds-c-pagination__page-count{border:0}}@media(max-width:544px){.ds-c-pagination .ds-c-pagination__page-count{display:inline-block}}.ds-c-pagination .ds-c-pagination__nav{flex:0 0 auto;text-decoration:none}.ds-c-pagination .ds-c-pagination__nav:hover{text-decoration-thickness:3px;text-underline-offset:5px}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-pagination .ds-c-pagination__nav{align-self:center;border:0;padding:4px 16px}.ds-c-pagination .ds-c-pagination__nav:not([aria-disabled=true]){color:LinkText;text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:5px}.ds-c-pagination .ds-c-pagination__nav:not([aria-disabled=true]):hover{background-color:Window;text-decoration:none}.ds-c-pagination .ds-c-pagination__nav:not([aria-disabled=true]):focus{box-shadow:none}.ds-c-pagination .ds-c-pagination__nav:not([aria-disabled=true]):focus:hover{outline-color:LinkText}}.ds-c-pagination [aria-disabled=true]{border:1px solid #0000;color:var(--pagination-link__color--disabled);line-height:1.3;padding:8px 0}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-pagination [aria-disabled=true]{border:0;color:GrayText;cursor:not-allowed;padding:4px 16px}}.ds-c-pagination .ds-c-pagination__nav--img-container{display:inline-block;vertical-align:text-top}.ds-c-pagination .ds-c-pagination__nav--img-container-next{margin-left:4px}.ds-c-pagination .ds-c-pagination__nav--img-container-previous{margin-right:4px}.ds-c-pagination .ds-c-pagination__nav--image{height:18px;width:18px}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-pagination .ds-c-pagination__nav--image path{fill:LinkText}}.ds-c-pagination.ds-c-pagination--compact .ds-c-pagination__page-count{display:inline}.ds-c-pagination.ds-c-pagination--compact ul{display:none}.ds-c-privacy-settings-table th:first-child{min-width:110px}.ds-c-privacy-settings-table td:last-child{min-width:132px}.ds-c-review{-webkit-box-pack:justify;-ms-flex-pack:justify;border-bottom:2px solid var(--review__border-color);display:flex;justify-content:space-between;padding-bottom:16px;padding-top:16px}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-review a:hover{text-decoration:none}}.ds-c-review__content{margin-right:16px}.ds-c-review:last-of-type{border-bottom:0}.ds-c-review__heading{display:inline-block;font-size:var(--font-size-base);font-weight:var(--font-weight-bold);margin-bottom:0;margin-top:0}:root{--rdp-cell-size:40px;--rdp-accent-color:var(--color-primary);--rdp-background-color:var(--color-gray-cool-light);--rdp-active-color:var(--color-primary-darkest);--rdp-outline:none;--rdp-outline-selected:none}.rdp{margin:1em}.rdp-vhidden{clip:rect(1px,1px,1px,1px)!important;background:#0000;border:0!important;box-sizing:border-box;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;top:0;width:1px!important}.rdp-button_reset,.rdp-vhidden{-webkit-appearance:none;appearance:none;margin:0}.rdp-button_reset{background:none;color:inherit;cursor:default;font:inherit;outline:none;padding:0;position:relative}.rdp-button{border:2px solid #0000}.rdp-button[aria-disabled=true]{opacity:.25;pointer-events:none}.rdp-button:not([aria-disabled=true]){cursor:pointer}.rdp-button:active,.rdp-button:focus{border:var(--rdp-outline);color:inherit}.rdp-button:active,.rdp-button:focus,.rdp-button:hover:not([aria-disabled=true]){background-color:var(--rdp-background-color)}.rdp-months{display:flex}.rdp-month{margin:0 1em}.rdp-month:first-child{margin-left:0}.rdp-month:last-child{margin-right:0}.rdp-table{border-collapse:collapse;margin:0;max-width:calc(var(--rdp-cell-size)*7)}.rdp-with_weeknumber .rdp-table{border-collapse:collapse;max-width:calc(var(--rdp-cell-size)*8)}.rdp-caption{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:flex;justify-content:space-between;padding:0;text-align:left}.rdp-multiple_months .rdp-caption{display:block;position:relative;text-align:center}.rdp-caption_dropdowns,.rdp-caption_label{display:inline-flex;position:relative}.rdp-caption_label{align-items:center;border:2px solid #0000;color:currentColor;font-family:inherit;font-size:140%;font-weight:700;margin:0;padding:0 .25em;white-space:nowrap;z-index:1}.rdp-nav{white-space:nowrap}.rdp-multiple_months .rdp-caption_start .rdp-nav{left:0;position:absolute;top:50%;transform:translateY(-50%)}.rdp-multiple_months .rdp-caption_end .rdp-nav{position:absolute;right:0;top:50%;transform:translateY(-50%)}.rdp-nav_button{-webkit-box-pack:center;-ms-flex-pack:center;border-radius:100%;height:var(--rdp-cell-size);justify-content:center;padding:.25em;width:var(--rdp-cell-size)}.rdp-dropdown_month,.rdp-dropdown_year,.rdp-nav_button{align-items:center;display:inline-flex}.rdp-dropdown_month,.rdp-dropdown_year{position:relative}.rdp-dropdown{-webkit-appearance:none;appearance:none;background-color:initial;border:none;bottom:0;cursor:inherit;font-family:inherit;font-size:inherit;left:0;line-height:inherit;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:2}.rdp-dropdown[disabled]{color:unset;opacity:unset}.rdp-dropdown:active:not([disabled])+.rdp-caption_label,.rdp-dropdown:focus:not([disabled])+.rdp-caption_label{background-color:var(--rdp-background-color);border:var(--rdp-outline);border-radius:6px}.rdp-dropdown_icon{margin:0 0 0 5px}.rdp-head{border:0}.rdp-head_row,.rdp-row{height:100%}.rdp-head_cell{font-size:.75em;font-weight:700;height:100%;height:var(--rdp-cell-size);padding:0;text-align:center;text-transform:uppercase;vertical-align:middle}.rdp-tbody{border:0}.rdp-tfoot{margin:.5em}.rdp-cell{height:100%;height:var(--rdp-cell-size);padding:0;text-align:center;width:var(--rdp-cell-size)}.rdp-weeknumber{font-size:.75em}.rdp-day,.rdp-weeknumber{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border:2px solid #0000;border-radius:100%;box-sizing:border-box;display:flex;height:var(--rdp-cell-size);justify-content:center;margin:0;max-width:var(--rdp-cell-size);overflow:hidden;width:var(--rdp-cell-size)}.rdp-day_today:not(.rdp-day_outside){font-weight:700}.rdp-day_selected:active:not([aria-disabled=true]),.rdp-day_selected:focus:not([aria-disabled=true]),.rdp-day_selected:hover:not([aria-disabled=true]),.rdp-day_selected:not([aria-disabled=true]){background-color:var(--rdp-accent-color);color:#fff}.rdp-day_selected:focus:not([aria-disabled=true]){border:var(--rdp-outline-selected)}.rdp:not([dir=rtl]) .rdp-day_range_start:not(.rdp-day_range_end){border-bottom-right-radius:0;border-top-right-radius:0}.rdp:not([dir=rtl]) .rdp-day_range_end:not(.rdp-day_range_start),.rdp[dir=rtl] .rdp-day_range_start:not(.rdp-day_range_end){border-bottom-left-radius:0;border-top-left-radius:0}.rdp[dir=rtl] .rdp-day_range_end:not(.rdp-day_range_start){border-bottom-right-radius:0;border-top-right-radius:0}.rdp-day_range_end.rdp-day_range_start{border-radius:100%}.rdp-day_range_middle{border-radius:0}.rdp-caption_dropdowns{flex-grow:1}.rdp-dropdown_month,.rdp-dropdown_year{display:block;width:50%}.rdp-dropdown_month:nth-child(2),.rdp-dropdown_year:nth-child(2){text-align:right}.rdp-button:active,.rdp-button:focus{box-shadow:0 0 0 3px var(--color-focus-light),0 0 4px 6px var(--color-focus-dark);outline:3px solid #0000;outline-offset:3px}.rdp-button:active,.rdp-button:active:hover:not([aria-disabled=true]),.rdp-day_selected:active:hover:not([aria-disabled=true]),.rdp-day_selected:active:not([aria-disabled=true]){background-color:var(--rdp-active-color);color:#fff}@media(-ms-high-contrast:active),(forced-colors:active){.rdp-button[aria-disabled=true]{border-color:GrayText;color:GrayText;opacity:1}.rdp-day_selected:active:not([aria-disabled=true]),.rdp-day_selected:focus:not([aria-disabled=true]),.rdp-day_selected:hover:not([aria-disabled=true]),.rdp-day_selected:not([aria-disabled=true]){-ms-high-contrast-adjust:none;background-color:Highlight;border-color:Highlight;color:Field;forced-color-adjust:none}}.rdp-caption_label{border:none;font-size:var(--font-size-xl);padding:0 8px}.rdp-dropdown:active:not([disabled])+.rdp-caption_label,.rdp-dropdown:focus:not([disabled])+.rdp-caption_label{background-color:initial;box-shadow:0 0 0 3px var(--color-focus-light),0 0 4px 6px var(--color-focus-dark);outline:3px solid #0000;outline-offset:3px}.rdp-dropdown_icon.ds-c-icon--arrows-stacked{height:14px;width:14px}.ds-c-single-input-date-field__nav{-webkit-appearance:none;appearance:none;background-color:initial;border:none;border-radius:var(--text-input__border-radius);color:var(--color-primary);cursor:pointer;display:inline-block;padding:8px}.ds-c-single-input-date-field__nav:hover:not(:disabled){background-color:var(--color-gray-cool-light);color:var(--color-primary-darker)}.ds-c-single-input-date-field__nav:active:not(:disabled),.ds-c-single-input-date-field__nav:focus{box-shadow:0 0 0 3px var(--color-focus-light),0 0 4px 6px var(--color-focus-dark);outline:3px solid #0000;outline-offset:3px}.ds-c-single-input-date-field__nav:active:not(:disabled){background-color:var(--button-solid__background-color--active);color:var(--color-white)}.ds-c-single-input-date-field__nav .ds-c-icon--arrow{height:19px;width:19px}.ds-c-single-input-date-field__nav:disabled{color:var(--pagination-link__color--disabled);pointer-events:none}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-single-input-date-field__nav:disabled{border:0;color:GrayText;cursor:not-allowed}.ds-c-single-input-date-field__nav:disabled .ds-c-icon{fill:GrayText;color:GrayText}.ds-c-single-input-date-field__nav:disabled .ds-c-icon path{fill:GrayText;stroke:GrayText;color:GrayText}}.ds-c-single-input-date-field{position:relative}.ds-c-single-input-date-field .rdp{border:1px solid var(--color-gray-dark);border-radius:8px;box-shadow:0 0 17px 0 var(--color-gray-light);left:0;margin:8px 0 0;padding:16px;position:absolute;top:100%}.ds-c-single-input-date-field--with-picker .ds-c-single-input-date-field__field-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-box-pack:start;-ms-flex-pack:start;align-items:stretch;display:flex;justify-content:flex-start;margin-bottom:4px;margin-top:4px}.ds-c-single-input-date-field--with-picker .ds-c-single-input-date-field__field-wrapper .ds-c-field{border-bottom-right-radius:0;border-top-right-radius:0;margin-bottom:0;margin-right:calc(var(--text-input__border-width)*-1);margin-top:0}.ds-c-single-input-date-field--with-picker .ds-c-single-input-date-field__field-wrapper .ds-c-field:active,.ds-c-single-input-date-field--with-picker .ds-c-single-input-date-field__field-wrapper .ds-c-field:focus{z-index:1}.ds-c-single-input-date-field--with-picker .ds-c-single-input-date-field__field-wrapper .ds-c-field.ds-c-field--error,.ds-c-single-input-date-field--with-picker .ds-c-single-input-date-field__field-wrapper .mct-c-coverage-selector-v2__text-field--error input.ds-c-field,.ds-c-single-input-date-field--with-picker .ds-c-single-input-date-field__field-wrapper .mct-c-coverage-selector__text-field--error input.ds-c-field,.mct-c-coverage-selector-v2__text-field--error .ds-c-single-input-date-field--with-picker .ds-c-single-input-date-field__field-wrapper input.ds-c-field,.mct-c-coverage-selector__text-field--error .ds-c-single-input-date-field--with-picker .ds-c-single-input-date-field__field-wrapper input.ds-c-field{margin-right:calc(var(--text-input__border-width--error)*-1)}.ds-c-single-input-date-field__field-wrapper .ds-c-field{max-width:108px}.ds-c-single-input-date-field__field-wrapper .ds-c-single-input-date-field__button{-webkit-appearance:none;appearance:none;background-color:var(--color-gray-cool-light);border:var(--text-input__border-width) solid var(--text-input__border-color);border-radius:var(--text-input__border-radius);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--color-primary);cursor:pointer;margin:0;padding:4px 8px;position:relative;text-align:center;text-decoration:none}.ds-c-single-input-date-field__field-wrapper .ds-c-single-input-date-field__button:after{background:var(--color-gray-light);bottom:0;content:"";display:block;left:calc(var(--text-input__border-width)*-1);position:absolute;top:0;width:var(--text-input__border-width)}.ds-c-single-input-date-field__field-wrapper .ds-c-single-input-date-field__button:active,.ds-c-single-input-date-field__field-wrapper .ds-c-single-input-date-field__button:focus{box-shadow:0 0 0 3px var(--color-focus-light),0 0 4px 6px var(--color-focus-dark);outline:3px solid #0000;outline-offset:3px}.ds-c-single-input-date-field__field-wrapper .ds-c-single-input-date-field__button:active:after,.ds-c-single-input-date-field__field-wrapper .ds-c-single-input-date-field__button:focus:after{display:none}.ds-c-single-input-date-field__field-wrapper .ds-c-field--error+.ds-c-single-input-date-field__button,.ds-c-single-input-date-field__field-wrapper .mct-c-coverage-selector-v2__text-field--error input+.ds-c-single-input-date-field__button,.ds-c-single-input-date-field__field-wrapper .mct-c-coverage-selector__text-field--error input+.ds-c-single-input-date-field__button,.mct-c-coverage-selector-v2__text-field--error .ds-c-single-input-date-field__field-wrapper input+.ds-c-single-input-date-field__button,.mct-c-coverage-selector__text-field--error .ds-c-single-input-date-field__field-wrapper input+.ds-c-single-input-date-field__button{border:var(--text-input__border-width--error) solid var(--text-input__border-color--error)}.ds-c-single-input-date-field__field-wrapper .ds-c-field--error+.ds-c-single-input-date-field__button:after,.ds-c-single-input-date-field__field-wrapper .mct-c-coverage-selector-v2__text-field--error input+.ds-c-single-input-date-field__button:after,.ds-c-single-input-date-field__field-wrapper .mct-c-coverage-selector__text-field--error input+.ds-c-single-input-date-field__button:after,.mct-c-coverage-selector-v2__text-field--error .ds-c-single-input-date-field__field-wrapper input+.ds-c-single-input-date-field__button:after,.mct-c-coverage-selector__text-field--error .ds-c-single-input-date-field__field-wrapper input+.ds-c-single-input-date-field__button:after{left:calc(var(--text-input__border-width--error)*-1);width:var(--text-input__border-width--error)}.ds-c-single-input-date-field__field-wrapper .ds-c-field--error.ds-c-field--inverse+.ds-c-single-input-date-field__button,.ds-c-single-input-date-field__field-wrapper .mct-c-coverage-selector-v2__text-field--error input.ds-c-field--inverse+.ds-c-single-input-date-field__button,.ds-c-single-input-date-field__field-wrapper .mct-c-coverage-selector__text-field--error input.ds-c-field--inverse+.ds-c-single-input-date-field__button,.mct-c-coverage-selector-v2__text-field--error .ds-c-single-input-date-field__field-wrapper input.ds-c-field--inverse+.ds-c-single-input-date-field__button,.mct-c-coverage-selector__text-field--error .ds-c-single-input-date-field__field-wrapper input.ds-c-field--inverse+.ds-c-single-input-date-field__button{border:var(--text-input__border-width--error) solid var(--text-input__border-color--error--inverse)}.ds-c-single-input-date-field__field-wrapper .ds-c-icon--calendar{height:75%}.ds-c-skip-nav{left:0;padding:8px 16px;position:absolute;top:-96px;z-index:100}.ds-c-skip-nav:focus{background-color:var(--color-white);left:0;top:0}.ds-c-spinner{box-sizing:border-box;display:inline-block;height:32px;position:relative;width:32px}.ds-c-spinner:after,.ds-c-spinner:before{border-width:4px;height:32px;width:32px}.ds-c-button>.ds-c-spinner,.FooterToggle>.ds-c-spinner,.pagination__numberButton>.ds-c-spinner,.PlanCard__more_info_trigger>.ds-c-spinner,.PrintButton>.ds-c-spinner{fill:currentColor;height:1em;margin-bottom:-.1em;margin-top:-.1em;position:relative;top:-.1em;vertical-align:middle;width:1em}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-button>.ds-c-spinner,.FooterToggle>.ds-c-spinner,.pagination__numberButton>.ds-c-spinner,.PlanCard__more_info_trigger>.ds-c-spinner,.PrintButton>.ds-c-spinner{fill:ButtonText}}.ds-c-button>.ds-c-spinner:after,.ds-c-button>.ds-c-spinner:before,.FooterToggle>.ds-c-spinner:after,.FooterToggle>.ds-c-spinner:before,.pagination__numberButton>.ds-c-spinner:after,.pagination__numberButton>.ds-c-spinner:before,.PlanCard__more_info_trigger>.ds-c-spinner:after,.PlanCard__more_info_trigger>.ds-c-spinner:before,.PrintButton>.ds-c-spinner:after,.PrintButton>.ds-c-spinner:before{border-width:.125em;height:1em;left:0;top:0;width:1em}.ds-c-spinner:after,.ds-c-spinner:before{border-radius:var(--radius-circle);border-style:solid;box-sizing:border-box;content:"";display:block;left:0;position:absolute;top:0}.ds-c-spinner:before{border-color:inherit;opacity:.2}.ds-c-spinner:after{animation:spin var(--animation-speed-4) infinite linear;border-bottom-color:#0000;border-left-color:inherit;border-right-color:#0000;border-top-color:#0000;transform:translateZ(0)}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-spinner:after{border-color:WindowText WindowText WindowText Window}}.ds-c-spinner--filled{background-color:var(--spinner__background-color);border-radius:50%;color:var(--spinner__color);height:48px;width:48px}.ds-c-spinner--filled:after,.ds-c-spinner--filled:before{border-width:4px;height:32px;left:8px;top:8px;width:32px}.ds-c-spinner--filled.ds-c-spinner--inverse{background-color:var(--spinner__background-color--inverse)}.ds-c-spinner--filled.ds-c-spinner--inverse:not(:focus){color:var(--spinner__color--inverse)}.ds-c-spinner--small{height:16px;width:16px}.ds-c-spinner--small:after,.ds-c-spinner--small:before{border-width:2px;height:16px;left:0;top:0;width:16px}.ds-c-spinner--small.ds-c-spinner--filled{height:24px;width:24px}.ds-c-spinner--small.ds-c-spinner--filled:after,.ds-c-spinner--small.ds-c-spinner--filled:before{border-width:2px;height:16px;left:4px;top:4px;width:16px}.ds-c-spinner--big{height:40px;width:40px}.ds-c-spinner--big:after,.ds-c-spinner--big:before{border-width:5px;height:40px;left:0;top:0;width:40px}.ds-c-spinner--big.ds-c-spinner--filled{height:56px;width:56px}.ds-c-spinner--big.ds-c-spinner--filled:after,.ds-c-spinner--big.ds-c-spinner--filled:before{border-width:5px;height:40px;left:8px;top:8px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ds-c-step-list{list-style-type:none;margin:32px 0 0;padding:0 0 0 42px}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-step-list a:hover{text-decoration:none}}.ds-c-step{color:var(--steplist__color);counter-increment:step-counter;margin-bottom:16px;padding-bottom:16px;position:relative}.ds-c-step:before{border:2px solid var(--steplist-step__border-color--default);border-radius:var(--radius-circle);box-sizing:border-box;color:var(--steplist-step__color);content:counter(step-counter);display:block;font-size:var(--font-size-sm);height:24px;left:-34px;line-height:20px;position:absolute;text-align:center;top:7px;width:24px}@media(min-width:768px){.ds-c-step:before{font-size:var(--font-size-xl);height:32px;left:-42px;line-height:28px;padding-left:1px;top:3px;width:32px}}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-step:before{-ms-high-contrast-adjust:none;border-color:GrayText;color:GrayText;forced-color-adjust:none}}.ds-c-step:after{border-bottom:1px solid var(--steplist-step__border-color);bottom:0;content:"";display:block;height:1px;left:-42px;position:absolute;right:0}.ds-c-step--completed,.ds-c-step--current{padding-bottom:16px}.ds-c-step--completed:before,.ds-c-step--current:before{border:0;color:var(--steplist-step__color--current);line-height:24px}@media(min-width:768px){.ds-c-step--completed:before,.ds-c-step--current:before{line-height:32px}}.ds-c-step--current .ds-c-step__heading{color:var(--steplist__color--current)}.ds-c-step--current:before{background:var(--steplist__background-color--current)}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-step--current:before{background-color:Highlight;color:Window;font-weight:700}}.ds-c-step--completed .ds-c-step__heading,.ds-c-step--completed .ds-c-step__substeps{color:var(--steplist-step__color--completed)}.ds-c-step--completed:before{background:var(--steplist-step__background-color--completed)}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-step--completed:before{background-color:WindowText;color:Window}}.ds-c-step__heading{font-size:var(--font-size-md);line-height:38px;margin:0}.ds-c-step__actions{font-size:var(--font-size-sm);margin-left:auto}.ds-c-step__content--with-content+.ds-c-step__actions{margin-top:16px}.ds-c-step--completed .ds-c-step__actions a{font-weight:var(--font-weight-normal)}.ds-c-step__completed-text{display:inline-block;line-height:26px;margin-right:16px}.ds-c-step__completed-text .ds-c-icon{height:12px;margin-right:8px;vertical-align:inherit;width:16px}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-step__completed-text .ds-c-icon-color--success{color:WindowText}}.ds-c-step__description{font-size:var(--font-size-sm);margin-bottom:8px}.ds-c-step--completed .ds-c-step__description,.ds-c-step--current .ds-c-step__description{margin-top:8px}.ds-c-step__substeps{list-style-type:none;margin:0;padding-left:40px}.ds-c-substep{display:block;font-size:var(--font-size-sm)}.ds-c-substep:before{content:"•";left:-24px;position:relative}.ds-c-substep__heading{display:inline;margin-right:8px}.ds-c-icon{fill:currentColor;-ms-flex-negative:0;stroke:currentColor;stroke-width:0;display:inline-block;flex-shrink:0;font-size:var(--font-size-base);height:1.5em;vertical-align:middle;width:1.5em}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-icon{fill:WindowText}.ds-c-icon path{fill:WindowText;stroke:WindowText}}.ds-c-icon-color--primary{color:var(--icon__color--primary)}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-icon-color--primary{color:WindowText}}.ds-c-icon-color--inverse{color:var(--icon__color--inverse)}.ds-c-icon-color--error{color:var(--icon__color--error)}.ds-c-icon-color--warn{color:var(--icon__color--warn)}.ds-c-icon-color--success{color:var(--icon__color--success)}.ds-c-icon--arrow-up{transform:rotate(-90deg)}.ds-c-icon--arrow-left{transform:rotate(180deg)}.ds-c-icon--arrow-down{transform:rotate(90deg)}.ds-c-icon--pdf__text{fill:var(--color-white)}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-icon--pdf__text{fill:Window}.ds-c-icon--star path{fill:Window;stroke:WindowText}.ds-c-icon--star-filled path{fill:WindowText;stroke:WindowText}.ds-c-icon--usa-flag{-ms-high-contrast-adjust:none;forced-color-adjust:none}.ds-c-icon--usa-flag path:first-of-type,.ds-c-icon--usa-flag path:nth-of-type(5){fill:#fff}.ds-c-icon--usa-flag path:nth-of-type(2),.ds-c-icon--usa-flag path:nth-of-type(4){fill:#db3e1f}.ds-c-icon--usa-flag path:nth-of-type(3){fill:#1e33b1}.ds-c-icon--minus-circle .ds-c-icon--minus-circle__circle{fill:Window;stroke:WindowText}.ds-c-icon--minus-circle .ds-c-icon--minus-circle__group{fill:WindowText}.ds-c-icon--plus-circle .ds-c-icon--plus-circle__circle{fill:Window;stroke:WindowText}.ds-c-icon--plus-circle .ds-c-icon--plus-circle__group{fill:WindowText}}.ds-c-table,.MedigapBenefits__HelpDrawer .MedigapTable__Table{border-collapse:collapse;border-spacing:0;margin:0;text-align:left}.ds-c-table th,.ds-c-table thead td,.MedigapBenefits__HelpDrawer .MedigapTable__Table th,.MedigapBenefits__HelpDrawer .MedigapTable__Table thead td{background-color:var(--table-header__background-color)}.ds-c-table tbody th,.MedigapBenefits__HelpDrawer .MedigapTable__Table tbody th{font-weight:var(--font-weight-normal)}.ds-c-table td,.ds-c-table th,.MedigapBenefits__HelpDrawer .MedigapTable__Table td,.MedigapBenefits__HelpDrawer .MedigapTable__Table th{border:1px solid var(--table__border-color);padding:var(--table__padding)}.ds-c-table--borderless thead th,.ds-c-table--borderless thead tr,.MedigapBenefits__HelpDrawer .MedigapTable__Table thead th,.MedigapBenefits__HelpDrawer .MedigapTable__Table thead tr{background-color:initial}.ds-c-table--borderless thead th,.MedigapBenefits__HelpDrawer .MedigapTable__Table thead th{border-top:0}.ds-c-table--borderless td,.ds-c-table--borderless th,.MedigapBenefits__HelpDrawer .MedigapTable__Table td,.MedigapBenefits__HelpDrawer .MedigapTable__Table th{border-left:0;border-right:0}.ds-c-table--compact td,.ds-c-table--compact th,.ds-c-table--dense td,.ds-c-table--dense th{padding:4px 16px}.ds-c-table--striped thead th,.ds-c-table--striped thead tr{background-color:var(--table-striped-header__background-color)}.ds-c-table--striped tbody tr:nth-child(2n){background-color:var(--table-striped__background-color)}.ds-c-table--striped tbody tr:nth-child(odd):before{background-color:initial}.ds-c-table__wrapper{overflow-x:auto}.ds-c-table__scroll-alert{font-weight:var(--font-weight-normal);margin:8px 0}.ds-c-table__caption,.mct-c-table-caption{font-weight:var(--font-weight-bold);margin-bottom:8px;text-align:left}.ds-c-table__cell--align-center{text-align:center}.ds-c-table__cell--align-right{text-align:right}.ds-c-table__cell--align-left{text-align:left}.ds-c-table--stacked thead{display:none}.ds-c-table--stacked td,.ds-c-table--stacked th{border-bottom-width:0;display:block}.ds-c-table--stacked tr{border-bottom:4px solid var(--table__border-color);border-top:0;display:block}.ds-c-table--stacked tr td:first-child,.ds-c-table--stacked tr th:first-child{border-top:0}.ds-c-table--stacked tr:first-child td:first-child,.ds-c-table--stacked tr:first-child th:first-child{border-top:4px solid var(--table__border-color)}.ds-c-table--stacked td[data-title]:before,.ds-c-table--stacked th[data-title]:before{content:attr(data-title);display:block;font-weight:700;padding-bottom:4px}.ds-c-table--stacked.ds-c-table--striped tbody tr:nth-child(2n){background-color:initial}@media(max-width:544px){.ds-c-sm-table--stacked thead{display:none}.ds-c-sm-table--stacked td,.ds-c-sm-table--stacked th{border-bottom-width:0;display:block}.ds-c-sm-table--stacked tr{border-bottom:4px solid var(--table__border-color);border-top:0;display:block}.ds-c-sm-table--stacked tr td:first-child,.ds-c-sm-table--stacked tr th:first-child{border-top:0}.ds-c-sm-table--stacked tr:first-child td:first-child,.ds-c-sm-table--stacked tr:first-child th:first-child{border-top:4px solid var(--table__border-color)}.ds-c-sm-table--stacked td[data-title]:before,.ds-c-sm-table--stacked th[data-title]:before{content:attr(data-title);display:block;font-weight:700;padding-bottom:4px}.ds-c-sm-table--stacked.ds-c-table--striped tbody tr:nth-child(2n){background-color:initial}}@media(max-width:768px){.ds-c-md-table--stacked thead{display:none}.ds-c-md-table--stacked td,.ds-c-md-table--stacked th{border-bottom-width:0;display:block}.ds-c-md-table--stacked tr{border-bottom:4px solid var(--table__border-color);border-top:0;display:block}.ds-c-md-table--stacked tr td:first-child,.ds-c-md-table--stacked tr th:first-child{border-top:0}.ds-c-md-table--stacked tr:first-child td:first-child,.ds-c-md-table--stacked tr:first-child th:first-child{border-top:4px solid var(--table__border-color)}.ds-c-md-table--stacked td[data-title]:before,.ds-c-md-table--stacked th[data-title]:before{content:attr(data-title);display:block;font-weight:700;padding-bottom:4px}.ds-c-md-table--stacked.ds-c-table--striped tbody tr:nth-child(2n){background-color:initial}}@media(max-width:1024px){.ds-c-lg-table--stacked thead{display:none}.ds-c-lg-table--stacked td,.ds-c-lg-table--stacked th{border-bottom-width:0;display:block}.ds-c-lg-table--stacked tr{border-bottom:4px solid var(--table__border-color);border-top:0;display:block}.ds-c-lg-table--stacked tr td:first-child,.ds-c-lg-table--stacked tr th:first-child{border-top:0}.ds-c-lg-table--stacked tr:first-child td:first-child,.ds-c-lg-table--stacked tr:first-child th:first-child{border-top:4px solid var(--table__border-color)}.ds-c-lg-table--stacked td[data-title]:before,.ds-c-lg-table--stacked th[data-title]:before{content:attr(data-title);display:block;font-weight:700;padding-bottom:4px}.ds-c-lg-table--stacked.ds-c-table--striped tbody tr:nth-child(2n){background-color:initial}}.ds-c-tabs{display:flex}.ds-c-tabs,.ds-c-tabs__panel{border-bottom:1px solid var(--tabs__border-color)}.ds-c-tabs__panel{background-color:var(--tabs__background-color);border-left:1px solid var(--tabs__border-color);border-right:1px solid var(--tabs__border-color);padding:24px}.ds-c-tabs__panel[aria-hidden=true]{display:none}.ds-c-tabs__item,.ds-c-tabs__item:visited{-webkit-appearance:none;appearance:none;background-color:var(--tabs__background-color);border-bottom:1px solid var(--tabs__border-color);border-left:1px solid var(--tabs__border-color);border-radius:0;border-top:1px solid var(--tabs__border-color);color:var(--tabs__color);display:inline-block;font-size:var(--font-size-sm);font-weight:var(--font-weight-bold);line-height:var(--font-line-height-reset);margin-bottom:-1px;padding:16px 8px;position:relative;text-decoration:none}@media(min-width:544px){.ds-c-tabs__item,.ds-c-tabs__item:visited{padding-left:16px;padding-right:16px}}@media(min-width:768px){.ds-c-tabs__item,.ds-c-tabs__item:visited{font-size:var(--font-size-base);padding-left:24px;padding-right:24px}}.ds-c-tabs__item:last-child,.ds-c-tabs__item:visited:last-child{border-right:1px solid var(--tabs__border-color)}.ds-c-tabs__item:after,.ds-c-tabs__item:visited:after{background-color:var(--tabs-selected__border-color--active);content:"";height:4px;left:-1px;opacity:0;position:absolute;right:-1px;top:-1px;transform:scaleX(0)}.ds-c-tabs__item:visited[aria-selected=true],.ds-c-tabs__item[aria-selected=true]{border-bottom-color:var(--tabs-selected__border-color);color:var(--tabs-selected__color);pointer-events:none}.ds-c-tabs__item:visited[aria-selected=true]:after,.ds-c-tabs__item[aria-selected=true]:after{opacity:1;transform:scaleX(1)}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-tabs__item:visited[aria-selected=true],.ds-c-tabs__item[aria-selected=true]{border-color:windowText windowText window;color:windowText}.ds-c-tabs__item:visited[aria-selected=true]:after,.ds-c-tabs__item[aria-selected=true]:after{background-color:windowText}}.ds-c-tabs__item:hover,.ds-c-tabs__item:visited:hover{color:var(--color-primary)}.ds-c-tabs__item:focus,.ds-c-tabs__item:visited:focus{box-shadow:0 0 0 3px var(--color-focus-light),0 0 4px 6px var(--color-focus-dark);outline:3px solid #0000;outline-offset:3px;position:relative;z-index:100}.ds-c-tabs__item:active,.ds-c-tabs__item:visited:active{color:var(--color-primary-darker)}.ds-c-tabs__item:visited[aria-disabled=true],.ds-c-tabs__item[aria-disabled=true]{background-color:var(--tabs__background-color--disabled);border-color:var(--tabs__border-color--disabled);color:var(--tabs__color--disabled)}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-tabs__item:visited[aria-disabled=true],.ds-c-tabs__item[aria-disabled=true]{color:GrayText;cursor:not-allowed}}.ds-c-tabs__item:visited>svg,.ds-c-tabs__item>svg{fill:currentColor;height:1em;margin-bottom:-.1em;margin-top:-.1em;position:relative;top:-.1em;vertical-align:middle;width:1em}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-tabs__item:visited>svg,.ds-c-tabs__item>svg{fill:ButtonText}}.ds-c-field{-webkit-appearance:none;appearance:none;border:var(--text-input__border-width) solid var(--text-input__border-color);border-radius:var(--text-input__border-radius);box-sizing:border-box;display:block;margin:4px 0;max-width:var(--form__max-width);outline:none;padding:var(--text-input__padding);width:100%}.ds-c-field:-moz-ui-invalid{box-shadow:none}.ds-c-field:disabled{background-color:var(--text-input__background-color--disabled);border-color:var(--text-input__border-color--disabled)}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-field:disabled{cursor:not-allowed}.ds-c-field:disabled>option{color:GrayText}}.ds-c-field:focus{box-shadow:0 0 0 3px var(--color-focus-light),0 0 4px 6px var(--color-focus-dark);outline:3px solid #0000;outline-offset:3px}.ds-c-field--small{max-width:var(--form__max-width--small)}.ds-c-field--medium,.mct-c-coverage-selector-v2__zipcode [name=zipcode]{max-width:var(--form__max-width--medium)}.ds-c-field,.ds-c-field-mask{font-family:var(--font-sans);font-size:var(--font-size-base);line-height:var(--text-input__line-height)}.ds-c-field--inverse{border-color:var(--text-input__border-color--inverse)}.ds-c-field--error,.mct-c-coverage-selector-v2__text-field--error input,.mct-c-coverage-selector__text-field--error input{border:var(--text-input__border-width--error) solid var(--text-input__border-color--error)}.ds-c-field--error.ds-c-field--inverse,.mct-c-coverage-selector-v2__text-field--error input.ds-c-field--inverse,.mct-c-coverage-selector__text-field--error input.ds-c-field--inverse{border:var(--text-input__border-width--error) solid var(--text-input__border-color--error--inverse)}.ds-c-field--success{border:var(--text-input__border-width--success) solid var(--text-input__border-color--success)}.ds-c-tooltip__trigger-icon,.ds-c-tooltip__trigger-link{background:none;border:0;display:inline-block;margin:0}.ds-c-tooltip__container{display:inline}.ds-base--inverse .ds-c-tooltip__trigger-link,.ds-c-tooltip__trigger-link{text-decoration:underline;text-decoration-style:dotted;text-underline-position:under}@media(-webkit-min-device-pixel-ratio:0)and (-webkit-min-device-pixel-ratio:0),(-webkit-min-device-pixel-ratio:0)and (min-resolution:0.001dpcm){.ds-base--inverse .ds-c-tooltip__trigger-link,.ds-c-tooltip__trigger-link{text-underline-offset:4px}}.ds-c-tooltip__trigger{cursor:pointer;display:inline;font-size:inherit;font-weight:inherit}.ds-c-tooltip__trigger-icon{padding:4px}.ds-c-tooltip__trigger-icon:focus{box-shadow:0 0 0 3px var(--color-focus-light),0 0 4px 6px var(--color-focus-dark);outline:3px solid #0000;outline-offset:3px}.ds-c-tooltip__trigger-link{padding:0}@media(-ms-high-contrast:active),(forced-colors:active){.ds-base--inverse .ds-c-tooltip__trigger-link,.ds-c-tooltip__trigger-link{color:ButtonText}}.ds-c-tooltip__arrow{height:16px;pointer-events:none;width:16px}.ds-c-tooltip__arrow:after{background:var(--tooltip__background-color);content:"";height:8px;left:50%;position:absolute;width:8px}.ds-c-tooltip__content{border-radius:var(--radius-large);box-shadow:0 0 17px var(--tooltip__box-shadow-color);color:var(--tooltip__color);display:block;font-weight:var(--font-weight-normal);padding:16px}.ds-c-tooltip__content:first-child{margin-top:0}.ds-c-tooltip__content:last-child{margin-bottom:0}.ds-c-tooltip__header{-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:8px}.ds-c-tooltip__header .ds-c-tooltip__close-button{min-width:32px}.ds-c-tooltip__header--right{justify-content:flex-end}.ds-c-tooltip__interactive-border{height:100%;opacity:0;position:absolute;width:100%}.ds-c-tooltip{background:var(--tooltip__background-color);border:var(--tooltip__border-width) solid var(--tooltip__border-color);border-radius:var(--radius-large);box-sizing:border-box;display:none;opacity:0}.ds-c-tooltip-enter{display:inline-block;opacity:0}.ds-c-tooltip-enter-active{transition:opacity var(--animation-speed-1)}.ds-c-tooltip-enter-active,.ds-c-tooltip-enter-done,.ds-c-tooltip-exit{display:inline-block;opacity:1}.ds-c-tooltip-exit-active{display:inline-block;opacity:0;transition:opacity var(--animation-speed-1)}.ds-c-tooltip-exit-done{display:none;opacity:0}.ds-c-tooltip[data-popper-placement^=top] .ds-c-tooltip__arrow{top:100%}.ds-c-tooltip[data-popper-placement^=top] .ds-c-tooltip__arrow:after{border-bottom:var(--tooltip__border-width) solid var(--tooltip__border-color);border-right:var(--tooltip__border-width) solid var(--tooltip__border-color);top:1px;transform:translateX(-50%) translateY(-50%) rotate(45deg)}.ds-c-tooltip[data-popper-placement^=bottom] .ds-c-tooltip__arrow{top:-8px}.ds-c-tooltip[data-popper-placement^=bottom] .ds-c-tooltip__arrow:after{border-left:var(--tooltip__border-width) solid var(--tooltip__border-color);border-top:var(--tooltip__border-width) solid var(--tooltip__border-color);bottom:0;transform:translateX(-50%) translateY(-50%) rotate(45deg)}.ds-c-tooltip[data-popper-placement^=left] .ds-c-tooltip__arrow{right:-8px}.ds-c-tooltip[data-popper-placement^=left] .ds-c-tooltip__arrow:after{border-right:var(--tooltip__border-width) solid var(--tooltip__border-color);border-top:var(--tooltip__border-width) solid var(--tooltip__border-color);left:0;transform:translateX(50%) translateY(50%) rotate(45deg)}.ds-c-tooltip[data-popper-placement^=right] .ds-c-tooltip__arrow{left:-8px}.ds-c-tooltip[data-popper-placement^=right] .ds-c-tooltip__arrow:after{border-bottom:var(--tooltip__border-width) solid var(--tooltip__border-color);border-left:var(--tooltip__border-width) solid var(--tooltip__border-color);left:-2px;transform:translateX(50%) translateY(50%) rotate(45deg)}.ds-c-tooltip-icon__container{border:4px solid #0000;border-radius:100%;box-sizing:border-box;display:inline-block;height:24px;position:relative;vertical-align:middle;width:24px}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-tooltip-icon__container{border-color:Window}}.ds-c-tooltip-icon{fill:var(--tooltip-icon__color);display:inline-block;height:16px;left:0;overflow:visible!important;position:absolute;text-align:center;top:0;width:16px}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-tooltip-icon path{fill:ButtonText}}.ds-c-tooltip-icon--active .ds-c-tooltip-icon__container,.ds-c-tooltip__trigger:active .ds-c-tooltip-icon__container,.ds-c-tooltip__trigger:focus .ds-c-tooltip-icon__container,.ds-c-tooltip__trigger:hover .ds-c-tooltip-icon__container{border-color:var(--tooltip__border-color--active)}.ds-c-tooltip-icon--inverse{fill:var(--tooltip-icon__color--inverse)}.ds-c-tooltip__trigger--inverse.ds-c-tooltip-icon--active .ds-c-tooltip-icon__container,.ds-c-tooltip__trigger--inverse.ds-c-tooltip__trigger:active .ds-c-tooltip-icon__container,.ds-c-tooltip__trigger--inverse.ds-c-tooltip__trigger:focus .ds-c-tooltip-icon__container,.ds-c-tooltip__trigger--inverse.ds-c-tooltip__trigger:hover .ds-c-tooltip-icon__container{border-color:var(--tooltip__border-color--inverse-active)}.ds-c-field-mask{position:relative}.ds-c-field__before{bottom:var(--text-input__padding);left:var(--text-input__padding);position:absolute;top:var(--text-input__padding)}.ds-c-field__before--currency{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);padding-top:1px}.ds-c-field--currency{padding-left:20px}.ds-c-label-mask{color:var(--color-muted);font-family:Menlo,Consolas,Monaco,Liberation Mono,Lucida Console,monospace}.ds-c-field--day,.ds-c-field--month,.ds-c-field--year{box-sizing:initial}.ds-c-field--day,.ds-c-field--month{width:4ch}.ds-c-field--year{width:6ch}.ds-c-datefield__container{align-items:flex-end}.ds-c-datefield__separator{font-size:var(--font-size-2xl);line-height:1;margin:6px 0;padding:var(--text-input__padding) 0}.ds-c-datefield__label{font-weight:var(--font-weight-normal);margin-top:8px}.ds-c-usa-banner{background-color:var(--usa-banner__background-color);color:var(--usa-banner__color);font-family:var(--font-sans);padding:0}.ds-c-usa-banner__header{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:flex;flex-direction:row;font-size:12px;font-weight:var(--font-weight-normal);line-height:1.2;min-height:32px;padding:8px 16px;position:relative}@media(min-width:544px){.ds-c-usa-banner__header{min-height:0;padding-bottom:4px;padding-top:4px}}.ds-c-usa-banner__header--mobile{padding:0}.ds-c-usa-banner__header--mobile .ds-c-usa-banner__button{display:flex;font-family:var(--font-sans);padding:8px 16px;width:100%}.ds-c-usa-banner__header--mobile.ds-c-usa-banner__header--expanded .ds-c-usa-banner__button{padding-bottom:0}.ds-c-usa-banner__header--mobile .ds-c-usa-banner__cta-wrapper{display:block}.ds-c-usa-banner__collapse-banner-container{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:var(--usa-banner-close__background-color);display:flex;height:48px;justify-content:center;margin-left:auto;margin-right:-16px;margin-top:-8px;width:48px}.ds-c-usa-banner__collapse-banner-container .ds-c-icon{height:var(--font-size-lg);width:var(--font-size-lg)}.ds-c-usa-banner__header-flag{height:11px;margin-right:8px;width:16px}.ds-c-usa-banner__header-text{display:inline;margin:0}.ds-c-usa-banner__header-text span{margin-right:8px}.ds-c-usa-banner__header-action{color:var(--usa-banner-action__color);display:block;margin-bottom:0;margin-top:2px;text-decoration:underline}.ds-c-usa-banner__button{background-color:initial;border:0;bottom:0;box-shadow:none;font-size:inherit;line-height:inherit;margin:0;padding:0;text-align:left}.ds-c-usa-banner__button:focus{box-shadow:0 0 0 3px var(--color-focus-light),0 0 4px 6px var(--color-focus-dark);outline:3px solid #0000;outline-offset:3px}.ds-c-usa-banner__content{margin-left:auto;margin-right:auto;overflow:hidden;padding:4px 16px 16px 8px}@media(min-width:544px){.ds-c-usa-banner__content{padding-bottom:24px;padding-top:24px}}.ds-c-usa-banner__guidance-container{display:flex;flex-direction:column}@media(min-width:544px){.ds-c-usa-banner__guidance-container{flex-flow:row nowrap}}.ds-c-usa-banner__guidance{align-items:flex-start;display:flex;max-width:64ex;padding:16px 12px 0}@media(min-width:544px){.ds-c-usa-banner__guidance{padding:0 8px;width:50%}}.ds-c-usa-banner__icon{flex-shrink:0;height:40px;margin-right:8px;width:40px}.ds-c-usa-banner__icon.ds-c-icon--lock-circle{color:var(--usa-banner-lock-icon__color)}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-usa-banner__icon.ds-c-icon--lock-circle{color:WindowText}}.ds-c-usa-banner__lock-image{height:.75em;vertical-align:inherit;width:auto}.ds-c-usa-banner__lock-image path{fill:currentColor}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-usa-banner__lock-image path{fill:WindowText}}.ds-c-usa-banner__media-img{float:left;margin-right:8px}.ds-c-usa-banner__media-body{margin:0}@media(min-width:544px){.ds-c-usa-banner__header--expanded{background-color:initial;padding-right:0}.ds-c-usa-banner__header--expanded .ds-c-usa-banner__button-text:after{transform:rotate(180deg)}}.ds-c-usa-banner__header--expanded .ds-c-usa-banner__header-action{display:none}.ds-c-usa-banner__action-icon{color:var(--usa-banner__color);height:10px;width:10px}.ds-c-vertical-nav__label--parent:hover,.ds-c-vertical-nav__label:hover,.ds-c-vertical-nav__label:visited:hover{background-color:var(--vertical-nav-item__background-color--hover);color:var(--vertical-nav-item__color--hover);text-decoration:none}.ds-c-vertical-nav__label--parent.ds-c-vertical-nav__label--current:focus,.ds-c-vertical-nav__label--parent:focus,.ds-c-vertical-nav__label.ds-c-vertical-nav__label--current:focus,.ds-c-vertical-nav__label:focus,.ds-c-vertical-nav__label:visited:focus{box-shadow:0 0 0 3px var(--color-focus-light),0 0 4px 6px var(--color-focus-dark);outline:3px solid #0000;outline-offset:3px;position:relative;z-index:100}.ds-c-vertical-nav{list-style:none;margin:0;padding:0}.ds-c-vertical-nav>.ds-c-vertical-nav__item{background-color:initial;border-top:1px solid var(--vertical-nav-item__border-color)}.ds-c-vertical-nav>.ds-c-vertical-nav__item:first-child{border-top:0}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-vertical-nav{border-right:1px solid LinkText}.ds-c-vertical-nav,.ds-c-vertical-nav .ds-c-vertical-nav__item{border-bottom:1px solid LinkText;border-top:1px solid LinkText}}.ds-c-vertical-nav--collapsed{display:none}.ds-c-vertical-nav__item{position:relative}.ds-c-vertical-nav__label,.ds-c-vertical-nav__label:visited{border-left:4px solid #0000;color:var(--vertical-nav-label__color);display:block;font-family:var(--font-sans);font-size:var(--font-size-base);line-height:var(--font-line-height-heading);padding:8px 16px;text-align:left;text-decoration:none}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-vertical-nav__label--current.ds-c-vertical-nav__label--parent{color:window}}.ds-c-vertical-nav__label--parent{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-appearance:none;appearance:none;background-color:initial;border-bottom:0;border-radius:0;border-right:0;border-top:0;cursor:pointer;display:flex;justify-content:space-between;width:100%}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-vertical-nav__label--parent{-ms-high-contrast-adjust:none;background-color:LinkText;forced-color-adjust:none}.ds-c-vertical-nav__label--parent:focus,.ds-c-vertical-nav__label--parent:hover{-ms-high-contrast-adjust:none;background-color:window;color:LinkText;forced-color-adjust:none;outline:4px solid LinkText;outline-offset:-4px}}.ds-c-vertical-nav__label--parent .ds-c-icon{color:var(--vertical-nav-label-icon__color);height:var(--font-size-md);width:var(--font-size-md)}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-vertical-nav__label--parent .ds-c-icon path{fill:Window}}.ds-c-vertical-nav__label--current,.ds-c-vertical-nav__label--current:visited{border-left-color:var(--vertical-nav-label__border-color--current);color:var(--vertical-nav-label__color--current);font-weight:var(--font-weight-bold)}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-vertical-nav__label--current,.ds-c-vertical-nav__label--current:visited{border-left-color:WindowText}}.ds-c-vertical-nav__subnav{list-style:none;margin:0;padding:0}.ds-c-vertical-nav__subnav .ds-c-vertical-nav__label{font-size:var(--font-size-sm);line-height:var(--font-line-height-heading);padding-left:24px}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-vertical-nav__subnav .ds-c-vertical-nav__label:focus,.ds-c-vertical-nav__subnav .ds-c-vertical-nav__label:hover{text-decoration:underline}}.ds-c-vertical-nav__subnav .ds-c-vertical-nav__label--current{border-color:#0000}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-vertical-nav__subnav .ds-c-vertical-nav__label--current{border-color:WindowText}}.ds-c-vertical-nav__subnav .ds-c-vertical-nav__subnav .ds-c-vertical-nav__label{padding-left:32px}@media(-ms-high-contrast:active),(forced-colors:active){.ds-c-vertical-nav__subnav{margin-left:16px}}svg.ds-u-color--success .apply-fill{fill:var(--color-success)}svg.ds-u-color--error .apply-fill{fill:var(--color-error)}svg.AtoZDrugList__confirm .apply-fill,svg.BeneMenu__Title .apply-fill,svg.ds-u-color--white .apply-fill,svg.LoadingMask .apply-fill,svg.MedigapLandingPage__heroSubheader .apply-fill,svg.pagination__numberButton--active .apply-fill,svg.StickyTray__content .apply-fill,svg.StickyTray__header .apply-fill,svg.StickyTray__list .apply-fill{fill:#fff}.CCXPBase__label>a,.CountyPicker__label>a,.CountyPicker__submit>a,.CoverageSelection h2>a,.CoverageWizardLandingPage__heroHeader>a,.CoverageWizardLandingPage__heroSubheader>a,.DrugAutocomplete__promptHeader h1>a,.DrugSearchPreferencePage .CountyPicker__label>a,.DrugSearchPreferencePage .mct-l-h3>a,.DrugSearchPreferencePage .StatePicker__label>a,.ds-display>a,.ds-h1>a,.ds-h2>a,.ds-h3>a,.ds-h4>a,.ds-h5>a,.ds-h6>a,.ds-text-heading--2xl>a,.ds-text-heading--3xl>a,.ds-text-heading--4xl>a,.ds-text-heading--5xl>a,.ds-text-heading--lg>a,.ds-text-heading--md>a,.ds-text-heading--sm>a,.ds-text-heading--xl>a,.ds-title>a,.EnrollmentFormPage__header>a,.EnrollmentFormPage fieldset h3:first-child>a,.mct-c-alert-message__combined-title>a,.mct-c-alert-message__title>a,.mct-c-coverage-selector-v2__alert .ds-c-alert__heading>a,.mct-c-coverage-selector__alert .ds-c-alert__heading>a,.mct-c-landing-page-main__heading>a,.mct-c-login-form__heading>a,.mct-c-summary-page-drug-card-header>a,.mct-c-summary-page-drug-card-header__is-generic>a,.mct-c-summary-page-header__greeting>a,.mct-c-year-parts__content>a,.MedigapLandingPage__heroHeader>a,.MedigapLandingPage__heroSubheader>a,.MedigapLandingPage__item__listNumber>a,.MedigapPlanDetails__sectionTitle>a,.MedigapPlanDetails__sectionTitleTooltip>a,.MedigapPlanDetails__tableTitle>a,.PaceLandingPage__heroHeader>a,.PapLandingPage__heroHeader>a,.PharmacyCard__content__name>a,.PharmacySelection__summary__text>a,.planCompareCard__deductibleSection__label>a,.planCompareCard__detailsHeader>a,.planCompareCard__premiumSection__label>a,.PlanComparePage__tableColumnLabel>a,.PlanComparePage__tableHeader>a,.PlanDetailsPagePlanContact__leftColCell>a,.PlanFilters__action__label>a,.PlanPreferencePage .CountyPicker__label>a,.PlanPreferencePage .mct-l-h3>a,.PlanPreferencePage .StatePicker__label>a,.SanctionedPlanCard__heading>a,.SanctionedPlanCard__planName>a,.SelectPharmaciesPage__pharmacyCardHeader>a,.SelectPharmaciesPage__pharmacyNumber>a,.SpapLandingPage__heroHeader>a,.StarRatingsSection__expandAll>a,.StatePicker button>a,.ViewPrescriptions__prescriptionCardLabel>a,.ViewPrescriptions__prescriptionName>a,h1>a,h2>a,h3>a,h4>a,h5>a,h6>a{color:var(--color-primary);text-decoration-color:var(--color-primary-light);text-underline-offset:3px}.CCXPBase__label>a:hover,.CountyPicker__label>a:hover,.CountyPicker__submit>a:hover,.CoverageSelection h2>a:hover,.CoverageWizardLandingPage__heroHeader>a:hover,.CoverageWizardLandingPage__heroSubheader>a:hover,.DrugAutocomplete__promptHeader h1>a:hover,.DrugSearchPreferencePage .CountyPicker__label>a:hover,.DrugSearchPreferencePage .mct-l-h3>a:hover,.DrugSearchPreferencePage .StatePicker__label>a:hover,.ds-display>a:hover,.ds-h1>a:hover,.ds-h2>a:hover,.ds-h3>a:hover,.ds-h4>a:hover,.ds-h5>a:hover,.ds-h6>a:hover,.ds-text-heading--2xl>a:hover,.ds-text-heading--3xl>a:hover,.ds-text-heading--4xl>a:hover,.ds-text-heading--5xl>a:hover,.ds-text-heading--lg>a:hover,.ds-text-heading--md>a:hover,.ds-text-heading--sm>a:hover,.ds-text-heading--xl>a:hover,.ds-title>a:hover,.EnrollmentFormPage__header>a:hover,.EnrollmentFormPage fieldset h3:first-child>a:hover,.mct-c-alert-message__combined-title>a:hover,.mct-c-alert-message__title>a:hover,.mct-c-coverage-selector-v2__alert .ds-c-alert__heading>a:hover,.mct-c-coverage-selector__alert .ds-c-alert__heading>a:hover,.mct-c-landing-page-main__heading>a:hover,.mct-c-login-form__heading>a:hover,.mct-c-summary-page-drug-card-header>a:hover,.mct-c-summary-page-drug-card-header__is-generic>a:hover,.mct-c-summary-page-header__greeting>a:hover,.mct-c-year-parts__content>a:hover,.MedigapLandingPage__heroHeader>a:hover,.MedigapLandingPage__heroSubheader>a:hover,.MedigapLandingPage__item__listNumber>a:hover,.MedigapPlanDetails__sectionTitle>a:hover,.MedigapPlanDetails__sectionTitleTooltip>a:hover,.MedigapPlanDetails__tableTitle>a:hover,.PaceLandingPage__heroHeader>a:hover,.PapLandingPage__heroHeader>a:hover,.PharmacyCard__content__name>a:hover,.PharmacySelection__summary__text>a:hover,.planCompareCard__deductibleSection__label>a:hover,.planCompareCard__detailsHeader>a:hover,.planCompareCard__premiumSection__label>a:hover,.PlanComparePage__tableColumnLabel>a:hover,.PlanComparePage__tableHeader>a:hover,.PlanDetailsPagePlanContact__leftColCell>a:hover,.PlanFilters__action__label>a:hover,.PlanPreferencePage .CountyPicker__label>a:hover,.PlanPreferencePage .mct-l-h3>a:hover,.PlanPreferencePage .StatePicker__label>a:hover,.SanctionedPlanCard__heading>a:hover,.SanctionedPlanCard__planName>a:hover,.SelectPharmaciesPage__pharmacyCardHeader>a:hover,.SelectPharmaciesPage__pharmacyNumber>a:hover,.SpapLandingPage__heroHeader>a:hover,.StarRatingsSection__expandAll>a:hover,.StatePicker button>a:hover,.ViewPrescriptions__prescriptionCardLabel>a:hover,.ViewPrescriptions__prescriptionName>a:hover,h1>a:hover,h2>a:hover,h3>a:hover,h4>a:hover,h5>a:hover,h6>a:hover{color:var(--color-primary-darker);text-decoration-color:var(--color-primary-darker)}.CoverageWizardLandingPage__heroHeader,.DrugAutocomplete__promptHeader h1,.ds-h1,.ds-text-heading--3xl,.EnrollmentFormPage__header,.mct-c-summary-page-header__greeting,.MedigapLandingPage__heroHeader,.MedigapLandingPage__item__listNumber,.PapLandingPage__heroHeader,h1{line-height:40px;margin-bottom:44px}@media screen and (min-width:768px){.CoverageWizardLandingPage__heroHeader,.DrugAutocomplete__promptHeader h1,.ds-h1,.ds-text-heading--3xl,.EnrollmentFormPage__header,.mct-c-summary-page-header__greeting,.MedigapLandingPage__heroHeader,.MedigapLandingPage__item__listNumber,.PapLandingPage__heroHeader,h1{line-height:48px;margin-bottom:52px}}.ds-h2,.ds-text-heading--2xl,.PlanComparePage__tableHeader,h2{line-height:40px;margin-bottom:44px}@media screen and (max-width:768px){.ds-h2,.ds-text-heading--2xl,.PlanComparePage__tableHeader,h2{font-size:28px;line-height:40px;margin-bottom:44px}}.CountyPicker__label,.CoverageSelection h2,.DrugSearchPreferencePage .CountyPicker__label,.DrugSearchPreferencePage .mct-l-h3,.DrugSearchPreferencePage .StatePicker__label,.ds-h3,.ds-text-heading--xl,.EnrollmentFormPage fieldset h3:first-child,.PharmacyCard__content__name,.PharmacySelection__summary__text,.PlanPreferencePage .CountyPicker__label,.PlanPreferencePage .mct-l-h3,.PlanPreferencePage .StatePicker__label,.SanctionedPlanCard__planName,.SelectPharmaciesPage__pharmacyCardHeader,.SelectPharmaciesPage__pharmacyNumber,.ViewPrescriptions__prescriptionName,h3{line-height:32px;margin-bottom:32px}.CountyPicker__submit,.CoverageWizardLandingPage__heroSubheader,.ds-h4,.ds-text-heading--lg,.mct-c-landing-page-main__heading,.mct-c-login-form__heading,.mct-c-summary-page-drug-card-header,.MedigapLandingPage__heroSubheader,.planCompareCard__deductibleSection__label,.planCompareCard__detailsHeader,.planCompareCard__premiumSection__label,.SanctionedPlanCard__heading,.StatePicker button,.ViewPrescriptions__prescriptionCardLabel,h4{line-height:28px;margin-bottom:24px}.ds-h5,.ds-text-heading--md,.mct-c-alert-message__combined-title,.mct-c-alert-message__title,.mct-c-coverage-selector-v2__alert .ds-c-alert__heading,.mct-c-coverage-selector__alert .ds-c-alert__heading,.mct-c-summary-page-drug-card-header__is-generic,.mct-c-year-parts__content,.MedigapPlanDetails__sectionTitleTooltip,.MedigapPlanDetails__tableTitle,.PlanComparePage__tableColumnLabel,.PlanDetailsPagePlanContact__leftColCell,.StarRatingsSection__expandAll,h5{line-height:24px;margin-bottom:16px}.CCXPBase__label,.ds-h6,.ds-text-heading--sm,.MedigapPlanDetails__sectionTitle,.PlanFilters__action__label,h6{line-height:20px;margin-bottom:8px}.ds-text-body--lg,.ds-text-body--md,.ds-text-body--sm,.m-c-footer__contactAddress,.mct-c-summary-page-header__info,.mct-p1,.mct-p2,.mct-p3,.PacePlansPage__h1,.PapPlansPage__h1{margin-top:0}.ds-text-body--lg,.mct-c-summary-page-header__info,.mct-p1{line-height:28px;margin-bottom:12px}.ds-text-body--md,.mct-p2,.PacePlansPage__h1,.PapPlansPage__h1{line-height:24px;margin-bottom:8px}.ds-text-body--sm,.m-c-footer__contactAddress,.mct-p3{line-height:20px;margin-bottom:8px}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(../../static/media/montserrat-latin-600.0480d2f8a71f38db8633.woff2) format("woff2")}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:400;src:url(../../static/media/rubik-latin-400.99fee36939890fd6ad8f.woff2) format("woff2")}@font-face{font-display:swap;font-family:Rubik;font-style:italic;font-weight:400;src:url(../../static/media/rubik-latin-400italic.0946b775a01396a14fc2.woff2) format("woff2")}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:600;src:url(../../static/media/rubik-latin-600.e075dcb2abd74d35333f.woff2) format("woff2")}@font-face{font-display:swap;font-family:Rubik;font-style:italic;font-weight:600;src:url(../../static/media/rubik-latin-600italic.c97ad1972a90dd21a232.woff2) format("woff2")}.ds-c-choice-wrapper{gap:1rem}.ds-c-choice-wrapper:has(.ds-c-choice--small){gap:.75rem}.ds-c-choice:not(.ds-c-choice--small)+.ds-c-label,.ds-c-choice:not(.ds-c-choice--small)+label{transform:translateY(.125em)}.ds-c-choice[type=checkbox]:checked:before{border-radius:var(--choice__border-radius)}.ds-c-choice:not(:disabled):hover{border-color:var(--choice__background-color--checked)}.ds-c-dialog,.mct-c-find-plans-dialog{outline:0}.ds-c-dialog .ds-c-dialog__close,.mct-c-find-plans-dialog .ds-c-dialog__close{color:#0000!important;min-height:20px;min-width:20px;padding:5px!important}.ds-c-dialog .ds-c-dialog__close .ds-c-icon,.mct-c-find-plans-dialog .ds-c-dialog__close .ds-c-icon{color:var(--color-gray-dark);font-size:22px;margin-right:0}.ds-c-field{border-color:var(--text-input__border-color);color:var(--text-input__color);font-family:var(--font-family-rubik);font-size:var(--font-size-md);padding:16px}.ds-c-field:disabled{border:1px solid var(--text-input__border-color--disabled)}.ds-c-field::placeholder{color:var(--color-gray-dark)}.ds-c-field--error,.mct-c-coverage-selector-v2__text-field--error input,.mct-c-coverage-selector__text-field--error input{border-color:var(--text-input__border-color--error)}select.ds-c-field{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.006 8.754.262 1.686a.737.737 0 0 1 0-1.02L.674.24a.683.683 0 0 1 .989 0L7.5 6.378 13.337.246a.683.683 0 0 1 .989 0l.412.426a.737.737 0 0 1 0 1.02L7.994 8.76a.688.688 0 0 1-.988-.006Z' fill='%23323A45'/%3E%3C/svg%3E");background-position:right 16px center;background-size:auto;padding-right:44px}.ds-c-label{font-family:var(--font-family-rubik);font-size:var(--font-size-md)}.ds-c-label span:first-child{font-family:var(--font-family-montserrat);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);letter-spacing:.5px;text-transform:uppercase}.ds-c-fieldset>.ds-c-label:not([id^=datefield]) span:first-child,.EnrollmentFormPage fieldset>.ds-c-label:not([id^=datefield]) span:first-child{text-transform:none}input[type=checkbox]+.ds-c-label span:first-child,input[type=radio]+.ds-c-label span:first-child{font-family:var(--font-family-rubik);font-size:var(--font-size-md);font-weight:var(--font-weight-normal);letter-spacing:0;text-transform:none}legend[id^=datefield_label]+div span:first-child{text-transform:none}legend[id^=datefield_label]>.ds-c-field__hint:not(.ds-u-color--error){color:var(--form-label__color--not-error)}.ds-c-field__hint{font-family:var(--font-family-rubik);font-size:var(--font-size-sm)}.ds-c-datefield__separator{display:none}.ds-c-field--currency{padding-left:24px}.ds-c-field__before--currency{padding-top:7px}.ds-c-drawer__header-heading{font-family:var(--font-family-montserrat);font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);line-height:var(--font-line-height-base)}.ds-c-drawer__close-button{align-self:unset}.ds-c-help-drawer__toggle .icon-wrapper{position:relative}.ds-c-help-drawer__toggle .ds-c-icon--info-circle-outline{height:18px;width:18px}.ds-c-help-drawer__toggle:hover .icon-wrapper:before{background-color:var(--drawer-toggle__background-color--hover);border-radius:50%;-webkit-clip-path:circle(8px);clip-path:circle(8px);content:"";height:18px;left:0;position:absolute;top:2px;width:18px;z-index:-1}.ds-c-help-drawer__toggle:hover .ds-c-icon--info-circle-outline{color:var(--drawer-toggle__color--hover)}.ds-c-button--on-dark.ds-c-help-drawer__toggle:hover .icon-wrapper:before{background-color:rgba(var(--drawer-toggle__background-color--hover--inverse),.8)}.ds-c-button--on-dark.ds-c-help-drawer__toggle:hover .ds-c-icon--info-circle-outline{color:var(--drawer-toggle__color--hover--inverse)}.ds-c-alert__heading{font-weight:600}.ds-c-icon--hhs-logo{stroke-width:1px;min-height:41px;min-width:54px}.ds-c-tooltip__trigger-link{color:var(--tooltip-trigger__color);cursor:default;text-decoration-color:var(--color-primary);text-decoration-style:dashed;text-decoration-thickness:var(--link__text-decoration-thickness);text-underline-offset:var(--link__text-decoration-offset)}.ds-c-tooltip__trigger-link:hover{color:var(--color-black);text-decoration-color:var(--color-primary-darker);text-decoration-thickness:var(--link__text-decoration-thickness--hover)}.CoverageWizardLandingPage__heroContent .ds-c-tooltip__trigger-link,.ds-base--inverse .ds-c-tooltip__trigger-link,.MedigapLandingPage__heroHeader .ds-c-tooltip__trigger-link,.PaceLandingPage__heroContent .ds-c-tooltip__trigger-link,.PapLandingPage__heroContent .ds-c-tooltip__trigger-link,.SpapLandingPage__heroContent .ds-c-tooltip__trigger-link{cursor:default;text-decoration-style:dashed;text-decoration-thickness:var(--link__text-decoration-thickness)}.CoverageWizardLandingPage__heroContent .ds-c-tooltip__trigger-link:hover,.ds-base--inverse .ds-c-tooltip__trigger-link:hover,.MedigapLandingPage__heroHeader .ds-c-tooltip__trigger-link:hover,.PaceLandingPage__heroContent .ds-c-tooltip__trigger-link:hover,.PapLandingPage__heroContent .ds-c-tooltip__trigger-link:hover,.SpapLandingPage__heroContent .ds-c-tooltip__trigger-link:hover{text-decoration-color:var(--color-gray-lighter);text-decoration-thickness:var(--link__text-decoration-thickness--hover)}.ds-c-icon--rounded-star{color:var(--color-secondary)}.ds-c-icon--arrow{font-size:12px}.ds-c-icon--check{font-size:14px}.ds-c-icon--close{font-size:13px}.ds-c-icon--close-thin{font-size:11px}.ds-c-icon--hamburger{font-size:20px}.m-c-footer{background-color:var(--color-gray-lightest);padding:32px 24px}@media screen and (min-width:1024px){.m-c-footer{padding-inline:56px}}.m-c-footer .SimpleFooter__linkButton,.m-c-footer a{color:var(--color-base)!important;display:inline-block;font-size:14px;margin-bottom:8px;margin-top:0;padding:0;text-decoration-color:#0000;text-decoration-thickness:1px;text-underline-offset:3px}.m-c-footer .SimpleFooter__linkButton:hover,.m-c-footer a:hover{text-decoration-color:initial}.m-c-footer .SimpleFooter__linkButton{background-color:initial;border-radius:0!important;color:var(--color-base)!important;cursor:pointer}.m-c-footer__delimiter{-ms-flex-item-align:center;-webkit-margin-after:8px;align-self:center;background-color:var(--color-base);height:1rem;margin-block-end:8px;width:1px}.m-c-footer__linkRow{border-bottom:1px solid var(--color-gray-lighter);border-left:0 solid var(--color-gray-lighter);border-right:0 solid var(--color-gray-lighter);border-top:1px solid var(--color-gray-lighter);flex-direction:column;margin-bottom:8px;padding-bottom:24px;padding-top:24px}.m-c-footer__linkRow,.m-c-footer__linkRow>div{display:flex}.m-c-footer__linkRow>div{flex-wrap:wrap;gap:0 16px}@media screen and (min-width:544px){.m-c-footer__linkRow{flex-direction:column}}@media screen and (min-width:1024px){.m-c-footer__linkRow{justify-content:space-between}}@media screen and (min-width:1280px){.m-c-footer__linkRow{flex-direction:row}}.m-c-footer__linkRow--reverse{flex-direction:column-reverse}@media screen and (min-width:544px){.m-c-footer__linkRow--reverse{flex-direction:row}}.m-c-footer__links{margin-bottom:24px}@media screen and (min-width:1280px){.m-c-footer__links{margin-bottom:0}}.m-c-footer__identityRow{-webkit-box-pack:center;-ms-flex-pack:center;display:flex;flex-direction:column-reverse;justify-content:center;margin-bottom:8px;padding-bottom:8px;padding-top:24px}@media screen and (min-width:544px){.m-c-footer__identityRow{-webkit-box-pack:justify;-ms-flex-pack:justify;flex-direction:row;height:auto;justify-content:space-between}}@media screen and (min-width:768px){.m-c-footer__identityRow{align-items:center}}@media screen and (min-width:1024px){.m-c-footer__identityRow{justify-content:space-between}}.m-c-footer__identityRow>*{-webkit-box-pack:center;-ms-flex-pack:center;display:flex;justify-content:center}@media screen and (min-width:768px){.m-c-footer__identityRow>*{align-items:center}}.m-c-footer__identityRow svg{max-width:100%}.m-c-footer__identityRow svg .MgovLogoMedicare{fill:var(--color-base)!important}.m-c-footer__identityRow--reverse{flex-direction:column-reverse}@media screen and (min-width:544px){.m-c-footer__identityRow--reverse{flex-direction:row}}.m-c-footer__identityContent{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:flex;flex-direction:column;margin-bottom:16px}@media screen and (min-width:544px){.m-c-footer__identityContent{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;flex-direction:row;justify-content:space-between;margin-bottom:0}}.m-c-footer__contactAddress{font-size:14px;line-height:20px;margin-bottom:8px;margin-top:16px;max-width:411px}@media screen and (min-width:544px){.m-c-footer__contactAddress{margin-top:0}}@media screen and (min-width:768px){.m-c-footer__contactAddress{margin-left:24px}}.CoverageWizardLandingPage__card:first-child,.m-c-card,.MedigapLandingPage__card:first-child,.PaceLandingPage__card:first-child,.PapLandingPage__card:first-child,.planCompareCard,.SanctionedPlanCard,.SpapLandingPage__card:first-child{background-color:var(--color-white);border:1px solid var(--color-gray-lighter);border-radius:6px!important;box-shadow:var(--shadow-box-card)}::-webkit-backdrop{--animation-ease-in-out-expo:cubic-bezier(1,0,0,1);--animation-speed-base:1;--animation-speed-1:0.25s;--animation-speed-2:0.3s;--animation-speed-3:0.5s;--animation-speed-4:0.8s;--color-white:#fff;--color-black:#000;--color-transparent:#fff0;--color-transparent-black-alpha50:#00000080;--color-transparent-black-alpha25:#00000040;--color-transparent-white-alpha50:#ffffff80;--color-transparent-white-alpha25:#ffffff40;--color-background:#fff;--color-background-dialog:#fff;--color-background-dialog-mask:#00000080;--color-background-inverse:#146a5d;--color-base:#404040;--color-base-inverse:#fff;--color-border:#d9d9d9;--color-border-dark:#0f1e38;--color-border-inverse:#fff;--color-coolblue:#045d83;--color-coolblue-light:#046791;--color-coolblue-lighter:#82b3c8;--color-coolblue-lightest:#e6f0f4;--color-error:#b20000;--color-error-dark:#a00000;--color-error-darker:#9f142b;--color-error-darkest:#720e1f;--color-error-light:#e8b3b3;--color-error-lighter:#f7bbc5;--color-error-lightest:#f7e6e6;--color-focus:#c97532;--color-focus-border-inverse:#7c6210;--color-focus-dark:#c97532;--color-focus-inverse:#02bfe7;--color-focus-light:#fff;--color-focus-shadow:#262626;--color-focus-shadow-inverse:#262626;--color-focus-shadow-link:#262626;--color-focus-shadow-link-inverse:#7c6210;--color-gold:#f8c41f;--color-gold-dark:#dfb01c;--color-gold-darker:#ae8916;--color-gold-darkest:#7c6210;--color-gold-light:#f9ca35;--color-gold-lighter:#fce28f;--color-gold-lightest:#fef9e9;--color-gray:#5a5a5a;--color-gray-cool-light:#e6f1f8;--color-gray-dark:#404040;--color-gray-darker:#262626;--color-gray-light:#737373;--color-gray-lighter:#d9d9d9;--color-gray-lightest:#f2f2f2;--color-gray-medium-light:#a6a6a6;--color-gray-medium:#737373;--color-gray-warm-dark:#404040;--color-gray-warm-light:#f2f2f2;--color-green:#12890e;--color-green-dark:#0d600a;--color-green-darker:#0d600a;--color-green-darkest:#094507;--color-green-light:#0d600a;--color-green-lighter:#b8dcb7;--color-green-lightest:#e7f3e7;--color-muted:#5a5a5a;--color-muted-inverse:#e9ecf1;--color-primary:#146a5d;--color-primary-dark:#125f54;--color-primary-darker:#0e4a41;--color-primary-darkest:#0a352f;--color-primary-light:#5b978e;--color-primary-lightest:#b9d2ce;--color-primary-alt:#1e3c70;--color-primary-alt-dark:#1b3665;--color-primary-alt-darker:#152a4e;--color-primary-alt-darkest:#0f1e38;--color-primary-alt-light:#62779b;--color-primary-alt-lightest:#e9ecf1;--color-red:#e31c3d;--color-red-dark:#cc1937;--color-red-darker:#9f142b;--color-red-darkest:#720e1f;--color-red-light:#f18e9e;--color-red-lighter:#f7bbc5;--color-red-lightest:#fce8ec;--color-secondary:#1e3c70;--color-secondary-dark:#1b3665;--color-secondary-darker:#152a4e;--color-secondary-darkest:#0f1e38;--color-secondary-light:#62779b;--color-secondary-lighter:#bcc5d4;--color-secondary-lightest:#e9ecf1;--color-success:#12890e;--color-success-dark:#107b0d;--color-success-darker:#0d600a;--color-success-darkest:#094507;--color-success-light:#2a9526;--color-success-lighter:#89c487;--color-success-lightest:#e7f3e7;--color-warn:#f8c41f;--color-warn-dark:#dfb01c;--color-warn-darker:#ae8916;--color-warn-darkest:#7c6210;--color-warn-light:#fad662;--color-warn-lighter:#fce28f;--color-warn-lightest:#fef9e9;--color-visited:#590000;--color-teal-700:#0e4a41;--color-teal-500:#146a5d;--color-teal-300:#5b978e;--color-teal-100:#b9d2ce;--color-blue-700:#152a4e;--color-blue-500:#1e3c70;--color-blue-300:#62779b;--color-blue-100:#bcc5d4;--color-green-700:#0d600a;--color-green-500:#12890e;--color-green-300:#b8dcb7;--color-green-100:#e7f3e7;--color-black-700:#262626;--color-black-500:#404040;--color-black-300:#5a5a5a;--color-black-200:#737373;--color-black-100:#d9d9d9;--color-black-50:#f2f2f2;--color-yellow-700:#dfb01c;--color-yellow-500:#f8c41f;--color-yellow-300:#fad662;--color-yellow-100:#fef9e9;--color-red-700:#a00000;--color-red-500:#b20000;--color-red-300:#e8b3b3;--color-red-100:#f7e6e6;--font-family-open-sans:"Open Sans",Helvetica,sans-serif;--font-family-rubik:"Rubik",sans-serif;--font-family-montserrat:"Montserrat",sans-serif;--font-family-bitter:Bitter,Georgia,serif;--font-line-height-reset:1;--font-line-height-heading:1.3;--font-line-height-base:1.5;--font-line-height-lead:1.7;--font-size-base:16px;--font-size-sm:14px;--font-size-md:16px;--font-size-lg:20px;--font-size-xl:24px;--font-size-2xl:32px;--font-size-3xl:40px;--font-size-4xl:44px;--font-size-5xl:50px;--font-weight-light:400;--font-weight-normal:400;--font-weight-semibold:600;--font-weight-bold:600;--font-sans:"Rubik",sans-serif;--font-montserrat:"Montserrat",sans-serif;--font-rubik:"Rubik",sans-serif;--article-max-width:600px;--grid-columns:12;--grid-gutter-width:32px;--grid-form-gutter-width:16px;--lead-max-width:77rem;--nav-width:951px;--site-margins:3rem;--site-margins-mobile:1.5rem;--site-max-width:1040px;--text-max-width:53rem;--measure-narrow:45ex;--measure-base:65ex;--measure-wide:80ex;--media-width-xs:0px;--media-width-sm:544px;--media-width-md:768px;--media-width-lg:1024px;--media-width-xl:1280px;--radius-circle:100%;--radius-default:3px;--radius-large:8px;--radius-medium:4px;--radius-pill:9999px;--radius-small:2px;--shadow-focus:inset 0 0 0 1px #404040;--shadow-focus-inverse:inset 0 0 0 1px #404040;--shadow-focus-link:0 3px #404040;--shadow-focus-link-inverse:0 3px #7c6210;--shadow-box-card:0 2px 3px 0 #3232323b;--shadow-base-offset-x:2px;--shadow-base-offset-y:2px;--shadow-base-blur-radius:4px;--shadow-base-color:#00000040;--shadow-base:2px 2px 4px;--spacer-1:8px;--spacer-2:16px;--spacer-3:24px;--spacer-4:32px;--spacer-5:40px;--spacer-6:48px;--spacer-7:56px;--spacer-none:0px;--spacer-half:4px;--z-deep:-99999;--z-default:1;--z-drawer:500;--z-dialog:1000;--z-popup:6000;--z-spinner:9050;--accordion__color:#404040;--accordion__background-color:#f2f2f2;--accordion__background-color--hover:#d9d9d9;--accordion__border-color:#f2f2f2;--accordion-button__color:#404040;--accordion-content__background-color:#fff;--alert__background-color:#e9ecf1;--alert__background-color--error:#f7e6e6;--alert__background-color--lightweight:#fff;--alert__background-color--success:#e7f3e7;--alert__background-color--warn:#fef9e9;--alert__border-left-color:#1e3c70;--alert__border-color--error:#b20000;--alert__border-color--success:#12890e;--alert__border-color--warn:#f8c41f;--alert__font-color:#404040;--alert__icon-size:40px;--alert__padding:16px;--alert-bar__width:8px;--alert-link__font-color:#1e3c70;--alert-link__font-color--hover:#1b3665;--alert-link__font-color--focus:#0f1e38;--alert-link__font-color--active:#0f1e38;--autocomplete__background-color:#fff;--autocomplete__border-color:#d9d9d9;--autocomplete-item__font-color:#146a5d;--autocomplete-item__background-color--active:#0f1e38;--autocomplete-item__font-color--active:#fff;--autocomplete-item-message__font-color:#5a5a5a;--badge__background-color:#5a5a5a;--badge__background-color--alert:#b20000;--badge__background-color--info:#146a5d;--badge__background-color--success:#12890e;--badge__background-color--warn:#f8c41f;--badge__font-color:#fff;--badge__font-color--warn:#404040;--button__background-color--active:#fff;--button__background-color--disabled:#fff;--button__background-color--hover:#1b3665;--button__background-color:#fff;--button__border-color--active:#62779b;--button__border-color--disabled:currentColor;--button__border-color--hover:#1b3665;--button__border-color:currentColor;--button__border-radius:3px;--button__border-width:1px;--button__color--active:#62779b;--button__color--disabled:#d9d9d9;--button__color--hover:#fff;--button__color:#1e3c70;--button__font-weight:400;--button-icon__fill:currentColor;--button-alt__background-color--active:#fff;--button-alt__background-color--disabled:#fff;--button-alt__background-color--hover:#125f54;--button-alt__background-color:#fff;--button-alt__border-color--active:#5b978e;--button-alt__border-color--disabled:currentColor;--button-alt__border-color--hover:#125f54;--button-alt__border-color:currentColor;--button-alt__color--active:#5b978e;--button-alt__color--disabled:#d9d9d9;--button-alt__color--hover:#fff;--button-alt__color:#146a5d;--button-dark__background-color--active:#0000;--button-dark__background-color--disabled:#0000;--button-dark__background-color--hover:#0000;--button-dark__background-color:#0000;--button-dark__border-color--active:currentColor;--button-dark__border-color--disabled:currentColor;--button-dark__border-color--hover:currentColor;--button-dark__border-color:currentColor;--button-dark__color--active:#d9d9d9;--button-dark__color--disabled:#5a5a5a;--button-dark__color--hover:#f2f2f2;--button-dark__color:#fff;--button-dark-alt__background-color--active:#0000;--button-dark-alt__background-color--disabled:#0000;--button-dark-alt__background-color--hover:#0000;--button-dark-alt__background-color:#0000;--button-dark-alt__border-color--active:currentColor;--button-dark-alt__border-color--disabled:currentColor;--button-dark-alt__border-color--hover:currentColor;--button-dark-alt__border-color:currentColor;--button-dark-alt__color--active:#62779b;--button-dark-alt__color--disabled:#5a5a5a;--button-dark-alt__color--hover:#bcc5d4;--button-dark-alt__color:#e9ecf1;--button-solid__background-color--active:#5b978e;--button-solid__background-color--disabled:#d9d9d9;--button-solid__background-color--hover:#125f54;--button-solid__background-color:#146a5d;--button-solid__border-color--active:#5b978e;--button-solid__border-color--disabled:#d9d9d9;--button-solid__border-color--hover:#125f54;--button-solid__border-color:#146a5d;--button-solid__color--active:#fff;--button-solid__color--disabled:#404040;--button-solid__color--hover:#fff;--button-solid__color:#fff;--button-solid-alt__background-color--active:#62779b;--button-solid-alt__background-color--disabled:#d9d9d9;--button-solid-alt__background-color--hover:#1b3665;--button-solid-alt__background-color:#1e3c70;--button-solid-alt__border-color--active:#62779b;--button-solid-alt__border-color--disabled:#d9d9d9;--button-solid-alt__border-color--hover:#1b3665;--button-solid-alt__border-color:#1e3c70;--button-solid-alt__color--active:#fff;--button-solid-alt__color--disabled:#404040;--button-solid-alt__color--hover:#fff;--button-solid-alt__color:#fff;--button-solid-dark__background-color--active:#fff;--button-solid-dark__background-color--disabled:#d9d9d9;--button-solid-dark__background-color--hover:#125f54;--button-solid-dark__background-color:#fff;--button-solid-dark__border-color--active:#fff;--button-solid-dark__border-color--disabled:#d9d9d9;--button-solid-dark__border-color--hover:#125f54;--button-solid-dark__border-color:#fff;--button-solid-dark__color--active:#5b978e;--button-solid-dark__color--disabled:#404040;--button-solid-dark__color--hover:#fff;--button-solid-dark__color:#146a5d;--button-solid-dark-alt__background-color--active:#fff;--button-solid-dark-alt__background-color--disabled:#d9d9d9;--button-solid-dark-alt__background-color--hover:#1b3665;--button-solid-dark-alt__background-color:#fff;--button-solid-dark-alt__border-color--active:#fff;--button-solid-dark-alt__border-color--disabled:#d9d9d9;--button-solid-dark-alt__border-color--hover:#1b3665;--button-solid-dark-alt__border-color:#fff;--button-solid-dark-alt__color--active:#62779b;--button-solid-dark-alt__color--disabled:#404040;--button-solid-dark-alt__color--hover:#fff;--button-solid-dark-alt__color:#1e3c70;--button-ghost__background-color--active:#0000;--button-ghost__background-color--disabled:#0000;--button-ghost__background-color--hover:#0000;--button-ghost__background-color:#0000;--button-ghost__border-color--active:#0000;--button-ghost__border-color--disabled:#0000;--button-ghost__border-color--hover:#0000;--button-ghost__border-color:#0000;--button-ghost__color--active:#62779b;--button-ghost__color--disabled:#d9d9d9;--button-ghost__color--hover:#1b3665;--button-ghost__color:#1e3c70;--button-ghost-alt__background-color--active:#0000;--button-ghost-alt__background-color--disabled:#0000;--button-ghost-alt__background-color--hover:#0000;--button-ghost-alt__background-color:#0000;--button-ghost-alt__border-color--active:#0000;--button-ghost-alt__border-color--disabled:#0000;--button-ghost-alt__border-color--hover:#0000;--button-ghost-alt__border-color:#0000;--button-ghost-alt__color--active:#5b978e;--button-ghost-alt__color--disabled:#d9d9d9;--button-ghost-alt__color--hover:#0e4a41;--button-ghost-alt__color:#146a5d;--button-ghost-dark__background-color--active:#0000;--button-ghost-dark__background-color--disabled:#0000;--button-ghost-dark__background-color--hover:#0000;--button-ghost-dark__background-color:#0000;--button-ghost-dark__border-color--active:#0000;--button-ghost-dark__border-color--disabled:#0000;--button-ghost-dark__border-color--hover:#0000;--button-ghost-dark__border-color:#0000;--button-ghost-dark__color--active:#d9d9d9;--button-ghost-dark__color--disabled:#5a5a5a;--button-ghost-dark__color--hover:#f2f2f2;--button-ghost-dark__color:#fff;--button-ghost-dark-alt__background-color--active:#0000;--button-ghost-dark-alt__background-color--disabled:#0000;--button-ghost-dark-alt__background-color--hover:#0000;--button-ghost-dark-alt__background-color:#0000;--button-ghost-dark-alt__border-color--active:#0000;--button-ghost-dark-alt__border-color--disabled:#0000;--button-ghost-dark-alt__border-color--hover:#0000;--button-ghost-dark-alt__border-color:#0000;--button-ghost-dark-alt__color--active:#d9d9d9;--button-ghost-dark-alt__color--disabled:#5a5a5a;--button-ghost-dark-alt__color--hover:#f2f2f2;--button-ghost-dark-alt__color:#fff;--choice__background-color:#fff;--choice__background-color--checked:#1e3c70;--choice__background-color--disabled:#d9d9d9;--choice__background-color--inverse:#fff0;--choice__background-color--disabled--inverse:#e9ecf126;--choice__border-color:#5a5a5a;--choice__border-color--checked:#1e3c70;--choice__border-color--disabled:#a6a6a6;--choice__border-color--error:#5a5a5a;--choice__border-color--error--inverse:#fff;--choice__border-color--inverse:#fff;--choice__border-color--left:#146a5d;--choice__border-color--focus:#0e4a41;--choice__border-color--disabled--inverse:#a6a6a6;--choice__border-radius:3px;--choice__border-width:2px;--choice__color--unchecked:#fff;--choice__color--disabled:#5a5a5a;--choice__size:24px;--choice__size--small:20px;--choice__size-radio:16px;--choice__size-radio--small:12px;--choice-label__color--disabled:#5a5a5a;--choice-label__color--disabled--inverse:#e9ecf1;--dialog__background-color:#fff;--dialog__padding:32px;--dialog-overlay__background-color:#00000080;--drawer__animation-timing:0.3s;--drawer__background-color:#fff;--drawer__border-color:#d9d9d9;--drawer-close__color:#000;--drawer-header__background-color:#fff0;--drawer-footer__background-color:#e9ecf1;--drawer-toggle__background-color--hover:#1e3c70;--drawer-toggle__color--hover:#fff;--drawer-toggle__background-color--hover--inverse:#fff;--drawer-toggle__color--hover--inverse:#262626;--dropdown__background-color:#fff;--dropdown__icon-size:10px;--filter-chip__border-radius:9999px;--filter-chip__background-color:#e9ecf1;--filter-chip__border-color:#146a5d;--filter-chip__color:#404040;--filter-chip__background-color--active:#146a5d;--filter-chip__border-color--active:#146a5d;--filter-chip__color--active:#fff;--filter-chip-icon__color:#404040;--filter-chip-icon__color-active:#fff;--filter-chip-icon__container-size:18px;--form-label__color--inverse:#fff;--form-label__color--not-error:#737373;--form__max-width:460px;--form__max-width--small:6em;--form__max-width--medium:12em;--form-hint__color:#5a5a5a;--form-hint__color--inverse:#e9ecf1;--form-error__color:#b20000;--form-error__color--inverse:#e8b3b3;--icon__color__error:#b20000;--icon__color--inverse:#fff;--icon__color--primary:#146a5d;--icon__color--success:#12890e;--icon__color--warn:#f8c41f;--link__color:#1e3c70;--link__color--active:#1b3665;--link__color--hover:#1b3665;--link__color--visited:#590000;--link-inverse__color:#fff;--link-inverse__color--active:#d9d9d9;--link-inverse__color--hover:#d9d9d9;--link-inverse__color--visited:#d9d9d9;--link__text-decoration-offset:3px;--link__text-decoration-thickness:1px;--link__text-decoration-thickness--hover:2px;--pagination-link__color:#146a5d;--pagination-link__color--hover:#0e4a41;--pagination-link__color--active:#0a352f;--pagination-link__color--focus:#0e4a41;--pagination-link__color--disabled:#d9d9d9;--pagination-current-page__color:#404040;--pagination-overflow__color:#5a5a5a;--pagination-page-count__color:#5a5a5a;--review__border-color:#d9d9d9;--steplist__color:#5a5a5a;--steplist__color--current:#146a5d;--steplist__background-color--current:#146a5d;--steplist-step__color:#5a5a5a;--steplist-step__border-color:#d9d9d9;--steplist-step__border-color--default:#5a5a5a;--steplist-step__color--current:#fff;--steplist-step__color--completed:#404040;--steplist-step__background-color--completed:#404040;--spinner__background-color:#fff;--spinner__color:#404040;--spinner__background-color--inverse:#146a5d;--spinner__color--inverse:#fff;--table__padding:16px;--table__border-color:#000;--table-header__background-color:#f2f2f2;--table-striped__background-color:#f2f2f2;--table-striped-header__background-color:#f2f2f2;--tabs__border-color:#d9d9d9;--tabs__background-color:#fff;--tabs__color:#404040;--tabs-selected__background-color:#146a5d;--tabs-selected__border-color:#fff;--tabs-selected__color:#146a5d;--tabs-selected__border-color--active:#146a5d;--tabs__color--hover:#146a5d;--tabs__color--active:#0e4a41;--tabs__background-color--disabled:#d9d9d9;--tabs__border-color--disabled:#d9d9d9;--tabs__color--disabled:#404040;--text-input__line-height:1.3;--text-input__background-color--disabled:#d9d9d9;--text-input__border-width:2px;--text-input__border-width--error:3px;--text-input__border-width--success:3px;--text-input__border-color:#737373;--text-input__border-color--disabled:#404040;--text-input__border-color--error:#b20000;--text-input__border-color--error--inverse:#e8b3b3;--text-input__border-color--inverse:#000;--text-input__border-color--success:#2a9526;--text-input__color:#404040;--text-input__padding:8px;--text-input__border-radius:3px;--tooltip__background-color:#fff;--tooltip__border-color:#404040;--tooltip__border-color--active:#146a5d40;--tooltip__border-color--inverse-active:#ffffff40;--tooltip__border-width:1px;--tooltip__color:#404040;--tooltip__box-shadow-color:#737373;--tooltip-icon__color:#146a5d;--tooltip-icon__color--inverse:#fff;--tooltip-trigger__color:#404040;--typography-heading__font-family:"Montserrat",sans-serif;--typography-heading__font-weight:600;--typography-heading-4xl__font-weight:600;--typography-heading-3xl__font-weight:600;--typography-heading-lg__font-weight:600;--typography-heading-md__font-weight:600;--typography-heading-sm__font-weight:600;--typography-body__font-family:"Rubik",sans-serif;--usa-banner__background-color:#f2f2f2;--usa-banner__color:#000;--usa-banner-close__background-color:#a6a6a6;--usa-banner-action__color:#0e4a41;--usa-banner-lock-icon__color:#2a9526;--vertical-nav-item__background-color--hover:#f2f2f2;--vertical-nav-item__color--hover:#146a5d;--vertical-nav-item__border-color:#5a5a5a;--vertical-nav-label__color:#404040;--vertical-nav-label-icon__color:#404040;--vertical-nav-label__border-color--current:#146a5d;--vertical-nav-label__color--current:#146a5d}::backdrop,:after,:before,:root{--animation-ease-in-out-expo:cubic-bezier(1,0,0,1);--animation-speed-base:1;--animation-speed-1:0.25s;--animation-speed-2:0.3s;--animation-speed-3:0.5s;--animation-speed-4:0.8s;--color-white:#fff;--color-black:#000;--color-transparent:#fff0;--color-transparent-black-alpha50:#00000080;--color-transparent-black-alpha25:#00000040;--color-transparent-white-alpha50:#ffffff80;--color-transparent-white-alpha25:#ffffff40;--color-background:#fff;--color-background-dialog:#fff;--color-background-dialog-mask:#00000080;--color-background-inverse:#146a5d;--color-base:#404040;--color-base-inverse:#fff;--color-border:#d9d9d9;--color-border-dark:#0f1e38;--color-border-inverse:#fff;--color-coolblue:#045d83;--color-coolblue-light:#046791;--color-coolblue-lighter:#82b3c8;--color-coolblue-lightest:#e6f0f4;--color-error:#b20000;--color-error-dark:#a00000;--color-error-darker:#9f142b;--color-error-darkest:#720e1f;--color-error-light:#e8b3b3;--color-error-lighter:#f7bbc5;--color-error-lightest:#f7e6e6;--color-focus:#c97532;--color-focus-border-inverse:#7c6210;--color-focus-dark:#c97532;--color-focus-inverse:#02bfe7;--color-focus-light:#fff;--color-focus-shadow:#262626;--color-focus-shadow-inverse:#262626;--color-focus-shadow-link:#262626;--color-focus-shadow-link-inverse:#7c6210;--color-gold:#f8c41f;--color-gold-dark:#dfb01c;--color-gold-darker:#ae8916;--color-gold-darkest:#7c6210;--color-gold-light:#f9ca35;--color-gold-lighter:#fce28f;--color-gold-lightest:#fef9e9;--color-gray:#5a5a5a;--color-gray-cool-light:#e6f1f8;--color-gray-dark:#404040;--color-gray-darker:#262626;--color-gray-light:#737373;--color-gray-lighter:#d9d9d9;--color-gray-lightest:#f2f2f2;--color-gray-medium-light:#a6a6a6;--color-gray-medium:#737373;--color-gray-warm-dark:#404040;--color-gray-warm-light:#f2f2f2;--color-green:#12890e;--color-green-dark:#0d600a;--color-green-darker:#0d600a;--color-green-darkest:#094507;--color-green-light:#0d600a;--color-green-lighter:#b8dcb7;--color-green-lightest:#e7f3e7;--color-muted:#5a5a5a;--color-muted-inverse:#e9ecf1;--color-primary:#146a5d;--color-primary-dark:#125f54;--color-primary-darker:#0e4a41;--color-primary-darkest:#0a352f;--color-primary-light:#5b978e;--color-primary-lightest:#b9d2ce;--color-primary-alt:#1e3c70;--color-primary-alt-dark:#1b3665;--color-primary-alt-darker:#152a4e;--color-primary-alt-darkest:#0f1e38;--color-primary-alt-light:#62779b;--color-primary-alt-lightest:#e9ecf1;--color-red:#e31c3d;--color-red-dark:#cc1937;--color-red-darker:#9f142b;--color-red-darkest:#720e1f;--color-red-light:#f18e9e;--color-red-lighter:#f7bbc5;--color-red-lightest:#fce8ec;--color-secondary:#1e3c70;--color-secondary-dark:#1b3665;--color-secondary-darker:#152a4e;--color-secondary-darkest:#0f1e38;--color-secondary-light:#62779b;--color-secondary-lighter:#bcc5d4;--color-secondary-lightest:#e9ecf1;--color-success:#12890e;--color-success-dark:#107b0d;--color-success-darker:#0d600a;--color-success-darkest:#094507;--color-success-light:#2a9526;--color-success-lighter:#89c487;--color-success-lightest:#e7f3e7;--color-warn:#f8c41f;--color-warn-dark:#dfb01c;--color-warn-darker:#ae8916;--color-warn-darkest:#7c6210;--color-warn-light:#fad662;--color-warn-lighter:#fce28f;--color-warn-lightest:#fef9e9;--color-visited:#590000;--color-teal-700:#0e4a41;--color-teal-500:#146a5d;--color-teal-300:#5b978e;--color-teal-100:#b9d2ce;--color-blue-700:#152a4e;--color-blue-500:#1e3c70;--color-blue-300:#62779b;--color-blue-100:#bcc5d4;--color-green-700:#0d600a;--color-green-500:#12890e;--color-green-300:#b8dcb7;--color-green-100:#e7f3e7;--color-black-700:#262626;--color-black-500:#404040;--color-black-300:#5a5a5a;--color-black-200:#737373;--color-black-100:#d9d9d9;--color-black-50:#f2f2f2;--color-yellow-700:#dfb01c;--color-yellow-500:#f8c41f;--color-yellow-300:#fad662;--color-yellow-100:#fef9e9;--color-red-700:#a00000;--color-red-500:#b20000;--color-red-300:#e8b3b3;--color-red-100:#f7e6e6;--font-family-open-sans:"Open Sans",Helvetica,sans-serif;--font-family-rubik:"Rubik",sans-serif;--font-family-montserrat:"Montserrat",sans-serif;--font-family-bitter:Bitter,Georgia,serif;--font-line-height-reset:1;--font-line-height-heading:1.3;--font-line-height-base:1.5;--font-line-height-lead:1.7;--font-size-base:16px;--font-size-sm:14px;--font-size-md:16px;--font-size-lg:20px;--font-size-xl:24px;--font-size-2xl:32px;--font-size-3xl:40px;--font-size-4xl:44px;--font-size-5xl:50px;--font-weight-light:400;--font-weight-normal:400;--font-weight-semibold:600;--font-weight-bold:600;--font-sans:"Rubik",sans-serif;--font-montserrat:"Montserrat",sans-serif;--font-rubik:"Rubik",sans-serif;--article-max-width:600px;--grid-columns:12;--grid-gutter-width:32px;--grid-form-gutter-width:16px;--lead-max-width:77rem;--nav-width:951px;--site-margins:3rem;--site-margins-mobile:1.5rem;--site-max-width:1040px;--text-max-width:53rem;--measure-narrow:45ex;--measure-base:65ex;--measure-wide:80ex;--media-width-xs:0px;--media-width-sm:544px;--media-width-md:768px;--media-width-lg:1024px;--media-width-xl:1280px;--radius-circle:100%;--radius-default:3px;--radius-large:8px;--radius-medium:4px;--radius-pill:9999px;--radius-small:2px;--shadow-focus:inset 0 0 0 1px #404040;--shadow-focus-inverse:inset 0 0 0 1px #404040;--shadow-focus-link:0 3px #404040;--shadow-focus-link-inverse:0 3px #7c6210;--shadow-box-card:0 2px 3px 0 #3232323b;--shadow-base-offset-x:2px;--shadow-base-offset-y:2px;--shadow-base-blur-radius:4px;--shadow-base-color:#00000040;--shadow-base:2px 2px 4px;--spacer-1:8px;--spacer-2:16px;--spacer-3:24px;--spacer-4:32px;--spacer-5:40px;--spacer-6:48px;--spacer-7:56px;--spacer-none:0px;--spacer-half:4px;--z-deep:-99999;--z-default:1;--z-drawer:500;--z-dialog:1000;--z-popup:6000;--z-spinner:9050;--accordion__color:#404040;--accordion__background-color:#f2f2f2;--accordion__background-color--hover:#d9d9d9;--accordion__border-color:#f2f2f2;--accordion-button__color:#404040;--accordion-content__background-color:#fff;--alert__background-color:#e9ecf1;--alert__background-color--error:#f7e6e6;--alert__background-color--lightweight:#fff;--alert__background-color--success:#e7f3e7;--alert__background-color--warn:#fef9e9;--alert__border-left-color:#1e3c70;--alert__border-color--error:#b20000;--alert__border-color--success:#12890e;--alert__border-color--warn:#f8c41f;--alert__font-color:#404040;--alert__icon-size:40px;--alert__padding:16px;--alert-bar__width:8px;--alert-link__font-color:#1e3c70;--alert-link__font-color--hover:#1b3665;--alert-link__font-color--focus:#0f1e38;--alert-link__font-color--active:#0f1e38;--autocomplete__background-color:#fff;--autocomplete__border-color:#d9d9d9;--autocomplete-item__font-color:#146a5d;--autocomplete-item__background-color--active:#0f1e38;--autocomplete-item__font-color--active:#fff;--autocomplete-item-message__font-color:#5a5a5a;--badge__background-color:#5a5a5a;--badge__background-color--alert:#b20000;--badge__background-color--info:#146a5d;--badge__background-color--success:#12890e;--badge__background-color--warn:#f8c41f;--badge__font-color:#fff;--badge__font-color--warn:#404040;--button__background-color--active:#fff;--button__background-color--disabled:#fff;--button__background-color--hover:#1b3665;--button__background-color:#fff;--button__border-color--active:#62779b;--button__border-color--disabled:currentColor;--button__border-color--hover:#1b3665;--button__border-color:currentColor;--button__border-radius:3px;--button__border-width:1px;--button__color--active:#62779b;--button__color--disabled:#d9d9d9;--button__color--hover:#fff;--button__color:#1e3c70;--button__font-weight:400;--button-icon__fill:currentColor;--button-alt__background-color--active:#fff;--button-alt__background-color--disabled:#fff;--button-alt__background-color--hover:#125f54;--button-alt__background-color:#fff;--button-alt__border-color--active:#5b978e;--button-alt__border-color--disabled:currentColor;--button-alt__border-color--hover:#125f54;--button-alt__border-color:currentColor;--button-alt__color--active:#5b978e;--button-alt__color--disabled:#d9d9d9;--button-alt__color--hover:#fff;--button-alt__color:#146a5d;--button-dark__background-color--active:#0000;--button-dark__background-color--disabled:#0000;--button-dark__background-color--hover:#0000;--button-dark__background-color:#0000;--button-dark__border-color--active:currentColor;--button-dark__border-color--disabled:currentColor;--button-dark__border-color--hover:currentColor;--button-dark__border-color:currentColor;--button-dark__color--active:#d9d9d9;--button-dark__color--disabled:#5a5a5a;--button-dark__color--hover:#f2f2f2;--button-dark__color:#fff;--button-dark-alt__background-color--active:#0000;--button-dark-alt__background-color--disabled:#0000;--button-dark-alt__background-color--hover:#0000;--button-dark-alt__background-color:#0000;--button-dark-alt__border-color--active:currentColor;--button-dark-alt__border-color--disabled:currentColor;--button-dark-alt__border-color--hover:currentColor;--button-dark-alt__border-color:currentColor;--button-dark-alt__color--active:#62779b;--button-dark-alt__color--disabled:#5a5a5a;--button-dark-alt__color--hover:#bcc5d4;--button-dark-alt__color:#e9ecf1;--button-solid__background-color--active:#5b978e;--button-solid__background-color--disabled:#d9d9d9;--button-solid__background-color--hover:#125f54;--button-solid__background-color:#146a5d;--button-solid__border-color--active:#5b978e;--button-solid__border-color--disabled:#d9d9d9;--button-solid__border-color--hover:#125f54;--button-solid__border-color:#146a5d;--button-solid__color--active:#fff;--button-solid__color--disabled:#404040;--button-solid__color--hover:#fff;--button-solid__color:#fff;--button-solid-alt__background-color--active:#62779b;--button-solid-alt__background-color--disabled:#d9d9d9;--button-solid-alt__background-color--hover:#1b3665;--button-solid-alt__background-color:#1e3c70;--button-solid-alt__border-color--active:#62779b;--button-solid-alt__border-color--disabled:#d9d9d9;--button-solid-alt__border-color--hover:#1b3665;--button-solid-alt__border-color:#1e3c70;--button-solid-alt__color--active:#fff;--button-solid-alt__color--disabled:#404040;--button-solid-alt__color--hover:#fff;--button-solid-alt__color:#fff;--button-solid-dark__background-color--active:#fff;--button-solid-dark__background-color--disabled:#d9d9d9;--button-solid-dark__background-color--hover:#125f54;--button-solid-dark__background-color:#fff;--button-solid-dark__border-color--active:#fff;--button-solid-dark__border-color--disabled:#d9d9d9;--button-solid-dark__border-color--hover:#125f54;--button-solid-dark__border-color:#fff;--button-solid-dark__color--active:#5b978e;--button-solid-dark__color--disabled:#404040;--button-solid-dark__color--hover:#fff;--button-solid-dark__color:#146a5d;--button-solid-dark-alt__background-color--active:#fff;--button-solid-dark-alt__background-color--disabled:#d9d9d9;--button-solid-dark-alt__background-color--hover:#1b3665;--button-solid-dark-alt__background-color:#fff;--button-solid-dark-alt__border-color--active:#fff;--button-solid-dark-alt__border-color--disabled:#d9d9d9;--button-solid-dark-alt__border-color--hover:#1b3665;--button-solid-dark-alt__border-color:#fff;--button-solid-dark-alt__color--active:#62779b;--button-solid-dark-alt__color--disabled:#404040;--button-solid-dark-alt__color--hover:#fff;--button-solid-dark-alt__color:#1e3c70;--button-ghost__background-color--active:#0000;--button-ghost__background-color--disabled:#0000;--button-ghost__background-color--hover:#0000;--button-ghost__background-color:#0000;--button-ghost__border-color--active:#0000;--button-ghost__border-color--disabled:#0000;--button-ghost__border-color--hover:#0000;--button-ghost__border-color:#0000;--button-ghost__color--active:#62779b;--button-ghost__color--disabled:#d9d9d9;--button-ghost__color--hover:#1b3665;--button-ghost__color:#1e3c70;--button-ghost-alt__background-color--active:#0000;--button-ghost-alt__background-color--disabled:#0000;--button-ghost-alt__background-color--hover:#0000;--button-ghost-alt__background-color:#0000;--button-ghost-alt__border-color--active:#0000;--button-ghost-alt__border-color--disabled:#0000;--button-ghost-alt__border-color--hover:#0000;--button-ghost-alt__border-color:#0000;--button-ghost-alt__color--active:#5b978e;--button-ghost-alt__color--disabled:#d9d9d9;--button-ghost-alt__color--hover:#0e4a41;--button-ghost-alt__color:#146a5d;--button-ghost-dark__background-color--active:#0000;--button-ghost-dark__background-color--disabled:#0000;--button-ghost-dark__background-color--hover:#0000;--button-ghost-dark__background-color:#0000;--button-ghost-dark__border-color--active:#0000;--button-ghost-dark__border-color--disabled:#0000;--button-ghost-dark__border-color--hover:#0000;--button-ghost-dark__border-color:#0000;--button-ghost-dark__color--active:#d9d9d9;--button-ghost-dark__color--disabled:#5a5a5a;--button-ghost-dark__color--hover:#f2f2f2;--button-ghost-dark__color:#fff;--button-ghost-dark-alt__background-color--active:#0000;--button-ghost-dark-alt__background-color--disabled:#0000;--button-ghost-dark-alt__background-color--hover:#0000;--button-ghost-dark-alt__background-color:#0000;--button-ghost-dark-alt__border-color--active:#0000;--button-ghost-dark-alt__border-color--disabled:#0000;--button-ghost-dark-alt__border-color--hover:#0000;--button-ghost-dark-alt__border-color:#0000;--button-ghost-dark-alt__color--active:#d9d9d9;--button-ghost-dark-alt__color--disabled:#5a5a5a;--button-ghost-dark-alt__color--hover:#f2f2f2;--button-ghost-dark-alt__color:#fff;--choice__background-color:#fff;--choice__background-color--checked:#1e3c70;--choice__background-color--disabled:#d9d9d9;--choice__background-color--inverse:#fff0;--choice__background-color--disabled--inverse:#e9ecf126;--choice__border-color:#5a5a5a;--choice__border-color--checked:#1e3c70;--choice__border-color--disabled:#a6a6a6;--choice__border-color--error:#5a5a5a;--choice__border-color--error--inverse:#fff;--choice__border-color--inverse:#fff;--choice__border-color--left:#146a5d;--choice__border-color--focus:#0e4a41;--choice__border-color--disabled--inverse:#a6a6a6;--choice__border-radius:3px;--choice__border-width:2px;--choice__color--unchecked:#fff;--choice__color--disabled:#5a5a5a;--choice__size:24px;--choice__size--small:20px;--choice__size-radio:16px;--choice__size-radio--small:12px;--choice-label__color--disabled:#5a5a5a;--choice-label__color--disabled--inverse:#e9ecf1;--dialog__background-color:#fff;--dialog__padding:32px;--dialog-overlay__background-color:#00000080;--drawer__animation-timing:0.3s;--drawer__background-color:#fff;--drawer__border-color:#d9d9d9;--drawer-close__color:#000;--drawer-header__background-color:#fff0;--drawer-footer__background-color:#e9ecf1;--drawer-toggle__background-color--hover:#1e3c70;--drawer-toggle__color--hover:#fff;--drawer-toggle__background-color--hover--inverse:#fff;--drawer-toggle__color--hover--inverse:#262626;--dropdown__background-color:#fff;--dropdown__icon-size:10px;--filter-chip__border-radius:9999px;--filter-chip__background-color:#e9ecf1;--filter-chip__border-color:#146a5d;--filter-chip__color:#404040;--filter-chip__background-color--active:#146a5d;--filter-chip__border-color--active:#146a5d;--filter-chip__color--active:#fff;--filter-chip-icon__color:#404040;--filter-chip-icon__color-active:#fff;--filter-chip-icon__container-size:18px;--form-label__color--inverse:#fff;--form-label__color--not-error:#737373;--form__max-width:460px;--form__max-width--small:6em;--form__max-width--medium:12em;--form-hint__color:#5a5a5a;--form-hint__color--inverse:#e9ecf1;--form-error__color:#b20000;--form-error__color--inverse:#e8b3b3;--icon__color__error:#b20000;--icon__color--inverse:#fff;--icon__color--primary:#146a5d;--icon__color--success:#12890e;--icon__color--warn:#f8c41f;--link__color:#1e3c70;--link__color--active:#1b3665;--link__color--hover:#1b3665;--link__color--visited:#590000;--link-inverse__color:#fff;--link-inverse__color--active:#d9d9d9;--link-inverse__color--hover:#d9d9d9;--link-inverse__color--visited:#d9d9d9;--link__text-decoration-offset:3px;--link__text-decoration-thickness:1px;--link__text-decoration-thickness--hover:2px;--pagination-link__color:#146a5d;--pagination-link__color--hover:#0e4a41;--pagination-link__color--active:#0a352f;--pagination-link__color--focus:#0e4a41;--pagination-link__color--disabled:#d9d9d9;--pagination-current-page__color:#404040;--pagination-overflow__color:#5a5a5a;--pagination-page-count__color:#5a5a5a;--review__border-color:#d9d9d9;--steplist__color:#5a5a5a;--steplist__color--current:#146a5d;--steplist__background-color--current:#146a5d;--steplist-step__color:#5a5a5a;--steplist-step__border-color:#d9d9d9;--steplist-step__border-color--default:#5a5a5a;--steplist-step__color--current:#fff;--steplist-step__color--completed:#404040;--steplist-step__background-color--completed:#404040;--spinner__background-color:#fff;--spinner__color:#404040;--spinner__background-color--inverse:#146a5d;--spinner__color--inverse:#fff;--table__padding:16px;--table__border-color:#000;--table-header__background-color:#f2f2f2;--table-striped__background-color:#f2f2f2;--table-striped-header__background-color:#f2f2f2;--tabs__border-color:#d9d9d9;--tabs__background-color:#fff;--tabs__color:#404040;--tabs-selected__background-color:#146a5d;--tabs-selected__border-color:#fff;--tabs-selected__color:#146a5d;--tabs-selected__border-color--active:#146a5d;--tabs__color--hover:#146a5d;--tabs__color--active:#0e4a41;--tabs__background-color--disabled:#d9d9d9;--tabs__border-color--disabled:#d9d9d9;--tabs__color--disabled:#404040;--text-input__line-height:1.3;--text-input__background-color--disabled:#d9d9d9;--text-input__border-width:2px;--text-input__border-width--error:3px;--text-input__border-width--success:3px;--text-input__border-color:#737373;--text-input__border-color--disabled:#404040;--text-input__border-color--error:#b20000;--text-input__border-color--error--inverse:#e8b3b3;--text-input__border-color--inverse:#000;--text-input__border-color--success:#2a9526;--text-input__color:#404040;--text-input__padding:8px;--text-input__border-radius:3px;--tooltip__background-color:#fff;--tooltip__border-color:#404040;--tooltip__border-color--active:#146a5d40;--tooltip__border-color--inverse-active:#ffffff40;--tooltip__border-width:1px;--tooltip__color:#404040;--tooltip__box-shadow-color:#737373;--tooltip-icon__color:#146a5d;--tooltip-icon__color--inverse:#fff;--tooltip-trigger__color:#404040;--typography-heading__font-family:"Montserrat",sans-serif;--typography-heading__font-weight:600;--typography-heading-4xl__font-weight:600;--typography-heading-3xl__font-weight:600;--typography-heading-lg__font-weight:600;--typography-heading-md__font-weight:600;--typography-heading-sm__font-weight:600;--typography-body__font-family:"Rubik",sans-serif;--usa-banner__background-color:#f2f2f2;--usa-banner__color:#000;--usa-banner-close__background-color:#a6a6a6;--usa-banner-action__color:#0e4a41;--usa-banner-lock-icon__color:#2a9526;--vertical-nav-item__background-color--hover:#f2f2f2;--vertical-nav-item__color--hover:#146a5d;--vertical-nav-item__border-color:#5a5a5a;--vertical-nav-label__color:#404040;--vertical-nav-label-icon__color:#404040;--vertical-nav-label__border-color--current:#146a5d;--vertical-nav-label__color--current:#146a5d}:root{--color-primary:#146a5d;--color-primary-dark:#0f4b42;--color-primary-darker:#0c3f37;--color-primary-darkest:#041412;--color-primary-light:#409e90;--color-primary-lightest:#e0f2f1;--color-primary-alt:#1e3c70;--color-primary-alt-dark:#12284d;--color-primary-alt-darker:#132648;--color-primary-alt-darkest:#081120;--color-primary-alt-light:#4f6b9b;--color-primary-alt-lightest:#e8f1ff;--color-secondary:#1e3c70;--color-secondary-dark:#000;--color-secondary-darker:#000;--color-secondary-darkest:#000;--color-secondary-light:#4f6b9b;--color-secondary-lightest:#e8f1ff;--color-gray-darker:#1f252d;--color-gray-dark:#323a45;--color-gray:#5b616b;--color-gray-light:#72777f;--color-gray-lighter:#d6d7d9;--color-gray-lightest:#f3f3f3;--color-green:#12890e;--color-green-dark:#0d5e0b;--color-green-lighter:#94bfa2;--color-green-lightest:#e7f4e3;--color-success:#12890e;--color-success-dark:#0d5e0b;--color-success-light:#94bfa2;--color-success-lightest:#e7f4e3;--color-warn:#f8c41f;--color-warn-dark:#f1ad15;--color-warn-light:#fad980;--color-warn-lightest:#fff1d2;--color-error:#b20000;--color-error-dark:#8d0000;--color-error-light:#e59393;--color-error-lightest:#f8dddd;--color-base:#323a45;--color-background-inverse:#146a5d;--link__text-decoration-offset:auto}.PacePlansPage__content,.PapPlansPage__content,.SpapLandingPage__subheader,.SpapPlansPage__content{max-width:100ex!important}.FilterBar,.mct-p-plan-details .mct-c-what-youll-pay,.PacePlansPage__banner,.PapPlansPage__banner,.SpapPlansPage__banner,.StickyNav{margin-left:-56px;margin-right:-56px}@media screen and (max-width:calc(544px - 1px)){.FilterBar,.mct-p-plan-details .mct-c-what-youll-pay,.PacePlansPage__banner,.PapPlansPage__banner,.SpapPlansPage__banner,.StickyNav{margin-left:-16px;margin-right:-16px}.PlanDetailsSection__heading,.StarRatingsSection .StarRatingExpandableRow__toggle__green,.StarRatingsSection .StarRatingRow__blue,.StarRatingsSection .StarRatingRow__performerRow{border-left:0!important;border-right:0!important;margin-left:-16px!important;margin-right:-16px!important}}.mct-c-table,.mct-c-table--is-stacked.ds-c-table--borderless .mct-c-table__row--filtered .mct-c-table__cell,.mct-c-table-caption,.mct-c-table__caption,.mct-c-table__cell,.mct-c-table__header,.mct-c-table__row,.MedigapBenefits__HelpDrawer .mct-c-table--is-stacked.MedigapTable__Table .mct-c-table__row--filtered .mct-c-table__cell,.PlanDetailsSection__alert-container{border-color:#d6d7d9!important;border-width:1px}.mct-u-sm-border--1{border-width:0!important}@media(min-width:544px){.mct-u-sm-border--1{border-width:1px!important}}.mct-u-sm-border-top--1{border-top-width:0!important}@media(min-width:544px){.mct-u-sm-border-top--1{border-top-width:1px!important}}.mct-u-sm-border-bottom--1{border-bottom-width:0!important}@media(min-width:544px){.mct-u-sm-border-bottom--1{border-bottom-width:1px!important}}.mct-u-sm-border-left--1{border-left-width:0!important}@media(min-width:544px){.mct-u-sm-border-left--1{border-left-width:1px!important}}.mct-u-sm-border-right--1{border-right-width:0!important}@media(min-width:544px){.mct-u-sm-border-right--1{border-right-width:1px!important}}.mct-u-sm-border-x--1{border-inline-width:0!important}@media(min-width:544px){.mct-u-sm-border-x--1{border-inline-width:1px!important}}.mct-u-sm-border-y--1{border-block-width:0!important}@media(min-width:544px){.mct-u-sm-border-y--1{border-block-width:1px!important}}.mct-u-sm-border--2{border-width:0!important}@media(min-width:544px){.mct-u-sm-border--2{border-width:2px!important}}.mct-u-sm-border-top--2{border-top-width:0!important}@media(min-width:544px){.mct-u-sm-border-top--2{border-top-width:2px!important}}.mct-u-sm-border-bottom--2{border-bottom-width:0!important}@media(min-width:544px){.mct-u-sm-border-bottom--2{border-bottom-width:2px!important}}.mct-u-sm-border-left--2{border-left-width:0!important}@media(min-width:544px){.mct-u-sm-border-left--2{border-left-width:2px!important}}.mct-u-sm-border-right--2{border-right-width:0!important}@media(min-width:544px){.mct-u-sm-border-right--2{border-right-width:2px!important}}.mct-u-sm-border-x--2{border-inline-width:0!important}@media(min-width:544px){.mct-u-sm-border-x--2{border-inline-width:2px!important}}.mct-u-sm-border-y--2{border-block-width:0!important}@media(min-width:544px){.mct-u-sm-border-y--2{border-block-width:2px!important}}.mct-u-md-border--1{border-width:0!important}@media(min-width:768px){.mct-u-md-border--1{border-width:1px!important}}.mct-u-md-border-top--1{border-top-width:0!important}@media(min-width:768px){.mct-u-md-border-top--1{border-top-width:1px!important}}.mct-u-md-border-bottom--1{border-bottom-width:0!important}@media(min-width:768px){.mct-u-md-border-bottom--1{border-bottom-width:1px!important}}.mct-u-md-border-left--1{border-left-width:0!important}@media(min-width:768px){.mct-u-md-border-left--1{border-left-width:1px!important}}.mct-u-md-border-right--1{border-right-width:0!important}@media(min-width:768px){.mct-u-md-border-right--1{border-right-width:1px!important}}.mct-u-md-border-x--1{border-inline-width:0!important}@media(min-width:768px){.mct-u-md-border-x--1{border-inline-width:1px!important}}.mct-u-md-border-y--1{border-block-width:0!important}@media(min-width:768px){.mct-u-md-border-y--1{border-block-width:1px!important}}.mct-u-md-border--2{border-width:0!important}@media(min-width:768px){.mct-u-md-border--2{border-width:2px!important}}.mct-u-md-border-top--2{border-top-width:0!important}@media(min-width:768px){.mct-u-md-border-top--2{border-top-width:2px!important}}.mct-u-md-border-bottom--2{border-bottom-width:0!important}@media(min-width:768px){.mct-u-md-border-bottom--2{border-bottom-width:2px!important}}.mct-u-md-border-left--2{border-left-width:0!important}@media(min-width:768px){.mct-u-md-border-left--2{border-left-width:2px!important}}.mct-u-md-border-right--2{border-right-width:0!important}@media(min-width:768px){.mct-u-md-border-right--2{border-right-width:2px!important}}.mct-u-md-border-x--2{border-inline-width:0!important}@media(min-width:768px){.mct-u-md-border-x--2{border-inline-width:2px!important}}.mct-u-md-border-y--2{border-block-width:0!important}@media(min-width:768px){.mct-u-md-border-y--2{border-block-width:2px!important}}.mct-u-lg-border--1{border-width:0!important}@media(min-width:1024px){.mct-u-lg-border--1{border-width:1px!important}}.mct-u-lg-border-top--1{border-top-width:0!important}@media(min-width:1024px){.mct-u-lg-border-top--1{border-top-width:1px!important}}.mct-u-lg-border-bottom--1{border-bottom-width:0!important}@media(min-width:1024px){.mct-u-lg-border-bottom--1{border-bottom-width:1px!important}}.mct-u-lg-border-left--1{border-left-width:0!important}@media(min-width:1024px){.mct-u-lg-border-left--1{border-left-width:1px!important}}.mct-u-lg-border-right--1{border-right-width:0!important}@media(min-width:1024px){.mct-u-lg-border-right--1{border-right-width:1px!important}}.mct-u-lg-border-x--1{border-inline-width:0!important}@media(min-width:1024px){.mct-u-lg-border-x--1{border-inline-width:1px!important}}.mct-u-lg-border-y--1{border-block-width:0!important}@media(min-width:1024px){.mct-u-lg-border-y--1{border-block-width:1px!important}}.mct-u-lg-border--2{border-width:0!important}@media(min-width:1024px){.mct-u-lg-border--2{border-width:2px!important}}.mct-u-lg-border-top--2{border-top-width:0!important}@media(min-width:1024px){.mct-u-lg-border-top--2{border-top-width:2px!important}}.mct-u-lg-border-bottom--2{border-bottom-width:0!important}@media(min-width:1024px){.mct-u-lg-border-bottom--2{border-bottom-width:2px!important}}.mct-u-lg-border-left--2{border-left-width:0!important}@media(min-width:1024px){.mct-u-lg-border-left--2{border-left-width:2px!important}}.mct-u-lg-border-right--2{border-right-width:0!important}@media(min-width:1024px){.mct-u-lg-border-right--2{border-right-width:2px!important}}.mct-u-lg-border-x--2{border-inline-width:0!important}@media(min-width:1024px){.mct-u-lg-border-x--2{border-inline-width:2px!important}}.mct-u-lg-border-y--2{border-block-width:0!important}@media(min-width:1024px){.mct-u-lg-border-y--2{border-block-width:2px!important}}.mct-u-xl-border--1{border-width:0!important}@media(min-width:1280px){.mct-u-xl-border--1{border-width:1px!important}}.mct-u-xl-border-top--1{border-top-width:0!important}@media(min-width:1280px){.mct-u-xl-border-top--1{border-top-width:1px!important}}.mct-u-xl-border-bottom--1{border-bottom-width:0!important}@media(min-width:1280px){.mct-u-xl-border-bottom--1{border-bottom-width:1px!important}}.mct-u-xl-border-left--1{border-left-width:0!important}@media(min-width:1280px){.mct-u-xl-border-left--1{border-left-width:1px!important}}.mct-u-xl-border-right--1{border-right-width:0!important}@media(min-width:1280px){.mct-u-xl-border-right--1{border-right-width:1px!important}}.mct-u-xl-border-x--1{border-inline-width:0!important}@media(min-width:1280px){.mct-u-xl-border-x--1{border-inline-width:1px!important}}.mct-u-xl-border-y--1{border-block-width:0!important}@media(min-width:1280px){.mct-u-xl-border-y--1{border-block-width:1px!important}}.mct-u-xl-border--2{border-width:0!important}@media(min-width:1280px){.mct-u-xl-border--2{border-width:2px!important}}.mct-u-xl-border-top--2{border-top-width:0!important}@media(min-width:1280px){.mct-u-xl-border-top--2{border-top-width:2px!important}}.mct-u-xl-border-bottom--2{border-bottom-width:0!important}@media(min-width:1280px){.mct-u-xl-border-bottom--2{border-bottom-width:2px!important}}.mct-u-xl-border-left--2{border-left-width:0!important}@media(min-width:1280px){.mct-u-xl-border-left--2{border-left-width:2px!important}}.mct-u-xl-border-right--2{border-right-width:0!important}@media(min-width:1280px){.mct-u-xl-border-right--2{border-right-width:2px!important}}.mct-u-xl-border-x--2{border-inline-width:0!important}@media(min-width:1280px){.mct-u-xl-border-x--2{border-inline-width:2px!important}}.mct-u-xl-border-y--2{border-block-width:0!important}@media(min-width:1280px){.mct-u-xl-border-y--2{border-block-width:2px!important}}.mct-u-border--gray-dark,.planCompare__cell--headerRow:not(:first-child){border-color:#323a45!important}.mct-u-border--gray-lightest,.planCompare__cell{border-color:#f3f3f3!important}.mct-u-color--primary-light{color:#409e90}@media screen and (max-width:544px){.FilterBar__heading,.mct-u-xs-visibility--screen-reader{clip:rect(0,0,0,0);word-wrap:normal;border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}}.mct-u-align-self--start{align-self:flex-start!important}.mct-u-align-self--end{align-self:flex-end!important}.mct-u-align-self--center{align-self:center!important}.mct-u-align-self--baseline{align-self:baseline!important}.mct-u-align-self--stretch{align-self:stretch!important}.mct-u-flex-shrink--0{flex-shrink:0}.mct-u-flex-grow--1{flex-grow:1!important}.mct-u-display--inline-flex{display:inline-flex}.mct-u-margin-top--half{margin-top:4px}.mct-u-position--absolute{position:absolute}@media screen and (min-width:544px){.mct-u-sm-width--full{width:100%!important}}@media screen and (min-width:768px){.mct-u-md-width--full{width:100%!important}}@media screen and (min-width:1024px){.mct-u-lg-width--full{width:100%!important}}@media screen and (min-width:1280px){.mct-u-xl-width--full{width:100%!important}}@media screen and (min-width:544px){.mct-u-sm-width--auto{width:auto!important}}@media screen and (min-width:768px){.CountyPicker__submit,.mct-u-md-width--auto{width:auto!important}}@media screen and (min-width:1024px){.mct-u-lg-width--auto,.StickyTray__action{width:auto!important}}@media screen and (min-width:1280px){.mct-u-xl-width--auto{width:auto!important}}.mct-u-height--full{height:100%}.mct-u-max-width--0{max-width:0!important}.mct-u-max-width--full{max-width:100%!important}.mct-u-min-width--full{min-width:100%!important}.mct-u-width--50{width:50%!important}.CCXPBase__menuButtonContainer:last-of-type,.CountyPicker__submit,.mct-u-width--full,.StickyTray__action{width:100%}#EstimatedTotalDrugAndPremiumCostTable .when_will_you_enter_the_coverage_gap__heading>span :first-child,#TestingLabsAndImagingTable .diagnostic_tests_and_procedures__heading>span :first-child,.mct-c-add-pdes #add_drugs,.mct-c-table__header-title,.mct-u-text-transform--none,.MedicareHelpDrawer__hint,.PDEPage #add_drugs{text-transform:none!important}.mct-u-white-space--nowrap{white-space:nowrap}.ds-c-field--day,.ds-c-field--month{width:3ch}.ds-c-field--year{width:5ch}.ds-c-label{max-width:36rem}a:visited:not(.ds-c-button,.pagination__numberButton,.PlanCard__more_info_trigger,.FooterToggle,.PrintButton,[class*=button]){color:#1e3c70;-webkit-text-decoration:#1e3c70;text-decoration:#1e3c70}.CoverageWizardLandingPage__heroHeader,.DrugAutocomplete__promptHeader h1,.ds-text-heading--3xl,.EnrollmentFormPage__header,.mct-c-summary-page-header__greeting,.MedigapLandingPage__heroHeader,.MedigapLandingPage__item__listNumber,.PapLandingPage__heroHeader,h1{margin-bottom:16px}.ds-c-alert:not(.ds-c-alert--warn):not(.ds-c-alert--success):not(.ds-c-alert--error){background-color:#e8f1ff;border-color:#4f6b9b;color:#212121}@media screen and (max-width:544px){.previewBanner .ds-c-alert{background-position:8px 8px;background-size:32px;font-size:16px;line-height:1.25;padding:8px}.previewBanner .ds-c-alert .ds-c-alert__body{padding-left:40px}}.mct-c-badge{align-items:center;display:inline-flex}.mct-c-badge__icon{height:18px;width:18px}.mct-c-badge__content{font-size:16px;padding:2px}.mct-c-badge--primary-alt-lightest.ds-c-badge{background-color:#e8f1ff;color:#1f252d}.mct-c-badge--white.ds-c-badge{background-color:#fff;color:#1f252d}.ds-c-button,.FooterToggle,.pagination__numberButton,.PlanCard__more_info_trigger,.PrintButton{font-weight:400;transition:.3s cubic-bezier(1,0,0,1)}.CCXPBase__menuButtonContainer.FooterToggle:last-of-type,.CCXPBase__menuButtonContainer.pagination__numberButton:last-of-type,.CCXPBase__menuButtonContainer.PlanCard__more_info_trigger:last-of-type,.CCXPBase__menuButtonContainer.PrintButton:last-of-type,.CountyPicker__submit.FooterToggle,.CountyPicker__submit.pagination__numberButton,.CountyPicker__submit.PlanCard__more_info_trigger,.CountyPicker__submit.PrintButton,.ds-c-button.CCXPBase__menuButtonContainer:last-of-type,.ds-c-button.CountyPicker__submit,.ds-c-button.mct-u-width--full,.ds-c-button.StickyTray__action,.FooterToggle.StickyTray__action,.mct-u-width--full.FooterToggle,.mct-u-width--full.pagination__numberButton,.mct-u-width--full.PlanCard__more_info_trigger,.mct-u-width--full.PrintButton,.PrintButton.StickyTray__action,.StickyTray__action.pagination__numberButton,.StickyTray__action.PlanCard__more_info_trigger{box-sizing:border-box}.ds-c-button--on-dark.ds-c-button--solid:not(:disabled,.ds-c-button-disabled,[aria-disabled=true]):hover,.ds-c-button--on-dark.ds-c-button--solid:not(:disabled,.ds-c-button-disabled,[aria-disabled=true]):hover:focus,.ds-c-button--on-dark.YearOverYear__nextStepExploreButton:not(:disabled,.ds-c-button-disabled,[aria-disabled=true]):hover{background-color:#f2f2f2;border:1px solid #f2f2f2;color:#1e3c70}.ds-c-button--on-dark.ds-c-button--solid:not(:disabled,.ds-c-button-disabled,[aria-disabled=true]):active,.ds-c-button--on-dark.ds-c-button--solid:not(:disabled,.ds-c-button-disabled,[aria-disabled=true]):active:focus,.ds-c-button--on-dark.YearOverYear__nextStepExploreButton:not(:disabled,.ds-c-button-disabled,[aria-disabled=true]):active{background-color:#d9d9d9;border:1px solid #d9d9d9;color:#1e3c70}.ds-c-button .ds-c-button:visited[aria-disabled=false],.ds-c-button .FooterToggle:visited[aria-disabled=false],.ds-c-button .pagination__numberButton:visited[aria-disabled=false],.ds-c-button .PlanCard__more_info_trigger:visited[aria-disabled=false],.ds-c-button .PrintButton:visited[aria-disabled=false],.ds-c-button[aria-disabled=false],[aria-disabled=false].FooterToggle,[aria-disabled=false].pagination__numberButton,[aria-disabled=false].PlanCard__more_info_trigger,[aria-disabled=false].PrintButton{color:currentColor;cursor:pointer}.ds-c-button--alternate:disabled:active,.ds-c-button--alternate:disabled:focus,.ds-c-button--alternate:disabled:hover,.YearOverYear__nextStepExploreButton:disabled:active,.YearOverYear__nextStepExploreButton:disabled:focus,.YearOverYear__nextStepExploreButton:disabled:hover{background-color:#d6d7d9!important;color:#323a45!important}.ds-c-dialog,.mct-c-find-plans-dialog{margin-top:revert;max-height:100%;overflow-y:auto}.ds-c-dialog-wrap{color:#323a45!important}.ds-c-field--error,.mct-c-coverage-selector-v2__text-field--error input,.mct-c-coverage-selector__text-field--error input{border-width:3px}.ds-c-label:not(.ds-c-label--inline)+.ds-c-field--error,.ds-c-label:not(.ds-c-label--inline)>.ds-c-field--error,.mct-c-coverage-selector-v2__text-field--error .ds-c-label:not(.ds-c-label--inline)+input,.mct-c-coverage-selector-v2__text-field--error .ds-c-label:not(.ds-c-label--inline)>input,.mct-c-coverage-selector__text-field--error .ds-c-label:not(.ds-c-label--inline)+input,.mct-c-coverage-selector__text-field--error .ds-c-label:not(.ds-c-label--inline)>input{margin-top:0}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(var(--toastify-z-index));width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right:2px solid var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mct-c-dl__term:after{content:": "}.mct-c-dl--inline-block .mct-c-dl__def:after{content:"\a";white-space:pre}select::-ms-expand{display:none}h1:focus{outline:0}.appPage__banner{padding-bottom:32px;padding-top:24px;position:relative}@media screen and (min-width:768px){.appPage__banner{padding-top:56px}}.appPage__header-extension{background-color:#fff}@media screen and (min-width:768px){.appPage__header-extension{padding-top:24px!important}}.appPage__content,.EnrollmentFormPage__content{background-color:#fff}.mct-c-actionsbar__link{width:-webkit-max-content;width:max-content}.mct-c-alert-message__body,.mct-c-alert-message__combined-content,.mct-c-alert-message__title{max-width:100ex;padding-right:8px}.mct-c-alert-message__combined-title,.mct-c-alert-message__title{margin-bottom:4px;margin-top:0}.mct-c-alert-message__body--no-title>:first-child,.mct-c-alert-message__combined-body--no-title>:first-child{margin-top:0;padding-top:0}.mct-c-alert-message{border-radius:8px;border-top:8px solid #1e3c70;box-shadow:0 2px 4px 0 #00000080;display:grid;grid-template-areas:"title close" "body body" "action action";grid-template-columns:1fr -webkit-min-content;grid-template-columns:1fr min-content;max-width:1077px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:16px}@media screen and (min-width:544px){.mct-c-alert-message:not(.mct-c-alert-message--narrow){grid-template-areas:"icon content close" ". content ." ". action .";grid-template-columns:-webkit-min-content 1fr -webkit-min-content;grid-template-columns:min-content 1fr min-content;padding:24px 32px 32px}}.mct-c-alert-message__icon{display:none;grid-area:icon}@media screen and (min-width:544px){.mct-c-alert-message__icon{display:block;margin-right:24px}.mct-c-alert-message__icon svg{color:#1e3c70;font-size:24px}.mct-c-alert-message__icon circle{fill:#1e3c70}}.mct-c-alert-message__body{grid-area:body}.mct-c-alert-message__title{grid-area:title}.mct-c-alert-message__action{display:flex;grid-area:action;justify-content:center;margin-top:24px}@media screen and (min-width:544px){.mct-c-alert-message__action{display:block}}.mct-c-alert-message__action>*{width:100%}@media screen and (min-width:544px){.mct-c-alert-message__action>*{width:auto}}.mct-c-alert-message__close-button{display:block;grid-area:close;margin-left:auto}.mct-c-alert-message__close-button .ds-c-button,.mct-c-alert-message__close-button .FooterToggle,.mct-c-alert-message__close-button .pagination__numberButton,.mct-c-alert-message__close-button .PlanCard__more_info_trigger,.mct-c-alert-message__close-button .PrintButton{border:0;padding-right:0}.mct-c-alert-message__combined-content{grid-area:content}.mct-c-alert-message--hidden{display:none}.mct-c-alert-message--narrow{max-width:273px}.mct-c-alert-message--narrow .mct-c-alert-message__action{display:flex}.mct-c-alert-message--narrow .mct-c-alert-message__action button{width:100%}.mct-c-alert--with-custom-icon .ds-c-alert__body{font-family:Rubik,sans-serif}@media screen and (min-width:544px){.mct-c-alert--with-custom-icon .ds-c-alert__body{margin-left:48px}}.mct-c-alert .mct-c-alert__icon--custom{display:none;left:24px;position:absolute;top:16px}@media screen and (min-width:544px){.mct-c-alert .mct-c-alert__icon--custom{display:block}}.mct-c-alert--with-z-index{z-index:1}.BeneMenu{display:none}@media screen and (min-width:544px){.BeneMenu{display:block}}.BeneMenu .Collapsible__trigger{cursor:pointer}.BeneMenu__Title{padding-bottom:26px;padding-top:26px}.BeneMenu__Container{box-shadow:0 2px 6px #a1a3a8;margin-top:4px;position:absolute;z-index:1}@media screen and (min-width:544px){.MobileMenuBeneInfo{display:none}}.CCXPBase{position:relative}.CCXPBase__rotate{transform:rotate(180deg);transform-origin:center}.CCXPBase__label,.PlanFilters__action__label{text-transform:uppercase}.CCXPBase__button{background-color:#fff;border:2px solid #d6d7d9!important;border-radius:4px;color:#323a45!important;cursor:pointer;font-family:Rubik,sans-serif;font-size:16px;outline:none}@media screen and (max-width:1024px){.CCXPBase__button{width:100%}}.CCXPBase__button--withValue{color:#fff!important}.CCXPBase__button--withValue svg>path{fill:#fff}.CCXPBase__button--error{border:3px solid #b20000!important}.CCXPBase__menu{border-radius:6px;box-shadow:0 2px 3px 0 #3232323b;display:none;min-width:200px;z-index:2}.CCXPBase__menu--wide{min-width:300px}@media screen and (max-width:300px){.CCXPBase__menu--wide{min-width:200px}}.CCXPBase__menu--widest{min-width:400px}.CCXPBase__menu--open{left:0;position:absolute;top:calc(100% + 8px)}@media screen and (max-width:1024px){.CCXPBase__menu--open{width:85%}}.CCXPBase__menuButtonContainer{align-self:flex-end}.CircledNumber{line-height:.55;position:relative}.CircledNumber__ring--green>g>g{stroke:#409e90}.CircledNumber__ring--black>g>g{stroke:#000}.CircledNumber__ring--white>g>g{stroke:#fff}.CircledNumber__ring--disabled>g>g{stroke:#d6d7d9}.CircledNumber__value{font-size:24px;position:relative;text-align:center;top:-23px}.CircledNumber__value--green{color:#409e90}.CircledNumber__value--black{color:#000}.CircledNumber__value--white{color:#fff}.CircledNumber__value--disabled{color:#d6d7d9}.Collapsible__trigger{background:none;border:none;color:#323a45;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;padding-left:unset}.Collapsible__trigger--default{color:#1e3c70;font-weight:400;min-height:44px;text-decoration:underline}.Collapsible__hidden_content{opacity:0;transition:all .4s ease-in-out;visibility:hidden}.Collapsible__visible_content{opacity:1;transition:all .4s ease-in-out;visibility:visible}.Collapsible .mct-c-icon--plus-minus.ds-c-icon{font-size:11px}.CountyPicker__label span:not(.ds-c-field__hint){white-space:nowrap}@media screen and (max-width:544px){.CountyPicker__label span:not(.ds-c-field__hint){white-space:normal}}.CountyPicker__submit{font-weight:600;margin-bottom:4px!important}.CountySearchField input{height:56px;width:300px}.CountySearchField>label>.ds-c-field__hint.ds-u-color--error{text-transform:none!important}.mct-c-coverage-selector__coverage-years div:first-child{flex-basis:calc(30% - 12px)}.mct-c-coverage-selector__coverage-years div:nth-child(2){flex-basis:calc(70% - 12px)}.mct-c-coverage-selector__zipcode-plan-type{display:flex;flex-direction:column}@media screen and (min-width:544px){.mct-c-coverage-selector__zipcode-plan-type{align-items:flex-end;display:flex;flex-direction:row;justify-content:space-between}}.mct-c-coverage-selector__zipcode [name=zipcode]{border-color:#72777f;max-width:none!important}@media screen and (min-width:544px){.mct-c-coverage-selector__zipcode{flex-basis:calc(30% - 12px)}.mct-c-coverage-selector__zipcode [name=zipcode]{line-height:1.5!important}}.mct-c-coverage-selector__plantype{padding-top:16px}.mct-c-coverage-selector__plantype .CCXPBase__button{border-color:#72777f!important;justify-content:space-between!important;width:100%}.mct-c-coverage-selector__plantype .CCXPBase__button--truncate{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-align:left}.mct-c-coverage-selector__plantype .CCXPBase__button--error{border-color:#b20000!important}@media screen and (min-width:544px){.mct-c-coverage-selector__plantype{flex-basis:calc(70% - 12px);padding-top:0}}.mct-c-coverage-selector__zip-counties div{margin-right:24px}.mct-c-coverage-selector__alert .ds-c-alert__heading{margin-bottom:0;margin-top:0}.mct-c-coverage-selector__text-field--error input{border-color:#b20000!important}.mct-c-coverage-selector__start-button{width:100%}@media screen and (min-width:1024px){.mct-c-coverage-selector__start-button{width:auto}}.mct-c-coverage-selector-v2__coverage-years{column-gap:32px}.mct-c-coverage-selector-v2__step_heading{margin-bottom:16px}.mct-c-coverage-selector-v2__zipcode-container{display:flex;flex-direction:column}@media screen and (min-width:544px){.mct-c-coverage-selector-v2__zipcode-container{align-items:flex-end;display:flex;flex-direction:row;justify-content:space-between}}.mct-c-coverage-selector-v2__zipcode [name=zipcode]{border-color:#72777f}@media screen and (min-width:544px){.mct-c-coverage-selector-v2__zipcode{flex-basis:calc(44% - 12px)}.mct-c-coverage-selector-v2__zipcode [name=zipcode]{line-height:1.5!important}}.mct-c-coverage-selector-v2__plantype{padding-top:0}.mct-c-coverage-selector-v2__plantype .CCXPBase__button{border-color:#72777f!important;justify-content:space-between!important;width:100%}.mct-c-coverage-selector-v2__plantype .CCXPBase__button--truncate{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-align:left}.mct-c-coverage-selector-v2__plantype .CCXPBase__button--error{border-color:#b20000!important}@media screen and (min-width:544px){.mct-c-coverage-selector-v2__plantype{flex-basis:calc(70% - 12px)}}.mct-c-coverage-selector-v2__plantype .mct-c-coverage-selector-v2__help-drawer-toggle{max-width:80%;text-align:left}@media screen and (min-width:1024px){.mct-c-coverage-selector-v2__plantype .mct-c-coverage-selector-v2__help-drawer-toggle{max-width:auto}}.mct-c-coverage-selector-v2__plantype .mct-c-coverage-selector-v2__plantype-error-message{margin:16px 0 8px}.mct-c-coverage-selector-v2__zip-counties .mct-c-coverage-selector-v2__county-choice{margin-right:24px}.mct-c-coverage-selector-v2__alert .ds-c-alert__heading{margin-bottom:0;margin-top:0}.mct-c-coverage-selector-v2__text-field--error input{border-color:#b20000!important}.mct-c-coverage-selector-v2__go-back-button,.mct-c-coverage-selector-v2__start-button{width:100%}@media screen and (min-width:1024px){.mct-c-coverage-selector-v2__go-back-button,.mct-c-coverage-selector-v2__start-button{width:auto}}.mct-c-coverage-selector-v2__start-button{margin-bottom:16px}@media screen and (min-width:1024px){.mct-c-coverage-selector-v2__start-button{margin-bottom:0}.mct-c-coverage-selector-v2__go-back-button{margin-left:8px}}.mct-c-coverage-selector-v2.mct-c-coverage-selector-v2--in-modal .mct-c-coverage-selector-v2__step-heading{margin-bottom:24px}.mct-c-coverage-selector-v2.mct-c-coverage-selector-v2--in-modal .ds-c-choice-wrapper{max-width:none}.mct-c-coverage-selector-v2__plan-type-choice-container--active{position:relative;z-index:1}.mct-c-coverage-selector-v2 input[type=radio]+.ds-c-label span:first-child .mct-c-coverage-selector-v2__plan-type-sub-heading-aria{font-family:inherit;font-size:inherit;font-weight:inherit}.mct-c-coverage-selector-v2 .mct-c-coverage-selector-v2__plan-type-choice-container--active,.mct-c-coverage-selector-v2 .mct-c-coverage-selector-v2__plan-type-choice-container--active .mct-c-coverage-selector-v2__plantype_description{position:relative;z-index:1}.mct-c-divider{background-color:#d6d7d9;height:1px}.DrugAutocomplete__addDrugButton{padding:14px}@media screen and (min-width:768px){.DrugAutocomplete__addDrugButton{margin-bottom:30px}.DrugAutocomplete__browseDrugsLink .AtoZDrugList{width:350px}}.DrugAutocomplete__autocomplete .ds-c-button--transparent,.DrugAutocomplete__autocomplete .SelectPharmaciesPage__backButton,.DrugAutocomplete__autocomplete .StickyNav__mobile_toggle{color:#4f6b9b}.DrugAutocomplete__autocomplete .ds-c-autocomplete__list-item--active{cursor:pointer}.EnrollTransitionDialog .ds-c-icon--lock{font-size:11px}.EnrollTransitionDialog__checklist{list-style-type:disc}.EnrollTransitionDialog__medigap{margin-bottom:-32px;margin-left:-32px;margin-right:-32px}.mct-c-featured-plan{background-color:#e8f1ff;margin:0 -56px;padding:32px 56px}.mct-c-featured-plan .mct-c-summary-page-bedap-alert{max-width:544px;width:auto}.mct-c-featured-plan--with-error,.mct-c-featured-plan--with-plan{column-gap:32px}@media screen and (min-width:1024px){.mct-c-featured-plan--no-plan .mct-c-featured-plan__plan-details{max-width:66.66%}}.mct-c-featured-plan--with-error .mct-c-summary-page-plan-card.mct-c-summary-page-plan-card--find-plans{flex-shrink:1}.mct-c-featured-plan__header-link{color:#1e3c70;text-decoration-color:#1e3c70}.mct-c-featured-plan__header-link:hover{color:#132648;text-decoration-color:#132648}.mct-c-featured-plan__header-link:visited{color:#1e3c70;text-decoration-color:#1e3c70}.mct-c-featured-plan__header-link:visited:hover{color:#132648;text-decoration-color:#132648}.mct-c-featured-plan .mct-c-summary-page-plan-card{align-self:flex-start;flex-shrink:.6}.Footnotes .Footnote__dd{align-items:flex-start}.Footnotes .Footnote__marker{white-space:nowrap}.Footnote__dt{clip:rect(1px,1px,1px,1px);height:1px;margin:0;overflow:hidden;position:absolute;width:1px}.Footnote__dd{margin-inline-start:0}.Footnote__marker sup:before{content:"[";padding-right:.1rem}.Footnote__marker sup:after,.Footnote__marker sup:before{display:inline-block;font-size:.7rem;vertical-align:text-top}.Footnote__marker sup:after{content:"]";padding-left:.1rem}.mct-c-headerLogo__image{fill:#146a5d;height:30px;max-height:30px;max-width:199px}@media screen and (min-width:544px){.mct-c-headerLogo__image{height:33px;max-height:33px}.mct-c-header__action{padding-left:8px!important;padding-right:8px!important}.m-c-navbar__section:first-child{padding-bottom:16px!important;padding-top:16px!important}}.m-c-navigationMenu__item{border-right:0!important;height:31px}.m-c-navbar{padding-bottom:0!important;padding-top:0!important}@media screen and (max-width:768px){.m-c-navbar{margin-bottom:8px!important;margin-top:8px!important;padding-left:16px!important}}.m-c-navigationMenu__item{height:auto}a.mct-c-headerLogo svg:hover{fill:#0c3f37}.m-c-navigationMenu__mobileToggle{top:-52px}@media screen and (max-width:768px){.m-c-globalHeader--dark .m-c-globalHeader__openMenu svg{color:#fff!important}}#ch-root{position:relative;z-index:2}.mct-c-help-drawer{position:relative;z-index:200}.mct-c-help-drawer__header .ds-u-text--lead,.mct-c-help-drawer h3{outline:0}@media screen and (max-width:768px){.mct-c-help-drawer__header .ds-u-text--lead,.mct-c-help-drawer h3{line-height:32px}}.mct-c-help-drawer .ds-c-drawer__footer{display:none}.mct-c-icon--interchangeable-biologics{height:23px!important;width:24px!important}.mct-c-icon--interchangeable-biologics path{fill:#12890e}.mct-c-icon--print.ds-c-icon{font-size:1.33333em;line-height:.75em;vertical-align:-.225em}.mct-c-icon--variant-semibold path{stroke-width:6%}.mct-c-icon--variant-bold path{stroke-width:8%}.mct-c-icon--variant-xs{font-size:8px}.mct-c-in-network-pharmacy-label{display:inline-flex;font-weight:500;height:24px}.mct-c-in-network-pharmacy-label-body{align-items:center;display:flex}.mct-c-in-network-pharmacy-label-body--preferred{background-color:#e7f4e3}.mct-c-in-network-pharmacy-label-body--preferred-dark-background{background-color:#ffffff40}.mct-c-in-network-pharmacy-label-body__icon{color:#12890e;font-size:17.25px;left:-1px;position:relative}.mct-c-in-network-pharmacy-label-body__icon--dark-background{color:#fff}.mct-c-in-network-pharmacy-label-body__text{color:#12890e;padding:0 12px 0 7px}.mct-c-in-network-pharmacy-label-body__text--preferred{color:#0d5e0b}.mct-c-in-network-pharmacy-label-body__text--wide{padding:0 17px 0 15px}.mct-c-in-network-pharmacy-label-body__text--dark-background{color:#fff}.mct-c-in-network-pharmacy-label__extra-description{color:#12890e;margin:0 4px 0 8px}.mct-c-in-network-pharmacy-label__extra-description--wide{margin:0 17px 0 13px}.mct-c-in-network-pharmacy-label__extra-description--narrow{display:none}.mct-c-in-network-pharmacy-label__extra-description--dark-background{color:#fff}.mct-c-insulin-drug-coachmark{margin-bottom:24px;padding-bottom:8px!important}.mct-c-insulin-drug-coachmark li{list-style-type:disc}.LoadingMask{background-color:#000000b3;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000!important}.LoadingMask__cube1,.LoadingMask__cube2,.LoadingMask__cube3,.LoadingMask__cube4{background-color:#146a5d}.LoadingMask__cube1:before,.LoadingMask__cube2:before,.LoadingMask__cube3:before,.LoadingMask__cube4:before{background-color:#409e90!important}.LoggedOutFooter{margin:96px -56px -24px}@media screen and (min-width:544px){.LoggedOutFooter{margin-top:152px}}@media screen and (min-width:1024px){.LoggedOutFooter ul{column-count:2;max-width:1024px}}.LoggedOutFooter__createLink{color:#4f6b9b}.LoggedOutFooter__login{min-width:200px}.MedicareHelpDrawer__image{height:auto;width:100%}.MedicareHelpDrawer__hint{font-family:Rubik,sans-serif}.OriginalMedicareStarRatingsTable{width:100%}.OriginalMedicareStarRatingsTable td:first-child{min-width:150px}@media screen and (min-width:768px){.OriginalMedicareStarRatingsHelpDrawerDialog{max-width:1024px;width:75vw}}.mct-c-out-of-network-pharmacy-label{display:inline-flex;font-weight:500;height:24px}.mct-c-out-of-network-pharmacy-label-body{align-items:center;display:flex}.mct-c-out-of-network-pharmacy-label-body__icon{color:#ae8916}.mct-c-out-of-network-pharmacy-label-body__icon--dark-background{color:#ffffffbf}.mct-c-out-of-network-pharmacy-label-body__text{color:#937123;padding:0 12px 0 8px}.mct-c-out-of-network-pharmacy-label-body__text--wide{padding:0 17px 0 14px}.mct-c-out-of-network-pharmacy-label-body__text--dark-background{color:#ffffffbf}.Pagination{width:100%}.Pagination__pageButton{border-bottom:2px solid #0000!important;border-radius:0!important;margin:0 12px}.Pagination__pageButton--active{border-bottom:2px solid #323a45!important}.Pagination__navButton{white-space:nowrap}@media screen and (max-width:768px){.Pagination__buttonContainer{min-width:25%}}.Pagination__mobileResults{white-space:nowrap}.PharmacySelectionMap__marker{background-position:50%;background-repeat:no-repeat;color:#5b616b!important;height:44px;width:32px}.PharmacySelectionMap__marker--active,.PharmacySelectionMap__marker:hover{background-image:url(../../static/media/active-map-marker.de5835091525dbbdff8e.svg)!important;color:#fff!important;height:48px;width:36px}#PharmacySelectionMap{height:100%;width:100%}#PharmacySelectionMap canvas{height:100%}.PhraseAppToolbar{position:-webkit-sticky;position:sticky;top:0;z-index:9995}.PrintButton{background-color:initial;transition:.25s cubic-bezier(1,0,0,1)}.PrintButton:not(.mct-c-actionsbar__print .PrintButton){padding:8px 8px 8px 24px}.PrintButton:hover{background-color:initial;color:#07080a!important}.ScrollTable{overflow-x:auto}@media screen and (max-width:544px){.ScrollTable{margin-right:-16px}}.ScrollTable__MobileHelp{caption-side:top;text-align:left;width:100%}@media screen and (min-width:1024px){.ScrollTable__MobileHelp{display:none}}.StarRating__stars{align-self:center;flex-wrap:nowrap}.StarRating__performer{font-size:16px!important;width:100%}@media screen and (min-width:544px){.StarRating__performer{width:50%}}.StarRating__performer--full{width:100%}.StarRating__title{white-space:nowrap}.StarRating__performerIcon{height:26px;margin-right:5px;width:26px}.StarRating__explanationContainer>button{white-space:nowrap}.StarRating__message{align-self:flex-end}.StarRating>span:not(.StarRating__stars){white-space:normal}@media screen and (min-width:544px){.StarRating>span:not(.StarRating__stars){white-space:nowrap}.PlanComparePage__table .StarRating>span:not(.StarRating__stars){white-space:normal}}.StatePicker__label span:not(.ds-c-field__hint){white-space:nowrap}@media screen and (max-width:544px){.StatePicker__label span:not(.ds-c-field__hint){white-space:normal}}.StatePicker button{font-weight:600;margin-bottom:4px!important;padding:14px}.SelectStateModal__header>h1{color:#323a45;margin:0}.SelectStateModal .ds-c-label span{color:#72777f;text-transform:none!important}.SelectStateModal aside>button{width:146px}.StateSelector select{width:400px}@media screen and (max-width:768px){.StateSelector,.StateSelector>div,.StateSelector select{width:100%}.StateSelector a{padding-left:0!important;padding-right:0!important;width:100%}}.StickyFooter{bottom:0;position:-webkit-sticky;position:sticky;z-index:2}.StickyFooter.js-is-stuck{left:0;position:relative!important;right:0}.StickyFooter.js-is-sticky{left:56px;right:56px;width:auto}@media screen and (max-width:768px){.StickyFooter{margin-left:-55px;margin-right:-56px}}@media screen and (max-width:544px){.StickyFooter{margin-left:-16px;margin-right:-24px}}.Footer__infoCard,.FooterCard{align-items:center;background-color:#e0f2f1;border:2px solid #1e3c70;border-radius:4px;box-sizing:border-box;display:flex;justify-content:center;position:relative}@media screen and (max-width:544px){.Footer__infoCard,.FooterCard{justify-content:left}}.FooterCard__name{color:#1e3c70;vertical-align:middle}.Footer{max-height:500px;transition:max-height .5s ease-in-out}@media screen and (max-width:768px){.Footer{flex-direction:column}}.Footer.closed{max-height:500px}@media screen and (max-width:768px){.Footer.closed{max-height:35px;overflow:hidden}.Footer__header h2{margin:0!important}.Footer__list{flex-direction:column;margin-top:8px}.Footer__list>*{margin-bottom:16px!important;margin-top:8px!important}}.Footer__title{align-self:center;color:#fff;outline:0}.Footer__title:focus{outline:3px solid #409e90;outline-offset:2px;padding:0}.Footer__infoCard{background-color:#4f6b9b;border:none;color:#fff}.Footer__button{align-self:center}@media screen and (max-width:768px){.Footer__button{height:unset!important}}.FooterToggle{border-color:#5b616b;display:none;font-size:16px}.FooterToggle i{padding:5px}@media screen and (max-width:768px){.FooterToggle{display:block}}.FooterAction{align-self:center}@media screen and (max-width:768px){.FooterAction{align-self:normal;background-color:#fff;margin:-16px;margin-bottom:-16px!important;padding-bottom:16px;padding-top:16px;text-align:center}}.FooterToastContainer{position:relative}.FooterToastContainer>.Toastify__toast>.Toastify__close-button{display:none}.StickyNav{border-bottom:5px solid #146a5d;font-family:Montserrat,sans-serif;position:-webkit-sticky;position:sticky;top:-2px;z-index:1}@media screen and (min-width:1024px){.StickyNav{border-bottom:1px solid #d6d7d9}}.StickyNav__mobile_toggle{border-radius:0;font-family:Montserrat,sans-serif;width:100%}.StickyNav__highlighter{background-color:#146a5d;bottom:0;height:4px;left:0;position:absolute;transition:.5s cubic-bezier(.35,0,.25,1)}@media screen and (max-width:1024px){.StickyNav__highlighter{display:none}}.StickyNav__list{max-height:80vh;overflow:auto;transition:max-height .5s ease-in-out}.StickyNav__list.mobile_closed{margin-top:-2px;max-height:0}@media screen and (min-width:1024px){.StickyNav__list.mobile_closed{margin-top:0;max-height:350px}}.StickyNav__list li a{height:auto}@media screen and (min-width:1024px){.StickyNav__list li a{height:64px}}.StickyNav__list li a.active{color:#1f252d!important}.StickyNav__background{bottom:0;left:0;opacity:.8;position:fixed;right:0;top:0;transition:opacity .5s}.StickyNav__background.closed{opacity:0;pointer-events:none}@media screen and (min-width:1024px){.StickyNav__background{display:none}}.StickyTray{bottom:0;font-family:Montserrat,sans-serif;position:-webkit-sticky;position:sticky;z-index:100}@media screen and (max-width:1024px){.StickyTray{left:0;position:fixed!important;right:0}.StickyTray.closed{position:-webkit-sticky!important;position:sticky!important}}.StickyTray.js-is-stuck{left:0;position:relative!important;right:0}.StickyTray.js-is-sticky{left:0;right:0;width:auto}@media screen and (max-width:1024px){.StickyTray.closed .StickyTray__heading{display:none!important}.StickyTray.closed .StickyTray__mobileOpenButton,.StickyTray.closed .StickyTray__planCompareMobileOpenButton{display:inline-block}.StickyTray__buttonContainer{flex-direction:column}}.StickyTray__planCompareButtonContainer{gap:24px}@media screen and (max-width:1024px){.StickyTray__planCompareButtonContainer.open{flex-direction:column}.StickyTray__header{width:100%}.StickyTray__heading{font-weight:600;margin:0}}@media screen and (min-width:1024px){.StickyTray__action{font-size:16px;padding:8px 24px}}.StickyTray__list{display:flex;flex-grow:4;justify-content:space-evenly;max-height:280px;overflow:auto;transition:max-height .5s ease-in-out}@media screen and (max-width:1024px){.StickyTray__list{display:block;width:100%}.StickyTray__list.closed{display:none}}.StickyTray__list_item{border:2px solid #4f6b9b;border-radius:4px;flex-basis:33%}.StickyTray__list_item .pharmacy-network-status__icon path{fill:#fff!important}.StickyTrayListItem{display:grid!important;grid-template-areas:"name removeButton" "label label"}.StickyTrayListItem__name{align-self:stretch;grid-area:name;padding:16px 0 16px 16px}.StickyTrayListItem__label{align-self:flex-end;grid-area:label;padding:0 8px 16px 16px}.StickyTrayListItem__remove{grid-area:removeButton}.StickyTray__remove{align-self:flex-start;min-width:40px}.StickyTray__list_item_empty{background-color:#4f6b9b4d;min-height:auto}@media screen and (max-width:1024px){.StickyTray__list_item_empty{min-height:60px}}.StickyTray__mobileCloseButtonContainer{display:none}.StickyTray__mobileCloseButtonContainer svg{height:24px;width:24px}@media screen and (max-width:1024px){.StickyTray__mobileCloseButtonContainer{display:inline-block}}.StickyTray__mobileOpenButton,.StickyTray__planCompareMobileOpenButton{border:1px solid #fff!important;display:none;width:100%}.StickyTray__toast{max-width:75vw;position:relative;width:360px}.StickyTray__toast>.Toastify__toast>.Toastify__close-button{display:none}.StickyTray__background{bottom:0;left:0;opacity:.8;position:fixed;right:0;top:0;transition:opacity .5s}.StickyTray__background.closed{opacity:0;pointer-events:none}@media screen and (min-width:1024px){.StickyTray__background{display:none}}@media screen and (max-width:1024px){.StickyTray.not-sticky-on-mobile,.StickyTray.not-sticky-on-mobile .closed{position:relative!important}}.StickyTray .Toastify{left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:102}@media screen and (max-width:1024px){.no-scroll-on-mobile{overflow:hidden}}.mct-c-table-caption{border-inline-width:0;border-style:solid}@media screen and (min-width:calc(1024px + 1px)){.mct-c-table-caption{border-inline-width:1px}}.mct-c-table-caption--alert-message{background-color:initial!important}.mct-c-table__row--display-lg{display:none!important}@media screen and (min-width:calc(1024px + 1px)){.mct-c-table__row--display-lg{display:table-row!important}}.mct-c-table__row--filtered{display:table-row!important}@media print{.mct-c-table--is-stacked.ds-c-table--borderless .mct-c-table__row--filtered .mct-c-table__cell,.mct-c-table__row,.MedigapBenefits__HelpDrawer .mct-c-table--is-stacked.MedigapTable__Table .mct-c-table__row--filtered .mct-c-table__cell{display:table-row!important}.mct-c-table:not(.ds-c-table--borderless){border:none!important}}.mct-c-table__header{background-color:#fff!important;font-family:Montserrat,sans-serif}@media screen{.mct-c-table__header--with-global-filter{display:table-cell!important}}@media screen and (min-width:1024px){.mct-c-table__header--with-global-filter{display:none!important}}@media(max-width:1024px){.mct-c-table__footer{border-top:0!important}}@media screen and (max-width:1024px){.mct-c-table__cell,.mct-c-table__header{border:0}}@media print{.mct-c-table__cell,.mct-c-table__header{display:table-cell!important}.mct-c-table__cell:before,.mct-c-table__header:before{content:""!important}}@media screen and (min-width:1025px){.mct-c-table-caption,.mct-c-table__caption{background-color:#e8f1ff}}.mct-c-table__collapsible-title{width:100%}.mct-c-table__collapsible-container{margin-bottom:1em}@media screen and (min-width:calc(1024px + 1px)){.mct-c-table__collapsible-container{margin-bottom:0}}@media print{.mct-c-table--is-stacked.ds-c-table--borderless .mct-c-table__row--filtered .mct-c-table:not(.ds-c-table--borderless) .mct-c-table__cell,.mct-c-table:not(.ds-c-table--borderless) .mct-c-table--is-stacked.ds-c-table--borderless .mct-c-table__row--filtered .mct-c-table__cell,.mct-c-table:not(.ds-c-table--borderless) .mct-c-table-caption,.mct-c-table:not(.ds-c-table--borderless) .mct-c-table__caption,.mct-c-table:not(.ds-c-table--borderless) .mct-c-table__row,.mct-c-table:not(.ds-c-table--borderless) .MedigapBenefits__HelpDrawer .mct-c-table--is-stacked.MedigapTable__Table .mct-c-table__row--filtered .mct-c-table__cell,.MedigapBenefits__HelpDrawer .mct-c-table--is-stacked.MedigapTable__Table .mct-c-table__row--filtered .mct-c-table:not(.ds-c-table--borderless) .mct-c-table__cell,.MedigapBenefits__HelpDrawer .mct-c-table:not(.ds-c-table--borderless) .mct-c-table--is-stacked.MedigapTable__Table .mct-c-table__row--filtered .mct-c-table__cell{border:none!important}.mct-c-table:not(.ds-c-table--borderless) .mct-c-table__cell{border-width:1px 1px 1px 0!important}.mct-c-table:not(.ds-c-table--borderless) .mct-c-table__cell:last-child{border-width:1px 0!important}.mct-c-table:not(.ds-c-table--borderless) .mct-c-table__header{border-width:1px 1px 1px 0!important}.mct-c-table:not(.ds-c-table--borderless) .mct-c-table__header:last-child{border-width:1px 0!important}}.mct-c-table__head--with-filter{display:table-header-group!important}.mct-c-table--is-stacked.ds-c-table--borderless .mct-c-table__row--filtered .mct-c-table__head .mct-c-table__cell,.mct-c-table__head .mct-c-table--is-stacked.ds-c-table--borderless .mct-c-table__row--filtered .mct-c-table__cell,.mct-c-table__head .mct-c-table__row,.mct-c-table__head .MedigapBenefits__HelpDrawer .mct-c-table--is-stacked.MedigapTable__Table .mct-c-table__row--filtered .mct-c-table__cell,.MedigapBenefits__HelpDrawer .mct-c-table--is-stacked.MedigapTable__Table .mct-c-table__row--filtered .mct-c-table__head .mct-c-table__cell,.MedigapBenefits__HelpDrawer .mct-c-table__head .mct-c-table--is-stacked.MedigapTable__Table .mct-c-table__row--filtered .mct-c-table__cell{display:none}@media screen and (min-width:calc(1024px + 1px)){.mct-c-table--is-stacked.ds-c-table--borderless .mct-c-table__row--filtered .mct-c-table__head .mct-c-table__cell,.mct-c-table__head .mct-c-table--is-stacked.ds-c-table--borderless .mct-c-table__row--filtered .mct-c-table__cell,.mct-c-table__head .mct-c-table__row,.mct-c-table__head .MedigapBenefits__HelpDrawer .mct-c-table--is-stacked.MedigapTable__Table .mct-c-table__row--filtered .mct-c-table__cell,.MedigapBenefits__HelpDrawer .mct-c-table--is-stacked.MedigapTable__Table .mct-c-table__row--filtered .mct-c-table__head .mct-c-table__cell,.MedigapBenefits__HelpDrawer .mct-c-table__head .mct-c-table--is-stacked.MedigapTable__Table .mct-c-table__row--filtered .mct-c-table__cell{display:table-row}}.mct-c-table__head .mct-c-table__row--with-filter{display:table-row!important}@media screen and (min-width:calc(1024px + 1px)){.mct-c-table__head .mct-c-table__row--with-filter{display:none!important}}@media print{.mct-c-table__head .mct-c-table__row--with-filter{display:none!important}.mct-c-table__head:not(.ds-u-display--none):not(.SearchResults__totalResults):not(.PlanDetailsPagePlanInfo__printButton):not(.PlanComparePage__tableLabelColumn):not(.PacePlanCard__officeHoursHeading):not(.MedigapPolicyCard__divider):not(.MedigapPlanCard__divider):not(.mct-c-landing-page-hero__get-started):not(.mct-c-alert-message__combined-content):not(.m-c-navbar__productName):not(.Pagination__results){display:table-header-group!important}}.mct-c-table__footnote-indicators:after{content:"]"}.mct-c-table__footnote-indicators:before{content:"["}.mct-c-table--is-stacked .mct-c-table__head--with-alert{display:table-header-group!important}.mct-c-table--is-stacked .mct-c-table__row--with-alert{display:table-row!important}@media print{.mct-c-table{break-inside:avoid;page-break-inside:avoid}.mct-c-table__collapsible-title{background-color:#fff!important;border:none!important}.mct-c-table__collapsible-title i{display:none}.mct-c-table__collapsible-container .Collapsible__contentOuter{height:auto!important}.mct-c-table__collapsible-container .Collapsible__hidden_content{opacity:1;visibility:visible}}.mct-c-table .Collapsible__contentInner{font-family:Rubik,sans-serif}@media screen and (max-width:1024px){.ds-c-lg-table--stacked .mct-c-table__head--with-filter{display:table-header-group!important}.ds-c-lg-table--stacked th.mct-c-table__header--with-global-filter{display:table-cell!important}}.Toastify__toast{--toastify-color-light:$color-primary-light;color:#000!important}.Toastify__toast-body{padding:0}.Toastify__toast--error{background-color:#f8dddd!important}.Toastify__toast--success{background-color:#e7f4e3!important}.Toastify__toast--warn{background-color:#fff1d2!important}.Toastify__toast--info{background-color:#e8f1ff!important}.Toastify__close-button{color:#000!important}.Toastify__progress-bar--error{background-color:#b20000!important}.Toastify__progress-bar--success{background-color:#12890e!important}.Toastify__progress-bar--warn{background-color:#f8c41f!important}.Toastify__progress-bar--info{background-color:#1e3c70!important}.Toastify__zoom-enter,.Toastify__zoom-exit{animation-duration:.4s}.Tooltip__header .Tooltip__button--close{min-width:32px}.Tooltip a{color:#1e3c70}.Tooltip__trigger{color:#323a45!important;padding-bottom:1px!important;-webkit-text-decoration:underline dashed #5b616b!important;text-decoration:underline dashed #5b616b!important;text-underline-position:under}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.Tooltip__trigger{text-decoration:none!important}.Tooltip__trigger>span{border-bottom:1px dashed #5b616b!important}}.Tooltip__trigger:hover{color:#323a45!important}.mct-c-what-youll-pay{font-family:Montserrat,sans-serif!important}.mct-c-what-youll-pay__titleContainer{border-color:#fff}@media screen and (min-width:1024px){.mct-c-what-youll-pay__titleContainer{border-bottom:none!important;border-right:1px solid #fff}}.mct-c-what-youll-pay__features{margin-block-end:0;margin-block-start:0}@media print{.mct-c-what-youll-pay__features{flex-direction:row!important;justify-content:space-between!important}.mct-c-what-youll-pay__feature{flex-direction:column!important}}.mct-c-what-youll-pay__feature-value{margin-inline-start:0}@media print{.mct-c-what-youll-pay__feature-value{margin-left:0!important}.mct-c-what-youll-pay__cost{font-size:var(--font-size-xl)!important}}.mct-p-plan-details .mct-c-what-youll-pay{background-color:#1e3c70;color:#fff}@media print{.mct-p-plan-details .mct-c-what-youll-pay{background-color:#fff;color:#1f252d}.mct-p-plan-details .mct-c-what-youll-pay__contents{padding:0!important}}.mct-p-plan-details .mct-c-what-youll-pay__feature-label{max-width:10em;min-width:10em;width:10em}@media screen and (min-width:1024px){.mct-p-plan-details .mct-c-what-youll-pay__feature-label{max-width:none;min-width:auto;width:auto}}.mct-p-plan-details .mct-c-what-youll-pay__cost{font-size:18px!important}@media screen and (min-width:1024px){.mct-p-plan-details .mct-c-what-youll-pay__cost{font-size:36px!important}}.mct-c-featured-plan .mct-c-what-youll-pay__cost{line-height:40px}.mct-c-featured-plan .mct-c-what-youll-pay__feature{column-gap:16px;justify-content:space-between;margin-right:0!important}@media screen and (min-width:1280px){.mct-c-featured-plan .mct-c-what-youll-pay__feature{justify-content:unset}}@media screen and (min-width:1024px){.mct-c-featured-plan .mct-c-what-youll-pay__feature{column-gap:32px}}.mct-c-featured-plan .mct-c-what-youll-pay__feature-value{justify-self:flex-end;margin-left:0!important}@media screen and (min-width:1280px){.mct-c-featured-plan .mct-c-what-youll-pay__feature-value{align-self:flex-start}}.mct-c-featured-plan .mct-c-what-youll-pay__feature-value--single-feature{align-self:flex-start}.mct-c-featured-plan .mct-c-what-youll-pay__feature .mct-c-benefit{align-items:flex-end;display:flex!important;flex-direction:column}@media screen and (min-width:1280px){.mct-c-featured-plan .mct-c-what-youll-pay__feature .mct-c-benefit{align-items:flex-start}}.mct-c-featured-plan .mct-c-what-youll-pay__feature-container:not(:first-of-type):before{align-self:stretch;border:1px solid var(--color-gray-lighter);content:"";margin:-12px 0 0;position:absolute;width:100%}@media screen and (min-width:1280px){.mct-c-featured-plan .mct-c-what-youll-pay__feature-container:not(:first-of-type):before{border:0;display:none;margin:0;width:0}}.mct-c-featured-plan .mct-c-what-youll-pay__features{column-gap:32px;overflow:hidden;position:relative;row-gap:32px;width:100%}.CoverageWizardLandingPage{background-color:#f3f3f3;box-shadow:0 50vh 0 50vh #f3f3f3;margin-bottom:-48px}.CoverageWizardLandingPage__hero{background:none;background-color:#41716a;background:url(../../static/media/cw_landing_img.18af38b77f7b9e1d81e5.jpg);background-clip:initial;background-position:100% 0;background-size:cover;padding-bottom:64px!important;width:100%}@media screen and (max-width:544px){.CoverageWizardLandingPage__hero{background-position:80% 0}}.CoverageWizardLandingPage__heroHeader{text-align:center}@media screen and (min-width:768px){.CoverageWizardLandingPage__heroHeader{margin-bottom:8px!important;margin-top:48px}}.CoverageWizardLandingPage__heroSubheader{font-weight:400!important;line-height:28px;padding-bottom:72px;text-align:center}@media screen and (min-width:768px){.CoverageWizardLandingPage__heroSubheader{width:750px}}.CoverageWizardLandingPage__content{margin-bottom:96px;margin-top:-64px}@media screen and (min-width:768px){.CoverageWizardLandingPage__content{width:678px}}.CoverageWizardLandingPage__card{padding-top:10px;width:100%}@media screen and (min-width:768px){.CoverageWizardLandingPage__card{max-width:678px;padding-bottom:80px;padding-left:90px;padding-right:90px}.CoverageWizardLandingPage__card input{margin-right:8px}}.CoverageWizardLandingPage__statePicker button{width:180px}@media screen and (max-width:544px){.CoverageWizardLandingPage__statePicker{width:100%}.CoverageWizardLandingPage__statePicker .StatePicker__input{align-items:center;display:flex;flex-direction:column;flex-wrap:nowrap!important}.CoverageWizardLandingPage__statePicker .CountyPicker__input{margin:0!important;width:100%}.CoverageWizardLandingPage__statePicker button{margin-top:16px;width:100%}}@media screen and (min-width:768px){.CoverageWizardInfoPage__banner,.CoverageWizardInfoPage__container{width:718px}}@media screen and (min-width:1024px){.CoverageWizardInfoPage__banner,.CoverageWizardInfoPage__container{width:974px}}@media screen and (min-width:768px){.CoverageWizardInfoPage__coverageBlock{width:49%}}.CoverageWizardInfoPage__coverageExplained .Collapsible__trigger{width:100%}@media screen and (min-width:768px){.CoverageWizardInfoPage__optionContainer{width:49%}.CoverageWizardInfoPage__optionContainer--bordered{border-right:1px solid #d9d9d9}}@media screen and (min-width:768px)and (max-width:882px){.CoverageWizardOptionsPage__omDesktopButton{height:88px}}@media screen and (min-width:768px){.CoverageWizardOptionsPage__banner,.CoverageWizardOptionsPage__container{width:712px}}@media screen and (min-width:1024px){.CoverageWizardOptionsPage__banner,.CoverageWizardOptionsPage__container{width:968px}}.CoverageWizardOptionsPage__banner{padding-left:0!important;padding-right:0!important}@media screen and (min-width:768px){.CoverageWizardOptionsPage__cards>li{max-width:430px;width:49%}}.CoverageWizardOptionsPage__card{box-sizing:border-box}@media screen and (min-width:768px)and (max-width:882px){.CoverageWizardOptionsPage__card h2{height:64px}}.CoverageWizardOptionsPage__card ul{padding-inline-start:24px}@media screen and (min-width:768px){.CoverageWizardOptionsPage__card ul{height:244px;min-height:244px}}.beneInfo__container--1-of-2{width:50%}.infoItem--1-of-3{width:33%}.EnrollmentFormPage__Sep2021{max-width:720px}@media screen and (max-width:544px){.EnrollmentFormPage__Sep2021-header--confirm-enrollment-period{font-size:22px}}.EnrollmentFormPage table{border-collapse:collapse;min-width:800px;width:100%}.EnrollmentFormPage table td,.EnrollmentFormPage table th{width:33%}.EnrollmentFormPage table tbody tr:nth-child(odd){background-color:#f3f3f3}.EnrollmentFormPage table tfoot,.EnrollmentFormPage table thead{background-color:#e8f1ff}.EnrollmentFormPage table tfoot td sup{margin-right:4px}.EnrollmentFormPage .m-c-navbar{border-bottom:4px solid #146a5d}.EnrollmentFormPage__step{background-color:#d6d7d9;height:4px;width:24px}.EnrollmentFormPage__step--active{background-color:#4f6b9b!important}.EnrollmentFormPage__stepsText{font-size:18px}.EnrollmentFormPage__buttons{margin-bottom:64px}@media screen and (min-width:768px){.EnrollmentFormPage__nextButton{min-width:150px}}.EnrollmentFormPage__expandButton:active,.EnrollmentFormPage__expandButton:focus{color:#4f6b9b!important}.EnrollmentFormPage__expandCaret *{fill:#4f6b9b}.EnrollmentFormPage__reviewBox{max-width:800px}.EnrollmentFormPage__reviewBox ul li p:first-child{font-weight:500}@media screen and (min-width:768px){.EnrollmentFormPage__backButton{width:150px}}.EnrollmentFormPage fieldset{margin:0}.EnrollmentFormPage fieldset legend:first-child{padding-inline-start:0}.EnrolledProcessedBy__beneficiaryName{text-transform:capitalize}.EnrolledContact__heading{font-family:Montserrat,sans-serif;font-size:21px}.DateFieldContainer .ds-l-form-row .ds-c-label span:first-child{font-size:16px!important}.EnrollmentFormPage .Paying__section fieldset>.ds-c-label,.Paying__section .ds-c-fieldset>.ds-c-label,.Paying__section .EnrollmentFormPage fieldset>.ds-c-label{max-width:636px!important}.Paying .EnrollmentFormPage__buttons{border:none}.mct-c-personal-info__race-ethnicity .ds-c-field__hint{color:#5b616b;font-size:16px}.EnrollmentFormPage .mct-c-personal-info__race-ethnicity fieldset .ds-c-field__hint,.mct-c-personal-info__race-ethnicity .ds-c-fieldset .ds-c-field__hint,.mct-c-personal-info__race-ethnicity .EnrollmentFormPage fieldset .ds-c-field__hint{max-width:35rem}.find-plans-now .appPage__banner{padding-top:0}@media screen and (min-width:1024px){.mct-c-header-group{padding-bottom:24px;padding-top:24px}.mct-c-header-group--ntm{padding-bottom:24px;padding-top:32px}.mct-c-landing-page-error,.mct-c-landing-page-footer,.mct-c-landing-page-hero,.mct-c-landing-page-main{margin:0 auto;max-width:1200px}.mct-c-landing-page-hero{display:grid;grid-template-columns:67% 33%;padding-left:40px!important;padding-right:40px!important}.mct-c-landing-page-hero--left-col{display:flex;flex-flow:column nowrap}.mct-c-landing-page-hero__header-group{align-items:center;display:flex;flex-grow:2}.mct-c-landing-page-hero__header-group--ntm{flex-direction:column;justify-content:flex-start}}.mct-c-landing-page-hero--right-col{display:none}@media screen and (min-width:1024px){.mct-c-landing-page-hero--right-col{align-items:flex-end;display:flex}}.mct-c-landing-page-hero__image{max-width:315px;width:100%}.mct-c-landing-page-main{border-color:#d6d7d9;border-radius:19px;box-shadow:0 2px 3px 0 #33333326}@media screen and (min-width:1024px){.mct-c-landing-page-main{grid-gap:24px 40px;display:grid;gap:24px 40px;grid-template-columns:1fr 1fr;padding:40px!important}.mct-c-landing-page-main.mct-c-landing-page-main--v2{gap:40px 40px;grid-template-columns:53% 47%}.mct-c-landing-page-main__heading{font-size:24px;grid-column:span 2;margin-bottom:0;text-align:center}}.mct-c-landing-page-main__login{background-color:#e8f1ff}@media screen and (min-width:1024px){.mct-c-landing-page-main__login{border-radius:19px;grid-column:span 1}.mct-c-landing-page-main__coverage{grid-column:span 1;padding-bottom:0!important}.mct-c-landing-page-main__coverage--no-login{grid-column:span 2;padding-bottom:0!important}.mct-c-landing-page-main__coverage.mct-c-landing-page-main__coverage--v2{padding-top:8px!important}}.mct-c-landing-page-main .mct-c-badge__content{color:#212121}.mct-c-landing-page-main .mct-c-badge__icon{color:#1e3c70}@media screen and (min-width:1024px){.mct-c-landing-page-footer{padding-left:64px!important;padding-right:64px!important}}.mct-c-login-form__login-button{width:100%}@media screen and (min-width:1024px){.mct-c-login-form__login-button{width:auto}.mct-c-login-form__heading{font-size:24px}.mct-c-year-parts__content{font-size:20px}}@media screen and (min-width:768px){.MedigapBenefits__HelpDrawer .ds-c-help-drawer{max-width:60%}}.MedigapBenefits__HelpDrawer .MedigapTable__tableLegends{display:flex;flex-direction:column;justify-content:space-around;justify-content:space-evenly}@media screen and (min-width:1024px){.MedigapBenefits__HelpDrawer .MedigapTable__tableLegends{flex-direction:row}}.MedigapBenefits__HelpDrawer .MedigapTable__Table{font-size:14px}.MedigapBenefits__HelpDrawer .MedigapTable__Table thead{font-family:Montserrat,sans-serif}.MedigapBenefits__HelpDrawer .MedigapTable__Table thead th{background-color:#fff}.MedigapBenefits__HelpDrawer .MedigapTable__Table td,.MedigapBenefits__HelpDrawer .MedigapTable__Table th{border-color:#ddd;text-align:center}.MedigapBenefits__HelpDrawer .MedigapTable__Table tr td:nth-of-type(odd),.MedigapBenefits__HelpDrawer .MedigapTable__Table tr th:nth-of-type(odd){background-color:#f3f3f3}.MedigapBenefits__HelpDrawer .MedigapTable__Table tr td:first-of-type,.MedigapBenefits__HelpDrawer .MedigapTable__Table tr th:first-of-type{background-color:#e0f2f1;text-align:left}.MedigapBenefits__HelpDrawer .MedigapTable__Table .MedigapTable__BottomRow td{border:none}.MedigapBenefits__HelpDrawer .MedigapTable__Table .Tooltip__trigger{font-size:14px}.MedigapBenefits__HelpDrawer .MedigapTable__Table .Tooltip__header>h2:first-letter{text-transform:capitalize}.MedigapBenefits__HelpDrawer .MedigapTable__TableCheckmark{width:14px}.MedigapChangeLocation__modal .ds-c-dialog__close{margin-top:-8px}.ChangeLocationStatePicker__subtitle{font-family:Rubik,sans-serif;font-size:16px;font-weight:400;margin-bottom:8px}@media print{.MedigapPlanCard{border-bottom:1px solid #d6d7d9;border-radius:0!important;box-shadow:none;margin-bottom:0!important;margin-top:1em!important;page-break-inside:avoid}.MedigapPlanCard,.MedigapPlanCard__header{padding:0!important}.MedigapPlanCard__body{display:block}.MedigapPlanCard__info .help-drawer-toggle{display:none!important}.MedigapPlanCard__data_section{display:inline-block;vertical-align:text-top;width:30%}.MedigapPlanCard__divider{display:none!important}}@media screen and (min-width:768px){.MedigapPlanCard__header{flex-basis:50%}}@media screen and (min-width:1024px){.MedigapPlanCard__header{flex-basis:60%}}@media screen and (min-width:1280px){.MedigapPlanCard__header{flex-basis:70%}}.MedigapPlanCard__body{width:100%}@media screen and (max-width:768px){.MedigapPlanCard__actions{flex-basis:100%;order:5}}.MedigapPlanCard__actions a{white-space:nowrap}@media screen and (max-width:768px){.MedigapPlanCard__actions>div{display:block!important}.MedigapPlanCard__actions>div>:not(:last-child){margin-bottom:16px!important;margin-right:0!important}}@media print{.MedigapPlanCard__actions>div{display:none!important}}.MedigapPlanCard__section_heading{font-family:Rubik,sans-serif;font-size:16px;font-weight:500!important}.MedigapPlanCard__divider:after{content:"";height:100%;left:50%;position:relative;width:1px}.MedigapPlanCard__info img{height:16px}.MedigapPlanCard__benefit svg{width:14px}.mct-disc-list{list-style-type:disc!important}@media print{.MedigapPolicyCard{border-bottom:1px solid #d6d7d9;border-left:none!important;border-radius:0!important;border-right:none!important;border-top:none!important;box-shadow:none;margin-bottom:0!important;margin-top:1em!important;padding:0!important;page-break-inside:avoid}.MedigapPolicyCard__divider{display:none!important}.MedigapPolicyCard__contact_info,.MedigapPolicyCard__monthly_cost,.MedigapPolicyCard__pricing_info{display:inline-block;vertical-align:text-top;width:30%}.MedigapPolicyCard__contact_info p,.MedigapPolicyCard__monthly_cost p,.MedigapPolicyCard__pricing_info p{width:100%}}.MedigapPolicyCard__body{width:100%}.MedigapPolicyCard__section_heading{font-family:Rubik,sans-serif;font-size:16px;font-weight:500!important}.MedigapPolicyCard__divider:after{content:"";height:100%;left:50%;position:relative;width:1px}.MedigapPlanDetails__viewPolicies{align-self:flex-start!important}@media screen and (min-width:768px){.MedigapPlanDetails__viewPolicies{margin-left:112px}}.MedigapPlanDetails__viewPoliciesButton{white-space:nowrap}.MedigapPlanDetails__header{margin-top:71px}@media print{.MedigapPlanDetails__header{margin-bottom:8px!important;margin-top:8px!important}}.MedigapPlanDetails__header h1{font-size:62px!important;line-height:79px!important}@media print{.MedigapPlanDetails__header h1{font-size:32px!important;line-height:47px!important}}@media screen and (max-width:544px){.MedigapPlanDetails__header h1{font-size:36px!important;line-height:47px!important}}@media print{.MedigapPlanDetails__section{padding-bottom:8px!important;padding-top:16px!important}}.MedigapPlanDetails__sectionTitleTooltip{font-size:16px!important}.MedigapPlanDetails__sectionTitle{margin-right:116px;max-width:200px;width:200px}.MedigapPlanDetails__table{font-size:16px!important}@media print{.MedigapPlanDetails__tableContainer .Tooltip__trigger{border-bottom:none!important;text-decoration:none!important}}.MedigapPlanDetails__tableRow,.MedigapPlanDetails__tableTitle{font-size:16px!important}@media print{.MedigapPlanDetails__tableRow{margin-bottom:8px!important}}.MedigapPlanDetails__tableDataProperty{margin-right:61px;max-width:250px;min-width:250px;width:250px}.MedigapPlanDetails__tableDataProperty button{font-size:16px!important}@media screen and (max-width:544px){.MedigapPlanDetails__tableDataProperty,.MedigapPlanDetails__tableDataProperty button{font-weight:600!important}}@media print{#mpf-root main header .m-c-globalHeader__actions button{display:none}#mpf-root main header .m-c-globalHeader__logo{padding:8px!important}#mpf-root .appPage__content,#mpf-root .EnrollmentFormPage__content{margin-left:1em!important;margin-right:1em!important}}.MedigapPlans__sortSelectLabel{white-space:nowrap}.AccuratePriceContainer{margin-left:-56px;margin-right:-56px}@media screen and (max-width:544px){.AccuratePriceContainer{margin-left:-16px;margin-right:-16px}}.AccuratePriceContainer__body{flex-grow:1}@media screen and (max-width:768px){.AccuratePriceContainer__body>*{flex-basis:100%}}.AccuratePriceContainer__action{align-self:center;white-space:nowrap}@media screen and (max-width:768px){.AccuratePriceContainer__action{white-space:normal}.AccuratePriceContainer__action button{width:100%}.AccuratePriceContainer__action button:not(:last-child){margin-bottom:24px}}.MedigapLandingPage{margin-bottom:-48px}.MedigapLandingPage__hero{background:none;background-color:#41716a;background:url(../../static/media/medigap-bg_1x.d2a09dda2e589bb8a4da.jpg);background-clip:initial;background-position:100% 0;background-size:cover;padding-bottom:64px!important;width:100%}.MedigapLandingPage__heroHeader{text-align:center}@media screen and (min-width:768px){.MedigapLandingPage__heroHeader{margin-bottom:8px!important;margin-top:48px}}.MedigapLandingPage__heroSubheader{font-weight:400!important;line-height:28px;padding-bottom:72px;text-align:center}@media screen and (min-width:768px){.MedigapLandingPage__heroSubheader{width:750px}}.MedigapLandingPage__content{margin-bottom:96px;margin-top:-64px}@media screen and (min-width:768px){.MedigapLandingPage__content{width:678px}}.MedigapLandingPage__content__heading{color:#323a45}.MedigapLandingPage__card{width:100%}@media screen and (min-width:768px){.MedigapLandingPage__card{max-width:678px;padding-bottom:80px;padding-left:90px;padding-right:90px}.MedigapLandingPage__card input{margin-right:8px}}.MedigapLandingPage__statePicker button{width:180px}@media screen and (max-width:544px){.MedigapLandingPage__statePicker{width:100%}.MedigapLandingPage__statePicker .StatePicker__input{align-items:center;display:flex;flex-direction:column;flex-wrap:nowrap!important}.MedigapLandingPage__statePicker .ds-c-field--statePicker{margin:0!important;width:100%}.MedigapLandingPage__statePicker input{width:100%}.MedigapLandingPage__statePicker button{margin-top:16px;width:100%}}@media screen and (min-width:768px){.MedigapLandingPage__list{width:590px}}.MedigapLandingPage__item{align-items:flex-start;flex-direction:column}@media screen and (min-width:768px){.MedigapLandingPage__item{align-items:center;flex-direction:row;justify-content:flex-start}}.MedigapLandingPage__item__listNumber{color:#4f6b9b;font-size:30px!important}@media screen and (min-width:768px){.MedigapLandingPage__item__listNumber{min-width:104px;padding-right:8px}}.MedigapLandingPage__item__itemContent{border-top:1px solid #4f6b9b;display:block}@media screen and (min-width:768px){.MedigapLandingPage__item__itemContent{border:none;border-left:1px solid #4f6b9b;margin-top:8px;padding-left:32px;padding-top:8px}}.MedigapLandingPage__item__itemContent>strong{font-weight:600}.mct-c-ntm-page-find-plans-now-card{gap:24px}.mct-c-ntm-page-resources{grid-gap:24px;display:grid;grid-template-columns:1fr}@media screen and (min-width:768px){.mct-c-ntm-page-resources{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){.mct-c-ntm-page-resources{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1280px){.mct-c-ntm-page-resources{grid-template-columns:repeat(4,1fr)}}.mct-c-ntm-page-resource-card{gap:24px}.mct-c-ntm-page-resource-card__button{min-height:40px}.PaceLandingPage{background-color:#f3f3f3;box-shadow:0 50vh 0 50vh #f3f3f3;margin-bottom:-48px}.PaceLandingPage__hero{background:none;background-color:#41716a;background:url(../../static/media/Pace-Hero.2692819f79e52b05bc47.jpg);background-clip:initial;background-position:100% 0;background-size:cover;padding-bottom:100px!important;width:100%}@media screen and (max-width:544px){.PaceLandingPage__hero{background-position:80% 0}}@media screen and (max-width:768px){.PaceLandingPage__hero{padding-bottom:64px!important}}.PaceLandingPage__heroContent h1{max-width:40ex}@media screen and (max-width:768px){.PaceLandingPage__heroContent{padding:16px}}.PaceLandingPage__heroSubHeader{font-size:20px;font-weight:400}.PaceLandingPage__heroHeader{text-align:center}@media screen and (min-width:768px){.PaceLandingPage__heroHeader{margin-bottom:8px!important;margin-top:48px}}.PaceLandingPage__content{margin-bottom:96px;margin-top:-64px}@media screen and (max-width:768px){.PaceLandingPage__content{padding:16px}}.PaceLandingPage__card{width:100%}@media screen and (min-width:768px){.PaceLandingPage__card{max-width:600px;padding-bottom:80px;padding-left:90px;padding-right:90px}.PaceLandingPage__card input{margin-right:8px}}@media screen and (max-width:768px){.PacePlansPage .StateSelector{order:2}.PacePlansPage .PrintButton{margin-left:-24px}}.PacePlansPage__h1{font-family:Rubik,sans-serif}.PacePlanCard__programName{font-family:Montserrat,sans-serif}.PacePlanCard__sectionHeading{font-family:Rubik,sans-serif;font-size:16px;font-weight:400;margin-bottom:8px}@media print{.PacePlanCard{border:none;box-shadow:none;padding-left:1em!important;padding-top:1em!important;page-break-inside:avoid}.PacePlanCard__mobileOfficeHoursBox{height:auto!important}.PacePlanCard__officeHoursHeading{display:block!important}.PacePlanCard__mobileOfficeHoursBox_trigger{display:none}.PacePlanCard__cardColumn{display:inline-block!important;vertical-align:top;width:50%!important}.PacePlanCard .AccuratePriceContainer,.PacePlanCard .DrugItem,.PacePlanCard .ds-l-row,.PacePlanCard .headerRow,.PacePlanCard .mct-c-actionsbar,.PacePlanCard .MedigapPlanCard__body,.PacePlanCard .MedigapPolicyCard__body,.PacePlanCard .PSContainer{display:block!important}.PacePlanCard .DrugItem__mark,.PacePlanCard .ds-l-col--1,.PacePlanCard .MedigapPlanCard__divider,.PacePlanCard .MedigapPolicyCard__divider{display:none}}@media screen and (min-width:768px){.PacePlanCard__mobileOfficeHoursBox{height:auto!important}}.PacePlanCard__mobileOfficeHoursBox_trigger{background-color:#e0f2f1!important;width:100%}@media screen and (min-width:768px){.PacePlanCard__mobileOfficeHoursBox_trigger{display:none}}@media screen and (max-width:768px){.PacePlanCard .DrugItem__mark,.PacePlanCard .ds-l-col--1,.PacePlanCard .MedigapPlanCard__divider,.PacePlanCard .MedigapPolicyCard__divider{display:none}}.PapLandingPage{background-color:#f3f3f3;box-shadow:0 50vh 0 50vh #f3f3f3;margin-bottom:-48px}.PapLandingPage__hero{background:none;background-color:#41716a;background:url(../../static/media/PAP_landing.72eff808ef0a2bfa55f1.jpg);background-clip:initial;background-position:100% 0;background-size:cover;padding-bottom:100px!important;width:100%}@media screen and (max-width:544px){.PapLandingPage__hero{background-position:80% 0}}@media screen and (max-width:768px){.PapLandingPage__hero{padding-bottom:64px!important}}.PapLandingPage__heroContent h1{max-width:40ex}@media screen and (max-width:768px){.PapLandingPage__heroContent{padding:24px}}.PapLandingPage__heroHeader{text-align:center}@media screen and (min-width:768px){.PapLandingPage__heroHeader{margin-bottom:8px!important;margin-top:48px}}.PapLandingPage__heroSubHeader{font-size:20px;font-weight:400;line-height:28px}.PapLandingPage__content{margin-bottom:96px;margin-top:-64px}.PapLandingPage__card{width:100%}@media screen and (min-width:768px){.PapLandingPage__card{max-width:678px;padding-bottom:80px;padding-left:90px;padding-right:90px}.PapLandingPage__card input{margin-right:8px}}.PapLandingPage__statePicker input{width:100%}.PapLandingPage__statePicker button{width:180px}@media screen and (max-width:544px){.PapLandingPage__statePicker{width:100%}.PapLandingPage__statePicker .StatePicker__input{align-items:center;display:flex;flex-direction:column;flex-wrap:nowrap!important}.PapLandingPage__statePicker .CountyPicker__input{margin:0!important;width:100%}.PapLandingPage__statePicker input{width:100%}.PapLandingPage__statePicker button{margin-top:16px;width:100%}}.PapPlansPage__h1{font-family:Rubik,sans-serif}@media screen and (max-width:768px){.PapPlansPage .DrugAutocomplete{order:2}.PapPlansPage .PrintButton{margin-left:-8px}}.PapPlanCard__programName{font-family:Montserrat,sans-serif}.PapPlanCard__sectionHeading{font-family:Rubik,sans-serif;font-size:16px;font-weight:400;margin-bottom:8px;margin-top:0}@media screen and (max-width:768px){.EnrollmentFormPage table .PapPlanCard td:not(:last-child),.EnrollmentFormPage table .PapPlanCard th:not(:last-child),.PapPlanCard .ds-u-border-right--1,.PapPlanCard .EnrollmentFormPage table td:not(:last-child),.PapPlanCard .EnrollmentFormPage table th:not(:last-child),.PapPlanCard .Pagination__mobileResults{border:0!important}}@media print{.PapPlanCard{border:none;box-shadow:none;margin-bottom:0!important;margin-top:2em!important;padding:0!important;page-break-inside:avoid}.PapPlanCard__contact div:nth-child(4){margin-top:0!important}.PapPlanCard__cardColumn{display:inline-block!important;vertical-align:top;width:50%!important}.EnrollmentFormPage table .PapPlanCard td:not(:last-child),.EnrollmentFormPage table .PapPlanCard th:not(:last-child),.PapPlanCard .ds-u-border-right--1,.PapPlanCard .EnrollmentFormPage table td:not(:last-child),.PapPlanCard .EnrollmentFormPage table th:not(:last-child),.PapPlanCard .Pagination__mobileResults{border:0!important}}@media screen and (max-width:1024px){.PSContainer__left{order:1}.PSContainer__right{flex-basis:auto;order:0}}.PharmacySelection__summary button{color:#323a45!important}@media screen and (max-width:768px){.PharmacySelection__summary{align-items:flex-start!important}}.PharmacySelection__list{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}@media screen and (max-width:544px){.PharmacySelection__list{flex-direction:column!important}}@media screen and (max-width:1024px){.PharmacySelection__map{margin:0!important}}@media screen and (min-width:1024px){.PharmacySelectionFooter .StickyTray__heading{display:none!important}}.PharmacyCard{border-color:#d6d7d9;border-radius:4px;box-shadow:2px 2px 3px 0 #d6d7d9;list-style-type:none;overflow:hidden;position:relative;width:49%}.PharmacyCard:focus-within,.PharmacyCard:hover{box-shadow:2px 2px 3px 0 #d6d7d9,inset 4px 4px 0 0 #4f6b9b,inset -4px -4px 0 0 #4f6b9b}@media screen and (max-width:544px){.PharmacyCard{width:100%}}.PharmacyCard__button{background-color:initial;cursor:pointer;line-height:1.5;outline:0;text-align:left;width:100%}.PharmacyCard__button:focus,.PharmacyCard__button:hover{box-shadow:inset 0 2px 0 0 #4f6b9b}.PharmacyCard__button::-moz-focus-inner{border:0}.PharmacyCard__content{color:#323a45;text-transform:capitalize}.PharmacyCard__checkBox{border-color:#000!important;height:32px;width:32px}.PharmacyCard__skip-link{left:-9999px;outline:0;padding:.5rem 1rem;position:absolute;text-align:right}.PharmacyCard__skip-link:focus{animation-duration:.75s;animation-iteration-count:1;animation-name:BOUNCE_SKIP_LINK;background-color:#e0f2f1;border-top:2px solid #d6d7d9;bottom:4px;left:4px;right:4px}@keyframes BOUNCE_SKIP_LINK{50%{transform:translateY(-5px)}}.PharmacyCard--selected{background:#409e90;border-color:#fff!important;color:#fff!important}.PharmacyCard--selected:focus-within,.PharmacyCard--selected:hover{box-shadow:2px 2px 3px 0 #d6d7d9,inset 4px 4px 0 0 #0f4b42,inset -4px -4px 0 0 #0f4b42}.PharmacyCard--selected div{box-shadow:none!important;color:#fff}.PharmacyCard--selected i{font-size:18px}.PharmacyCard--selected button{outline:0}.PharmacyCard--selected button:focus,.PharmacyCard--selected button:hover{box-shadow:inset 0 2px 0 0 #0f4b42}.PharmacyCard--selected button::-moz-focus-inner{border:0}.PharmacyCard--disabled:focus-within,.PharmacyCard--disabled:hover,.PharmacyCard--disabled button{cursor:not-allowed}.PlanComparePage__enrollDialog{order:unset}.PlanComparePage__currentPlanBanner{background-color:#e0f2f1}.PlanComparePage__planHeader{position:relative}.PlanComparePage__floatingHeader{vertical-align:top}@media screen and (min-width:1024px){.PlanComparePage__floatingHeader{position:-webkit-sticky;position:sticky;top:0;z-index:1}}@media print{.PlanComparePage__floatingHeader{border-bottom:0!important}.PlanComparePage__planHeaderPlanName{line-height:24px}}.PlanComparePage__close{align-self:flex-start;margin-top:-8px;position:absolute;right:8px;top:8px}.PlanComparePage__close:hover{color:#1e3c70!important}.PlanComparePage__planDetailsBtn{align-self:flex-start}.PlanComparePage__coachmark{margin:24px 0;max-width:none}.PlanComparePage__coachmark.mct-c-alert-message .mct-c-alert-message__body{max-width:125ex}.PlanComparePage__coachmark.mct-c-alert-message .mct-c-alert-message__body p:first-of-type{margin-top:0}.PlanComparePage__table{border-collapse:initial;border-spacing:0;min-width:100%;position:relative;table-layout:fixed;width:100%}@media print,screen and (min-width:1024px){.PlanComparePage__table thead{display:table-header-group!important}}.PlanComparePage__table thead td{height:inherit}.PlanComparePage__table tbody td:not(.PlanComparePage__tableHeader){vertical-align:top}@media print{.PlanComparePage__table tbody td:not(.PlanComparePage__tableHeader){padding:8px!important}}@media screen and (max-width:1023px){.PlanComparePage__table tbody td:not(.PlanComparePage__tableHeader):not(.PlanComparePage__selectedCell):not(.PlanComparePage__tableHeader){display:none!important}}@media print{.PlanComparePage__tableHeader{background-color:#fff!important;border:none!important;padding:8px!important}}@media print,screen and (min-width:1024px){.PlanComparePage__tableLabelColumn{display:table-cell!important}}.PlanComparePage__countyName--tablet{font-family:Montserrat,sans-serif!important}.PlanComparePage__countyName--mobileDesktop{font-family:Montserrat,sans-serif!important;margin-top:-16px!important}@media screen and (min-width:1024px){.PlanComparePage__countyName--mobileDesktop{font-size:24px;margin-top:48px!important}}.PlanComparePage__planRadioInput input[type=radio]{-webkit-appearance:none;appearance:none}.PlanComparePage__planRadioInput input[type=radio]:focus+label{border-color:#f1ad15;box-shadow:0 0 0 4px #f1ad1566,0 0 0 2px #f1ad15;outline:none}.PlanComparePage__planRadioInput label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.planCompareCard{box-sizing:border-box;height:100%;min-height:11em;position:relative}.planCompareCard__closeButton{position:absolute;right:8px;top:8px}.planCompareCard__closeButton:hover{color:#1e3c70!important}@media screen and (max-width:1024px){.planCompareCard__closeButton,.planCompareCard__deductibleSection{display:none!important}}.planCompareCard__detailsHeader{padding-right:24px}@media screen and (max-width:1024px){.planCompareCard__detailsHeader{display:none!important}}.planCompareCard__deductibleSection__label,.planCompareCard__premiumSection__label{font-weight:400!important}.planCompareCard__actionSection button{width:auto}@media screen and (min-width:768px){.planCompareCard__actionSection button{width:176px}}@media screen and (min-width:1025px){.planCompareCard__actionSection button{width:100%}}.planCompareCard__actionSection>.EnrollTransitionDialog{width:100%}@media screen and (max-width:1024px){.planCompareCard__actionSection{display:none!important}}.planCompareCard.currentPlan .planCompareCard__premiumSection{background-color:#e0f2f1!important}.planCompare{width:100%}@media screen and (max-width:1024px){.planCompare{flex-direction:column!important}}.planCompare__col{width:100%}.planCompare__col:not(:first-child) .planCompare__cell--headerRow:not(:first-child) h2{display:none}@media screen and (max-width:1024px){.planCompare__col{border:1px solid #323a45;display:block!important;margin-bottom:16px;padding:16px}.planCompare__col .planCompare__cell{white-space:nowrap}.planCompare__col .planCompare__cell--headerRow:not(:first-child){border-bottom:none!important;border-right:1px solid #323a45!important}.planCompare__col .planCompare__cell--headerRow:not(:first-child) h2{border-bottom:1px solid #323a45;color:#323a45;display:block!important;font-size:18px;line-height:32px;margin-left:32px;position:absolute;white-space:nowrap;z-index:2}.planCompare__col .planCompare__cell--headerRow{white-space:normal!important}.planCompare__col .planCompare__cell--headerRow .spacer{display:none}.planCompare__mobileRow{background-color:#f3f3f3;display:flex;flex-direction:row;overflow-x:scroll}.planCompare__mobileRow .planCompareCard{background-color:#f3f3f3!important;border:none!important;box-shadow:none;margin-top:-16px;width:150px}.planCompare__mobileRow .columnSection{display:flex;margin-top:32px}.planCompare__mobileRow .columnSection__wrap{flex-wrap:wrap;min-width:1700px}.planCompare__mobileRow .columnSection__wrap>div{white-space:normal;width:300px}.planCompare__mobileRow .columnSection .mobileLabServices{display:flex;flex-wrap:wrap;min-width:950px;white-space:normal}.planCompare__mobileRow .columnSection .mobileLabServices>div{margin-right:16px;width:300px}.planCompare__mobileRow .columnSection .mobileLabServices .Collapsible__contentInner{width:300px}.planCompare__headingCol{display:none!important}}.planCompare__cell{position:relative}.planCompare__cell--headerRow:not(:first-child){min-height:64px;position:relative}@media screen and (min-width:1024px){.planCompare__cell--headerRow:not(:first-child) h2{left:0;position:absolute;top:50%;transform:translateY(-50%)}}.planCompare__cell--headerRow:not(:first-child).planCompare__cell--fillerRow{border:none!important}@media screen and (max-width:1024px){.planCompare__cell--headerRow:not(:first-child).planCompare__cell--fillerRow{border-right:1px solid #323a45!important}.planCompare__cell .DrugCosts__list{display:flex}.planCompare__cell .DrugCosts__list>div{margin-right:32px}}.planCompare__checkItem{line-height:24px}.planCompare .currentPlanCompareCardHeader{left:0;padding:0 16px;position:absolute;right:0;text-align:center;top:-30px}.planCompare__mobileSummary{display:none!important}@media screen and (max-width:1024px){.planCompare__mobileSummary{display:block!important}.planCompare__mobileSummary .planCompareCard{border:none!important;box-shadow:none;min-height:auto}.planCompare__mobileSummary .planCompareCard__closeButton,.planCompare__mobileSummary .planCompareCard__detailsHeader{display:block!important}.planCompare__mobileSummary .planCompareCard__actionSection{display:flex!important;flex-direction:row!important;justify-content:flex-start;margin-top:20px}.planCompare__mobileSummary .planCompareCard__actionSection .EnrollTransitionDialog{width:auto}.planCompare__mobileSummary .planCompareCard__actionSection button{margin:8px 16px 8px 0}.planCompare__benefitList{column-count:2}}.planComparisonSummary{background-color:#e8f1ff;border-radius:5px;box-shadow:4px 4px 0 0 #d6d7d9;box-sizing:border-box;height:100%}.planComparisonSummary h1{width:100%}.planComparisonSummary__backBtn{background-color:#e8f1ff;width:100%}.YearOverYear__planBadge{background-color:#e1f3f2}.YearOverYear__navigation{border-bottom:1px solid #d6d7d9;padding:24px 16px}@media screen and (min-width:544px){.YearOverYear__navigation{padding:24px 56px}}.YearOverYear__navigation li{list-style:none}.YearOverYear__nextSteps{background-color:#e8f2ff}@media screen and (min-width:768px){.YearOverYear__nextStepChoice{width:50%}.YearOverYear__nextStepChoice:nth-child(2){border-left:1px solid #d6d7d9;border-top:none!important}}.YearOverYear__reminderIcon{height:40px;width:29px}.headerRow{font-size:22px}.DrugCosts{line-height:1}.DrugItem__mark{text-align:right}#TestingLabsAndImagingTable .diagnostic_tests_and_procedures__heading>span :first-child{color:#323a45}.PharmaciesTable .mct-c-table__caption-col--2{flex-basis:25%}.CostByTier__changeButton{align-self:flex-end}@media screen and (min-width:1024px){.CostByTier__changeButton{margin-bottom:12px!important}.CostByTier__filterContainer{border-left:1px solid #d6d7d9;border-right:1px solid #d6d7d9}}.PharmacyNetworkStatus .mct-c-plan-details-pharmacy-type{display:grid;grid-template-areas:"status link" ". disclaimer";grid-template-columns:-webkit-max-content;grid-template-columns:max-content}.PharmacyNetworkStatus .mct-c-plan-details-pharmacy-type__status{grid-area:status}.PharmacyNetworkStatus .mct-c-plan-details-pharmacy-type__link{grid-area:link}.PharmacyNetworkStatus .mct-c-plan-details-pharmacy-type__disclaimer{grid-area:disclaimer}#EstimatedTotalDrugAndPremiumCostTable .when_will_you_enter_the_coverage_gap__heading>span :first-child{color:#323a45}.PlanDetailsPagePlanContact__link{white-space:nowrap}.PlanDetailsPagePlanContact__telephone{color:#72777f!important}@media screen and (max-width:544px){.PlanDetailsPagePlanContact__leftCol{flex-direction:column!important}}.PlanDetailsPagePlanContact__leftColCell{color:#72777f}.PlanDetailsPagePlanContact__leftColCell-label{font-family:Rubik,sans-serif}@media screen and (max-width:544px){.PlanDetailsPagePlanContact__leftColCell{padding-bottom:8px!important}.PlanDetailsPagePlanContact__leftColCell:first-child{padding-bottom:16px!important;padding-top:16px!important}.PlanDetailsPagePlanContact__leftColCell:not(:last-child){border:0!important;padding-right:0!important}.PlanDetailsPagePlanContact__leftColCell:not(:first-child){padding-left:0!important}.PlanDetailsPagePlanContact__enrollButton{width:100%!important}}.mct-p-plan-details .Footnote__marker{scroll-margin-top:100px}.PlanDetailsSection .Collapsible{break-inside:avoid;page-break-inside:avoid}.PlanDetailsSection:focus-visible{outline:none}.PlanDetailsSection__alert-container{border-inline-width:0!important;border-style:solid}@media screen and (min-width:1024px){.PlanDetailsSection__alert-container{border-inline-width:1px!important}}@media print{.PlanDetailsSection__heading{background-color:#fff!important;border-left:0!important;border-right:0!important;border-top:0!important;padding-left:0!important}}.PlanDetailsSection__collapse-container{display:block}.PlanDetailsSection__collapse-container--collapsed{height:0!important;overflow:hidden;visibility:hidden}@media print{.PlanDetailsSection__collapse-container--collapsed{height:auto!important;visibility:visible}}.PlanDetailsSection__collapse-container--expanded{height:auto}.PlanDetailsSection__collapse-trigger .mct-c-icon--plus-minus{font-size:11px}.OptionalPackagesTable td{vertical-align:text-top}.OptionalPackagesTable tbody tr td:first-child{width:70%}.two-column-table .mct-c-table__cell,.two-column-table .mct-c-table__header{vertical-align:text-top}@media screen and (min-width:1024px){.two-column-table .mct-c-table__cell,.two-column-table .mct-c-table__header{width:50%!important}}@media print{.two-column-table .mct-c-table__cell,.two-column-table .mct-c-table__header{width:50%!important}}.three-column-table .mct-c-table__cell,.three-column-table .mct-c-table__header{vertical-align:text-top}@media screen and (min-width:1024px){.three-column-table .mct-c-table__cell,.three-column-table .mct-c-table__header{width:33%!important}}@media print{.three-column-table .mct-c-table__cell,.three-column-table .mct-c-table__header{width:33%!important}}.pharmacy-column-table__1 .mct-c-table__column--0{width:50%}.pharmacy-column-table__2 .mct-c-table__column--0{width:40%}.pharmacy-column-table__3 .mct-c-table__column--0{width:30%}.pharmacy-column-table__4 .mct-c-table__column--0,.pharmacy-column-table__5 .mct-c-table__column--0{width:20%}.PlanDetailsPagePlanInfo__planName{display:flex;flex-direction:column-reverse}.PlanDetailsPagePlanInfo__label,.PlanDetailsPagePlanInfo__value{font-size:20px}.StarRatingsSection__heading{font-family:Rubik,sans-serif;font-size:16px}.StarRatingsSection__expandAll{color:#1f252d;font-family:Montserrat,sans-serif}@media print{.StarRatingsSection .StarRatingRow__blue{background-color:#fff!important}}.StarRatingsSection .StarRatingExpandableRow__toggle{border-radius:0;color:#323a45;cursor:pointer;flex-grow:1}.StarRatingsSection .StarRatingExpandableRow__toggle .mct-c-icon--plus-minus{font-size:12px!important}@media screen and (max-width:calc(544px - 1px)){.StarRatingsSection .StarRatingExpandableRow__toggle .StarRating__message{font-size:18px!important}}.StarRatingsSection .StarRatingExpandableRow__toggle__green{background-color:#e0f2f1!important}@media print{.StarRatingsSection .StarRatingExpandableRow__toggle__green{background-color:#fff!important}}@media screen and (max-width:calc(544px - 1px)){.StarRatingsSection .StarRatingExpandableRow .StarRatingExpandableRow .StarRatingExpandableRow__toggle,.StarRatingsSection .StarRatingExpandableRow .StarRatingRow{border-left:0!important;border-right:0!important}}@media print{.StarRatingsSection .StarRatingExpandableRow{page-break-inside:avoid}}@media screen and (max-width:calc(544px - 1px)){.StarRatingsSection .StarRatingList{background-color:#f3f3f380;border-bottom:1px solid #4f6b9b!important;border-left:0!important;border-right:0!important;border-top:1px solid #4f6b9b!important}}@media screen and (max-width:768px){.DrugSearchPreferencePage .CountyPicker__submit,.PlanPreferencePage .CountyPicker__submit{width:100%}}.HasMedicareNumber span{display:inline!important}.AddPrescription{min-height:460px}.AtoZDrugList__resultsContainer{flex-grow:1}.AtoZDrugList__selectContainer{left:0;position:-webkit-sticky;position:sticky;top:0;transition:.2s ease}.AtoZDrugList__selectContainer--shadowed{box-shadow:0 4px 6px 0 #5b616b80}.AtoZDrugList__total{border-bottom:2px solid #d6d7d9}.AtoZDrugList__results{padding-bottom:67px}.AtoZDrugList__results li{display:flex;flex-direction:row-reverse;justify-content:flex-end}.AtoZDrugList__results li label{background:none;border:none;cursor:pointer;display:block;font-size:16px;text-align:left;width:100%}.AtoZDrugList__drawerBody{min-height:100%}.AtoZDrugList__confirm{bottom:0;box-shadow:0 -3px 9px -1px #5b616b;box-sizing:border-box;left:0;margin:-16px;position:-webkit-sticky;position:sticky}.AtoZDrugList__confirm.js-is-sticky{bottom:16px!important;left:auto;width:542px}.AtoZDrugList__confirm.js-is-stuck{position:relative!important}.AtoZDrugList__select{align-items:center;display:flex;width:100%}.ViewPrescriptions{position:relative}.ViewPrescriptions__linkButton{font-size:16px}.ViewPrescriptions__prescriptionName{color:#323a45!important}.ViewPrescriptions__prescriptionCardLabel,.ViewPrescriptions__prescriptionCardText{color:#323a45;font-size:18px}@media screen and (min-width:544px){.ViewPrescriptions__prescriptionCardLabel,.ViewPrescriptions__prescriptionCardText{font-size:16px}}@media screen and (min-width:768px){.ViewPrescriptions__prescriptionCardLabel,.ViewPrescriptions__prescriptionCardText{font-size:18px}}.ViewPrescriptions__prescriptionCardText{color:#72777f;font-size:18px;font-weight:400;line-height:28px}.ViewPrescriptions__listCardsContainer{max-width:1024px}@media print{.ViewPrescriptions__listCards li{border-bottom:1px solid #d6d7d9}.ViewPrescriptions__prescriptionCard{border:none;box-shadow:none;margin:0!important;page-break-inside:avoid}.ViewPrescriptions__prescriptionCard h3,.ViewPrescriptions__prescriptionCard h4,.ViewPrescriptions__prescriptionCard p{font-size:14px;line-height:1.3}.ViewPrescriptions__prescriptionCard .ds-l-sm-col--2{display:inline-block;vertical-align:top;width:15%}.ViewPrescriptions__prescriptionCard .ds-l-sm-col--3{display:inline-block;vertical-align:top;width:25%}.ViewPrescriptions__prescriptionCard .ds-l-sm-col--4{display:inline-block;vertical-align:top;width:35%}}.ShowingTotalSanctioned{margin-left:-48px}.SanctionedPlanCard{list-style-type:none;margin-left:-48px!important}.SanctionedPlanCard__orgName,.SanctionedPlanCard__planId{font-size:16px!important}.SanctionedPlanCard__planId{font-size:14px!important}.SanctionedPlanCard__content,.SanctionedPlanCard__heading{width:100%}.SanctionedPlanCard__phoneNumber{font-family:Montserrat,sans-serif;font-size:16px!important}@media screen and (max-width:1024px){.LocationEditor:after{background:#d6d7d9;content:"";display:block;height:4px;margin-top:16px;width:100%}}.PlanCard{font-size:18px;position:relative}.PlanCard__footer{background-color:#e8f1ff;bottom:0;left:0;padding:8px 40px;position:absolute;right:0}@media print{.PlanCard__footer{display:none}}.PlanCard .Tooltip__trigger{font-size:20px}.PlanCard .Tooltip__body{font-size:16px}.PlanCard .StarRating__message{font-size:18px!important}@media screen and (min-width:1025px){.PlanCard{font-size:20px}}.PlanCard__header{font-size:24px}@media screen and (min-width:544px){.PlanCard__header{font-size:28px}}.PlanCard__current_plan_banner{background-color:#e0f2f1;font-family:Montserrat,sans-serif;margin:-8px -32px 16px}@media screen and (max-width:544px){.PlanCard__current_plan_banner{margin:0 -16px 8px}}.PlanCard__sub_header{font-family:Montserrat,sans-serif}.PlanCard__body{position:relative}@media screen and (min-width:1025px){.PlanCard__body>div{flex-wrap:nowrap!important}}.PlanCard__flex_left{flex:60% 1}.PlanCard__flex_right{flex:30% 1;font-size:18px}@media screen and (max-width:1025px){.PlanCard__flex_right{flex:100% 1}}.PlanCard__info_group>:first-child{flex:100% 1}@media screen and (min-width:544px){.PlanCard__info_group>:first-child{flex:none}}@media print{.PlanCard__info_group>:first-child{flex:none}}@media screen and (max-width:544px){.PlanCard__info_group__otherCosts>:first-child{flex:100% 1}}@media screen and (min-width:1025px){.PlanCard__more_info{height:auto!important}.PlanCard__more_info_trigger{display:none}}.PlanCard.PLAN_TYPE_PDP .PlanCard__actions{bottom:auto;position:relative}.PlanCard__actions{grid-gap:16px 32px;align-items:center;display:grid;gap:16px 32px;grid-template-columns:1fr}.PlanCard__actions .mct-c-enroll-button-form__text{text-align:left}@media screen and (min-width:calc(1024px + 1px)){.PlanCard__actions .mct-c-enroll-button-form__text{text-align:center}}@media screen and (min-width:1025px){.PlanCard__actions{grid-template-columns:1fr 1fr 1fr;margin-bottom:24px!important;margin-top:56px!important}}.PlanCard__actions .EnrollTransitionDialog>*{width:100%}.PlanCard__mobile_order_1{order:1}@media screen and (min-width:1025px){.PlanCard__mobile_order_1{order:0}}.PlanCard__mobile_order_2{order:2}@media screen and (min-width:1025px){.PlanCard__mobile_order_2{order:0}}.PlanCard__mobile_order_3{order:3}@media screen and (min-width:1025px){.PlanCard__mobile_order_3{order:0}}.PlanCard__copay{font-weight:500}.PlanCard .ds-c-skip-nav{bottom:0;left:-1000px;top:unset;width:calc(100% - 32px)}.PlanCard .ds-c-skip-nav:focus{left:0}.PlanCard.PlanCard--alt-checkbox .ds-c-skip-nav{bottom:unset;left:-1000px;top:0}@media screen and (min-width:1025px){.PlanCard.PlanCard--alt-checkbox .PlanCard__actions{margin-top:40px!important}}@media print{.PlanCard .StarRating,.PlanCard__body>div,.PlanCard__flex_left{display:block!important}}.PlanCard.preview-mode a:not(.preview-disable-exempt){pointer-events:none;text-decoration:none}.PlanCard .mct-c-benefit:not(.PlanCard .mct-c-benefit--is-suppressed):not(.PlanCard__copay){font-family:Montserrat,sans-serif}@media print{.PlanFilters{display:none}}.PlanFilters__header{align-items:center}@media screen and (max-width:768px){.PlanFilters__header{align-items:flex-start;flex-direction:column-reverse}}.PlanFilters__headerActions .ChangeLocation,.PlanFilters__headerActions .ChangeLocation__buttonGroup{width:100%}@media screen and (max-width:1024px){.PlanFilters__headerActions .CCXPBase__button.width-bug{width:90%}.PlanFilters__action,.PlanFilters__action .CCXPBase{width:100%}}.PlanFilters__mobileActions{bottom:0;box-shadow:0 -3px 9px -1px #5b616b;box-sizing:border-box;left:0;margin:-16px;position:-webkit-sticky;position:sticky}.PlanFilters__mobileActions.js-is-sticky{bottom:16px!important;left:auto;width:542px}.PlanFilters__mobileActions.js-is-stuck{position:relative!important}.FilterBar{background-color:#f3f3f3;border-bottom:1px solid #d6d7d9;border-top:1px solid #72777f}.FilterBar__heading{font-size:20px;line-height:28px;margin-bottom:12px;white-space:nowrap}@media only screen and (min-width:150px)and (max-width:600px){.FilterBar__toggleContainer .ds-c-help-drawer{overflow-y:scroll}.FilterBar__toggleContainer .ds-c-help-drawer__body{overflow-y:visible}}@media screen and (max-width:544px){.FilterBar__toggleContainer{width:100%}.FilterBar__toggle{background-color:#fff;border:1px solid #1e3c70!important;padding:16px;text-decoration:none;width:100%}}.FilterBar__toggle>*{pointer-events:none}@media screen and (max-width:1280px){.FilterBar .Filter:nth-child(5),.FilterBar .Filter:nth-child(6){display:none}}@media screen and (max-width:768px){.FilterBar .Filter:nth-child(3),.FilterBar .Filter:nth-child(4){display:none}}@media screen and (max-width:544px){.FilterBar .Filter{display:none}}@media screen and (min-width:768px){.FilterBar .ds-c-help-drawer .ds-c-help-drawer{max-width:100%}}.mct-c-filter-chips__button{border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top-left-radius:10px;border-top-right-radius:10px;gap:8px;text-align:left}.mct-c-filter-chips__button-icon{height:10px!important;margin:0!important;min-width:10px!important;position:static!important}.SearchResults__blueLink{color:#1e3c70!important}.SearchResults__totalResults{color:#323a45}.SearchResults__coachmark{margin-top:24px;max-width:none}.SearchResults__coachmark.mct-c-alert-message .mct-c-alert-message__body{max-width:125ex}.SearchResults__coachmark.mct-c-alert-message .mct-c-alert-message__body p:first-of-type{margin-top:0}.ResultsList{padding:0}.pageCountSummary{color:#146a5d}.pagination,.selectPharmacies__pagination{padding:8px 16px}.pagination button,.selectPharmacies__pagination button{background-color:#fff;border:1px solid #1e3c70;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;color:#1e3c70;min-height:30px;min-width:30px}.pagination button:hover,.selectPharmacies__pagination button:hover{cursor:pointer}.pagination__numberButton{border-color:#fff!important;color:#1e3c70}.pagination__numberButton--active{background-color:#1e3c70!important}.pagination__numberButton:hover{border-color:#1e3c70!important}.prev-button{text-align:right}.pagination .pagination-item,.selectPharmacies__pagination .pagination-item{min-height:20px;min-width:45px}.pagination .pagination-item a,.selectPharmacies__pagination .pagination-item a{border:1px solid #fff;color:#000;padding:8px 16px;text-decoration:none}.pagination .pagination-item a:hover:not(.active),.selectPharmacies__pagination .pagination-item a:hover:not(.active){border:1px solid #1e3c70}.pagination .pagination-item a:visited,.selectPharmacies__pagination .pagination-item a:visited{text-decoration:none}.page-link-active{background-color:#1e3c70;border-radius:50%;color:#fff!important}.page-link-disabled{cursor:not-allowed;pointer-events:none}.current-plan-toggle{color:#409e90;font-family:Montserrat,sans-serif;font-weight:800}.current-plan-toggle i{color:#000;margin-left:10px}.current-plan-highlight{background-color:#e0f2f1!important}.sortSelector__container .ds-c-field{min-height:46px;width:386px}@media screen and (max-width:1024px){.sortSelector__container .ds-c-field{width:100%}}.SelectPharmaciesPage__search{margin:0 30px}.SelectPharmaciesPage__backButton{margin-top:40px!important}.SelectPharmaciesPage__backButton .ds-c-icon--arrow{font-size:11px}.SelectPharmaciesPage__searchButton{margin:4px 0}.SelectPharmaciesPage__distanceFilter{background-color:#f3f3f3;border-bottom:1px solid #d6d7d9;box-sizing:border-box;width:100%}.SelectPharmaciesPage__resultsContainer{margin:0 -16px}.SelectPharmaciesPage__resultsContainer>*{box-sizing:border-box}@media screen and (min-width:768px){.SelectPharmaciesPage__resultsContainer{margin:0 -56px}}.SelectPharmaciesPage__csrMapButtonContainer{flex-grow:1}@media screen and (min-width:1024px){.SelectPharmaciesPage__pharmacyOptionsContainer{width:800px}}.SelectPharmaciesPage__grayBottomBorder,.SelectPharmaciesPage__pharmacies li:not(:last-child){border-bottom:1px solid #d6d7d9}@media screen and (min-width:1024px){.SelectPharmaciesPage__desc{max-width:800px;width:800px}}.SelectPharmaciesPage__pharmaciesMap{height:300px}@media screen and (min-width:1024px){.SelectPharmaciesPage__pharmaciesMap{height:100vh;position:-webkit-sticky;position:sticky;top:0;width:calc(100vw - 800px)}}.SelectPharmaciesPage__pharmacyCard{position:relative}.SelectPharmaciesPage__pharmacyCard__status-container{font-weight:500}.SelectPharmaciesPage__pharmacyCard .ds-c-skip-nav{bottom:-8px;left:-1000px;top:unset;width:calc(100% - 32px)}.SelectPharmaciesPage__pharmacyCard .ds-c-skip-nav:focus{left:0}.SelectPharmaciesPage__pharmacyNumber{max-width:40px;min-width:40px;width:40px}@media screen and (min-width:1024px){.SelectPharmaciesPage__pharmacyNumber{max-width:75px;min-width:75px;width:75px}.SelectPharmaciesPage__pharmacyInfo{max-width:400px;min-width:400px;width:400px}.SelectPharmaciesPage__addPharmacy{border-left:1px solid #d6d7d9}}.SelectPharmaciesPage__addPharmacy--with-costs{gap:8px 0}.SelectPharmaciesPage__pharmacyCardHeader{color:#146a5d}.selectPharmacies__pagination>.page-number:first-child{margin:-4px}@media screen and (max-width:544px){.selectPharmacies__pagination .ds-c-button,.selectPharmacies__pagination .FooterToggle,.selectPharmacies__pagination .pagination__numberButton,.selectPharmacies__pagination .PlanCard__more_info_trigger,.selectPharmacies__pagination .PrintButton{padding:8px!important}}.SpapLandingPage{background-color:#f3f3f3;box-shadow:0 50vh 0 50vh #f3f3f3;margin-bottom:-48px}.SpapLandingPage__hero{background:none;background-color:#41716a;background:url(../../static/media/SPAP_landing.78318d139bc682270643.jpg);background-clip:initial;background-position:100% 0;background-size:cover;padding-bottom:100px!important;width:100%}@media screen and (max-width:544px){.SpapLandingPage__hero{background-position:80% 0}}@media screen and (max-width:768px){.SpapLandingPage__hero{padding-bottom:64px!important}}.SpapLandingPage__heroContent h1{max-width:40ex}@media screen and (max-width:768px){.SpapLandingPage__heroContent{padding:16px}}.SpapLandingPage__heroHeader{text-align:center}@media screen and (min-width:768px){.SpapLandingPage__heroHeader{margin-bottom:8px!important;margin-top:48px}}.SpapLandingPage__content{margin-bottom:96px;margin-top:-64px}@media screen and (max-width:768px){.SpapLandingPage__content{padding:16px}}.SpapLandingPage__card{width:100%}@media screen and (min-width:768px){.SpapLandingPage__card{padding-bottom:80px;padding-left:90px;padding-right:90px}.SpapLandingPage__card input{margin-right:8px}}.SpapLandingPage__subheader{font-size:20px;font-weight:400}@media screen and (max-width:768px){.SpapPlansPage .StateSelector{order:2}.SpapPlansPage .PrintButton{margin-left:-8px}}.SpapPlanCard__sectionHeading{font-family:Rubik,sans-serif;font-size:16px;font-weight:400;margin-bottom:8px}.SpapPlanCard__cardColumn{display:flex;flex-direction:column;gap:32px;justify-content:space-between}.SpapPlanCard__cardColumnSection>:first-child{margin-top:0}.SpapPlanCard__cardColumnSection>:last-child{margin-bottom:0}@media print{.SpapPlanCard{border:none;box-shadow:none;margin-bottom:0!important;margin-top:2em!important;padding:0!important;page-break-inside:avoid}.SpapPlanCard__cardColumn{display:inline-block!important;vertical-align:top;width:50%!important}.EnrollmentFormPage table .SpapPlanCard td:not(:last-child),.EnrollmentFormPage table .SpapPlanCard th:not(:last-child),.SpapPlanCard .ds-u-border-right--1,.SpapPlanCard .EnrollmentFormPage table td:not(:last-child),.SpapPlanCard .EnrollmentFormPage table th:not(:last-child),.SpapPlanCard .Pagination__mobileResults{border:0!important}}.mct-c-extra-help-card,.mct-c-summary-page-bedap-alert,.mct-c-summary-page-find-plans{margin-right:24px;padding:24px;width:540px}@media screen and (max-width:768px){.mct-c-extra-help-card,.mct-c-summary-page-bedap-alert,.mct-c-summary-page-find-plans{width:355px}}@media screen and (max-width:544px){.mct-c-extra-help-card,.mct-c-summary-page-bedap-alert,.mct-c-summary-page-find-plans{margin:0 0 24px;width:auto}}@media print{.mct-c-extra-help-card,.mct-c-summary-page-bedap-alert,.mct-c-summary-page-find-plans{border:none;box-shadow:none;display:block;margin:0 24px;min-height:auto;padding:0!important;width:490px}}.mct-c-extra-help-cards-container{display:flex;flex-wrap:wrap;gap:24px 0;margin-bottom:40px}@media screen and (max-width:544px){.mct-c-extra-help-cards-container{flex-direction:column;gap:0;margin-bottom:0}}@media print{.mct-c-extra-help-cards-container{flex-wrap:nowrap}.mct-c-extra-help-cards-container .mct-c-extra-help-card:last-of-type{margin:0}}.mct-c-sub-section{margin-bottom:16px}@media screen and (min-width:1024px){.mct-c-sub-section{scroll-margin-top:124px}}@media print{.mct-c-sub-section{break-inside:avoid;page-break-inside:avoid}}.mct-c-sub-section__top-divider{height:64px}@media print{.mct-c-sub-section__header{padding-top:24px!important}}.mct-c-sub-section__icon{color:#146a5d;font-size:24px}@media screen and (max-width:544px){.mct-c-sub-section__icon{display:none}}@media print{.mct-c-sub-section__icon{display:none}}.mct-c-sub-section__body{display:flex}@media screen and (max-width:544px){.mct-c-sub-section__body{flex-direction:column}}.mct-c-sub-section__body:before{border-left:4px dotted #146a5d;content:"";margin-left:16px;margin-right:32px}@media screen and (max-width:544px){.mct-c-sub-section__body:before{display:none}}@media print{.mct-c-sub-section__body:before{display:none}}.mct-c-sub-section__print-divider{border-color:#d6d7d9;border-width:.5px;display:none;margin:48px 0 16px}@media print{.mct-c-sub-section__print-divider{display:block}}.mct-c-sub-section--no-border .mct-c-sub-section__body:before{visibility:hidden}#summary-page-navigation{border-bottom:1px solid #d6d7d9;padding:24px 16px}@media screen and (min-width:544px){#summary-page-navigation{padding:24px 56px}}.mct-p-summary-page .mct-c-sub-section__action-button{display:flex;justify-content:center;margin:24px 0}@media screen and (min-width:544px){.mct-p-summary-page .mct-c-sub-section__action-button{display:inline-block;margin:40px 0}}.mct-p-summary-page .mct-c-sub-section:last-child{margin-bottom:40px}@media print{.mct-p-summary-page .mct-c-sub-section:nth-last-child(2) .mct-c-sub-section__print-divider,.mct-p-summary-page .mct-c-sub-section__shop-for-coverage{display:none}}.mct-p-summary-page .mct-c-have-other-medicare-coverage{margin:32px 0}@media screen and (max-width:544px){.mct-p-summary-page .mct-c-have-other-medicare-coverage{margin:8px 0 64px}}.mct-p-summary-page .mct-c-have-other-medicare-coverage__header{margin-bottom:0}@media screen and (min-width:544px){.mct-c-summary-page-alert{max-width:403px}}@media screen and (min-width:768px){.mct-c-summary-page-alert{max-width:588px}}@media screen and (min-width:1024px){.mct-c-summary-page-alert{max-width:650px}}@media screen and (min-width:544px){.mct-c-summary-page-alert--no-drugs{max-width:100%}}@media screen and (min-width:1024px){.mct-c-summary-page-alert--no-drugs{max-width:650px}}.mct-c-summary-page-alert+.mct-c-summary-page__cards-container{margin-top:24px}@media print{.mct-c-summary-page-bedap-alert{display:flex;padding:24px!important;width:auto}}.mct-c-summary-page__ntm-alert{border:1px solid var(--color-gray-lighter)!important;border-left:8px solid var(--color-secondary)!important}.mct-c-summary-page__ntm-alert .ds-c-alert__header{background-color:var(--color-gray-lightest);border-bottom:1px solid var(--color-gray-lighter)}@media screen and (min-width:768px){.mct-c-summary-page__ntm-alert .ds-c-alert__header{padding-left:64px!important}}.mct-c-summary-page__ntm-alert--warn{border:1px solid var(--color-warn-light)!important;border-left:8px solid var(--color-warn)!important}.mct-c-summary-page__ntm-alert--warn .ds-c-alert__header{background-color:var(--color-warn-lightest);border-bottom:1px solid var(--color-warn-light)}.mct-c-summary-page-header{display:flex;justify-content:space-between;margin-bottom:32px;margin-top:48px}@media screen and (max-width:544px){.mct-c-summary-page-header{align-items:flex-start;flex-direction:column-reverse;margin-bottom:24px;margin-top:16px}}.mct-c-summary-page-header__alert{min-width:100%}.mct-c-summary-page-header__content{margin-inline-end:0}@media screen and (min-width:544px){.mct-c-summary-page-header__content{margin-inline-end:16px}}@media screen and (max-width:544px){.mct-c-summary-page-header__print{margin-bottom:16px}}.mct-c-summary-page-plan-card{display:flex;flex-direction:column;justify-content:space-between;margin-right:24px;min-height:324px;width:355px}@media screen and (max-width:544px){.mct-c-summary-page-plan-card{justify-content:flex-start;margin:0 0 24px;min-height:auto;width:auto}}@media print{.mct-c-summary-page-plan-card{border:none;box-shadow:none;display:block;margin:0 24px;min-height:auto;padding:0!important;width:300px}}.mct-c-summary-page-plan-card__header{margin-bottom:16px}.mct-c-summary-page-plan-card p{margin:0 0 8px}.mct-c-summary-page-plan-card__plan-header{font-size:20px}.mct-c-summary-page-plan-card__id{color:#72777f}@media screen and (max-width:544px){.mct-c-summary-page-plan-card__footer{display:flex;margin-top:16px}}.mct-c-summary-page-plan-card-medigap__dates-effective-date:not(.mct-c-summary-page-plan-card-medigap__dates-effective-date:last-of-type){margin-bottom:16px}.mct-c-find-plans-dialog{overflow-y:visible}.mct-c-find-plans-dialog__header>#dialog-title{margin-bottom:32px}.mct-c-find-plans-dialog.mct-c-find-plans-dialog--v2{max-width:650px;overflow-y:scroll}@media screen and (min-width:1024px){.mct-c-find-plans-dialog.mct-c-find-plans-dialog--v2{overflow-y:auto}}.mct-c-find-plans-dialog.mct-c-find-plans-dialog--v2 .mct-c-find-plans-dialog__header{padding-bottom:0}.mct-c-find-plans-dialog.mct-c-find-plans-dialog--v2 .mct-c-find-plans-dialog__header>#dialog-title{margin-bottom:24px}.mct-c-plan-cards-container{display:flex;flex-wrap:wrap;gap:24px 0;margin-block:0;padding-inline:0}.mct-c-plan-cards-container li{list-style-type:none}@media screen and (max-width:544px){.mct-c-plan-cards-container{flex-direction:column;gap:0}}@media print{.mct-c-plan-cards-container{flex-direction:column}}.mct-c-summary-page-pharmacy-card{margin-right:24px;padding:24px;position:relative;width:355px}@media screen and (max-width:544px){.mct-c-summary-page-pharmacy-card{margin:0 0 24px;width:auto}}@media print{.mct-c-summary-page-pharmacy-card{border:none;box-shadow:none;margin:24px 0;padding:0}}.mct-c-summary-page-pharmacy-card__name{margin-top:0}.mct-c-summary-page-pharmacy-card__label{background-color:#fff;height:24px;left:-12px;padding-bottom:8px;position:absolute;top:-12px}@media print{.mct-c-summary-page-pharmacy-card__label{background-color:initial;left:0;top:-28px}}.mct-c-summary-page-pharmacy-cards-container{display:flex;flex-wrap:wrap;gap:24px 0;margin-block:0;padding-inline:0}.mct-c-summary-page-pharmacy-cards-container__pharmacy-network-label-help-drawer-toggle{margin-bottom:0!important}.mct-c-summary-page-pharmacy-cards-container li{display:flex;list-style:none}@media screen and (max-width:544px){.mct-c-summary-page-pharmacy-cards-container li{flex-direction:column}.mct-c-summary-page-pharmacy-cards-container{flex-direction:column;gap:0}}@media print{.mct-c-summary-page-pharmacy-cards-container{flex-direction:column;gap:0;margin-left:24px}}.mct-c-summary-page-drug-card{display:flex;margin-bottom:24px;max-width:1156px;min-height:96px;padding:24px}@media screen and (max-width:768px){.mct-c-summary-page-drug-card{flex-direction:column}}@media print{.mct-c-summary-page-drug-card{border:none;box-shadow:none;margin:24px 0;padding:0}}.mct-c-summary-page-drug-card-features{display:flex;gap:0;width:66.6666666667%}@media screen and (max-width:768px){.mct-c-summary-page-drug-card-features{flex-direction:column;gap:32px}}.mct-c-summary-page-drug-card-features__column{display:flex;flex-direction:column;width:33.3333333333%}@media screen and (max-width:768px){.mct-c-summary-page-drug-card-features__column{width:auto}}.mct-c-summary-page-drug-card-features__column--placeholder{display:block}@media screen and (max-width:768px){.mct-c-summary-page-drug-card-features__column--placeholder{display:none}}.mct-c-summary-page-drug-card-features__column--quantity{margin:0 auto;width:20%}@media screen and (max-width:768px){.mct-c-summary-page-drug-card-features__column--quantity{margin:0;width:auto}}.mct-c-summary-page-drug-card-features__headings{font-size:16px;margin:0}@media screen and (max-width:768px){.mct-c-summary-page-drug-card-features__headings{font-size:20px}}.mct-c-summary-page-drug-card-features__values{color:#72777f;margin:0}.mct-c-summary-page-drug-card-header{margin-bottom:0;margin-right:auto;width:25%}@media screen and (max-width:768px){.mct-c-summary-page-drug-card-header{margin-bottom:24px;width:auto}}.mct-c-summary-page-drug-card-header__drug-name{margin-bottom:0;word-break:break-word}.mct-c-summary-page-drug-card-header__is-generic{color:#72777f;margin:0}.mct-c-summary-page-drug-cards-container{width:100%}.mct-c-summary-page-drug-cards-container__list{display:flex;flex-direction:column;margin-block:0;padding-inline:0}.mct-c-summary-page-drug-cards-container__list li{list-style:none}.mct-c-summary-page-drug-cards-container__action-buttons{align-items:stretch;display:flex;flex-direction:column;gap:24px;margin:24px 0}@media screen and (min-width:768px){.mct-c-summary-page-drug-cards-container__action-buttons{align-items:center;flex-direction:row}}.mct-c-summary-page-navigation{margin:0 -56px}.mct-c-summary-page-navigation__what-to-do-next{font-family:Montserrat,sans-serif;font-size:22px}@media screen and (max-width:1024px){.mct-c-summary-page-navigation__what-to-do-next--variation-b{margin:0 -56px!important;padding:0 56px!important}}@media screen and (min-width:1024px){.mct-c-summary-page-navigation{padding:24px 56px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:100}.mct-c-summary-page-navigation--sticky-c{box-shadow:0 2px 3px 0 #3232323b}}.mct-c-summary-page-navigation ul{list-style-type:none;padding-inline-start:0}.mct-c-summary-page-navigation--variation-b li a{border:2px solid #fff!important;border-radius:6px;box-shadow:0 2px 3px 0 #3232323b;font-family:Montserrat,sans-serif!important}@media screen and (min-width:1024px){.mct-c-summary-page-navigation--variation-b li a.active,.mct-c-summary-page-navigation--variation-b li a:focus,.mct-c-summary-page-navigation--variation-b li a:hover{border:2px solid #146a5d!important;color:#146a5d!important}}.mct-c-summary-page-navigation--variation-c li a{border-bottom:10px solid #fff;font-family:Montserrat,sans-serif!important}@media screen and (min-width:1024px){.mct-c-summary-page-navigation--variation-c li a{text-decoration:none!important}.mct-c-summary-page-navigation--variation-c li a.active,.mct-c-summary-page-navigation--variation-c li a:focus,.mct-c-summary-page-navigation--variation-c li a:hover{border-bottom:10px solid #e0f2f1}}[style="height: 4px;"]{height:auto!important}body{margin:0}@page{size:"A3";margin:0}.mct-print-only{display:none}@media print{*{-webkit-print-color-adjust:exact}.CostByTier__filterContainer,.m-c-footer,.mct-c-actionsbar,.mct-c-actionsbar__back,.mct-c-actionsbar__print,.mct-c-navbar,.mct-c-summary-page-drug-cards-container__add-pde-button,.mct-hide-print,.mct-p-summary-page .mct-c-sub-section__action-button,.SearchResults__footer,.StickyNav{display:none!important}.AccuratePriceContainer,.DrugItem,.ds-l-row,.headerRow,.mct-c-actionsbar,.mct-print-only,.MedigapPlanCard__body,.MedigapPolicyCard__body,.PSContainer{display:block!important}.mct-print-break-inside--avoid{break-inside:avoid;page-break-inside:avoid}.mct-print-break-before--page{break-before:page;page-break-before:always}}
/*# sourceMappingURL=main.00b2e79d.css.map*/