@import"https://appkitcdn.pwc.com/appkit4/cdn/styles/4.10.2/themes/appkit.orange.min.css";.summary-table{display:table}.summary-table thead{display:table-header-group}.summary-table tbody{display:table-row-group}.summary-table tr{display:table-row}.summary-table th,.summary-table td{display:table-cell}.edit-table-container{width:100%;margin:0;padding:0}.edit-table-loading,.edit-table-error,.edit-table-empty{padding:2rem;text-align:center;color:#eeeff1;font-size:1rem}.edit-table-loading-overlay{position:relative;width:100%;height:100%;min-height:400px;display:flex;align-items:center;justify-content:center;background-color:#ffffffe6;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.edit-table-loading-spinner{display:flex;flex-direction:column;align-items:center;gap:16px;color:#474747;font-size:1rem}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #fd5108;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.edit-table-error{color:#d32f2f;background-color:#ffebee;border:1px solid #ffcdd2;border-radius:4px}.edit-table-controls{margin-top:1.5rem;margin-bottom:1rem;padding:1rem;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px}.edit-table-select-all{display:flex;align-items:center;flex-wrap:wrap;gap:16px}.edit-table-select-all label{display:flex;align-items:center;cursor:pointer;font-weight:500;margin:0}.edit-table-bulk-edit-button{padding:.25rem .75rem;border:1px solid #fff;background-color:#fd5108;color:#fff;cursor:pointer;border-radius:4px;font-size:.875rem;transition:all .2s ease}.edit-table-bulk-edit-button:hover:not(:disabled){background-color:#b83902;border-color:#fff}.edit-table-bulk-edit-button:disabled{background-color:#dfe3e6;border-color:#dfe3e6;color:#999;cursor:not-allowed;opacity:.6}.edit-table-clear-button{padding:.25rem .75rem;border:1px solid #d0d0d0;background-color:#eeeff1;color:#474747;cursor:pointer;border-radius:4px;font-size:.875rem;transition:all .2s ease}.edit-table-clear-button:hover:not(:disabled){background-color:#f5f5f5;border-color:#999}.edit-table-clear-button:disabled{opacity:.5;cursor:not-allowed;background-color:#f9f9f9}.edit-table-selection-info{padding:.5rem 0;font-size:.875rem;color:#fd5108;font-weight:500}.edit-table-scroll-container{width:100%;height:100%;min-height:400px;max-height:80vh;overflow:auto;border:1px solid #e0e0e0;border-radius:4px;background-color:#fff;box-shadow:0 1px 3px #0000001a;position:relative;padding:0;margin:0}.edit-table-scroll-container::-webkit-scrollbar{width:8px;height:8px}.edit-table-scroll-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.edit-table-scroll-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.edit-table-scroll-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.edit-table{width:100%;min-width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;font-size:.875rem}.edit-table thead{background-color:#fff;position:sticky;top:0;z-index:10}.edit-table th{padding:.75rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0;border-right:1px solid #e0e0e0;background-color:#fff}.edit-table th:last-child{border-right:none;width:auto}.edit-table td{padding:.75rem;border-bottom:1px solid #e0e0e0;border-right:1px solid #e0e0e0;color:#474747}.edit-table td:last-child{border-right:none;width:auto}.edit-table tbody tr:hover{background-color:#ffe8d4}.edit-table tbody tr:nth-child(odd){background-color:#eeeff1}.edit-table tbody tr:nth-child(odd):hover{background-color:#ffe8d4}.edit-table-pagination{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-top:1px solid #ffffff;margin-top:1rem;flex-wrap:wrap;gap:1rem}.edit-table-pagination-info{color:#474747}.edit-table-pagination-controls{display:flex;align-items:center;gap:.5rem}.edit-table-pagination-button{padding:.5rem .75rem;border:1px solid #d0d0d0;background-color:#fff;color:#333;cursor:pointer;border-radius:4px;font-size:.875rem;transition:all .2s ease}.edit-table-pagination-button:hover:not(:disabled){background-color:#f5f5f5;border-color:#999}.edit-table-pagination-button:disabled{opacity:.5;cursor:not-allowed;background-color:#f9f9f9}.edit-table-page-size{display:flex;align-items:center;gap:.5rem}.custom-page-size-select{position:relative;min-width:100px}.custom-page-size-trigger{display:flex;align-items:center;justify-content:space-between;padding:.5rem;border:1px solid #dfe3e6;border-radius:4px;font-size:.875rem;background-color:#fff;cursor:pointer;color:#474747;transition:all .2s ease}.custom-page-size-trigger:hover{border-color:#fd5108}.custom-page-size-trigger:focus{outline:none;border-color:#fd5108;box-shadow:0 0 0 2px #eeeff1}.custom-page-size-arrow{display:flex;align-items:center;transition:transform .2s ease}.custom-page-size-arrow.open{transform:rotate(180deg)}.custom-page-size-options{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #dfe3e6;border-radius:4px;box-shadow:0 4px 12px #00000026;z-index:1000;overflow:hidden}.custom-page-size-option{padding:.25rem;color:#474747;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f0f0f0}.custom-page-size-option:last-child{border-bottom:none}.custom-page-size-option:hover{background-color:#f5f5f5}.custom-page-size-option.selected{background-color:#fd5108;color:#fff}.custom-page-size-option.selected:hover{background-color:#b83902}.custom-classification-select{position:relative;width:100%}.custom-classification-trigger{display:flex;align-items:center;justify-content:space-between;padding:.375rem .5rem;border:1px solid #d0d0d0;border-radius:4px;font-size:.875rem;background-color:#fff;cursor:pointer;color:#474747;transition:all .2s ease;width:100%;min-height:32px}.custom-classification-trigger:hover{border-color:#fd5108}.custom-classification-trigger:focus{outline:none;border-color:#fd5108;box-shadow:0 0 0 2px #eeeff1}.custom-classification-arrow{display:flex;align-items:center;transition:transform .2s ease;margin-left:8px;flex-shrink:0}.custom-classification-arrow.open{transform:rotate(180deg)}.custom-classification-options{position:fixed;background-color:#fff;border:1px solid #dfe3e6;border-radius:4px;box-shadow:0 4px 12px #00000026;z-index:1000;overflow:hidden;max-height:200px;overflow-y:auto;width:175px;min-width:175px}.custom-classification-option{padding:.5rem .75rem;color:#474747;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f0f0f0;font-size:.875rem}.custom-classification-option:last-child{border-bottom:none}.custom-classification-option:hover{background-color:#f5f5f5}.custom-classification-option.selected{background-color:#fd5108;color:#fff}.custom-classification-option.selected:hover{background-color:#b83902}.custom-classification-options.last-row{margin-top:-3px}@media (max-width: 768px){.edit-table-scroll-container{min-height:300px;max-height:60vh}.edit-table-loading-overlay{min-height:300px}.edit-table-loading-spinner{gap:12px;font-size:.875rem}.spinner{width:32px;height:32px;border-width:3px}.edit-table{min-width:600px;font-size:.8rem}.edit-table th,.edit-table td{padding:.5rem}.edit-table-pagination{flex-direction:column;align-items:stretch;gap:.5rem}.edit-table-pagination-controls,.edit-table-page-size{justify-content:center}}.edit-table th:first-child,.edit-table td:first-child{width:50px;text-align:center;padding:.5rem}.edit-table input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#fd5108}.edit-table input[type=checkbox]:disabled{cursor:not-allowed;opacity:.7}.edit-table input[type=checkbox]:disabled:checked{opacity:.8;background-color:#ffe8d4;border-color:#fd5108}.edit-table tbody tr.selected{background-color:#ffe8d4!important}.edit-table-select,.edit-table-input{width:100%;padding:.375rem .5rem;border:1px solid #d0d0d0;border-radius:4px;font-size:.875rem;background-color:#fff;transition:all .2s ease}.edit-table-select:focus,.edit-table-input:focus{outline:none;border-color:#fd5108;box-shadow:0 0 0 2px #eeeff1}.edit-table-select{cursor:pointer}.sortable-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;margin:0;-webkit-user-select:none;user-select:none}.header-controls{display:flex;align-items:center;justify-content:flex-end;gap:2px;flex-shrink:0;margin-left:8px}.sort-icons{display:flex;align-items:center;gap:2px;flex-shrink:0;width:20px;height:20px;justify-content:center}.sort-icons.clickable{cursor:pointer;padding:2px;border-radius:4px;transition:background-color .2s ease;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.sort-icons.clickable:hover{background-color:#00000014}.sort-active{color:#fd5108;font-weight:700;font-size:12px}.sort-inactive{color:#474747;opacity:.6;font-size:12px}.sort-inactive:hover{color:#999;opacity:.8}.sort-index{background:#fd5108;color:#fff;border-radius:50%;width:16px;height:16px;font-size:10px;display:flex;align-items:center;justify-content:center;font-weight:700;margin-left:2px}.edit-table-sort-controls{display:flex;align-items:center;gap:12px;margin-top:8px;padding-top:8px;border-top:1px solid #e0e0e0}.sort-info{font-size:.875rem;color:#fd5108;font-weight:500}.table-header{position:relative;vertical-align:middle}.table-header .sortable-header{min-height:40px}.edit-table th:first-child .sortable-header{justify-content:center;flex-direction:column;gap:4px}.edit-table th:first-child .sort-icons{margin-left:0;margin-top:4px}.edit-table th:first-child .sort-icons.clickable{padding:2px 4px}.edit-table-cell-editable{cursor:pointer}.edit-table-cell-readonly{background-color:#f9f9f9;color:#474747}.edit-table-row-selected{background-color:#ffe8d4!important}.filter-icons{display:flex;align-items:center;flex-shrink:0;width:20px;height:20px;justify-content:center}.filter-icons.clickable{cursor:pointer;padding:2px;border-radius:4px;transition:all .2s ease;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.filter-icons.clickable:hover{background-color:#00000014}.filter-active{color:#fd5108;font-weight:700;font-size:12px}.filter-inactive{color:#474747;opacity:.6;font-size:12px}.filter-inactive:hover{color:#999;opacity:.8}.filter-container{position:relative;display:inline-block}.filter-dropdown{position:fixed;width:250px;background:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 4px 12px #00000026;z-index:1000}.filter-dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background-color:#f5f5f5;border-bottom:1px solid #e0e0e0;font-size:.875rem;font-weight:500}.filter-close-btn{background:none;border:none;font-size:18px;cursor:pointer;color:#474747;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.filter-close-btn:hover{color:#333;background-color:#0000001a;border-radius:2px}.filter-dropdown-content{padding:12px}.filter-input{width:100%;padding:8px 12px;border:1px solid #d0d0d0;border-radius:4px;font-size:.875rem;background-color:#fff;transition:all .2s ease}.filter-input:focus{outline:none;border-color:#fd5108;box-shadow:0 0 0 2px #eeeff1}.filter-input:disabled,.filter-input-loading{background-color:#f5f5f5;color:#999;cursor:not-allowed;opacity:.7}.filter-input-loading::placeholder{color:#e0e0e0}.edit-table-filter-controls{display:flex;align-items:center;gap:12px;margin-top:8px;padding-top:8px;border-top:1px solid #e0e0e0}.filter-info{font-size:.875rem;color:#fd5108;font-weight:500}.col-resizer{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:transparent;cursor:col-resize;-webkit-user-select:none;user-select:none;touch-action:none;transition:all .2s ease;padding:2px;border-radius:4px;flex-shrink:0}.col-resizer:hover{background-color:#00000014}.col-resizer-icon{font-size:12px;color:#474747;opacity:.6;transform:rotate(90deg);transition:all .2s ease}.col-resizer-icon:hover{color:#999;opacity:.8}.table-header,.sortable-header{position:relative;overflow:visible}.edit-table-loading-overlay{position:absolute;inset:0;background-color:#ffffffe6;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);display:flex;align-items:center;justify-content:center;z-index:10;min-height:300px}.edit-table-loading-overlay .edit-table-loading-spinner{display:flex;flex-direction:column;align-items:center;gap:16px;color:#474747;font-size:1rem}.edit-table-error-cell,.edit-table-empty-cell{text-align:center;padding:4rem 2rem}.edit-table-error-message,.edit-table-empty-message{display:flex;flex-direction:column;align-items:center;gap:12px;color:#474747;font-size:1rem;margin-top:2rem}.edit-table-error-message{color:#d32f2f}.error-icon,.empty-icon{font-size:2rem;margin-top:24px;margin-bottom:8px}.empty-suggestion{margin-top:8px;margin-bottom:24px;font-size:.875rem;color:#999}.empty-suggestion button{margin-left:4px;padding:2px 8px;font-size:.875rem}.terms-of-use html,.terms-of-use body,.terms-of-use div,.terms-of-use span,.terms-of-use applet,.terms-of-use object,.terms-of-use iframe,.terms-of-use h1,.terms-of-use h2,.terms-of-use h3,.terms-of-use h4,.terms-of-use h5,.terms-of-use h6,.terms-of-use p,.terms-of-use blockquote,.terms-of-use pre,.terms-of-use a,.terms-of-use abbr,.terms-of-use acronym,.terms-of-use address,.terms-of-use big,.terms-of-use cite,.terms-of-use code,.terms-of-use del,.terms-of-use dfn,.terms-of-use em,.terms-of-use img,.terms-of-use ins,.terms-of-use kbd,.terms-of-use q,.terms-of-use s,.terms-of-use samp,.terms-of-use small,.terms-of-use strike,.terms-of-use strong,.terms-of-use sub,.terms-of-use sup,.terms-of-use tt,.terms-of-use var,.terms-of-use b,.terms-of-use u,.terms-of-use i,.terms-of-use center,.terms-of-use dl,.terms-of-use dt,.terms-of-use dd,.terms-of-use ol,.terms-of-use ul,.terms-of-use li,.terms-of-use fieldset,.terms-of-use form,.terms-of-use label,.terms-of-use legend,.terms-of-use table,.terms-of-use caption,.terms-of-use tbody,.terms-of-use tfoot,.terms-of-use thead,.terms-of-use tr,.terms-of-use th,.terms-of-use td,.terms-of-use article,.terms-of-use aside,.terms-of-use canvas,.terms-of-use details,.terms-of-use embed,.terms-of-use figure,.terms-of-use figcaption,.terms-of-use footer,.terms-of-use header,.terms-of-use hgroup,.terms-of-use menu,.terms-of-use nav,.terms-of-use output,.terms-of-use ruby,.terms-of-use section,.terms-of-use summary,.terms-of-use time,.terms-of-use mark,.terms-of-use audio,.terms-of-use video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}.terms-of-use article,.terms-of-use aside,.terms-of-use details,.terms-of-use figcaption,.terms-of-use figure,.terms-of-use footer,.terms-of-use header,.terms-of-use hgroup,.terms-of-use menu,.terms-of-use nav,.terms-of-use section{display:block}.terms-of-use body{line-height:1}.terms-of-use ol,.terms-of-use ul{list-style:none}.terms-of-use blockquote,.terms-of-use q{quotes:none}.terms-of-use blockquote:before,.terms-of-use blockquote:after,.terms-of-use q:before,.terms-of-use q:after{content:"";content:none}.terms-of-use table{border-collapse:collapse;border-spacing:0}.terms-of-use .img-responsive{display:block;max-width:100%;height:auto}.terms-of-use .img-responsive--stretch{display:block;height:auto;width:100%}.terms-of-use .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.terms-of-use .sr-only-focusable:active,.terms-of-use .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@media (max-width: 767px){.terms-of-use .hide_for_small{display:none}}@media (min-width: 768px){.terms-of-use .hide_for_medium{display:none}}.terms-of-use .visible-xs,.terms-of-use .visible-sm,.terms-of-use .visible-md,.terms-of-use .visible-lg,.terms-of-use .visible-xs-block,.terms-of-use .visible-xs-inline,.terms-of-use .visible-xs-inline-block,.terms-of-use .visible-sm-block,.terms-of-use .visible-sm-inline,.terms-of-use .visible-sm-inline-block,.terms-of-use .visible-md-block,.terms-of-use .visible-md-inline,.terms-of-use .visible-md-inline-block,.terms-of-use .visible-lg-block,.terms-of-use .visible-lg-inline,.terms-of-use .visible-lg-inline-block{display:none!important}@media (max-width: 767px){.terms-of-use .visible-xs{display:block!important}.terms-of-use table.visible-xs{display:table}.terms-of-use tr.visible-xs{display:table-row!important}.terms-of-use th.visible-xs,.terms-of-use td.visible-xs{display:table-cell!important}}@media (max-width: 767px){.terms-of-use .visible-xs-block{display:block!important}}@media (max-width: 767px){.terms-of-use .visible-xs-inline{display:inline!important}}@media (max-width: 767px){.terms-of-use .visible-xs-inline-block{display:inline-block!important}}@media (min-width: 768px) and (max-width: 991px){.terms-of-use .visible-sm{display:block!important}.terms-of-use table.visible-sm{display:table}.terms-of-use tr.visible-sm{display:table-row!important}.terms-of-use th.visible-sm,.terms-of-use td.visible-sm{display:table-cell!important}}@media (min-width: 768px) and (max-width: 991px){.terms-of-use .visible-sm-block{display:block!important}}@media (min-width: 768px) and (max-width: 991px){.terms-of-use .visible-sm-inline{display:inline!important}}@media (min-width: 768px) and (max-width: 991px){.terms-of-use .visible-sm-inline-block{display:inline-block!important}}@media (min-width: 992px) and (max-width: 1199px){.terms-of-use .visible-md{display:block!important}.terms-of-use table.visible-md{display:table}.terms-of-use tr.visible-md{display:table-row!important}.terms-of-use th.visible-md,.terms-of-use td.visible-md{display:table-cell!important}}@media (min-width: 992px) and (max-width: 1199px){.terms-of-use .visible-md-block{display:block!important}}@media (min-width: 992px) and (max-width: 1199px){.terms-of-use .visible-md-inline{display:inline!important}}@media (min-width: 992px) and (max-width: 1199px){.terms-of-use .visible-md-inline-block{display:inline-block!important}}@media (min-width: 1200px){.terms-of-use .visible-lg{display:block!important}.terms-of-use table.visible-lg{display:table}.terms-of-use tr.visible-lg{display:table-row!important}.terms-of-use th.visible-lg,.terms-of-use td.visible-lg{display:table-cell!important}}@media (min-width: 1200px){.terms-of-use .visible-lg-block{display:block!important}}@media (min-width: 1200px){.terms-of-use .visible-lg-inline{display:inline!important}}@media (min-width: 1200px){.terms-of-use .visible-lg-inline-block{display:inline-block!important}}@media (max-width: 767px){.terms-of-use .hidden-xs{display:none!important}}@media (min-width: 768px) and (max-width: 991px){.terms-of-use .hidden-sm{display:none!important}}@media (min-width: 992px) and (max-width: 1199px){.terms-of-use .hidden-md{display:none!important}}@media (min-width: 1200px){.terms-of-use .hidden-lg{display:none!important}}.terms-of-use .visible-print{display:none!important}@media print{.terms-of-use .visible-print{display:block!important}.terms-of-use table.visible-print{display:table}.terms-of-use tr.visible-print{display:table-row!important}.terms-of-use th.visible-print,.terms-of-use td.visible-print{display:table-cell!important}}.terms-of-use .visible-print-block{display:none!important}@media print{.terms-of-use .visible-print-block{display:block!important}}.terms-of-use .visible-print-inline{display:none!important}@media print{.terms-of-use .visible-print-inline{display:inline!important}}.terms-of-use .visible-print-inline-block{display:none!important}@media print{.terms-of-use .visible-print-inline-block{display:inline-block!important}}@media print{.terms-of-use .hidden-print{display:none!important}}.terms-of-use .container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width: 768px){.terms-of-use .container{width:750px}}@media (min-width: 992px){.terms-of-use .container{width:970px}}@media (min-width: 1200px){.terms-of-use .container{width:1170px}}@media (min-width: 1400px){.terms-of-use .container{width:1370px}}.terms-of-use .container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.terms-of-use .row{margin-left:-15px;margin-right:-15px}.terms-of-use .col,.terms-of-use .col-xs-1,.terms-of-use .col-sm-1,.terms-of-use .col-md-1,.terms-of-use .col-lg-1,.terms-of-use .col-xs-2,.terms-of-use .col-sm-2,.terms-of-use .col-md-2,.terms-of-use .col-lg-2,.terms-of-use .col-xs-3,.terms-of-use .col-sm-3,.terms-of-use .col-md-3,.terms-of-use .col-lg-3,.terms-of-use .col-xs-4,.terms-of-use .col-sm-4,.terms-of-use .col-md-4,.terms-of-use .col-lg-4,.terms-of-use .col-xs-5,.terms-of-use .col-sm-5,.terms-of-use .col-md-5,.terms-of-use .col-lg-5,.terms-of-use .col-xs-6,.terms-of-use .col-sm-6,.terms-of-use .col-md-6,.terms-of-use .col-lg-6,.terms-of-use .col-xs-7,.terms-of-use .col-sm-7,.terms-of-use .col-md-7,.terms-of-use .col-lg-7,.terms-of-use .col-xs-8,.terms-of-use .col-sm-8,.terms-of-use .col-md-8,.terms-of-use .col-lg-8,.terms-of-use .col-xs-9,.terms-of-use .col-sm-9,.terms-of-use .col-md-9,.terms-of-use .col-lg-9,.terms-of-use .col-xs-10,.terms-of-use .col-sm-10,.terms-of-use .col-md-10,.terms-of-use .col-lg-10,.terms-of-use .col-xs-11,.terms-of-use .col-sm-11,.terms-of-use .col-md-11,.terms-of-use .col-lg-11,.terms-of-use .col-xs-12,.terms-of-use .col-sm-12,.terms-of-use .col-md-12,.terms-of-use .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.terms-of-use .col,.terms-of-use .col-xs-1,.terms-of-use .col-xs-2,.terms-of-use .col-xs-3,.terms-of-use .col-xs-4,.terms-of-use .col-xs-5,.terms-of-use .col-xs-6,.terms-of-use .col-xs-7,.terms-of-use .col-xs-8,.terms-of-use .col-xs-9,.terms-of-use .col-xs-10,.terms-of-use .col-xs-11,.terms-of-use .col-xs-12{float:left}.terms-of-use .col-xs-12{width:100%}.terms-of-use .col-xs-11{width:91.66666667%}.terms-of-use .col-xs-10{width:83.33333333%}.terms-of-use .col-xs-9{width:75%}.terms-of-use .col-xs-8{width:66.66666667%}.terms-of-use .col-xs-7{width:58.33333333%}.terms-of-use .col-xs-6{width:50%}.terms-of-use .col-xs-5{width:41.66666667%}.terms-of-use .col-xs-4{width:33.33333333%}.terms-of-use .col-xs-3{width:25%}.terms-of-use .col-xs-2{width:16.66666667%}.terms-of-use .col-xs-1{width:8.33333333%}.terms-of-use .col-xs-pull-12{right:100%}.terms-of-use .col-xs-pull-11{right:91.66666667%}.terms-of-use .col-xs-pull-10{right:83.33333333%}.terms-of-use .col-xs-pull-9{right:75%}.terms-of-use .col-xs-pull-8{right:66.66666667%}.terms-of-use .col-xs-pull-7{right:58.33333333%}.terms-of-use .col-xs-pull-6{right:50%}.terms-of-use .col-xs-pull-5{right:41.66666667%}.terms-of-use .col-xs-pull-4{right:33.33333333%}.terms-of-use .col-xs-pull-3{right:25%}.terms-of-use .col-xs-pull-2{right:16.66666667%}.terms-of-use .col-xs-pull-1{right:8.33333333%}.terms-of-use .col-xs-pull-0{right:auto}.terms-of-use .col-xs-push-12{left:100%}.terms-of-use .col-xs-push-11{left:91.66666667%}.terms-of-use .col-xs-push-10{left:83.33333333%}.terms-of-use .col-xs-push-9{left:75%}.terms-of-use .col-xs-push-8{left:66.66666667%}.terms-of-use .col-xs-push-7{left:58.33333333%}.terms-of-use .col-xs-push-6{left:50%}.terms-of-use .col-xs-push-5{left:41.66666667%}.terms-of-use .col-xs-push-4{left:33.33333333%}.terms-of-use .col-xs-push-3{left:25%}.terms-of-use .col-xs-push-2{left:16.66666667%}.terms-of-use .col-xs-push-1{left:8.33333333%}.terms-of-use .col-xs-push-0{left:auto}.terms-of-use .col-xs-offset-12{margin-left:100%}.terms-of-use .col-xs-offset-11{margin-left:91.66666667%}.terms-of-use .col-xs-offset-10{margin-left:83.33333333%}.terms-of-use .col-xs-offset-9{margin-left:75%}.terms-of-use .col-xs-offset-8{margin-left:66.66666667%}.terms-of-use .col-xs-offset-7{margin-left:58.33333333%}.terms-of-use .col-xs-offset-6{margin-left:50%}.terms-of-use .col-xs-offset-5{margin-left:41.66666667%}.terms-of-use .col-xs-offset-4{margin-left:33.33333333%}.terms-of-use .col-xs-offset-3{margin-left:25%}.terms-of-use .col-xs-offset-2{margin-left:16.66666667%}.terms-of-use .col-xs-offset-1{margin-left:8.33333333%}.terms-of-use .col-xs-offset-0{margin-left:0%}@media (min-width: 768px){.terms-of-use .col,.terms-of-use .col-sm-1,.terms-of-use .col-sm-2,.terms-of-use .col-sm-3,.terms-of-use .col-sm-4,.terms-of-use .col-sm-5,.terms-of-use .col-sm-6,.terms-of-use .col-sm-7,.terms-of-use .col-sm-8,.terms-of-use .col-sm-9,.terms-of-use .col-sm-10,.terms-of-use .col-sm-11,.terms-of-use .col-sm-12{float:left}.terms-of-use .col-sm-12{width:100%}.terms-of-use .col-sm-11{width:91.66666667%}.terms-of-use .col-sm-10{width:83.33333333%}.terms-of-use .col-sm-9{width:75%}.terms-of-use .col-sm-8{width:66.66666667%}.terms-of-use .col-sm-7{width:58.33333333%}.terms-of-use .col-sm-6{width:50%}.terms-of-use .col-sm-5{width:41.66666667%}.terms-of-use .col-sm-4{width:33.33333333%}.terms-of-use .col-sm-3{width:25%}.terms-of-use .col-sm-2{width:16.66666667%}.terms-of-use .col-sm-1{width:8.33333333%}.terms-of-use .col-sm-pull-12{right:100%}.terms-of-use .col-sm-pull-11{right:91.66666667%}.terms-of-use .col-sm-pull-10{right:83.33333333%}.terms-of-use .col-sm-pull-9{right:75%}.terms-of-use .col-sm-pull-8{right:66.66666667%}.terms-of-use .col-sm-pull-7{right:58.33333333%}.terms-of-use .col-sm-pull-6{right:50%}.terms-of-use .col-sm-pull-5{right:41.66666667%}.terms-of-use .col-sm-pull-4{right:33.33333333%}.terms-of-use .col-sm-pull-3{right:25%}.terms-of-use .col-sm-pull-2{right:16.66666667%}.terms-of-use .col-sm-pull-1{right:8.33333333%}.terms-of-use .col-sm-pull-0{right:auto}.terms-of-use .col-sm-push-12{left:100%}.terms-of-use .col-sm-push-11{left:91.66666667%}.terms-of-use .col-sm-push-10{left:83.33333333%}.terms-of-use .col-sm-push-9{left:75%}.terms-of-use .col-sm-push-8{left:66.66666667%}.terms-of-use .col-sm-push-7{left:58.33333333%}.terms-of-use .col-sm-push-6{left:50%}.terms-of-use .col-sm-push-5{left:41.66666667%}.terms-of-use .col-sm-push-4{left:33.33333333%}.terms-of-use .col-sm-push-3{left:25%}.terms-of-use .col-sm-push-2{left:16.66666667%}.terms-of-use .col-sm-push-1{left:8.33333333%}.terms-of-use .col-sm-push-0{left:auto}.terms-of-use .col-sm-offset-12{margin-left:100%}.terms-of-use .col-sm-offset-11{margin-left:91.66666667%}.terms-of-use .col-sm-offset-10{margin-left:83.33333333%}.terms-of-use .col-sm-offset-9{margin-left:75%}.terms-of-use .col-sm-offset-8{margin-left:66.66666667%}.terms-of-use .col-sm-offset-7{margin-left:58.33333333%}.terms-of-use .col-sm-offset-6{margin-left:50%}.terms-of-use .col-sm-offset-5{margin-left:41.66666667%}.terms-of-use .col-sm-offset-4{margin-left:33.33333333%}.terms-of-use .col-sm-offset-3{margin-left:25%}.terms-of-use .col-sm-offset-2{margin-left:16.66666667%}.terms-of-use .col-sm-offset-1{margin-left:8.33333333%}.terms-of-use .col-sm-offset-0{margin-left:0%}}@media (min-width: 992px){.terms-of-use .col,.terms-of-use .col-md-1,.terms-of-use .col-md-2,.terms-of-use .col-md-3,.terms-of-use .col-md-4,.terms-of-use .col-md-5,.terms-of-use .col-md-6,.terms-of-use .col-md-7,.terms-of-use .col-md-8,.terms-of-use .col-md-9,.terms-of-use .col-md-10,.terms-of-use .col-md-11,.terms-of-use .col-md-12{float:left}.terms-of-use .col-md-12{width:100%}.terms-of-use .col-md-11{width:91.66666667%}.terms-of-use .col-md-10{width:83.33333333%}.terms-of-use .col-md-9{width:75%}.terms-of-use .col-md-8{width:66.66666667%}.terms-of-use .col-md-7{width:58.33333333%}.terms-of-use .col-md-6{width:50%}.terms-of-use .col-md-5{width:41.66666667%}.terms-of-use .col-md-4{width:33.33333333%}.terms-of-use .col-md-3{width:25%}.terms-of-use .col-md-2{width:16.66666667%}.terms-of-use .col-md-1{width:8.33333333%}.terms-of-use .col-md-pull-12{right:100%}.terms-of-use .col-md-pull-11{right:91.66666667%}.terms-of-use .col-md-pull-10{right:83.33333333%}.terms-of-use .col-md-pull-9{right:75%}.terms-of-use .col-md-pull-8{right:66.66666667%}.terms-of-use .col-md-pull-7{right:58.33333333%}.terms-of-use .col-md-pull-6{right:50%}.terms-of-use .col-md-pull-5{right:41.66666667%}.terms-of-use .col-md-pull-4{right:33.33333333%}.terms-of-use .col-md-pull-3{right:25%}.terms-of-use .col-md-pull-2{right:16.66666667%}.terms-of-use .col-md-pull-1{right:8.33333333%}.terms-of-use .col-md-pull-0{right:auto}.terms-of-use .col-md-push-12{left:100%}.terms-of-use .col-md-push-11{left:91.66666667%}.terms-of-use .col-md-push-10{left:83.33333333%}.terms-of-use .col-md-push-9{left:75%}.terms-of-use .col-md-push-8{left:66.66666667%}.terms-of-use .col-md-push-7{left:58.33333333%}.terms-of-use .col-md-push-6{left:50%}.terms-of-use .col-md-push-5{left:41.66666667%}.terms-of-use .col-md-push-4{left:33.33333333%}.terms-of-use .col-md-push-3{left:25%}.terms-of-use .col-md-push-2{left:16.66666667%}.terms-of-use .col-md-push-1{left:8.33333333%}.terms-of-use .col-md-push-0{left:auto}.terms-of-use .col-md-offset-12{margin-left:100%}.terms-of-use .col-md-offset-11{margin-left:91.66666667%}.terms-of-use .col-md-offset-10{margin-left:83.33333333%}.terms-of-use .col-md-offset-9{margin-left:75%}.terms-of-use .col-md-offset-8{margin-left:66.66666667%}.terms-of-use .col-md-offset-7{margin-left:58.33333333%}.terms-of-use .col-md-offset-6{margin-left:50%}.terms-of-use .col-md-offset-5{margin-left:41.66666667%}.terms-of-use .col-md-offset-4{margin-left:33.33333333%}.terms-of-use .col-md-offset-3{margin-left:25%}.terms-of-use .col-md-offset-2{margin-left:16.66666667%}.terms-of-use .col-md-offset-1{margin-left:8.33333333%}.terms-of-use .col-md-offset-0{margin-left:0%}}@media (min-width: 1200px){.terms-of-use .col,.terms-of-use .col-lg-1,.terms-of-use .col-lg-2,.terms-of-use .col-lg-3,.terms-of-use .col-lg-4,.terms-of-use .col-lg-5,.terms-of-use .col-lg-6,.terms-of-use .col-lg-7,.terms-of-use .col-lg-8,.terms-of-use .col-lg-9,.terms-of-use .col-lg-10,.terms-of-use .col-lg-11,.terms-of-use .col-lg-12{float:left}.terms-of-use .col-lg-12{width:100%}.terms-of-use .col-lg-11{width:91.66666667%}.terms-of-use .col-lg-10{width:83.33333333%}.terms-of-use .col-lg-9{width:75%}.terms-of-use .col-lg-8{width:66.66666667%}.terms-of-use .col-lg-7{width:58.33333333%}.terms-of-use .col-lg-6{width:50%}.terms-of-use .col-lg-5{width:41.66666667%}.terms-of-use .col-lg-4{width:33.33333333%}.terms-of-use .col-lg-3{width:25%}.terms-of-use .col-lg-2{width:16.66666667%}.terms-of-use .col-lg-1{width:8.33333333%}.terms-of-use .col-lg-pull-12{right:100%}.terms-of-use .col-lg-pull-11{right:91.66666667%}.terms-of-use .col-lg-pull-10{right:83.33333333%}.terms-of-use .col-lg-pull-9{right:75%}.terms-of-use .col-lg-pull-8{right:66.66666667%}.terms-of-use .col-lg-pull-7{right:58.33333333%}.terms-of-use .col-lg-pull-6{right:50%}.terms-of-use .col-lg-pull-5{right:41.66666667%}.terms-of-use .col-lg-pull-4{right:33.33333333%}.terms-of-use .col-lg-pull-3{right:25%}.terms-of-use .col-lg-pull-2{right:16.66666667%}.terms-of-use .col-lg-pull-1{right:8.33333333%}.terms-of-use .col-lg-pull-0{right:auto}.terms-of-use .col-lg-push-12{left:100%}.terms-of-use .col-lg-push-11{left:91.66666667%}.terms-of-use .col-lg-push-10{left:83.33333333%}.terms-of-use .col-lg-push-9{left:75%}.terms-of-use .col-lg-push-8{left:66.66666667%}.terms-of-use .col-lg-push-7{left:58.33333333%}.terms-of-use .col-lg-push-6{left:50%}.terms-of-use .col-lg-push-5{left:41.66666667%}.terms-of-use .col-lg-push-4{left:33.33333333%}.terms-of-use .col-lg-push-3{left:25%}.terms-of-use .col-lg-push-2{left:16.66666667%}.terms-of-use .col-lg-push-1{left:8.33333333%}.terms-of-use .col-lg-push-0{left:auto}.terms-of-use .col-lg-offset-12{margin-left:100%}.terms-of-use .col-lg-offset-11{margin-left:91.66666667%}.terms-of-use .col-lg-offset-10{margin-left:83.33333333%}.terms-of-use .col-lg-offset-9{margin-left:75%}.terms-of-use .col-lg-offset-8{margin-left:66.66666667%}.terms-of-use .col-lg-offset-7{margin-left:58.33333333%}.terms-of-use .col-lg-offset-6{margin-left:50%}.terms-of-use .col-lg-offset-5{margin-left:41.66666667%}.terms-of-use .col-lg-offset-4{margin-left:33.33333333%}.terms-of-use .col-lg-offset-3{margin-left:25%}.terms-of-use .col-lg-offset-2{margin-left:16.66666667%}.terms-of-use .col-lg-offset-1{margin-left:8.33333333%}.terms-of-use .col-lg-offset-0{margin-left:0%}}.terms-of-use .clearfix,.terms-of-use .clearfix:before,.terms-of-use .clearfix:after,.terms-of-use .container:before,.terms-of-use .container:after,.terms-of-use .container-fluid:before,.terms-of-use .container-fluid:after,.terms-of-use .row:before,.terms-of-use .row:after{content:" ";display:table}.terms-of-use .clearfix:after,.terms-of-use .container:after,.terms-of-use .container-fluid:after,.terms-of-use .row:after{clear:both}.terms-of-use .center-block{display:block;margin-left:auto;margin-right:auto}.terms-of-use .pull-right{float:right!important}.terms-of-use .pull-left{float:left!important}.terms-of-use *,.terms-of-use *:before,.terms-of-use *:after{box-sizing:border-box}.terms-of-use html{color:#2d2d2d;font:1em PwC Helvetica Neue,Helvetica Neue,helvetica,arial,sans-serif;-webkit-text-size-adjust:100%;letter-spacing:0;line-height:1.5em}.terms-of-use body{color:#2d2d2d;line-height:1.7em;font-size:16px}.terms-of-use p{font-size:1rem;line-height:1.5em;margin:0 0 10px}.terms-of-use p small{font-size:85%}.terms-of-use h1,.terms-of-use h2,.terms-of-use h3,.terms-of-use h4,.terms-of-use h5,.terms-of-use h6,.terms-of-use .h1,.terms-of-use .h2,.terms-of-use .h3,.terms-of-use .h4,.terms-of-use .h5,.terms-of-use .h6{font-family:PwC ITC Charter,Charter ITC,georgia,serif;font-style:normal;font-weight:400;color:inherit}.terms-of-use h1,.terms-of-use .h1{font-size:38px;font-size:2.375rem;font-weight:400;line-height:1.3em;margin:20px 0 10px}@media (max-width: 767px){.terms-of-use h1,.terms-of-use .h1{font-size:2.171rem}}.terms-of-use h2,.terms-of-use .h2{font-size:35px;font-size:2.188rem;line-height:1.3em;margin:20px 0 10px}@media (max-width: 767px){.terms-of-use h2,.terms-of-use .h2{font-size:2rem}}.terms-of-use h3,.terms-of-use .h3{font-size:28px;font-size:1.75rem;line-height:1.3em;margin:20px 0 10px}@media (max-width: 767px){.terms-of-use h3,.terms-of-use .h3{font-size:1.6rem}}.terms-of-use h4,.terms-of-use .h4{font-size:24px;font-size:1.5rem;line-height:1.5em;margin:10px 0}@media (max-width: 767px){.terms-of-use h4,.terms-of-use .h4{font-size:1.373rem}}.terms-of-use h5,.terms-of-use .h5{font-size:20px;font-size:1.25rem;line-height:1.5em;margin:10px 0}@media (max-width: 767px){.terms-of-use h5,.terms-of-use .h5{font-size:1.143rem}}.terms-of-use h6,.terms-of-use .h6{font-size:18px;font-size:1.125rem;line-height:1.5em;margin:10px 0}@media (max-width: 767px){.terms-of-use h6,.terms-of-use .h6{font-size:1.029rem}}.terms-of-use .text-component h2:first-child,.terms-of-use .text-component h3:first-child{margin-top:0}.terms-of-use small{font-size:85%}.terms-of-use h1 small,.terms-of-use h2 small,.terms-of-use h3 small,.terms-of-use h4 small,.terms-of-use h5 small,.terms-of-use h6 small,.terms-of-use h1 .small,.terms-of-use h2 .small,.terms-of-use h3 .small,.terms-of-use h4 .small,.terms-of-use h5 .small,.terms-of-use h6 .small,.terms-of-use .h1 small,.terms-of-use .h2 small,.terms-of-use .h3 small,.terms-of-use .h4 small,.terms-of-use .h5 small,.terms-of-use .h6 small,.terms-of-use .h1 .small,.terms-of-use .h2 .small,.terms-of-use .h3 .small,.terms-of-use .h4 .small,.terms-of-use .h5 .small,.terms-of-use .h6 .small{font-size:85%;display:block}.terms-of-use i,.terms-of-use p em,.terms-of-use li em,.terms-of-use td em{font-style:italic}.terms-of-use a p,.terms-of-use a h1,.terms-of-use a h2,.terms-of-use a h3,.terms-of-use a h4,.terms-of-use a h5,.terms-of-use a h6{color:#2d2d2d}.terms-of-use ol{list-style-type:decimal}.terms-of-use ul,.terms-of-use ol{margin:0 0 8px}.terms-of-use ul li,.terms-of-use ol li{margin-bottom:8px}.terms-of-use strong,.terms-of-use b{font-weight:700}.terms-of-use sup{position:relative;top:-.5em;font-size:80%}.terms-of-use .serif,.terms-of-use .sub-heading,.terms-of-use .lead{font-family:PwC ITC Charter,Charter ITC,georgia,serif;font-style:normal;font-weight:400;color:inherit}.terms-of-use .sans{font-family:arial,sans-serif}.terms-of-use .regular{font-style:normal}.terms-of-use .sub-heading{font-size:24px;font-size:1.5rem;line-height:1.5em;margin:10px 0}@media (max-width: 767px){.terms-of-use .sub-heading{font-size:1.371rem}}.terms-of-use .lead{font-size:18px;font-size:1.125rem;line-height:1.5em;margin:10px 0}@media (max-width: 767px){.terms-of-use .lead{font-size:1.029rem}}.terms-of-use .small-copy{font-size:1rem}.terms-of-use .text-component p>a,.terms-of-use .text-component li>a,.terms-of-use .section.text p>a,.terms-of-use .section.text li>a,.terms-of-use .section.table table a,.terms-of-use .section.table tr a,.terms-of-use .section.table td a,.terms-of-use .section.table th a{border-bottom:1px solid #2d2d2d;color:#2d2d2d;font-size:inherit;text-decoration:none}.terms-of-use .text-component p>a:hover,.terms-of-use .text-component li>a:hover,.terms-of-use .text-component p>a:focus,.terms-of-use .text-component li>a:focus,.terms-of-use .section.text p>a:hover,.terms-of-use .section.text li>a:hover,.terms-of-use .section.table table a:hover,.terms-of-use .section.table tr a:hover,.terms-of-use .section.table td a:hover,.terms-of-use .section.table th a:hover,.terms-of-use .section.text p>a:focus,.terms-of-use .section.text li>a:focus,.terms-of-use .section.table table a:focus,.terms-of-use .section.table tr a:focus,.terms-of-use .section.table td a:focus,.terms-of-use .section.table th a:focus{border-bottom:2px solid #e0301e;color:#e0301e;text-decoration:none}.terms-of-use a,.terms-of-use a:hover,.terms-of-use a:focus{color:inherit}.terms-of-use a .serif,.terms-of-use a.serif,.terms-of-use .serif a{font-style:normal}.terms-of-use .center{text-align:center}.terms-of-use .text-lighter{color:#7d7d7d}@media (max-width: 767px){.terms-of-use html{font-size:.938em}.terms-of-use body{font-size:15px;line-height:1.5em}.terms-of-use p,.terms-of-use li,.terms-of-use dt,.terms-of-use dd{font-size:.933rem;line-height:1.5em}}.terms-of-use .btn,.terms-of-use .btn:link,.terms-of-use .btn:hover,.terms-of-use .btn:focus{border-radius:0;color:#fff;display:inline-block;padding:14px 23px;font-size:.875rem;line-height:1.14em;font-family:Arial,sans-serif;font-weight:700;text-decoration:none;transition:background .2s ease-out}@media (max-width: 767px){.terms-of-use .btn,.terms-of-use .btn:link,.terms-of-use .btn:hover,.terms-of-use .btn:focus{font-size:.8rem}}.terms-of-use .btn:hover{cursor:pointer}.terms-of-use button.btn[disabled]{cursor:not-allowed;filter:alpha(opacity=50);box-shadow:none;opacity:.5}.terms-of-use .more,.terms-of-use .more:link,.terms-of-use .more:focus,.terms-of-use .more:hover{background:transparent;border:1px solid #7d7d7d;color:#2d2d2d;font-weight:700;text-decoration:none;display:inline-block;padding:14px 23px;font-size:1rem;line-height:1.14em;font-family:Arial,sans-serif;transition:background .2s ease-out}.terms-of-use .more:focus,.terms-of-use .more:hover{color:#fff;background:#7d7d7d;border:1px solid #7d7d7d}.terms-of-use .more:active{background:#2d2d2d;border:1px solid #2d2d2d;color:#fff}.terms-of-use .btn--primary,.terms-of-use .btn--primary:focus .btn--primary:hover,.terms-of-use .btn--primary:active,.terms-of-use .btn--primary:visited{border-radius:0;border:1px solid transparent;color:#fff}.terms-of-use .btn--transparent,.terms-of-use .btn--transparent:link,.terms-of-use .btn--transparent:visited,.terms-of-use body .text-component .btn.btn--transparent,.terms-of-use body .text-component .btn.btn--transparent:link,.terms-of-use body .text-component .btn.btn--transparent:visited{background:transparent;border:1px solid #7d7d7d;color:#2d2d2d}.terms-of-use .btn--transparent:hover,.terms-of-use .btn--transparent:focus,.terms-of-use body .text-component .btn.btn--transparent:hover,.terms-of-use body .text-component .btn.btn--transparent:focus{background:#2d2d2d;border:1px solid #2d2d2d;color:#fff}.terms-of-use .btn--transparent:active,.terms-of-use body .text-component .btn.btn--transparent:active{background:#2d2d2d;border-color:#2d2d2d;color:#fff}.terms-of-use .text-component p .btn.btn--transparent,.terms-of-use .text-component p .btn.btn--transparent:link,.terms-of-use .text-component p .btn.btn--transparent:visited,.terms-of-use .text-component p .btn.btn--transparent:hover{font-size:1rem}.terms-of-use .cta-btn,.terms-of-use .cta-btn:visited{border:1px solid transparent;border-radius:0;color:#fff;display:inline-block;font-family:PwC ITC Charter,Charter ITC,georgia,serif;font-size:1.125rem;font-weight:400;padding:18px 30px;text-decoration:none;transition:background .2s ease-out}@media (max-width: 767px){.terms-of-use .cta-btn,.terms-of-use .cta-btn:visited{font-size:1.029rem}}.terms-of-use .cta-btn:hover,.terms-of-use .cta-btn:focus,.terms-of-use .cta-btn:visited:hover,.terms-of-use .cta-btn:visited:focus{color:#fff;text-decoration:none}.terms-of-use .lg-text-link,.terms-of-use .lg-text-link:link,.terms-of-use .lg-text-link:visited,.terms-of-use .lg-text-link:focus .lg-text-link:hover{border-bottom:1px solid #2d2d2d;color:#2d2d2d;cursor:pointer;display:inline;font-family:PwC Helvetica Neue,Helvetica Neue,helvetica,arial,sans-serif;font-size:1rem;font-weight:700;margin-top:0;padding-bottom:2px;text-decoration:none;transition:all .2s ease-in-out}@media (min-width: 768px){.terms-of-use .lg-text-link,.terms-of-use .lg-text-link:link,.terms-of-use .lg-text-link:visited,.terms-of-use .lg-text-link:focus .lg-text-link:hover{padding-bottom:4px}}.terms-of-use .lg-text-link:hover,.terms-of-use .lg-text-link:focus{border-bottom:2px solid #e0301e;color:#2d2d2d;padding-bottom:1px;text-decoration:none}.terms-of-use .page-primary-col--orange .lg-text-link:hover,.terms-of-use .page-primary-col--orange .lg-text-link:focus{border-bottom:2px solid #d04a02;color:#d04a02}.terms-of-use .page-primary-col--red .lg-text-link:hover,.terms-of-use .page-primary-col--red .lg-text-link:focus{border-bottom:2px solid #e0301e;color:#e0301e}.terms-of-use .page-primary-col--burgundy .lg-text-link:hover,.terms-of-use .page-primary-col--burgundy .lg-text-link:focus{border-bottom:2px solid #e0301e;color:#e0301e}.terms-of-use .page-primary-col--maroon .lg-text-link:hover,.terms-of-use .page-primary-col--maroon .lg-text-link:focus{border-bottom:2px solid #e0301e;color:#e0301e}.terms-of-use .page-primary-col--rose .lg-text-link:hover,.terms-of-use .page-primary-col--rose .lg-text-link:focus{border-bottom:2px solid #d93954;color:#d93954}@media (min-width: 768px){.terms-of-use .lg-text-link:hover,.terms-of-use .lg-text-link:focus{padding-bottom:3px}}.terms-of-use .page-primary-col--red .btn--primary{background:#2d2d2d}.terms-of-use .page-primary-col--red .btn--primary:focus,.terms-of-use .page-primary-col--red .btn--primary:hover{background:#e0301e}.terms-of-use .page-primary-col--red .btn--primary:active{background:#b32618}.terms-of-use .page-primary-col--red .cta-btn{background:#2d2d2d}.terms-of-use .page-primary-col--red .cta-btn:focus,.terms-of-use .page-primary-col--red .cta-btn:hover{background:#e0301e}.terms-of-use .page-primary-col--red .cta-btn:active{background:#b32618}.terms-of-use .page-primary-col--orange .btn--primary{background:#2d2d2d}.terms-of-use .page-primary-col--orange .btn--primary:focus,.terms-of-use .page-primary-col--orange .btn--primary:hover{background:#d04a02}.terms-of-use .page-primary-col--orange .btn--primary:active{background:#a63b02}.terms-of-use .page-primary-col--orange .cta-btn{background:#2d2d2d}.terms-of-use .page-primary-col--orange .cta-btn:focus,.terms-of-use .page-primary-col--orange .cta-btn:hover{background:#d04a02}.terms-of-use .page-primary-col--orange .cta-btn:active{background:#a63b02}.terms-of-use .page-primary-col--rose .btn--primary{background:#2d2d2d}.terms-of-use .page-primary-col--rose .btn--primary:focus,.terms-of-use .page-primary-col--rose .btn--primary:hover{background:#d93954}.terms-of-use .page-primary-col--rose .btn--primary:active{background:#ae2e43}.terms-of-use .page-primary-col--rose .cta-btn{background:#2d2d2d}.terms-of-use .page-primary-col--rose .cta-btn:focus,.terms-of-use .page-primary-col--rose .cta-btn:hover{background:#d93954}.terms-of-use .page-primary-col--rose .cta-btn:active{background:#ae2e43}.terms-of-use .page-primary-col--burgundy .btn--primary{background:#2d2d2d}.terms-of-use .page-primary-col--burgundy .btn--primary:focus,.terms-of-use .page-primary-col--burgundy .btn--primary:hover{background:#e0301e}.terms-of-use .page-primary-col--burgundy .btn--primary:active{background:#b32618}.terms-of-use .page-primary-col--burgundy .cta-btn{background:#2d2d2d}.terms-of-use .page-primary-col--burgundy .cta-btn:focus,.terms-of-use .page-primary-col--burgundy .cta-btn:hover{background:#e0301e}.terms-of-use .page-primary-col--burgundy .cta-btn:active{background:#b32618}.terms-of-use .page-primary-col--maroon .btn--primary{background:#2d2d2d}.terms-of-use .page-primary-col--maroon .btn--primary:focus,.terms-of-use .page-primary-col--maroon .btn--primary:hover{background:#e0301e}.terms-of-use .page-primary-col--maroon .btn--primary:active{background:#b32618}.terms-of-use .page-primary-col--maroon .cta-btn{background:#2d2d2d}.terms-of-use .page-primary-col--maroon .cta-btn:focus,.terms-of-use .page-primary-col--maroon .cta-btn:hover{background:#e0301e}.terms-of-use .page-primary-col--maroon .cta-btn:active{background:#b32618}.terms-of-use .page-section--col-dark .btn--primary,.terms-of-use .page-section--col-dark .btn--primary:link,.terms-of-use .page-section--col-dark .btn--primary:visited{background:#fff;color:#2d2d2d}.terms-of-use .page-section--col-dark .btn--primary:hover,.terms-of-use .page-section--col-dark .btn--primary:focus{background:#ffffffe6}.terms-of-use .page-section--col-dark .btn--primary:active{background:#fffc}.terms-of-use .page-section--col-dark .btn--transparent,.terms-of-use .page-section--col-dark .btn--transparent:link,.terms-of-use .page-section--col-dark .btn--transparent:visited,.terms-of-use .page-section--col-dark .text-component .btn--transparent,.terms-of-use .page-section--col-dark .text-component .btn--transparent:link,.terms-of-use .page-section--col-dark .text-component .btn--transparent:visited{border:1px solid #fff;color:#fff;background:transparent}.terms-of-use .page-section--col-dark .btn--transparent:hover,.terms-of-use .page-section--col-dark .btn--transparent:focus,.terms-of-use .page-section--col-dark .text-component .btn--transparent:hover,.terms-of-use .page-section--col-dark .text-component .btn--transparent:focus{color:#2d2d2d;background:#fff;border:1px solid #fff}.terms-of-use .page-section--col-dark .btn--transparent:active,.terms-of-use .page-section--col-dark .text-component .btn--transparent:active{background:#fffc;border:1px solid #fff;color:#2d2d2d}.terms-of-use .page-section--col-dark .cta-btn{background:#fff;color:#2d2d2d}.terms-of-use .page-section--col-dark .cta-btn:hover,.terms-of-use .page-section--col-dark .cta-btn:focus{background:#ffffffe6}.terms-of-use .page-section--col-dark .cta-btn:active{background:#fffc}.terms-of-use .page-section--col-dark .lg-text-link,.terms-of-use .page-section--col-dark .lg-text-link:link{color:#fff;border-bottom:1px solid rgba(255,255,255,.4)}.terms-of-use .page-section--col-dark .lg-text-link:hover,.terms-of-use .page-section--col-dark .lg-text-link:focus{color:#fff;border-bottom:2px solid white}.terms-of-use .drop-button--brand-color1{background-color:#dc6900;color:#fff}.terms-of-use select::-ms-expand{display:none}.terms-of-use select:focus{outline:none}.terms-of-use table{background-color:transparent;border-collapse:collapse;border-spacing:0}.terms-of-use td,.terms-of-use th{padding:0}.terms-of-use th{text-align:left}.terms-of-use .table{width:100%;max-width:100%;margin-bottom:20px}.terms-of-use .page-dir--rtl .table{direction:rtl}.terms-of-use .table table,.terms-of-use table.table,.terms-of-use .table td,.terms-of-use .table tr,.terms-of-use .table th{border:0;font-family:Arial,Helvetica,sans-serif;font-size:16px;font-size:1.142rem;color:#404041}.terms-of-use .table thead>tr>th,.terms-of-use .table tbody>tr>th{border-bottom:1px solid #ccc;font-size:18px;font-size:1.286rem;font-weight:700;line-height:1.5;padding:15px 10px;vertical-align:top}.terms-of-use .page-dir--rtl .table thead>tr>th,.terms-of-use .page-dir--rtl .table tbody>tr>th{text-align:right}.terms-of-use .table th p .table thead>tr>th,.terms-of-use .table tbody>tr:first-of-type>th{border-bottom:2px solid #ccc}.terms-of-use .table tbody>tr>td{border-bottom:1px solid #ccc;line-height:1.5;padding:15px 10px;vertical-align:top}.terms-of-use .page-dir--rtl .table tbody>tr>td{text-align:right}.terms-of-use .table tbody>tr:first-of-type>td{border-top:1px solid #ccc}.terms-of-use .table .table{background-color:#fff}.terms-of-use .page-section--col-white .table.striped tbody>tr:nth-of-type(2n){background-color:#f2f2f2}.terms-of-use .page-section--col-light-grey .table.striped tbody>tr:nth-of-type(2n){background-color:#fff}.terms-of-use .table td>p,.terms-of-use .table th>p{margin:0 0 10px}.terms-of-use .table td>p:only-child,.terms-of-use .table td>p:last-child,.terms-of-use .table th>p:only-child,.terms-of-use .table th>p:last-child{margin:0}.terms-of-use .table th p{font-size:18px;font-size:1.286rem;font-weight:700}.terms-of-use .table caption+thead>tr:first-child>th,.terms-of-use .table colgroup+thead>tr:first-child>th,.terms-of-use .table thead:first-child>tr:first-child>th,.terms-of-use .table caption+thead>tr:first-child>td,.terms-of-use .table colgroup+thead>tr:first-child>td,.terms-of-use .table thead:first-child>tr:first-child>td,.terms-of-use .table thead>tr>th,.terms-of-use .table tr>th,.terms-of-use .table tbody>tr>th,.terms-of-use .table tfoot>tr>th,.terms-of-use .table thead>tr>td,.terms-of-use .table tbody>tr>td,.terms-of-use .table tfoot>tr>td{border-top:0}.terms-of-use .table.striped th{border-color:#ccc;border-style:solid}.terms-of-use .bg-default{background:#fff}.terms-of-use .bg-alternative{background:#e7e7e9}.terms-of-use .bg-primary{background:#e1301e;color:#fff}.terms-of-use .maxPadding .container{padding-top:40px;padding-bottom:40px}.terms-of-use .regPadding .container{padding-top:30px;padding-bottom:30px}.terms-of-use .page-section{padding:20px 0}@media (min-width: 768px){.terms-of-use .page-section{padding:40px 0}}.terms-of-use body .page-section--no-pad{padding:0}.terms-of-use .section-col--white,.terms-of-use .section-col--white .bg-primary,.terms-of-use .page-section--col-white,.terms-of-use .page-section--col-white .bg-primary{background-color:#fff}.terms-of-use .section-col--light-grey,.terms-of-use .section-col--light-grey .bg-primary,.terms-of-use .page-section--col-light-grey,.terms-of-use .page-section--col-light-grey .bg-primary{background-color:#f2f2f2}.terms-of-use .section-col--black70,.terms-of-use .section-col--black70 .bg-primary,.terms-of-use .page-section--col-black70,.terms-of-use .page-section--col-black70 .bg-primary{background-color:#7d7d7d}.terms-of-use .listing-filters{padding-top:30px;padding-bottom:30px}.terms-of-use .listing-filters .form-group{display:inline-block;margin-right:6px}.terms-of-use .listing-filters__select{font-size:1rem}@media (min-width: 768px){.terms-of-use .listing-filters{padding-top:70px;padding-bottom:70px}}.terms-of-use .thumbnail__clip{overflow:hidden;position:relative;width:100%}.terms-of-use .thumbnail__clip-vert-center{position:absolute;top:50%;-webkit-transform:translate3d(0,-50%,0)}.terms-of-use .generic-social{padding:10px 0}.terms-of-use .generic-social .generic-social__social-link{display:inline-block;margin-right:4px;text-decoration:none}.terms-of-use .select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.terms-of-use .select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.terms-of-use .select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.terms-of-use .select2-container .select2-selection--single .select2-selection__clear{position:relative}.terms-of-use .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.terms-of-use .select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.terms-of-use .select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.terms-of-use .select2-container .select2-search--inline{float:left}.terms-of-use .select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.terms-of-use .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.terms-of-use .select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.terms-of-use .select2-results{display:block}.terms-of-use .select2-results__options{list-style:none;margin:0;padding:0}.terms-of-use .select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.terms-of-use .select2-results__option[aria-selected]{cursor:pointer}.terms-of-use .select2-container--open .select2-dropdown{left:0}.terms-of-use .select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.terms-of-use .select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.terms-of-use .select2-search--dropdown{display:block;padding:4px}.terms-of-use .select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.terms-of-use .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.terms-of-use .select2-search--dropdown.select2-search--hide{display:none}.terms-of-use .select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.terms-of-use .select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.terms-of-use body.glb-nav-active{overflow:hidden}.terms-of-use .glb-slim-header{background:#f2f2f2;box-shadow:0 3px #0000001a;position:relative;width:100%;z-index:1005}@media (min-width: 768px){.terms-of-use .glb-slim-header{height:86px}.terms-of-use .glb-slim-header{height:126px}}.terms-of-use .glb-slim-header.glb-slim-header--has-breadcrumb{box-shadow:none;height:100px}@media (max-width: 767px){.terms-of-use .glb-slim-header.glb-slim-header--has-breadcrumb.glb-slim-header--togglebreadcrumb{height:60px}.terms-of-use .glb-nav-active .glb-slim-header.glb-slim-header--has-breadcrumb.glb-slim-header--togglebreadcrumb{height:100px}}.terms-of-use .glb-slim-header-wrapper{box-shadow:0 3px #0000001a;height:60px;position:fixed;transition:transform .3s ease-in-out;width:100%}@media (min-width: 768px){.terms-of-use .glb-slim-header-wrapper{height:85px}}.terms-of-use .glb-slim-header--has-breadcrumb .glb-slim-header-wrapper{height:100px}@media (min-width: 768px){.terms-of-use .glb-slim-header--has-breadcrumb .glb-slim-header-wrapper{height:125px}}@media (max-width: 767px){.terms-of-use .glb-slim-header--togglebreadcrumb.glb-slim-header--has-breadcrumb .glb-slim-header-wrapper{height:60px}.terms-of-use .glb-nav-active .glb-slim-header--togglebreadcrumb.glb-slim-header--has-breadcrumb .glb-slim-header-wrapper{height:100px}}@media (max-width: 767px){.terms-of-use .gh-panel-active .glb-slim-header-wrapper{background:#f2f2f2;height:100%!important}}.terms-of-use .glb-slim-header-wrapper.headroom--not-top.glb-slim-header-wrapper--unpinned{transform:translateY(-110%)}.terms-of-use .glb-slim-header__bar{background:#fff;height:60px}@media (min-width: 768px){.terms-of-use .glb-slim-header__bar{height:86px}}.terms-of-use .glb-slim-header__container{position:relative}.terms-of-use .glb-slim-header__flexrow{display:-moz-flex;display:flex;flex-wrap:nowrap;-moz-flex-direction:row;flex-direction:row;-moz-justify-content:space-between;justify-content:space-between}.terms-of-use .glb-slim-header__branding{-moz-flex:1 1 auto;flex:1 1 auto;-moz-flex-direction:row;flex-direction:row;flex-wrap:nowrap;display:-moz-flex;display:flex;-moz-align-items:flex-end;align-items:flex-end}.terms-of-use .glb-slim-header__logo{display:-moz-flex;display:flex;-moz-flex:0 0 auto;flex:0 0 auto;height:60px;margin-left:-10px;padding:10px;width:70px}.terms-of-use .glb-slim-header__logo img{display:inline-block;width:50px}@media (min-width: 768px){.terms-of-use .glb-slim-header__logo{height:85px;margin-left:-15px;padding:15px;width:100px}.terms-of-use .glb-slim-header__logo img{width:70px}}.terms-of-use .glb-slim-header__subbrand{color:#464646;display:-moz-flex;display:flex;-moz-flex:0 1 auto;flex:0 1 auto;font-family:PwC ITC Charter,Charter ITC,georgia,serif;font-size:1rem;line-height:1.3;margin:6px 10px 9px;padding:4px 0;text-decoration:none}@media (max-width: 767px){.terms-of-use .glb-slim-header__subbrand{font-size:.914rem}}.terms-of-use .glb-slim-header__subbrand:visited,.terms-of-use .glb-slim-header__subbrand:active{color:#7d7d7d}.terms-of-use .glb-slim-header__subbrand:hover,.terms-of-use .glb-slim-header__subbrand:focus{border-bottom:1px solid #e0301e;padding-bottom:3px;text-decoration:none}@media (min-width: 768px){.terms-of-use .glb-slim-header__subbrand{margin:11px 15px 18px}}.terms-of-use .glb-slim-header__divider{border:1px solid #2d2d2d;height:16px;display:-moz-flex;display:flex;margin-bottom:16px}@media (min-width: 768px){.terms-of-use .glb-slim-header__divider{margin-bottom:23px}}.terms-of-use .glb-slim-header__tool{display:-moz-flex;display:flex;width:100%}.terms-of-use .glb-slim-header__tool.glb-slim-header__tool--active{background:#fff}@media (max-width: 767px){.terms-of-use .glb-slim-header__tool.glb-slim-header__tool--desktop-only{display:none}}@media (min-width: 768px){.terms-of-use .glb-slim-header__tool.glb-slim-header__tool--desktop-only{display:-moz-flex;display:flex}}.terms-of-use .glb-slim-header__tool .icon-el{display:block;height:28px;overflow:hidden;position:relative;width:28px}.terms-of-use .glb-slim-header__tool .icon-el .icon-el__normal,.terms-of-use .glb-slim-header__tool .icon-el .icon-el__on{height:28px;left:50%;position:absolute;transition:all .3s ease-in-out;width:28px}.terms-of-use .glb-slim-header__tool .icon-el .icon-el__normal{top:0;transform:translate(-50%)}.terms-of-use .glb-slim-header__tool .icon-el .icon-el__on{background:#00f;top:0;transform:translate(-50%,100%)}.terms-of-use .glb-slim-header__tool .glb-slim-header__panel-trigger:hover .icon-el .icon-el__normal,.terms-of-use .glb-slim-header__tool .glb-slim-header__panel-trigger:focus .icon-el .icon-el__normal{transform:translate(-50%,-100%)}.terms-of-use .glb-slim-header__tool .glb-slim-header__panel-trigger:hover .icon-el .icon-el__on,.terms-of-use .glb-slim-header__tool .glb-slim-header__panel-trigger:focus .icon-el .icon-el__on{transform:translate(-50%)}.terms-of-use .glb-slim-header__nav-ctrls{display:-moz-flex;display:flex;-moz-flex:1 0 auto;flex:1 0 auto;-moz-justify-content:flex-end;justify-content:flex-end}@media (max-width: 767px){.terms-of-use .glb-slim-header__nav-ctrls{margin-right:-15px}}.terms-of-use .glb-slim-header__nav-ctrls .glb-slim-header__tools:before,.terms-of-use .glb-slim-header__nav-ctrls .glb-slim-header__tools:after{content:" ";display:table}.terms-of-use .glb-slim-header__nav-ctrls .glb-slim-header__tools:after{clear:both}@media (max-width: 767px){.terms-of-use .gh-panel-active .glb-slim-header__nav-ctrls .glb-slim-header__tools{left:0;position:absolute;right:0;top:0;z-index:10}}.terms-of-use .glb-slim-header__nav-ctrls .glb-slim-header__tool{-moz-align-items:center;align-items:center;background:#fff;float:left;height:60px;overflow:hidden;padding-left:4px;transition:all 10ms ease-in-out;width:100%}@media (min-width: 768px){.terms-of-use .glb-slim-header__nav-ctrls .glb-slim-header__tool{height:85px;transition:all .3s ease-in-out;width:258px}}@media (min-width: 992px){.terms-of-use .glb-slim-header__nav-ctrls .glb-slim-header__tool{width:285px}}.terms-of-use .glb-slim-header__nav-ctrls .glb-slim-header__tool--closed{width:44px}.terms-of-use .glb-slim-header__nav-ctrls .glb-slim-header__tool--open .icon-el .icon-el__normal{transform:translate(-50%,-100%)}.terms-of-use .glb-slim-header__nav-ctrls .glb-slim-header__tool--open .icon-el .icon-el__on{transform:translate(-50%)}.terms-of-use .glb-slim-header__nav-ctrls .glb-slim-header__panel-trigger{background:#fff;border:none;cursor:pointer;display:-moz-flex;display:flex;-moz-flex:0 0 auto;flex:0 0 auto;height:44px;margin:0;position:relative;width:36px}.terms-of-use .glb-slim-header__nav-ctrls .glb-slim-header__panel-trigger .icon-el{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.terms-of-use .glb-slim-header__nav-ctrls .glb-slim-header__tool-content{margin:0 10px;padding:20px 0;transition:opacity .45s ease-in-out}.terms-of-use .glb-slim-header__nav-ctrls .glb-slim-header__tool--closed .glb-slim-header__tool-content{display:none}.terms-of-use .glb-slim-header__nav-ctrls .glb-slim-header__tool--open .glb-slim-header__tool-content{display:-moz-flex;display:flex;-moz-flex:1 1 auto;flex:1 1 auto}.terms-of-use .glb-slim-header__tool .pwc-inline-form{display:-moz-flex;display:flex;-moz-flex-direction:wrap;flex-direction:wrap;width:100%}.terms-of-use .glb-slim-header__tool .pwc-inline-form .pwc-inline-form__field{display:-moz-flex;display:flex;-moz-flex:1 1 auto;flex:1 1 auto;margin:0}.terms-of-use .glb-slim-header__tool .pwc-inline-form input{border:none;border-bottom:1px solid #dedede;border-radius:0;box-shadow:none;font-family:PwC ITC Charter,Charter ITC,georgia,serif;font-size:.875rem;height:30px;padding:10px 0;width:100%}@media (max-width: 767px){.terms-of-use .glb-slim-header__tool .pwc-inline-form input{font-size:.8rem}}.terms-of-use .glb-slim-header__tool .pwc-inline-form input:focus{border-bottom:1px solid #2d2d2d}@media (max-width: 767px){.terms-of-use .glb-slim-header__tool.glb-slim-header__tool--autosuggest .select2-container--open{height:200px}}.terms-of-use .select2-container.select2-container--pwc .select2-selection--single{border-bottom:1px solid #dedede;border-radius:0;font-family:PwC ITC Charter,Charter ITC,georgia,serif;font-size:.875rem;line-height:1.3;height:30px;padding:10px 0;width:100%}.terms-of-use .select2-container.select2-container--pwc .select2-selection--single .select2-selection__rendered{padding-left:0}.terms-of-use .select2-container.select2-container--pwc .select2-selection--single .select2-selection__clear{position:absolute;right:0}.terms-of-use .select2-container.select2-container--pwc.select2-container--open .select2-selection--single{border-bottom:1px solid #2d2d2d}.terms-of-use .select2-container.select2-container--pwc .select2-dropdown{background:#fff;border:1px solid #dedede;box-shadow:2px 2px #0000001a;border-radius:0;margin-top:20px;width:300px!important}.terms-of-use .select2-container.select2-container--pwc .select2-dropdown:before{border-left:10px solid #dedede;border-top:10px solid transparent;border-bottom:10px solid transparent;color:inherit;content:"";display:inline-block;left:20px;height:0;margin:4px 0 0;position:absolute;transform:translate(-50%,-100%) rotate(-90deg);top:0;width:0}.terms-of-use .select2-container.select2-container--pwc .select2-dropdown:after{border-left:10px solid #ffffff;border-top:10px solid transparent;border-bottom:10px solid transparent;color:inherit;content:"";display:inline-block;left:20px;height:0;margin:4px 0 0;position:absolute;transform:translate(-50%,-100%) rotate(-90deg);top:1px;width:0}.terms-of-use .select2-container.select2-container--pwc .select2-dropdown.select2-dropdown--above{margin-top:-6px}.terms-of-use .select2-container.select2-container--pwc .select2-dropdown.select2-dropdown--above:before{bottom:0;margin:0 0 5px;top:auto;transform:translate(-50%,100%) rotate(90deg)}.terms-of-use .select2-container.select2-container--pwc .select2-dropdown.select2-dropdown--above:after{bottom:2px;margin:0 0 5px;top:auto;transform:translate(-50%,100%) rotate(90deg)}.terms-of-use .select2-container.select2-container--pwc .select2-search.select2-search--dropdown{background:#f2f2f2;padding:15px}.terms-of-use .select2-container.select2-container--pwc.select2-container--has-search .select2-dropdown--below.select2-dropdown:after{border-left:10px solid #f2f2f2}.terms-of-use .select2-container.select2-container--pwc .select2-search__field{background:#fff;border:1px solid #dedede;border-radius:0;font-size:1rem;padding:8px 12px;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none}.terms-of-use .select2-container.select2-container--pwc .select2-results{background:#fff;padding:15px 0}.terms-of-use .select2-container.select2-container--pwc .select2-results__group{display:block;font-family:PwC Helvetica Neue,Helvetica Neue,helvetica,arial,sans-serif;font-style:normal;font-weight:400;font-size:1rem;margin-bottom:8px}.terms-of-use .select2-container.select2-container--pwc .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}@media (min-width: 768px){.terms-of-use .select2-container.select2-container--pwc .select2-results>.select2-results__options{max-height:400px}}.terms-of-use .select2-container.select2-container--pwc .select2-results__options>.select2-results__option{padding:0 15px}.terms-of-use .select2-container.select2-container--pwc .select2-results__options>.select2-results__option{margin:0}.terms-of-use .select2-container.select2-container--pwc .select2-results__options.select2-results__options--nested>.select2-results__option{line-height:1.3;margin-bottom:2px;text-decoration:underline;padding:8px 15px}.terms-of-use .select2-container.select2-container--pwc .select2-results__options.select2-results__options--nested>.select2-results__option[aria-selected=true]{background:#2d2d2d;color:#fff;font-weight:700;text-decoration:none}.terms-of-use .select2-container.select2-container--pwc .select2-results__options.select2-results__options--nested>.select2-results__option--highlighted[aria-selected]{background:#e0301e;text-decoration:none;color:#fff}.terms-of-use .glb-slim-header__navbar-toggle{background-color:#f2f2f2;background-image:none;border:0;border-radius:0;cursor:pointer;position:relative;height:60px;margin:0;transition:all .3s ease-in-out;width:60px}.terms-of-use .glb-slim-header__navbar-toggle:hover,.terms-of-use .glb-slim-header__navbar-toggle:focus{background:#dedede}@media (max-width: 767px){.terms-of-use .glb-slim-header__navbar-toggle{background:#fff}.terms-of-use .glb-slim-header__navbar-toggle:hover,.terms-of-use .glb-slim-header__navbar-toggle:focus{background:#f2f2f2}}@media (min-width: 768px){.terms-of-use .glb-slim-header__navbar-toggle{height:86px;margin-left:10px;width:auto}}@media (min-width: 980px){.terms-of-use .glb-slim-header__navbar-toggle{display:block;margin-left:20px}}.terms-of-use .glb-slim-header__navbar-toggle.glb-slim-header__navbar-toggle--has-label{background:#fff}.terms-of-use .glb-slim-header__navbar-toggle.glb-slim-header__navbar-toggle--has-label:hover,.terms-of-use .glb-slim-header__navbar-toggle.glb-slim-header__navbar-toggle--has-label:focus{background:#f2f2f2}.terms-of-use .glb-slim-header__navbar-toggle.glb-slim-header__navbar-toggle--has-label:hover span.text,.terms-of-use .glb-slim-header__navbar-toggle.glb-slim-header__navbar-toggle--has-label:focus span.text{border-bottom:2px solid #e0301e;padding-bottom:0}.terms-of-use .page-primary-col--orange .glb-slim-header__navbar-toggle.glb-slim-header__navbar-toggle--has-label:hover span.text,.terms-of-use .page-primary-col--orange .glb-slim-header__navbar-toggle.glb-slim-header__navbar-toggle--has-label:focus span.text{border-bottom:2px solid #d04a02}.terms-of-use .page-primary-col--red .glb-slim-header__navbar-toggle.glb-slim-header__navbar-toggle--has-label:hover span.text,.terms-of-use .page-primary-col--red .glb-slim-header__navbar-toggle.glb-slim-header__navbar-toggle--has-label:focus span.text{border-bottom:2px solid #e0301e}.terms-of-use .page-primary-col--burgundy .glb-slim-header__navbar-toggle.glb-slim-header__navbar-toggle--has-label:hover span.text,.terms-of-use .page-primary-col--burgundy .glb-slim-header__navbar-toggle.glb-slim-header__navbar-toggle--has-label:focus span.text{border-bottom:2px solid #e0301e}.terms-of-use .page-primary-col--maroon .glb-slim-header__navbar-toggle.glb-slim-header__navbar-toggle--has-label:hover span.text,.terms-of-use .page-primary-col--maroon .glb-slim-header__navbar-toggle.glb-slim-header__navbar-toggle--has-label:focus span.text{border-bottom:2px solid #e0301e}.terms-of-use .page-primary-col--rose .glb-slim-header__navbar-toggle.glb-slim-header__navbar-toggle--has-label:hover span.text,.terms-of-use .page-primary-col--rose .glb-slim-header__navbar-toggle.glb-slim-header__navbar-toggle--has-label:focus span.text{border-bottom:2px solid #d93954}@media (max-width: 767px){.terms-of-use .glb-slim-header__navbar-toggle.glb-slim-header__navbar-toggle--has-label span.text{display:none}}@media (min-width: 768px){.terms-of-use .glb-slim-header__navbar-toggle.glb-slim-header__navbar-toggle--has-label{padding:0 20px;width:auto}.terms-of-use .glb-slim-header__navbar-toggle.glb-slim-header__navbar-toggle--has-label span.text{display:inline-block;float:left;font-family:PwC Helvetica Neue,Helvetica Neue,helvetica,arial,sans-serif;font-size:1rem;line-height:1.2;margin-left:12px;padding:3px 0 2px}.terms-of-use .glb-slim-header__navbar-toggle.glb-slim-header__navbar-toggle--has-label .icon-bar-wrapper{float:left;margin:3px 0 0;height:20px;position:relative;width:20px}}@media (min-width: 992px){.terms-of-use .glb-slim-header__navbar-toggle.glb-slim-header__navbar-toggle--has-label{padding:0 30px}}.terms-of-use .glb-slim-header__navbar-toggle .icon-bar{display:block;position:absolute;opacity:1;width:20px;height:2px;left:50%;background-color:#404041;transform:rotate(0);transition:transform .2s ease-in-out;top:50%}@media (min-width: 768px){.terms-of-use .glb-slim-header__navbar-toggle .icon-bar{width:20px}}.terms-of-use .glb-slim-header__navbar-toggle .icon-bar+.icon-bar{margin:auto}.terms-of-use .glb-slim-header__navbar-toggle .icon-bar1{transform:translate(-50%,-8px) rotate(0)}.terms-of-use .glb-slim-header__navbar-toggle .icon-bar2{transform:translate(-50%,-1px) rotate(0)}.terms-of-use .glb-slim-header__navbar-toggle .icon-bar3{transform:translate(-50%,6px) rotate(0)}.terms-of-use .glb-slim-header__navbar-toggle.glb-slim-header__navbar-toggle--active{background:#f2f2f2}.terms-of-use .glb-slim-header__navbar-toggle.glb-slim-header__navbar-toggle--active .icon-bar1{transform:translate(-50%,-1px) rotate(135deg)}.terms-of-use .glb-slim-header__navbar-toggle.glb-slim-header__navbar-toggle--active .icon-bar2{opacity:0;transform:translate(-25%,-1px) rotate(0);width:0}.terms-of-use .glb-slim-header__navbar-toggle.glb-slim-header__navbar-toggle--active .icon-bar3{transform:translate(-50%,-1px) rotate(-135deg)}@media (max-width: 767px){.terms-of-use .glb-slim-header .glb-slim-header-nav-wrapper{background:#f2f2f2;display:none;inset:60px 0 0;position:fixed}.terms-of-use .glb-nav-active .glb-slim-header .glb-slim-header-nav-wrapper{display:block;overflow:hidden;overflow-y:auto}.terms-of-use .glb-slim-header.glb-slim-header--has-breadcrumb .glb-slim-header-nav-wrapper{top:100px}}@media (min-width: 768px){.terms-of-use .glb-slim-header--complex.glb-slim-header--has-breadcrumb{height:126px}}@media (min-width: 768px){.terms-of-use .glb-slim-header--complex .glb-nav--takeover{display:none;inset:125px 0 0;position:fixed}.terms-of-use .glb-nav-active .glb-slim-header--complex .glb-nav--takeover{display:block;overflow:hidden;overflow-y:auto}}.terms-of-use .glb-slim-header--simple{height:60px}@media (min-width: 768px){.terms-of-use .glb-slim-header--simple{height:126px}}.terms-of-use .glb-slim-header--simple.glb-slim-header--has-breadcrumb{height:100px}@media (min-width: 768px){.terms-of-use .glb-slim-header--simple.glb-slim-header--has-breadcrumb{height:86px}}.terms-of-use .glb-slim-header--simple.glb-slim-header--has-breadcrumb .glb-slim-header-wrapper{height:100px}@media (min-width: 768px){.terms-of-use .glb-slim-header--simple.glb-slim-header--has-breadcrumb .glb-slim-header-wrapper{height:86px}}@media (max-width: 767px){.terms-of-use .glb-slim-header--simple.glb-slim-header--has-breadcrumb.glb-slim-header--togglebreadcrumb,.terms-of-use .glb-slim-header--simple.glb-slim-header--has-breadcrumb.glb-slim-header--togglebreadcrumb .glb-slim-header-wrapper{height:60px}.terms-of-use .glb-nav-active .glb-slim-header--simple.glb-slim-header--has-breadcrumb.glb-slim-header--togglebreadcrumb,.terms-of-use .glb-nav-active .glb-slim-header--simple.glb-slim-header--has-breadcrumb.glb-slim-header--togglebreadcrumb .glb-slim-header-wrapper{height:100px}}.terms-of-use .glb-slim-header--simple .glb-slim-header-wrapper{height:60px}@media (min-width: 768px){.terms-of-use .glb-slim-header--simple .glb-slim-header__navbar-toggle{display:none}}@media (max-width: 767px){.terms-of-use .glb-slim-header--simple .glb-slim-header-nav-wrapper{display:none;inset:85px 0 0;position:fixed}.terms-of-use .glb-nav-active .glb-slim-header--simple .glb-slim-header-nav-wrapper{display:block;overflow:hidden;overflow-y:auto}}@media (min-width: 768px){.terms-of-use .glb-slim-header--simple .glb-slim-header-nav-wrapper{position:static}}.terms-of-use .glb-slim-header__search{display:-moz-flex;display:flex;width:100%}@media (max-width: 767px){.terms-of-use .glb-slim-header__search-suggestions{left:0;margin-top:15px;padding:15px;position:absolute;right:0;top:100%}.terms-of-use .glb-slim-header__search-suggestions .glb-slim-header__search-suggestions__heading{border-top:1px solid #dedede;color:#7d7d7d;margin:0 0 10px;padding-top:8px}.terms-of-use .glb-slim-header__search-suggestions .glb-slim-header__search-suggestion{margin:0 10px 15px}.terms-of-use .glb-slim-header__search-suggestions .glb-slim-header__search-link{border-bottom:1px solid transparent;color:#2d2d2d;display:inline;line-height:1.3;margin:0;padding-bottom:2px;text-decoration:none}.terms-of-use .glb-slim-header__search-suggestions .glb-slim-header__search-link:hover,.terms-of-use .glb-slim-header__search-suggestions .glb-slim-header__search-link:focus{border-bottom:1px solid #e0301e}}@media (min-width: 768px){.terms-of-use .glb-slim-header__search-suggestions{display:none}}@media (max-width: 767px){.terms-of-use .gh-panel-active{overflow:hidden}}.terms-of-use .glb-slim-header__breadcrumb-reveal{display:none}.terms-of-use .glb-slim-header__breadcrumb--apply-clip .glb-slim-header__breadcrumb-reveal{background:transparent;border:1px solid #ccc;border-radius:0;cursor:pointer;float:left;height:32px;margin:4px 15px 0 0;padding:0;position:relative;transition:all .2s ease-in;width:36px;z-index:2}.terms-of-use .glb-slim-header__breadcrumb--apply-clip .glb-slim-header__breadcrumb-reveal.glb-slim-header__breadcrumb-reveal--active{background:#f2f2f2;border-color:#f2f2f2}.terms-of-use .glb-slim-header__breadcrumb--apply-clip .glb-slim-header__breadcrumb-reveal span.icon-el__normal,.terms-of-use .glb-slim-header__breadcrumb--apply-clip .glb-slim-header__breadcrumb-reveal span.icon-el__on{background-size:50% 50%;background-repeat:no-repeat;background-position:50% 50%;display:block;height:32px;left:0;position:absolute;top:0;width:36px}.terms-of-use .glb-slim-header__breadcrumb--apply-clip .glb-slim-header__breadcrumb-reveal.glb-slim-header__breadcrumb-reveal--active span.icon-el__normal{opacity:0}.terms-of-use .glb-slim-header__breadcrumb--apply-clip .glb-slim-header__breadcrumb-reveal.glb-slim-header__breadcrumb-reveal--active span.icon-el__on{opacity:1}@media (max-width: 767px){.terms-of-use .glb-slim-header__breadcrumb--apply-clip .glb-slim-header__breadcrumb-reveal{display:none}}@media (min-width: 768px){.terms-of-use .glb-slim-header__breadcrumb--apply-clip .glb-slim-header__breadcrumb-reveal{display:block}.terms-of-use .glb-slim-header__breadcrumb--apply-clip.glb-slim-header__breadcrumb--clipped .simple-breadcrumb-component{overflow:hidden}.terms-of-use .glb-slim-header__breadcrumb--apply-clip .breadcrumb-component__scroll-pane{padding-left:50px}.terms-of-use .glb-slim-header__breadcrumb--apply-clip.glb-slim-header__breadcrumb--clipped .breadcrumb-component__scroll-pane{overflow:hidden}.terms-of-use .glb-slim-header__breadcrumb--apply-clip.glb-slim-header__breadcrumb--expanded .simple-breadcrumb-component .breadcrumb{white-space:normal}}.terms-of-use .glb-slim-header__breadcrumb-wrapper{background:#fff;border-top:1px solid #dedede;min-height:39px;position:relative}.terms-of-use .glb-nav-active .glb-slim-header__breadcrumb-wrapper{box-shadow:0 3px #0000001a}@media (max-width: 767px){.terms-of-use .gh-panel-active .glb-slim-header__breadcrumb-wrapper{display:none}}@media (max-width: 767px){.terms-of-use .glb-slim-header__breadcrumb-wrapper.glb-slim-header__breadcrumb-wrapper--mobiletoggle{display:none}.terms-of-use .glb-nav-active .glb-slim-header__breadcrumb-wrapper.glb-slim-header__breadcrumb-wrapper--mobiletoggle{display:block}}.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component{background:#fff;box-shadow:none;padding-top:0;padding-bottom:0;position:relative}.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component .breadcrumb{padding:12px 0 0;color:#2d2d2d;font-weight:400;margin-bottom:0;background:transparent;white-space:nowrap}.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component .breadcrumb li{display:inline-block;font-size:.875rem;margin:0;padding-right:12px;padding-bottom:12px;vertical-align:top;height:auto;opacity:1;overflow:visible;width:auto}.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component .breadcrumb li:after{display:none}.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component .breadcrumb li a{font-size:.805rem;text-decoration:none}.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component .breadcrumb li a:link,.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component .breadcrumb li a:visited,.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component .breadcrumb li a:focus,.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component .breadcrumb li a:hover{color:#2d2d2d}.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component .breadcrumb li.active a{color:#464646;font-weight:700}.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component .breadcrumb li a:hover,.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component .breadcrumb li a:focus{text-decoration:underline}.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component .breadcrumb li.active span{color:#464646;font-size:.805rem;font-weight:700}.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component .breadcrumb li+li:after{content:" ";display:none}@media (max-width: 767px){.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component{padding:2px 0 0}.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component .breadcrumb{margin-bottom:0;overflow:initial;padding-right:10px;padding-left:10px}.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component .breadcrumb-component__scroll-pane{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;position:relative}.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component .breadcrumb-component__scroll-fade{bottom:0;position:absolute;top:0;width:15px;z-index:1000}.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component .breadcrumb-component__scroll-fade--left{box-shadow:inset 15px 0 15px #fff;right:100%;transform:translate3d(100%,0,0)}.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component--hide-fade-l .breadcrumb-component__scroll-fade--left{display:none}.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component .breadcrumb-component__scroll-fade--right{box-shadow:inset -15px 0 15px #fff;right:0%}.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component--hide-fade-r .breadcrumb-component__scroll-fade--right{display:none}.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component .breadcrumb li{font-size:.933rem}.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component .breadcrumb li a{font-size:.8rem;padding:5px}}@media (min-width: 768px){.terms-of-use .glb-slim-header__breadcrumb .breadcrumb-component__scroll-pane{overflow:visible}.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component .breadcrumb li,.terms-of-use .glb-slim-header__breadcrumb .simple-breadcrumb-component .breadcrumb li a{line-height:1}}.terms-of-use .page-primary-col--red .title-strip{background:#e0301e}.terms-of-use .title-strip{background:#e0301e;color:#fff;font-family:"PwC ITC Charter",Georgia,Serif}.terms-of-use .title-strip .title-strip__wrapper{padding:30px 0}.terms-of-use .title-strip .title-strip__heading span{line-height:1.3em;padding-top:4px;padding-bottom:11px;vertical-align:middle;background:#2d2d2d;-webkit-box-decoration-break:clone;box-decoration-break:clone;box-shadow:15px 0 #2d2d2d,-15px 0 #2d2d2d;color:#fff;display:inline}.terms-of-use h1.title-strip__heading{margin:10px}.terms-of-use ul{list-style:inherit}.terms-of-use ul li,.terms-of-use ol li{margin-bottom:8px;margin-left:50px}.terms-of-use .glb-footer{background:#464646;padding:34px 0 21px}.terms-of-use .glb-footer .glb-footer__disclaimer p{color:#fff;font-size:.857rem;display:flow-root}.terms-of-use a{color:#00e}.terms-of-use a.footer-link{color:#fff}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#dfe3e6}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#b5bcc4}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.left-0{left:0}.left-6{left:1.5rem}.top-0{top:0}.top-16{top:4rem}.top-6{top:1.5rem}.z-\[1000\]{z-index:1000}.z-\[99\]{z-index:99}.mb-1{margin-bottom:.25rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mr-2{margin-right:.5rem}.mt-8{margin-top:2rem}.block{display:block}.inline{display:inline}.flex{display:flex}.table{display:table}.hidden{display:none}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-full{height:100%}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.w-24{width:6rem}.w-\[2\.625rem\]{width:2.625rem}.w-full{width:100%}.cursor-pointer{cursor:pointer}.select-all{-webkit-user-select:all;user-select:all}.resize{resize:both}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.overflow-auto{overflow:auto}.whitespace-nowrap{white-space:nowrap}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-bl-none{border-bottom-left-radius:0}.rounded-tl-none{border-top-left-radius:0}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-none{border-style:none}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(238 239 241 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.bg-gray-50\/95{background-color:#f5f7f8f2}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.bg-center{background-position:center}.bg-no-repeat{background-repeat:no-repeat}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.leading-5{line-height:1.25rem}.leading-8{line-height:2rem}.tracking-tight{letter-spacing:-.025em}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.edited-row{background-color:var(--color-background-selected)}.ant-pagination-simple{align-items:center}.ant-message .ant-message-notice,.ant-notification{font-family:"'PwC Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Arial', 'Noto Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",sans-serif!important}.ant-menu-light .ant-menu-item.ant-menu-item-selected{font-weight:var(--font-weight-2)}.ant-layout-sider-trigger{background:unset!important}.custom-collapse .ant-collapse-header{align-items:center!important}.custom-collapse .ant-collapse-header .ant-typography-edit-content{margin:unset}.reset-width-height{width:unset;height:unset}.centered-buttons{width:100%;display:flex;justify-content:center}.summary-table-container{height:203px;max-height:203px;overflow:auto;position:relative}.summary-table{width:100%;border-collapse:collapse;border-spacing:0;font-size:16px;position:relative}.summary-table thead th{background:#fff;position:sticky!important;text-align:left;top:0;z-index:10;font-weight:400;color:#000000d9;padding:8px 12px;border-bottom:1px solid #eee;white-space:nowrap;align-items:center;justify-content:flex-start;box-shadow:0 1px #eee}.summary-table th:nth-child(1),.summary-table td:nth-child(1){width:40%}.summary-table th:nth-child(2),.summary-table td:nth-child(2),.summary-table th:nth-child(3),.summary-table td:nth-child(3),.summary-table th:nth-child(4),.summary-table td:nth-child(4){width:20%}.summary-table tbody td{padding:8px 12px;border-bottom:1px solid #eee;vertical-align:middle}.summary-table tbody tr:hover td{background:#f3f3f3}.summary-table .align-right{text-align:left}.summary-table .cell-wrap-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden;white-space:normal;word-break:break-word}.summary-table .amount-chip{background:#ffe0cc;color:#fd5108;padding:2px 8px;border-radius:6px;display:inline-block}.summary-table .sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.summary-table .sortable-header:hover{background-color:#fafafa}.summary-table .sort-icon{margin-left:8px;color:#ccc;transition:color .2s ease;display:inline-flex;align-items:center}.summary-table .sort-icon.active{color:#fd5108}.summary-table .sort-icon .Appkit4-icon{transition:transform .3s ease}.summary-table .sort-icon.active .Appkit4-icon{animation:rotateIcon .3s ease}@keyframes rotateIcon{0%{transform:rotate(0)}to{transform:rotate(180deg)}}.ant-pro-table-list-toolbar-container{padding:0!important}.ant-table-wrapper{border:1px solid #d1d1d1;border-radius:8px;padding:12px;background:#fff}.ant-table{background:transparent}.ant-table-container{border:none;overflow-x:auto!important}.ant-table-body{overflow-x:auto!important}.ant-collapse-item{margin-bottom:unset!important}.ant-table-thead>tr>th{background:#fff!important;position:sticky!important;text-align:left!important;top:0!important;z-index:10!important;font-weight:400!important;color:#000000d9!important;padding:8px 12px!important;border-bottom:1px solid #eee!important;white-space:nowrap!important;align-items:center!important;justify-content:flex-start!important;box-shadow:0 1px #eee!important;position:relative!important}.ant-table-tbody>tr:nth-child(odd){background-color:#fff}.ant-table-tbody>tr:nth-child(2n){background-color:#f3f3f3}.ant-table-tbody>tr:hover>td{background-color:#fff5ed!important}.ant-table-thead>tr>th .ant-table-column-sorters{padding:0}.ant-table-thead>tr>th .ant-table-column-title{flex:none}.ant-table-tbody .ant-table-cell{border-bottom:1px solid #eee}.ant-table-tbody .ant-table-selection-column{padding:8px 12px}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}
