:root{--background: #ffffff;--light-color: #efefef;--dark-color: #333333;--app-color-1: #002663;--app-color-2: #c8272c;--app-color-white: #ffffff;--app-color-textBlack: #1d252c;--app-color-lightGray: #cfd2d3;--wheel-color-1: var(--app-color-1);--wheel-color-2: var(--app-color-2);--wheel-color-3: var(--app-color-1);--wheel-color-4: var(--app-color-2);--wheel-color-5: var(--app-color-1);--wheel-color-6: var(--app-color-2);--decoration-color-1: var(--app-color-1);--decoration-color-2: var(--app-color-2);--decoration-color-3: var(--app-color-1);--decoration-color-4: var(--app-color-2);--decoration-color-5: var(--app-color-1);--decoration-color-6: var(--app-color-2);--wheel-icon-color: var(--light-color);--wheel-size: 400px;--wheel-border-thickness: 8px;--wheel-icon-scale: 1.5;--wheel-icon-scale-contract: 1.35;--wheel-icon-scale-expand: 1.65;--border-radius: 8px;--gap: 20px;--spin-duration: 6s}body{margin:0 auto;color:var(--dark-color);font-family:Verdana,Roboto,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.increase-line-height{line-height:1.9rem}.serif{font-family:"Source Serif Pro",serif;font-weight:700}header,footer{overflow:hidden;width:100%}header{background-color:var(--app-color-1)}header .header-logo-link{display:flex;justify-content:center;align-items:center;width:100%;padding:var(--gap);box-sizing:border-box}header .header2-logo{display:block;width:min(100%,1500px);height:auto;margin:0 auto}footer{background-color:#fff;padding-bottom:calc(var(--gap) * 4);color:var(--app-color-1)}.footer-spacer{height:0px;background-color:var(--background)}.pre-footer-disclaimer-row{background-color:var(--background);padding:calc(var(--gap) * 1.1) var(--gap) 0}.pre-footer-disclaimer{width:min(885px,100%);margin:0 auto;padding-bottom:calc(var(--gap) * .6);color:#1d252c;font-size:12px;font-family:Arial,sans-serif;font-weight:400;word-wrap:break-word;overflow-wrap:break-word;line-height:1.4}a:not(.img-link){position:relative;color:var(--app-color-1);text-decoration:none;border-bottom:1px dashed}a:not(.img-link):hover{border-bottom:1px solid}footer a:not(.img-link){color:var(--app-color-1)}h1,h2{color:var(--app-color-2)}h1.nocap,h2.nocap{text-transform:none}.navy{color:var(--app-color-1)}.black{color:var(--app-color-textBlack)}hr{margin:1rem 0;border:none;border-top:1px solid var(--app-color-1)}button{padding:1rem 2.5rem;cursor:pointer;border:none;border-radius:var(--border-radius);background-color:var(--app-color-1);color:#fff;font-family:inherit;font-size:14pt;font-weight:700;letter-spacing:.075rem;z-index:2}button.inverted{border-radius:8px;background:#c8272c;color:var(--app-color-white)}li{margin-block-end:.5rem}.content{background-color:var(--background)}.container{padding:40px 20px;max-width:900px}.container.wide{max-width:1280px}.container.footer{max-width:80%}.container.narrow{max-width:500px}.row{display:flex;flex-direction:row;flex:1;justify-content:center;-moz-column-gap:var(--gap);column-gap:var(--gap)}.column{display:flex;flex-direction:column;flex:1;justify-content:center;align-items:center;row-gap:var(--gap)}.column.start{align-items:start}.column.end{align-items:end}.row .separator{height:1rem;align-self:center;border-left:1px solid var(--app-color-1)}.row .separator:last-child{display:none}.logo{position:relative;padding:var(--gap);max-width:900px;z-index:100}.logo .decoration{position:absolute;pointer-events:none}.logo .decoration:first-child{left:0;transform:translate(-80%,max(1vh,15px))}.logo .decoration:last-child{right:0;transform:translate(80%,max(1vh,15px))}.logo svg,.logo object{pointer-events:none;max-width:100%}.logo>.logo-img{width:497px}.color-app-1,a.color-app-1{color:var(--app-color-1);fill:var(--app-color-1)}.color-app-2,a.color-app-2{color:var(--app-color-2);fill:var(--app-color-2)}.color-app-3,a.color-app-3,.color-app-4,a.color-app-4{color:var(--app-color-white);fill:var(--app-color-white)}.color-app-5,a.color-app-5,.color-app-6,a.color-app-6{color:var(--app-color-1);fill:var(--app-color-1)}.color-dark,a.color-dark{color:var(--dark-color);fill:var(--dark-color)}.color-light,a.color-light{color:var(--light-color);fill:var(--light-color)}.decorations{z-index:0;position:absolute;top:var(--gap);bottom:var(--gap)}.decorations.left{justify-content:space-between;align-items:start;left:var(--gap)}.decorations.right{right:0;justify-content:start;align-items:end;row-gap:40%;right:var(--gap)}.wheel-wrapper{min-height:clamp(420px,calc(100dvh - 320px),700px);padding:calc(var(--gap) * 2) 0;display:flex;justify-content:center;align-items:center}.wheel-ready-shell{--wheel-size: min(600px, 95vw);position:relative;display:inline-flex;justify-content:center;align-items:center;overflow:visible}.wheel-ready-decorations{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:visible}.wheel-ready-side{position:absolute;line-height:0;z-index:2}.wheel-ready-side>svg{display:block;width:100%;height:auto}.wheel-ready-side-top{top:0;left:0;width:68px;transform:translate(-250%,-28%)}.wheel-ready-side-bottom{bottom:0;right:0;width:96px;transform:translate(200%,40%)}.wheel{width:var(--wheel-size);height:var(--wheel-size);border-radius:50%;position:relative;border:var(--wheel-border-thickness) solid #ffffff;box-shadow:0 0 14px #00000026;-webkit-overflow:hidden;overflow:hidden;transform:translateZ(0)}.wheel-back{width:100%;height:100%;will-change:transform;transform:rotate(0);transition:transform var(--spin-duration) cubic-bezier(0,1,.5,1)}.wheel-back-image,.wheel-front-image{line-height:0;pointer-events:none}.wheel-back-image>svg{display:block;width:100%;height:auto}.wheel-front-image{width:100%;height:auto;position:relative;z-index:5}.wheel-front-hit-area{position:absolute;left:50%;top:50%;width:calc(var(--wheel-size) / 3.8);transform:translate(-50%,-50%);margin:0;padding:0;border:0;background:transparent;cursor:pointer;z-index:20;line-height:0}.wheel-front-image>svg{display:block;width:100%;height:auto}.wheel-front-hit-area:disabled{cursor:not-allowed}.wheel:before{content:"";position:absolute;width:calc(var(--wheel-size) - 16px);height:calc(var(--wheel-size) - 16px);border-radius:50%;border:8px solid rgba(255,255,255,.15);z-index:1}#wheel-inner{width:100%;height:100%;transition:all var(--spin-duration) cubic-bezier(0,1,.5,1);transform:rotate(0)}.wheel-segment{position:absolute;border-style:solid;border-width:calc((var(--wheel-size) / 2) + 5px) calc(var(--wheel-size) / 3.33) 0;border-color:#ffffff transparent;transform-origin:calc(var(--wheel-size) / 3.33) calc((var(--wheel-size) / 2) + var(--wheel-border-thickness) / 2);left:calc(var(--wheel-size) / 5);top:calc(var(--wheel-border-thickness) / 2 * -1);opacity:1;z-index:-1}.wheel-segment img,.wheel-segment>div[role=img]{position:absolute;margin-top:calc(var(--wheel-size) / 2.375 * -1);color:var(--wheel-icon-color);z-index:10000000;transform-origin:center;transform:translate(-50%) scale(var(--wheel-icon-scale));width:250px;height:250px;max-width:calc(var(--wheel-size) / 8);max-height:calc(var(--wheel-size) / 8)}.wheel-segment>div[role=img]>svg{width:100%;height:100%}.wheel-segment:before{content:"";position:absolute;right:0;bottom:0;width:calc(var(--wheel-size) / 2);height:calc(var(--wheel-size) / 2);z-index:999999;left:50%;transform:translate(-50%,-15%);background:radial-gradient(circle,#0000001a,#fff0 60%)}.wheel-divider{content:"";position:absolute;background-color:#fff;width:max(calc(var(--wheel-border-thickness) / 2),6px);height:calc(var(--wheel-size) / 2 + 4px);top:calc(var(--wheel-size) / 2 + 0px);left:calc(var(--wheel-size) / 2 - 0px);transform-origin:top}.wheel-center{position:absolute;margin:calc(var(--wheel-size) / 3.5 / 2 * -1) 0 0 calc(var(--wheel-size) / 3.5 / 2 * -1);padding:0;background-color:var(--app-color-1);color:#fff;width:calc(var(--wheel-size) / 3.5);height:calc(var(--wheel-size) / 3.5);top:50%;left:50%;border-radius:50%;font-size:calc((var(--wheel-size) / 20) - 2px);font-weight:700;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:4px solid #ffffff;box-shadow:0 0 20px #0000004d;z-index:1000}.wheel-center:disabled{background-color:var(--app-color-1);color:var(--app-color-white);cursor:default}.text-166pct{line-height:.7;font-size:166%;font-weight:700}.wheel-center.spin{font-size:calc((var(--wheel-size) / 10) - 2px)}.wheel-pointer:before{content:"";position:absolute;width:0;height:0;border-style:solid;border-width:0 calc(var(--wheel-size) / 25) calc(var(--wheel-size) / 20) calc(var(--wheel-size) / 25);border-color:transparent transparent #ffffff transparent;left:50%;transform:translate(-50%,-90%)}.wheel-pointer{--size: calc(var(--wheel-size) / 2.5);position:absolute;background-color:#fff;width:var(--size);height:var(--size);top:calc(var(--wheel-size) / 2);left:calc(var(--wheel-size) / 2);transform:translate(-50%,-50%);border-radius:50%;z-index:1000}.cta{background-color:var(--app-color-2);padding:var(--gap) 0 80px 0}.cta-heading{color:var(--app-color-white);font-family:"Source Serif Pro";font-weight:700;font-size:clamp(2.25rem,4.2vw,3.25rem);line-height:1.1}.social-media{background-color:var(--app-color-lightGray);color:var(--app-color-1);padding:var(--gap) 0 40px 0;margin-top:calc(var(--gap) * -1)}.social-icon>img{width:2rem;height:2rem;padding:.5rem}.social-icon>img:hover{opacity:.6}.steps{padding:0;list-style:none;flex:0 1 auto;position:relative;z-index:2}.step{width:17rem;justify-content:flex-start}.steps-shell{position:relative;display:inline-flex;justify-content:center;align-items:center}.steps-side{position:absolute;line-height:0;pointer-events:none;z-index:1}.steps-side>svg{display:block;width:100%;height:auto}.steps-side-left{left:0;bottom:0;width:65px;transform:translate(-78%,38%)}.steps-side-right{right:0;top:0;width:98px;transform:translate(78%,-52%)}.step-number{background-color:var(--app-color-white);color:var(--app-color-2);border-radius:50%;width:50px;height:50px;font-size:32px;line-height:50px;font-weight:700}.step-text{color:var(--app-color-white);margin-top:5px;font-size:20px;font-weight:700}.logo-brand{color:var(--app-color-1);fill:var(--app-color-1);width:100%}.logo-container{align-items:center;flex:none;width:min(885px,100%);border-top:1px solid var(--app-color-lightGray);padding-top:calc(var(--gap) * .6)}.footer-social-links{flex:none;align-items:center;justify-content:center;-moz-column-gap:calc(var(--gap) / 2);column-gap:calc(var(--gap) / 2);margin-bottom:0}.footer-legal-links{flex:none;margin-top:calc(var(--gap) * -.6);margin-bottom:calc(var(--gap) * 1.25)}.footer-top-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:flex-start;justify-items:center;width:100%;-moz-column-gap:clamp(8px,2vw,20px);column-gap:clamp(8px,2vw,20px);row-gap:calc(var(--gap) * 1.5);margin-bottom:var(--gap)}.footer-logo-block{flex:none;align-items:center;text-align:center;row-gap:calc(var(--gap) / 2)}.footer-optum-block{justify-self:center}.footer-logo-block .logo-brand{width:auto;display:inline-flex;align-items:center;justify-content:center}.footer-logo-block .logo-brand img{display:block;width:150px;height:auto;max-width:100%}.footer-left-block p,.footer-optum-block p{margin:0}.logo-remove-gap{margin-bottom:calc(var(--gap) * -1)}.text-500{font-weight:500}.text-700{font-weight:700}.text-italic{font-style:italic}.text-center{text-align:center}.text-right{text-align:end}.text-nowrap{white-space:nowrap}.full-width{width:100%}.container.full-width{width:calc(100% - (var(--gap) * 2))}.space-between{justify-content:space-between}.question-wrapper{padding:var(--gap);justify-content:flex-start}.question{position:relative;z-index:2;justify-content:flex-start}.question>*{width:100%}.question-roll-header{line-height:0;width:min(100%,740px);margin:0 auto calc(var(--gap) * .5);flex:none;display:block}.question-roll-header>svg,.question-roll-header>img{display:block;width:100%;height:auto;max-height:285px;-o-object-fit:contain;object-fit:contain}.question-prompt{margin:0 auto;width:min(100%,900px);text-align:center;color:var(--TN-Blue, #002663);font-family:Arial,sans-serif;font-size:23px;font-style:normal;font-weight:700;line-height:normal;flex:none;position:relative;z-index:2}.question-main-content{width:min(100%,900px);margin:0 auto;display:flex;flex-direction:column;row-gap:40px;flex:0 0 auto;position:relative;z-index:3}.answer-options-shell{width:min(100%,900px);margin:0 auto;position:relative;overflow:visible}.answer-options-side{position:absolute;line-height:0;pointer-events:none;z-index:1}.answer-options-side>svg{display:block;width:100%;height:auto}.answer-options-side-top-left{top:0;left:0;width:56px;transform:translate(-220%,-36%)}.answer-options-side-bottom-right{bottom:0;right:0;width:86px;transform:translate(200%,38%)}.answer-group{width:min(100%,900px);margin:0 auto;row-gap:8px;flex:none;position:relative;z-index:2}.question-progress{position:relative;display:flex;justify-content:space-between;width:calc(100% - (var(--gap) * 3));text-align:center;color:var(--app-color-white);font-size:20px;font-weight:700;-webkit-user-select:none;-moz-user-select:none;user-select:none}.question-progress:before{content:"";z-index:0;position:absolute;width:calc(100% - 8px);top:-8px;left:4px;height:8px;background:var(--app-color-1)}.question-progress .progress-circle{--size: 30px;z-index:1;background-color:#fff;border:4px solid var(--app-color-1);border-radius:50%;color:var(--app-color-2);width:var(--size);height:var(--size);font-size:calc(var(--size) * .8);transform:translateY(calc(-50% - 4px));line-height:var(--size);font-weight:700}.question-progress .progress-circle.complete,.question-progress .progress-circle.active{background-color:var(--app-color-1);color:var(--app-color-white)}.question-icon,.answer-icon{width:6rem;height:6rem;fill:var(--app-color-1)}.question-icon>svg,.answer-icon>svg{width:100%;height:100%;fill:var(--app-color-1)}.question-title{position:relative;width:calc(100% - (var(--gap) * 2));padding:var(--gap);border:4px solid var(--app-color-1);border-radius:var(--border-radius);text-align:center;color:var(--app-color-textBlack);font-size:1em;font-weight:500}.question-title:before{content:"";position:absolute;width:100%;height:100%;padding:4px;background-color:#00000026;border-radius:var(--border-radius);transform:rotate(1deg) translate(4px);z-index:-1}.answer-group .row.full-width{-moz-column-gap:0;column-gap:0;flex:0 0 auto}.form-field label:after{content:"(optional)";padding-left:var(--gap);font-size:smaller;font-style:italic}.form-field label.required:after{content:"(required)"}input[type=text]{width:calc(100% - var(--gap));padding:calc(var(--gap) / 2);border:1px solid #dddddd;border-radius:var(--border-radius)}input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--background);margin:0}input[type=radio]:checked+label.a1{border-radius:8px;border:3px solid var(--TN-Gray, #cfd2d3);background:var(--TN-Blue, #002663);color:#fff}input[type=radio]:checked+label.a0{background-color:var(--app-color-2);color:#fff}button[type=submit]{align-self:center}.answer-option{display:inline-block;width:100%;padding:1.25rem;font-size:18px;background-color:#fff;color:var(--app-color-textBlack);border:2px solid #dddddd;border-radius:var(--border-radius);cursor:pointer;text-align:center}.answer-result{padding:var(--gap) var(--gap) 0 var(--gap);line-height:1.9rem;position:relative;z-index:5}.answer-result-body{flex:none;margin-bottom:.75rem}.answer-result .heading.correct,.answer-result .heading.incorrect{text-align:center;font-family:Arial,sans-serif;font-size:30px;font-style:normal;font-weight:700;line-height:normal}.answer-result .heading.correct{color:var(--TN-Blue, #002663)}.answer-result .heading.incorrect{color:var(--app-color-2)}.answer-result .column{justify-content:start}.answer-result .column:first-child{flex-grow:.25;justify-content:start}.answer-result .column:last-child{align-items:start;flex-grow:.5}.flex-none{flex:none}.flex-wrap{flex-wrap:wrap}.justify-start{justify-content:start}.items-center{align-items:center}.gap-0{gap:0}.answer-result p{margin:0}.q1-correct-content{width:633px;max-width:100%}.q1-correct-heading,.q1-correct-copy,.q1-correct-item,.q1-correct-link{color:var(--TN-Blue, #002663);font-size:20px;font-family:Arial,sans-serif;word-wrap:break-word}.q1-correct-list{margin:.5rem 0 1rem;padding-left:1.5rem}.q1-correct-item{margin-block-end:.75rem}.q1-correct-item:last-child{margin-block-end:0}.q1-correct-item::marker{color:var(--TN-Blue, #002663)}.q1-correct-heading{font-weight:700}.q1-correct-copy,.q1-correct-link{font-weight:400}a.q1-correct-link,a.q1-correct-link:hover{text-decoration:underline;border-bottom:none}.q2-correct-content{width:633px;max-width:100%}.q2-correct-copy,.q2-correct-link{color:var(--TN-Blue, #002663);font-size:20px;font-family:Arial,sans-serif;font-weight:400;word-wrap:break-word}.q2-correct-link{text-decoration:underline}.q2-correct-paragraph{margin:0}.q2-correct-paragraph+.q2-correct-paragraph{margin-top:.5rem}.q2-correct-cta{margin-top:1.5rem}a.q2-correct-link,a.q2-correct-link:hover{text-decoration:underline;border-bottom:none}.symbol{display:inline;width:13px;height:1.3em;vertical-align:bottom}.p-learn-more{align-self:center}a.learn-more{color:var(--app-color-1);font-weight:700}.end-screen{z-index:2}.end-screen .container{padding-top:calc(var(--gap) / 2);padding-bottom:calc(var(--gap) / 2)}.icon-circle{display:flex;align-content:center;justify-content:center;align-items:center;background-color:var(--app-color-1);color:var(--app-color-2);border-radius:50%;width:125px;height:125px;font-size:32px;line-height:125px;font-weight:700}.icon-circle>img,.icon-circle>svg{width:50%;height:50%}.entry-form label{font-size:18px}.title{margin-bottom:0}.subtitle{margin-top:0}.end .title,.end .subtitle,.entry-form label{text-shadow:var(--background) 0 0 20px}.legal,.source{font-size:11px;line-height:15px}#app{position:relative;z-index:1;opacity:1;transition:opacity .2s ease-in}#app.end .legal{color:var(--app-color-1)}#app.thanks .legal{margin-top:calc(var(--gap) * 6)}#app.enter-to-win{position:relative;z-index:1}.enter-to-win-column{flex:none;width:100%}.enter-to-win-shell{max-width:1530px;padding-top:calc(var(--gap) * 1.5);padding-bottom:calc(var(--gap) * 1.5)}.tally-form-shell{width:min(100%,1350px);margin:0 auto;border-radius:var(--border-radius);overflow:hidden;background:#fff}.tally-form-shell iframe{display:block;width:100%;height:900px;border:0}#app.initial{opacity:0;animation:fade-in .3s 3s ease-in-out forwards}.loading{opacity:0;width:100%;height:50vh;animation:fade-in .3s 3s ease-in-out forwards}.loading .spinner{width:48px;height:48px;border:5px solid #ebebeb;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:spin 1s linear infinite}.loading .js-notice{color:#ebebeb;font-size:small;font-style:italic}.z1{z-index:1}.overflow-visible{overflow:visible}.fpo,a.fpo,a:not(.img-link).fpo{color:#f0f}.fade-in{animation:fade-in .2s ease-in-out forwards}.fade-out{animation:fade-out .2s ease-in-out 1.5s forwards}.icon-flourish{animation:icon-flourish 1s ease infinite alternate}.bounce{animation:bounce 1s ease;color:var(--app-color-1)}@keyframes bounce{0%{transform:none}25%{transform:translateY(10px) scale(1.15)}50%{transform:none}75%{transform:translateY(10px) scale(1.15)}to{transform:none}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes icon-flourish{0%{transform:translate(-50%) scale(var(--wheel-icon-scale-contract))}20%{transform:translate(-50%) rotate(4deg)}40%{transform:translate(-50%) rotate(-4deg)}to{transform:translate(-50%) scale(var(--wheel-icon-scale-expand))}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-height: 700px){.logo svg,.logo object{max-height:75px}}@media (max-width: 676px){.logo svg,.logo object{max-height:75px}.wheel-ready-shell{--wheel-size: min(540px, 96vw)}.wheel-ready-side-top{width:56px;transform:translate(-58%,-20%)}.wheel-ready-side-bottom{width:78px;transform:translate(58%,30%)}.answer-options-side-top-left{width:48px;transform:translate(-100%,-18%)}.answer-options-side-bottom-right{width:72px;transform:translate(96%,22%)}.footer-top-row{grid-template-columns:1fr;-moz-column-gap:0;column-gap:0;row-gap:calc(var(--gap) * 1.25)}.footer-optum-block{justify-self:center}.steps-side-left{transform:translate(-40%,15%)}.steps-side-right{transform:translate(40%,-20%)}.decorations{height:min(1680px,100%)}.row.responsive{flex-direction:column;row-gap:var(--gap)}.container.row{-moz-column-gap:calc(var(--gap) * -1);column-gap:calc(var(--gap) * -1)}.row.responsive .separator.row-only{display:none}.row.responsive .separator{height:0;width:75%;justify-self:center;border-left:0;border-top:1px solid var(--app-color-1)}.row.responsive>.column.start{align-items:center}.question-progress{width:100%}.question-progress .progress-circle{--size: 26px}}@media (max-width: 470px){:root{--wheel-size: 80vw}.wheel-ready-shell{--wheel-size: 96vw}.wheel-ready-side-top{width:48px;transform:translate(-48%,-14%)}.wheel-ready-side-bottom{width:68px;transform:translate(48%,22%)}.answer-options-side-top-left{width:40px;transform:translate(-82%,-10%)}.answer-options-side-bottom-right{width:58px;transform:translate(76%,16%)}.decorations{display:none}.question-progress .progress-circle{--size: 16px}}
