<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  background: #f9f9f9;
  color: #162838;
  font-family: 'Open Sans', Roboto, sans-serif;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  text-rendering: optimizeLegibility !important;
}
header {
  background: #fff;
  width: 100%;
  border-bottom: 2px solid #e0e0e0;
  position: fixed;
  z-index: 999;
  top: 0px;
}
header .logo {
  max-width: 100%;
  text-transform: uppercase;
  font-weight: bold;
}
header .return {
  display: none;
  position: absolute;
  top: 1rem;
  right: 2rem;
  color: #005cb3;
  text-decoration: none;
}
div,
section {
  box-sizing: border-box;
}
header .container {
  padding: 2rem;
}
.hide {
  display: none !important;
}
button {
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  text-align: center;
  font-weight: 600;
  box-sizing: border-box;
  cursor: pointer;
}
button.primary {
  background-color: #004f92;
  border-color: #004f92;
  color: #f9f9f9;
}
button.primary:hover {
  background-color: #0053a0;
  border-color: #0053a0;
}
.container {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
.container.hidden {
  display: none;
}
.container .main-section {
  width: 100%;
  margin-top: 10rem;
}
.container .loading {
  margin-top: 10rem;
  text-align: center;
}
.container .loading .timer-counter {
  font-size: 32px;
  padding: 20px;
}
.container .main-error {
  color: #f00;
}
.container .totals-sidebar {
  width: 20%;
  flex-grow: 1;
  position: fixed;
  margin-top: 8rem;
  top: 8rem;
  right: 0px;
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
  margin: 2rem;
  box-sizing: border-box;
}
.container .totals-sidebar h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  margin-top: 0;
}
.container .card-errors {
  color: red;
}
pre {
  background: #ccc;
  padding: 2rem;
  margin: 4rem;
  border-radius: 8px;
}
.message {
  text-align: center;
  border-radius: 8px;
  padding: 1rem;
  display: block;
}
.error {
  color: red;
}
.order-section {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  margin: 1.5rem 1.5rem 1rem 1.5rem;
}
.order-section.thank-you,
.order-section.errors {
  margin-top: 10rem;
}
.order-section .heading {
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 3rem;
  position: relative;
  line-height: 2rem;
  color: #333;
}
.order-section .heading:before {
  content: attr(data-num);
  color: #fff;
  background: #333;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  text-align: center;
}
.review-payment {
  margin-bottom: 4rem;
}
.review-payment.hidden {
  display: none;
}
.review-payment .line-items {
  max-width: 300px;
}
.review-payment .line-items button {
  float: right;
}
.review-payment .payments .amt {
  color: red;
}
.review-payment .finance-applied,
.review-payment .cc-applied,
.review-payment .genesis-finance-applied,
.review-payment .gift-card-applied {
  font-weight: bold;
}
.review-payment .premium-delivery {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.review-payment .error {
  color: red;
  display: block;
  clear: both;
}
.row.info {
  display: flex;
}
.col {
  width: 50%;
  padding: 2rem 3rem;
}
.col1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col1 .orderinfo {
  width: 50%;
  line-height: 1.4rem;
  margin-bottom: 1rem;
}
.col1 .totals {
  width: 50%;
}
.line-item {
  display: flex;
  justify-content: space-between;
  width: 300px;
  padding: 0.1rem 1rem;
}
.line-item.balance {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #000;
}
.total-line {
  margin-top: 1rem;
  border-top: 1px solid #000;
  margin-bottom: 1rem;
  max-width: 300px;
}
.line-item.total {
  border-top: 1px solid #000;
  padding-top: 1rem;
}
.address-line {
  display: block;
  margin: 0.5rem 0;
  text-transform: capitalize;
}
.address-line.upgrade {
  display: flex;
  align-items: center;
}
.address-line label {
  font-weight: bold;
}
.address-line.delivered {
  padding: 1rem 0;
}
.address-line.delivered2 {
  font-style: italic;
  padding: 0.5rem 0;
}
.address-line.delivery strong {
  display: block;
  margin-bottom: 0.5rem;
}
.address-line.delivery span {
  display: block;
  margin-bottom: 1rem;
}
.address-line.upgrade input[type=checkbox]:checked {
  background: #0053a0;
}
.address-line.upgrade .bl {
  color: #004f92;
  font-weight: bold;
  padding-left: 1rem;
}
.address-line.upgrade .b {
  color: #000;
  font-weight: bold;
}
.form-group.billing {
  display: none;
}
.reqtext {
  display: block;
  color: #333;
  font-size: 1rem;
  margin: 0 0 1rem 0;
  font-weight: bold;
}
.options {
  display: block;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 1200px;
  max-width: 670px;
}
.options .tooltip {
  background-color: black;
  opacity: 0.9;
  color: #fff;
  text-align: center;
  padding: 0.4rem;
  border-radius: 0px;
  margin: 0.5%;
  font-size: 0.9rem;
  width: 100%;
}
.options button {
  border: 0;
  text-align: left;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  clear: both;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  user-select: none;
  vertical-align: middle;
  justify-content: flex-start;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 6px 8px;
  font-size: 0.875rem;
  min-width: 64px;
  width: 100%;
  border-top: 1px solid #dedede;
  box-sizing: border-box;
  min-height: 75px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  border-radius: 0;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
}
.options button:hover {
  background-color: rgba(63, 81, 181, 0.04);
}
.options button img {
  width: 156px;
  box-sizing: border-box;
  pointer-events: none;
}
.options button span {
  margin-left: 8px;
  pointer-events: none;
}
.options button span .small {
  font-size: 0.8em;
  display: block;
  color: #666;
  margin-left: 0px;
}
.options .ppl22 {
  background: #004f92;
  color: #fff;
  height: 4rem;
  text-align: center;
  display: table;
  margin: 0.5%;
  position: relative;
  max-width: 50%;
  font-size: 0.9rem;
  font-weight: 700;
  vertical-align: middle;
  outline-color: #004f92;
  max-width: 210px;
  width: 100%;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.options .ppl22 {
  background: #0070ba;
  padding: 0.4rem 4px;
  overflow: hidden;
  position: relative;
}
.options22 .ppl.disabled:after,
.options .apple-pay.disabled:after {
  position: absolute;
  content: '';
  background: #333;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 999;
  opacity: 0.5;
}
.options22 .ppl:hover {
  /*filter: brightness(0.95);*/
  background-color: #006AB1;
}
.options22 .rtgcc,
.options22 .genesis-cc,
.options22 .apple-pay,
.gift-card22 {
  background: #004f92;
  color: #fff;
  height: 4rem;
  text-align: center;
  display: table;
  margin: 0.5%;
  position: relative;
  max-width: 50%;
  font-size: 0.9rem;
  font-weight: 700;
  vertical-align: middle;
  outline-color: #004f92;
  max-width: 210px;
  width: 100%;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.options22 .rtgcc:hover,
.options22 .genesis-cc:hover {
  background: #005cb3;
}
.options22 .rtgcc.off,
.options22 .genesis-cc.off,
.options22 .gift-card.off {
  background: #333;
}
.options22 .rtgcc.off:hover,
.options22 .genesis-cc.off:hover,
.options22 .gift-card.off:hover {
  background: #757575;
}
.options .apple-pay {
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 56px;
  border-radius: 3px;
}
apple-pay-button {
  pointer-events: none;
}
#payform {
  border: 1px solid #DEDEDE;
  padding: 0.6rem;
  width: 100%;
  max-width: 400px;
}
.form-group.pd {
  display: flex;
  justify-content: space-between;
}
.form-group.pd h3 {
  text-align: center;
  font-size: 0.9rem;
  font-weight: normal;
  display: inline;
}
.form-group.pd svg {
  text-align: center;
  width: 220px;
  display: inline;
}
.form-group.card label {
  font-size: 0.6rem;
}
#cardNumber-container,
#securityCode-container {
  overflow: hidden;
  padding: 0 0.6rem;
  height: 47px;
  border: 1px solid #DEDEDE;
}
#pay-btn,
#syncrony-btn {
  margin: 1rem 0;
}
#pay-btn .pay-amt,
#syncrony-btn .pay-amt {
  pointer-events: none;
}
button[disabled] {
  background: #7e7e7e;
  border: 0px;
  pointer-events: none;
}
button[disabled]:hover {
  background: #7e7e7e;
}
#reset-cc-btn,
#reset-rtgcc-btn {
  margin-top: 0.5rem;
  background: #fff;
  border: none;
  padding: 4px;
  border: 0px;
  color: #005cb3;
}
.form-row {
  margin: 1rem 0;
}
.form-row .form-group {
  width: 8rem;
  margin: 0px 1rem 0px 0px;
  display: inline-block;
}
.form-row .form-group label {
  font-size: 0.5rem;
}
.form-row .form-group select,
.form-row .form-group input {
  width: 100%;
  display: block;
  border: 1px solid #dedede;
  padding: 10px;
  height: 40px !important;
}
.cc-box,
.rtgcc-box,
.genesis-cc-box,
.gift-card-box {
  margin-top: 1rem;
}
.rtgcc-box label,
.genesis-cc-box label,
.gift-card-box label {
  font-size: 0.7rem;
}
.rtgcc-box .finance-cta,
.genesis-cc-box .finance-cta,
.gift-card-box .finance-cta {
  display: flex;
}
.rtgcc-box .finance-cta img,
.genesis-cc-box .finance-cta img,
.gift-card-box .finance-cta img {
  margin-right: 20px;
}
.rtgcc-box .genesis-logo,
.genesis-cc-box .genesis-logo,
.gift-card-box .genesis-logo {
  margin-top: 1.5rem;
}
.rtgcc-box .finance-errors,
.genesis-cc-box .finance-errors,
.gift-card-box .finance-errors,
.rtgcc-box .cc-errors,
.genesis-cc-box .cc-errors,
.gift-card-box .cc-errors {
  color: red;
}
.rtgcc-box .loading-icon,
.genesis-cc-box .loading-icon,
.gift-card-box .loading-icon {
  width: 24px;
  vertical-align: middle;
}
.rtgcc-box .form-group label.cc-small {
  width: 100px;
  display: inline-block;
}
.genesis-cc-box label,
.gift-card-box label,
.genesis-cc-box input[type="text"],
.gift-card-box input[type="text"] {
  display: block;
}
.genesis-cc-box input[type="text"],
.gift-card-box input[type="text"] {
  width: 100%;
  max-width: 400px;
  min-width: 250px;
  margin: 0 2.5% 2.5% 0;
  line-height: 20px;
  padding: 10px;
  border: 1px solid #dedede;
  box-sizing: border-box;
}
.address-section .row {
  display: flex;
}
.address-section .row .col {
  width: 50%;
  padding: 1rem;
  box-sizing: border-box;
}
.address-section .row .col label {
  font-size: 0.6rem;
}
.address-section .row .col select,
.address-section .row .col input {
  width: 100%;
  display: block;
  border: 1px solid #dedede;
  padding: 10px;
  box-sizing: border-box;
}
.email-info,
.existing-email {
  margin-top: 2rem;
}
.email-info label,
.existing-email label {
  display: inline;
}
.email-info label.email_addr,
.existing-email label.email_addr {
  font-weight: bold;
}
.email-info #email_addr,
.existing-email #email_addr {
  width: 100%;
  max-width: 400px;
  min-width: 250px;
  margin: 0 2.5% 2.5% 0;
  line-height: 20px;
  padding: 10px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  display: block;
}
.email-info .customer-email,
.existing-email .customer-email {
  padding: 0.5rem 0;
  font-weight: bold;
  display: block;
}
.email-errors .message {
  text-align: left;
}
.pay-amount-select {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pay-amount-select.hidden {
  display: none;
}
.pay-amount-select .col {
  width: auto;
  display: flex;
  justify-content: flex-start;
  padding: 1rem 4rem 2rem 0;
}
.pay-amount-select .col.other.hidden {
  display: none;
}
.pay-amount-select .col label {
  font-weight: bold;
  text-transform: uppercase;
}
.pay-amount-select .col input[type="radio"] {
  margin: -3px 0.5rem 0 0.5rem;
  width: 1.4rem;
  height: 1.4rem;
}
.pay-amount-select .col .pay-amt {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.pay-amount-select .col .other-amt {
  padding: 0.5rem;
  width: 150px;
  display: block;
}
.pay-amount-select .col .notice {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: bold;
  display: flex;
  color: #666;
}
.long-term-plans input[type="radio"],
.wfg-plans input[type="radio"] {
  margin: -3px 1.5rem 0 0.5rem;
  width: 1.4rem;
  height: 1.4rem;
  min-width: 1.4rem;
}
.long-term-plans .plan-row,
.wfg-plans .plan-row {
  font-weight: bold;
  padding: 16px;
  display: flex;
  align-items: center;
  margin: 8px 0;
  font-size: 1em;
}
.long-term-plans .plan-row .notice,
.wfg-plans .plan-row .notice {
  font-size: 0.75em;
}
.long-term-plans .plan-row .notice #promo-link,
.wfg-plans .plan-row .notice #promo-link {
  color: #004f92;
  text-decoration: underline;
  padding-top: 8px;
  cursor: pointer;
  position: relative;
}
.long-term-plans .plan-row .notice #promo-link svg,
.wfg-plans .plan-row .notice #promo-link svg {
  transition: all ease-in-out 0.3s;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
}
.long-term-plans .plan-row .notice #promo-link.open svg,
.wfg-plans .plan-row .notice #promo-link.open svg {
  transform: rotate(180deg);
}
.long-term-plans .promo-collapse,
.wfg-plans .promo-collapse {
  background: #fff;
  font-size: 0.9em;
  transition: max-height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  height: auto;
  max-height: 1200px;
  display: block;
  overflow: hidden;
}
.long-term-plans .promo-collapse .content-inner,
.wfg-plans .promo-collapse .content-inner {
  margin: 1em 2em;
}
.long-term-plans .promo-collapse.collapsed,
.wfg-plans .promo-collapse.collapsed {
  max-height: 0px;
}
.long-term-plans .button-row,
.wfg-plans .button-row {
  display: flex;
  justify-content: center;
  padding: 1em;
}
@media all and (max-width: 460px) {
  .long-term-plans .button-row,
  .wfg-plans .button-row {
    flex-wrap: wrap;
  }
}
.long-term-plans .button-row button,
.wfg-plans .button-row button {
  margin: 0.5em;
  width: 50%;
}
@media all and (max-width: 460px) {
  .long-term-plans .button-row button,
  .wfg-plans .button-row button {
    width: 100%;
  }
}
.long-term-plans .button-row .plan-cancel-btn,
.wfg-plans .button-row .plan-cancel-btn {
  background-color: #fff;
  border: 1px solid rgba(0, 83, 160, 0.5);
  color: #0053a0;
}
.long-term-plans .button-row .plan-cancel-btn:hover,
.wfg-plans .button-row .plan-cancel-btn:hover {
  background-color: #eee;
}
.balance-applied,
.cc-box-success,
.rtgcc-box-success,
.genesis-cc-box-success,
.gift-card-box-success {
  font-size: 1.2rem;
  color: green;
  text-align: center;
  max-width: 400px;
  padding-top: 1rem;
}
.balance-applied .add-cc-btn {
  border: 0px;
  background: transparent;
  text-decoration: underline;
  padding: 10px 0;
  color: #004f92;
}
.balance-applied .fee-notice {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
  padding: 10px 15px;
}
.terms-conditions label {
  display: flex;
  align-items: center;
}
.terms-conditions label input {
  margin-right: 1rem;
}
.terms-conditions label p {
  width: 85%;
}
.terms-conditions label a {
  text-decoration: underline;
  cursor: pointer;
}
.read-terms {
  padding-top: 1rem;
}
.read-terms label,
.protection-plan label,
.adjustable-base-plan label,
.consent label {
  display: flex;
}
.read-terms label p,
.protection-plan label p,
.adjustable-base-plan label p,
.consent label p {
  width: 85%;
  margin: 0;
  margin-left: 1rem;
}
.read-terms label a,
.protection-plan label a,
.adjustable-base-plan label a,
.consent label a {
  text-decoration: none;
  cursor: pointer;
  color: #004f92;
}
.protection-plan,
.consent {
  padding: 0rem 3rem 2rem 3rem;
}
.plan-name {
  font-weight: bold;
}
.plan-name a {
  display: block;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.8rem;
}
.financing-applied,
.wfg-financing-applied {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 420px;
  background: rgba(0, 133, 74, 0.04);
  border-radius: 4px;
  color: #275929;
  padding: 10px 15px;
  text-align: left;
}
.financing-applied .fin-content,
.wfg-financing-applied .fin-content {
  display: flex;
}
.financing-applied .fin-content .fin-applied,
.wfg-financing-applied .fin-content .fin-applied {
  /*font-family: 'RTG-Gilroy';*/
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  padding: 10px 15px;
  margin: 0px;
}
.financing-applied .fin-content .fin-applied .finance-plan,
.wfg-financing-applied .fin-content .fin-applied .finance-plan {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.financing-applied .remove-financing,
.wfg-financing-applied .remove-financing,
.financing-applied .wfg-remove-financing,
.wfg-financing-applied .wfg-remove-financing {
  color: #0053a0;
  text-decoration: underline;
  background-color: transparent;
  padding: 2px;
  border: 0px;
}
.remaining-balance {
  color: #000;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  max-width: 420px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  padding: 10px 15px;
}
.remaining-balance .pay-note {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.modal {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.modal:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}
.modal-holder,
.modal-holder-deposit,
.modal-holder-wfg,
.modal-holder-promo {
  background: #fff;
  width: fit-content;
  max-width: 40%;
  margin: auto;
  position: fixed;
  top: 8rem;
  left: 0;
  right: 0;
  z-index: 9999;
}
@media all and (max-width: 768px) {
  .modal-holder,
  .modal-holder-deposit,
  .modal-holder-wfg,
  .modal-holder-promo {
    width: 95%;
    max-width: 100%;
    top: 2rem;
    height: 100%;
    max-height: calc(100% - 4rem);
  }
}
.modal-holder .close-btn,
.modal-holder-deposit .close-btn,
.modal-holder-wfg .close-btn,
.modal-holder-promo .close-btn {
  background: #004f92;
  color: #fff;
  display: flex;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  cursor: pointer;
  border: 2px solid #fff;
  top: -10px;
  right: -10px;
}
.modal-holder .modal-scroll-container,
.modal-holder-deposit .modal-scroll-container,
.modal-holder-wfg .modal-scroll-container,
.modal-holder-promo .modal-scroll-container {
  height: 100%;
  overflow-y: auto;
}
.modal-holder .content,
.modal-holder-deposit .content,
.modal-holder-wfg .content,
.modal-holder-promo .content {
  margin: 2rem;
  padding: 1rem;
  background: #eee;
}
@media all and (max-width: 768px) {
  .modal-holder .content,
  .modal-holder-deposit .content,
  .modal-holder-wfg .content,
  .modal-holder-promo .content {
    margin: 0;
  }
}
.modal-holder .heading,
.modal-holder-deposit .heading,
.modal-holder-wfg .heading,
.modal-holder-promo .heading {
  margin-top: 1rem;
  padding: 0 2rem;
}
.modal-holder .heading h2,
.modal-holder-deposit .heading h2,
.modal-holder-wfg .heading h2,
.modal-holder-promo .heading h2 {
  text-transform: uppercase;
  font-size: 1.1em;
}
.modal-holder .plan-info,
.modal-holder-deposit .plan-info,
.modal-holder-wfg .plan-info,
.modal-holder-promo .plan-info {
  padding: 2rem 0;
}
.modal-holder .plan-info label,
.modal-holder-deposit .plan-info label,
.modal-holder-wfg .plan-info label,
.modal-holder-promo .plan-info label {
  font-weight: bold;
}
.modal-holder-deposit,
.modal-holder-wfg,
.modal-holder-promo {
  padding: 2rem;
}
.modal-holder-deposit .heading,
.modal-holder-wfg .heading,
.modal-holder-promo .heading {
  padding: 0;
}
.modal-holder-deposit .heading input,
.modal-holder-wfg .heading input,
.modal-holder-promo .heading input {
  padding: 8px;
  width: 80%;
  border: 1px solid #333;
  font-size: 16px;
}
@media all and (max-width: 768px) {
  .modal-holder-deposit .heading input,
  .modal-holder-wfg .heading input,
  .modal-holder-promo .heading input {
    width: 100%;
  }
}
.modal-holder-deposit input {
  padding: 10px;
  font-size: 16px;
  width: 50%;
}
.modal-holder-promo {
  max-width: 60%;
}
@media all and (max-width: 768px) {
  .modal-holder-promo {
    max-width: 90%;
  }
}
.modal-holder-wfg {
  min-width: 50%;
  top: 2rem;
  min-height: 40%;
  position: absolute;
}
@media all and (max-width: 940px) {
  .modal-holder-wfg {
    position: absolute;
  }
}
@media all and (max-width: 940px) {
  .modal-holder-wfg .step-2 {
    overflow-y: auto;
  }
}
.modal-holder-wfg .wfg-plans .plan-row {
  display: flex;
}
.modal-holder-wfg .wfg-plans .plan-row input[type="radio"] {
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 12px;
}
.modal-holder-wfg .checks {
  display: flex;
}
.modal-holder-wfg .checks label {
  max-width: 80%;
}
.modal-holder-wfg .checks input {
  margin-right: 12px;
}
.modal-holder-wfg .loading-icon {
  display: block;
  margin: auto;
}
.modal-holder-wfg .button-row {
  display: flex;
  justify-content: center;
  padding: 1em;
}
@media all and (max-width: 460px) {
  .modal-holder-wfg .button-row {
    flex-wrap: wrap;
  }
}
.modal-holder-wfg .button-row button {
  margin: 0.5em;
  width: 50%;
}
@media all and (max-width: 460px) {
  .modal-holder-wfg .button-row button {
    width: 100%;
  }
}
.modal-holder-wfg .button-row .wfg-cancel-btn {
  background-color: #fff;
  border: 1px solid rgba(0, 83, 160, 0.5);
  color: #0053a0;
}
.modal-holder-wfg .button-row .wfg-cancel-btn:hover {
  background-color: #eee;
}
.cc-box-success {
  text-align: center;
  max-width: 400px;
  height: 12rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.cc-box-success p {
  width: 100%;
}
#synchronyacct {
  width: 100%;
  max-width: 400px;
  min-width: 250px;
  margin: 0 2.5% 2.5% 0;
  line-height: 20px;
  padding: 10px;
  border: 1px solid #dedede;
  box-sizing: border-box;
}
#synchrony_cvv2 {
  min-width: 50px;
  margin: 0 2.5% 2.5% 0;
  line-height: 20px;
  padding: 10px;
  border: 1px solid #dedede;
  box-sizing: border-box;
}
#synchrony-btn,
#remove-financing-btn {
  margin-top: 1rem;
}
#synchrony-agree-btn,
#synchrony-deposit-agree-btn,
#synchrony-continue-btn {
  background-color: #008550;
  border: 0px;
}
#synchrony-cancel-btn,
#synchrony-deposit-cancel-btn {
  background-color: #f00;
  border: 0px;
}
.promo-disclosures,
.promo-deposit-disclosures {
  margin-top: 64px;
  position: relative;
}
.promo-disclosures label,
.promo-deposit-disclosures label {
  font-weight: bold;
  font-size: inherit;
}
.promo-disclosures .print-promo,
.promo-deposit-disclosures .print-promo {
  position: absolute;
  right: 0px;
  top: -50px;
  padding: 8px;
  font-size: 0.8em;
}
.promo-disclosures .print-promo img,
.promo-deposit-disclosures .print-promo img {
  width: 12px;
}
@media all and (max-width: 768px) {
  .promo-disclosures .print-promo,
  .promo-deposit-disclosures .print-promo {
    position: relative;
    top: 0px;
    display: block;
    margin-bottom: 20px;
  }
}
.fin-plan-promo {
  font-weight: normal;
}
.added-to-cart-checkmark {
  font-size: 1rem;
  margin: 0 auto!important;
  text-align: center;
  margin-bottom: 1rem;
}
.checkmark-add-to-cart {
  margin: 0 auto;
  width: 1.9375rem;
  height: 1.9375rem;
  border-radius: 50%;
  display: block;
  stroke-width: 4;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0 0 0 #008550;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  shape-rendering: auto;
}
.checkmark-add-to-cart__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #008550;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark-add-to-cart__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.thank-you {
  position: relative;
}
.thank-you .g {
  color: #1DAE6E;
}
.thank-you .t {
  display: block;
  margin-top: 1rem;
}
.thank-you .box {
  padding: 1rem;
  margin: 1rem 0;
  border: 1px solid #DEDEDE;
}
.thank-you .needhelp {
  position: absolute;
  top: 1rem;
  right: 3rem;
}
@media all and (max-width: 1200px) {
  .thank-you .needhelp {
    position: relative;
    top: unset;
    right: unset;
    margin: 0 auto;
  }
}
.thank-you .needhelp h2 {
  font-weight: normal;
  text-align: center;
}
.thank-you .needhelp .links {
  display: flex;
}
@media all and (max-width: 768px) {
  .thank-you .needhelp .links {
    justify-content: space-around;
  }
}
.thank-you .needhelp .links a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 4rem;
  color: #000;
  text-decoration: none;
  font-size: 0.9rem;
}
.thank-you .needhelp .links a:first-child {
  margin-left: 0;
}
.thank-you .needhelp .links a:last-child {
  margin-right: 0;
}
.thank-you .needhelp .links a svg {
  height: 30px;
  display: block;
  margin-bottom: 2px;
}
.thank-you .items {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #1DAE6E;
}
.thank-you .blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.thank-you .blocks h2 {
  margin: 0.5rem 0 1rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dedede;
}
.thank-you .blocks .left {
  width: 55%;
}
.thank-you .blocks .left .totals {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
  width: 350px;
  margin-left: calc(100% - 350px);
}
.thank-you .blocks .left .totals .label {
  width: 200px;
  margin-top: 0.4rem;
}
.thank-you .blocks .left .totals .label.current {
  font-weight: bold;
}
.thank-you .blocks .left .totals .label.balance {
  margin-top: 1rem;
  font-weight: bold;
  line-height: 1.8rem;
}
.thank-you .blocks .left .totals .amount {
  width: 150px;
  text-align: right;
  margin-top: 0.4rem;
}
.thank-you .blocks .left .totals .amount.current,
.thank-you .blocks .left .totals .amount.sub {
  font-weight: bold;
}
.thank-you .blocks .left .totals .amount.balance {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.thank-you .blocks .right {
  width: 40%;
}
.thank-you .blocks .right .address-line.email {
  margin-top: 1rem;
  text-transform: lowercase;
}
input[type="checkbox"] {
  width: 0.8125rem;
  height: 0.8125rem;
  appearance: none;
  transform: scale(1.5);
  border: 0.0625rem solid #dedede;
  border-color: #333;
}
input[type="checkbox"]:checked {
  background: #0053a0;
}
input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 0.0625rem;
  width: 0.25rem;
  height: 0.5rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
  box-sizing: inherit;
}
#paypal-button-container {
  height: 53px;
  width: 152px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  z-index: 0;
  position: relative;
}
#paypal-button-container:after {
  content: '';
  background-image: url('/images/PayPal.png');
  position: absolute;
  top: -1px;
  left: 0px;
  width: 156px;
  height: 55px;
  z-index: 9999;
  background-repeat: no-repeat;
  pointer-events: none;
}
#gift-card-btn {
  margin-top: 20px;
}
.form-field {
  padding: 4px 0px;
  width: 100%;
  clear: both;
  display: block;
  position: relative;
}
.form-field input {
  display: block;
  border-radius: 3px;
  border: 2px solid #ccc;
  color: #7e7e7e;
  box-sizing: border-box;
  font-size: 1em;
  padding: 12px;
  width: 80%;
  max-width: 300px;
}
.form-field input#wfg_zip {
  width: 40%;
  max-width: 150px;
}
.form-field label.animate {
  color: #7e7e7e;
  transform: translate(0.55rem, -1.8rem);
  transition: all 0.2s ease-out;
  pointer-events: none;
  display: inline-block;
  margin-bottom: 0px;
}
.form-field input:focus + label.animate,
.form-field input:not(:placeholder-shown) + label.animate {
  transform: translate(0.75rem, -3rem);
  background: #fff;
  width: auto;
  display: inline-block;
  font-size: 0.8rem;
  color: #0053a0;
}
@media all and (max-width: 1300px) {
  .needhelp {
    position: static;
    width: 500px;
    margin: 0.5rem 0 1rem 0;
  }
  .needhelp .links {
    justify-content: center;
  }
}
@media all and (max-width: 1200px) {
  .col {
    width: 100%;
  }
  .thank-you .blocks .left {
    width: 100%;
  }
  .thank-you .blocks .right {
    width: 100%;
  }
}
@media all and (max-width: 960px) {
  .options {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .row.info {
    flex-wrap: wrap;
  }
  .order-section {
    margin: 1rem 0;
    padding: 0 1rem;
  }
  .order-section .heading {
    font-size: 1.2rem;
  }
  .col {
    padding: 1rem 0;
  }
  .col1 .orderinfo,
  .col1 .totals {
    width: 100%;
  }
  .line-item {
    padding: 0.1rem 0;
  }
  .address-line.delivered {
    font-size: 0.8rem;
  }
  .address-line.upgrade input[type=checkbox] {
    margin: 0 0.2rem 0 0;
  }
  .address-line.upgrade .bl {
    font-size: 0.8rem;
  }
  .address-line.upgrade .b {
    margin-left: 0.2rem;
    font-size: 1rem;
  }
  .address-line.delivered2 {
    font-size: 0.8rem;
  }
  .address-line.delivery {
    margin: 0;
    font-size: 1rem;
  }
  .reqtext {
    font-size: 0.8rem;
  }
  .rtgcc-box .finance-cta img {
    max-width: 35%;
    align-self: baseline;
  }
  .form-group.pd svg {
    width: 160px;
  }
}
@media all and (max-width: 640px) {
  .options button {
    display: flex;
    flex-wrap: wrap;
  }
  #payform {
    width: 100%;
    max-width: calc(100% - 1.2rem);
  }
  .form-group.pd {
    flex-wrap: wrap;
  }
  .form-group.pd h3 {
    width: 100%;
  }
  .form-group.pd svg {
    display: block;
    margin: 0 auto 1rem auto;
    height: 34px;
  }
  #payform .form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .form-group.col-md-6 {
    width: 49%;
    margin: 0;
  }
  .rtgcc-box .form-group.col-md-6,
  .genesis-cc-box .form-group.col-md-6,
  .gift-card-box .form-group.col-md-6 {
    width: 100%;
  }
  .rtgcc-box .finance-cta h3 {
    margin: 0;
    font-size: 0.8rem;
  }
  .rtgcc-box .genesis-logo {
    margin-top: 0.5rem;
  }
  .line-item {
    width: 100%;
    max-width: 300px;
  }
  .needhelp {
    width: 100%;
    justify-content: space-between;
  }
  .thank-you .needhelp .links a {
    margin: 0;
  }
  .thank-you .blocks .left .totals {
    margin-left: 0;
    width: 100%;
    max-width: 300px;
  }
}
@media all and (max-width: 420px) {
  #paypal-button-container .paypal-buttons {
    position: absolute;
    left: -15px;
  }
}

</pre></body></html>