:root{--ozone-extra-light: #F3F7FC;--ozone: #337ACE;--ozone-dark: #2862A6;--lapis: #21528C;--jet: #102641;--white: #FFFFFF;--grey-extra-lighter: #F6F6F6;--grey-extra-light: #E4E4E4;--grey-lighter: #D6D6D6;--grey-light: #B2B2B2;--grey: #777777;--grey-dark: #555555;--grey-extra-dark: #333333;--black: #000000;--turquoise: #1EBCF8;--turquoise-dark: #07A1DC;--polar-light: #A6E3FA;--polar: #76D4F8;--polar-dark: #08729A;--amethyst: #7A267B;--solar-flare: #FDD746;--sun: #E88534;--error-light: #FFE9EE;--error: #F35C61;--error-dark: #C70032;--warning-light: #FFF7EE;--warning: #FF8500;--warning-dark: #AD5A00;--success-light: #F0FAEE;--success: #3DA930;--success-dark: #2D7E24;--jet-black-gradient: linear-gradient(90deg, var(--jet) 0%, var(--black) 100%);--lapis-black-gradient: linear-gradient(90deg, var(--lapis) 0%, var(--black) 100%);--white-black-gradient: linear-gradient(90deg, var(--white) 0%, var(--black) 100%);--lapis-turquoise-gradient: linear-gradient(90deg, var(--lapis) 0%, var(--turquoise) 100%);--ozone-amethyst-gradient: linear-gradient(90deg, var(--ozone) 0%, var(--amethyst) 100%);--polar-turquoise-gradient: linear-gradient(90deg, var(--polar) 0%, var(--turquoise) 100%);--font-family: "PFDINTextPro", sans-serif;--font-regular: 400;--font-medium: 500;--transition--extra-slow: 2s;--transition-slow: 1s;--transition-normal: .5s;--transition-fast: .25s;--box-shadow: 0px 2px 4px rgba(51, 51, 51, .25);--box-shadow-top: 0px -2px 4px rgba(154, 127, 233, .25)}a{font-weight:var(--font-regular);font-size:14px;line-height:14px;font-weight:var(--font-medium);color:var(--ozone-dark);text-decoration:underline;text-decoration-color:transparent;transition:all linear var(--transition-normal)}a:hover{color:var(--jet);text-decoration-color:var(--jet)}a.light{color:var(--white)!important}a.light:hover{text-decoration:underline}a.icon-right img,a.icon-right dtv-icon{margin-left:6px;vertical-align:text-top}a.icon-left img,a.icon-left dtv-icon{margin-right:6px;vertical-align:text-top}button.close-button{background:none;color:var(--white);border:none}.dtv-checkbox-group input[type=checkbox]{-moz-appearance:none;-webkit-appearance:none;-o-appearance:none;position:absolute;width:22px;height:22px;cursor:pointer;border:1px solid var(--grey-light);border-radius:4px;transition:all .25s cubic-bezier(.4,0,.23,1);font-size:18px;margin:3px 3px 3px 0}.dtv-checkbox-group input[type=checkbox].disabled,.dtv-checkbox-group input[type=checkbox]:disabled{cursor:default;opacity:40%}.dtv-checkbox-group input[type=checkbox]:hover:not(:disabled){border:1px solid var(--ozone-dark)}.dtv-checkbox-group input[type=checkbox]:focus{border:2px solid var(--ozone-dark);outline-offset:0px}.dtv-checkbox-group input[type=checkbox]:checked{background:var(--ozone-dark);border:7.75px solid var(--ozone-dark);animation:shrink-bounce .2s cubic-bezier(.4,0,.23,1)}.dtv-checkbox-group input[type=checkbox]:checked:before{content:"";position:absolute;top:3px;left:-2px;border-right:2px solid transparent;border-bottom:2px solid transparent;transform:rotate(45deg);transform-origin:0% 100%;animation:checkbox-check 125ms .25s cubic-bezier(.4,0,.23,1) forwards}.dtv-checkbox-group input[type=checkbox]:checked:not(:disabled):hover{border:7.75px solid var(--jet);background:var(--jet)}.dtv-checkbox-group input[type=checkbox]:checked:focus{border:7.75px solid var(--jet);background:var(--jet)}.dtv-checkbox-group input[type=checkbox]+label{margin:0 0 0 26px;position:relative;display:flex;align-items:flex-start;color:var(--grey-extra-dark)}.dtv-checkbox-group input[type=checkbox]+label:not(.disabled){cursor:pointer}.dtv-checkbox-group input[type=checkbox]+label .checkbox-option{display:inline-block;font-weight:var(--font-medium);font-size:14px;line-height:14px;letter-spacing:.2px;padding:4px 7px;position:relative;transition:all linear var(--transition-fast)}.dtv-checkbox-group input[type=checkbox]+label .checkbox-option+a{padding-left:4px}.dtv-checkbox-group input[type=checkbox]+label+.checkbox-description{display:block;border-radius:4px;font-weight:var(--font-regular);font-size:12px;line-height:14px;margin-left:28px;margin-top:0;flex-basis:100%;max-width:375px}.dtv-checkbox-group input[type=checkbox]:not(:disabled)+label:hover{color:var(--grey-extra-dark)}.dtv-checkbox-group input[type=checkbox]:not(:disabled)+label:hover .checkbox-option{background:var(--ozone-extra-light)}.dtv-checkbox-group input[type=checkbox]:checked:disabled~.checkbox-sub-input-wrapper{overflow:hidden;max-height:0;transition:max-height var(--transition-normal)}.dtv-checkbox-group input[type=checkbox]:checked~.checkbox-sub-input-wrapper{max-height:1000px;flex-basis:100%;transition:max-height ease-in-out var(--transition-slow)}.dtv-checkbox-group.large input[type=checkbox]+label>span{min-width:22px;width:22px;height:22px}.dtv-checkbox-group.large input[type=checkbox]+label .checkbox-option{font-weight:var(--font-medium);font-size:16px;line-height:20px;letter-spacing:0}.dtv-checkbox-group.large input[type=checkbox]+label .checkbox-option span{font-weight:var(--font-medium);font-size:16px;line-height:20px;letter-spacing:0}.dtv-checkbox-group.large input[type=checkbox]+label+.checkbox-description{margin-left:33px}.dtv-checkbox-group.large input[type=checkbox]:checked+label>span:before{top:11px;left:5px}.dtv-checkbox-group .dtv-checkbox-bonus-text{font-weight:var(--font-medium);font-size:12px;line-height:14px;color:var(--grey-dark);margin-bottom:3px}.dtv-checkbox-group+.dtv-checkbox-group{margin-top:17px}.dtv-checkbox-group+.dtv-checkbox-group.large-space{margin-top:28px}.dtv-checkbox-group .checkbox-sub-input-wrapper{overflow:hidden;max-height:0;transition:max-height var(--transition-normal)}.dtv-checkbox-group .checkbox-sub-input-wrapper .checkbox-sub-input .checkbox-sub-input-label{flex-basis:100%;margin-bottom:6px;font-weight:var(--font-medium);font-size:16px;line-height:20px;letter-spacing:0}.dtv-checkbox-group .checkbox-sub-input-wrapper .checkbox-sub-input .checkbox-sub-input-label .optional{font-weight:var(--font-regular);color:var(--grey-dark)}.dtv-checkbox-group .checkbox-sub-input-wrapper .checkbox-sub-input input{margin-right:8px;max-width:152px}.dtv-checkbox-group .checkbox-sub-input-wrapper .checkbox-sub-input+.dtv-checkbox-group .checkbox-sub-sub-input-wrapper{overflow:hidden;max-height:0;transition:max-height var(--transition-normal)}.dtv-checkbox-group .checkbox-sub-input-wrapper .checkbox-sub-input+.dtv-checkbox-group input:checked~.checkbox-sub-sub-input-wrapper{max-height:1000px;transition:max-height ease-in-out var(--transition-slow)}.dtv-checkbox-group .checkbox-sub-input-wrapper .dtv-checkbox-group{margin-top:19px}.dtv-checkbox-group>label{padding-bottom:0}input{-webkit-touch-callout:text;-webkit-user-select:text;user-select:text}input[type=text] input[type=number]{border:1px solid var(--grey-light);border-radius:4px;font-weight:var(--font-regular);font-size:16px;line-height:20px;padding:14px 16px 11px;transition:all linear var(--transition-fast)}input[type=text] input[type=number]:hover{border:1px solid var(--ozone-dark)}input[type=text] input[type=number]:focus{border:1px solid var(--jet);outline:none}input.full-width{width:100%}textarea{border:1px solid var(--grey-light);border-radius:4px;font-weight:var(--font-regular);font-size:16px;line-height:20px;padding:14px 16px 11px;transition:all linear var(--transition-fast);min-height:200px;-webkit-touch-callout:text;-webkit-user-select:text;user-select:text}textarea:hover{border:1px solid var(--ozone-dark)}textarea:focus{border:1px solid var(--jet);outline:none}textarea.full-width{width:100%}input[type=textarea]{min-height:135px;vertical-align:top}.mb-0{margin-bottom:0}.mb-20{margin-bottom:20px}.mt-8{margin-top:8px}.mt-10{margin-top:10px}.mt-28{margin-top:28px}.mr-14{margin-right:10px}.ml-14{margin-left:10px}.flex-align-top{align-items:flex-start}.flex-align-bottom{align-items:flex-end}.flex-align-center{align-items:center}.flex-align-end{align-items:flex-end}.flex-justify-left{justify-content:flex-start}.flex-justify-right{justify-content:flex-end}.flex-justify-center{justify-content:center}.flex-justify-space-between{justify-content:space-between}.flex-justify-space-around{justify-content:space-around}.flex-wrap{flex-wrap:wrap}.d-flex{display:flex}@media (min-width: 768px){.mt-t-0{margin-top:0}.ml-t-14{margin-left:14px}.ml-t-18{margin-left:18px}.d-flex-t{display:flex}}@media (min-width: 1024px){.d-flex-d{display:flex}}.iframe-view .header .container{display:none}.iframe-view .dtv-header-wrapper{display:block}.iframe-view .dtv-header-wrapper .dtv-navigation,.iframe-view .dtv-header-wrapper a[aria-label="Send Email"],.iframe-view .quote-preview{display:none}.iframe-view footer{display:none}.pdf{margin:0!important;padding:0!important}.pdf .hidden-desktop{display:block!important}.pdf .hidden-mobile,.pdf .hidden-tablet{display:none!important}.pdf .table-responsive{width:100%!important;padding-left:0!important}.pdf .package-title{text-transform:uppercase;font-weight:500;padding-bottom:.25em}.pdf .banner{background-color:#102641;color:#fff;font-weight:500;font-size:1.8rem;line-height:1;padding:1.375em 0 1.25em 3em;text-align:center}.pdf .banner sup{font-size:50%;position:relative}.pdf .content{padding-top:1.5625em}.pdf .content .date{text-align:right;padding:0 2.5em}@media (min-width: 768px){.pdf .content .date{padding:1.5625em 0}}.pdf .header .content{padding:1.5625em 2.5em 2em}.pdf .header .content strong,.pdf .header .content b{font-weight:500}.pdf .header .content span{font-weight:400}.pdf .header .content .seller-info-wrapper{padding:1.5em 1.65em;border-left:5pt solid var(--turquoise);line-height:1.5rem;background:var(--ozone-extra-light)}.pdf .header .content .seller-info{max-width:30em}.pdf .header .content p{font-size:.875rem;line-height:.875rem;margin-bottom:0}.pdf .header .content p.pdf-18{font-size:1.125rem;line-height:1.125rem;margin-bottom:.375em}.pdf .header .content p.pdf-18:first-of-type{margin-bottom:.75em}.pdf .header .content p.pdf-16{font-size:1rem;line-height:1.25rem}.pdf .header .content p.pdf-sig{font-size:1rem;line-height:1rem}.pdf .header .content p.message{margin-bottom:.75em}.pdf .header .content p.note{font-size:.75rem;line-height:.75rem;margin-bottom:1em}.pdf .header .content p.pdf-thanks{margin-bottom:.25em}.pdf .pdf-body{padding:0 2.5em 2.5em}.pdf .footer-legal{padding-left:2.5em;padding-right:2.5em;font-weight:var(--font-regular);font-size:.75rem;line-height:.875rem}.pdf .footer-legal div{margin-bottom:1em}.pdf .table-title{font-size:1rem!important;line-height:1.3125rem!important}.pdf .with-top-header .table-title{display:table-cell!important;padding-left:0}.pdf .hidden-desktop.table-title{display:none!important}.pdf table tr{page-break-inside:avoid!important;page-break-after:auto!important}.pdf table tr th:first-of-type{min-width:13.25em!important;max-width:13.25em!important}.pdf table tr th:first-of-type+th,.pdf table tr th:first-of-type+td{width:7.325em!important}.pdf table tr th:first-of-type~th,.pdf table tr th:first-of-type~td{width:7.325em!important;min-width:6.25em!important;max-width:7.325em!important}.pdf table tr th,.pdf table tr td{font-size:.875rem!important;padding:.75em .875em .75em 0;width:7.325em!important}.pdf table tr th .year{padding-bottom:.3em!important;padding-right:8px!important}.pdf table tr.yearly-note th.year{padding:8px 8px 8px 4px}.pdf table tr.yearly-note th.year:after{width:calc(100% - 10px)!important;left:0;bottom:0}.pdf table tr.yearly-note th.year-highlight:after{left:0}.pdf table tr.yearly-note th:after{content:none}.pdf table.highlighted-table{margin-bottom:2em;width:100%}@media (min-width: 1024px){.pdf table tr th .terms{padding-top:8px!important}}.pdf table tr:not(.yearly-note) th+th:after,.pdf table.highlighted-table tr th.highlighted:before,.pdf table.highlighted-table tr td.highlighted:before{width:93%!important}.pdf .fake-panel{padding:16px 0 16px 8px!important}.pdf .fake-panel .table-responsive table tr th:first-of-type{min-width:11.25em!important;max-width:12.25em!important}.pdf .fake-panel .table-responsive table tr th:first-of-type+th,.pdf .fake-panel .table-responsive table tr th:first-of-type+td{width:7.825em!important}.pdf .fake-panel .table-responsive table tr th:first-of-type~th,.pdf .fake-panel .table-responsive table tr th:first-of-type~td{width:7.825em!important;min-width:6.25em!important;max-width:7.825em!important}.pdf .fake-panel .table-responsive table tr th,.pdf .fake-panel .table-responsive table tr td{font-size:.875rem!important;padding:.75em .875em .75em 0;width:7.825em!important}.pdf .fake-panel .table-responsive table tr th .year{padding-bottom:.3em!important;padding-right:8px!important}.pdf .fake-panel .table-responsive table tr.yearly-note th.year{padding:8px 8px 8px 4px!important}.pdf .fake-panel .table-responsive table tr.yearly-note th.year:after{width:calc(100% - 10px)!important;left:0;bottom:0}.pdf .fake-panel .table-responsive table tr.yearly-note th.year-highlight:after{left:0}.pdf .fake-panel .table-responsive table tr.yearly-note th:after{content:none}.pdf .fake-panel .table-responsive table tr:not(.yearly-note) th+th:after,.pdf .fake-panel .table-responsive table.highlighted-table tr th.highlighted:before,.pdf .fake-panel .table-responsive table.highlighted-table tr td.highlighted:before{width:93%!important}.pdf .footnotes{margin-bottom:1.25em}.pdf .dtv-panel.table{padding:0!important;margin-bottom:0!important}.pdf field-set{margin-bottom:0!important}.pdf dtv-icon svg{display:none}.pdf dtv-icon img{vertical-align:text-bottom;width:1.5625em;height:1.5625em;position:relative;top:.25em}.pdf dtv-icon img.base64-icon-promo{width:.9375em;height:.9375em;top:0}.dtv-modal-note{background-color:var(--ozone-extra-light);padding:.5625em;margin-bottom:1.5em;color:var(--ozone-dark);display:flex;align-items:flex-start}.dtv-modal-note p{padding:3px 0 0 7px}.dtv-modal-note strong{font-weight:500}.dtv-modal-text-question-note{color:#555;font-weight:400}.title-button{display:block;text-transform:none;padding:14px 0 4px;cursor:pointer}.title-button dtv-icon{vertical-align:bottom;padding-right:7px}@media (min-width: 768px){.title-button{display:inline-block;background-color:var(--ozone-extra-light);padding:20px;position:absolute;right:0;top:0}}*{box-sizing:border-box;font-family:var(--font-family);font-style:normal;font-weight:inherit;-webkit-user-select:none;user-select:none}html,body{margin:0;padding:0;font-weight:var(--font-regular);font-size:16px;line-height:20px;color:var(--grey-extra-dark)}body{background-color:var(--grey-extra-lighter)}body.noscroll{overflow:hidden}.container{margin:auto}@media (min-width: 1024px){.container{max-width:1216px}}h1,h2,h3,h4,h5,h6{margin:8px 0}p{margin:0}label{display:block;font-weight:var(--font-medium);font-size:18px;line-height:22px;padding-top:1px;padding-bottom:10px}label.small{font-weight:var(--font-medium);font-size:16px;line-height:20px;letter-spacing:0;padding-bottom:6px}.push{margin-top:28px}.push-half{margin-top:16px}.push-quarter{margin-top:8px}.text-uppercase{text-transform:uppercase}.hidden,.hidden-mobile{display:none}@media (min-width: 768px){.content{margin-top:29px;padding:0 48px}.hidden-mobile{display:block}.hidden-tablet{display:none}}@media (min-width: 1024px){.hidden-desktop{display:none!important}.visible-desktop{display:block!important}}@media (min-width: 1280px){.content{margin-top:-29px}}@keyframes shrink-bounce{0%{transform:scale(1)}33%{transform:scale(.85)}to{transform:scale(1)}}@keyframes checkbox-check{0%{width:0;height:0;border-color:var(--white);transform:translateZ(0) rotate(45deg)}33%{width:.2em;height:0;transform:translateZ(0) rotate(45deg)}to{width:.2em;height:.5em;border-color:var(--white);transform:translate3d(0,-.5em,0) rotate(45deg)}}.dtv-modal,.dtv-modal-background{opacity:0;transition:opacity ease-in var(--transition-fast)}body.dtv-modal-open{overflow:hidden}body.dtv-modal-open .dtv-modal-background{opacity:.3;background-color:var(--jet);z-index:950;position:fixed;inset:0}body.dtv-modal-open .dtv-modal{opacity:1;position:fixed;left:0;right:0;margin:auto;top:50%;transform:translateY(-50%);z-index:1000;width:90%;max-width:512px;height:586px;max-height:90vh}.no-padding{padding:0!important}.fade-transition-out{opacity:0;visibility:hidden;pointer-events:none;max-height:0;overflow:hidden;transition:all ease-in-out .2s}.fade-transition-in{opacity:1;max-height:1000px;visibility:visible;transition:all ease-in-out .2s}
