/* File: fs-c.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}
body {
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #121212;
  --white: #fff;
  --red: #ec1300;
  --fontWeight600: 600;
  --fontWeight700: 700;
  --fontWeight800: 800;
  --fontWeight900: 900;
}
.free_bold_text {
  font-weight: 900;
}
.aarp-c-lp-fs-c-hero-right-benf-txt,
.aarp-c-lp-fs-c-hero-member-text {
  font-family: Lato, sans-serif;
  font-weight: var(--fontWeight900);
  color: #121212;
}
.aarp-c-lp-fs-c-hero-member-text {
  font-weight: var(--fontWeight800);
}
.aarp-c-accordion-lp,
.aarp-c-sc-lp {
  display: none;
}
.aarp-js-bf-b-lp__hideBtn {
  display: none;
}
.aarp-js-bf-b-lp__showBtn {
  display: flex;
}
.aarp-c-lp-fs-c-hero-left-premiumSec,
.aarp-c-lp-fs-c-hero-left-pypSec {
  display: none;
}
.aarp-c-lp-fs-c {
  --center: center;
  background: #8fcec3;
  margin-top: 60px;
}
.aarp-c-lp-fs-c-hero {
  display: flex;
  margin: 0 auto;
}
.aarp-c-lp-fs-c-hero-container {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.aarp-c-lp-fs-c-hero-left {
  display: flex;
  position: relative;
}
.aarp-c-lp-fs-c-hero-leftLinkSec {
  text-decoration: none;
  display: block;
}
.aarp-c-lp-fs-c-hero-right-whiteBox-lists {
  list-style-type: none;
}
.aarp-c-lp-fs-c-hero-left-limitedText {
  color: #121212;
  font-weight: var(--fontWeight700);
  text-decoration: none;
  text-align: center;
  position: absolute;
  right: 0;
}
.aarp-c-lp-fs-c-hero-left-limitedText-span {
  letter-spacing: 1.75px;
}
.aarp-c-lp-fs-c-hero-right-whiteBox {
  background: var(--white);
}
.aarp-c-lp-fs-c-hero-right-whiteBox-heading {
  color: var(--red);
  font-weight: var(--fontWeight900);
}
.aarp-c-lp-fs-c-hero-right-whiteBox-listitm {
  color: #37383d;
  font-weight: var(--fontWeight700);
  position: relative;
}
.aarp-c-lp-fs-c-hero-right-whiteBox-listitm::before {
  content: "";
  background: url(/content/dam/target-share/widgets/images/Checkmark.png)
    no-repeat center/100% auto;
  display: inline-block;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
}
.aarp-c-lp-fs-c-hero-right-whiteBox-logoSec {
  border-top: 1px solid #7a7a7a;
}
.aarp-c-lp-fs-c-hero-right-whiteBox-btn {
  font-size: 16px;
  line-height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--red);
  border-radius: 26px;
  color: var(--white);
  font-weight: var(--fontWeight700);
  text-decoration: none;
  width: 155px;
  margin: 0 auto;
  padding: 14px 0 15px;
}
.aarp-c-lp-fs-c-hero-right-whiteBox-btnsec {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: var(--center);
}
.aarp-c-lp-fs-c-hero-right-whiteBox-renewLink {
  color: #2172bf;
  font-weight: var(--fontWeight700);
  text-decoration: underline;
}
.aarp-c-lp-fs-c .aarp-c-lp-fs-c-hero-right-whiteBox-renewLink:hover,
.aarp-c-lp-fs-c .aarp-c-lp-fs-c-hero-right-whiteBox-renewLink:focus {
  color: #486784;
}
.aarp-c-lp-fs-c .aarp-c-lp-fs-c-hero-right-whiteBox-btn:hover,
.aarp-c-lp-fs-c .aarp-c-lp-fs-c-hero-right-whiteBox-btn:focus {
  background: #ab2125;
  color: var(--white);
}
.aarp-c-lp-fs-c-deskDisp,
.aarp-c-lp-fs-c-ipadDisp,
.aarp-c-lp-fs-c-mobDisp {
  display: none;
}
/* Single Premium css */
.aarp-c-lp-fs-c-hero-left-premiumSec {
  width: 100%;
}
.aarp-c-lp-fs-c-singlePremium {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  background: var(--white);
  border-radius: 12px;
  border: 3px solid #039ae6;
}
.aarp-c-lp-fs-c-singlePremium::before {
  content: "";
  background: url(/content/dam/target-share/widgets/images/bluetick_selected.png)
    no-repeat center/100% auto;
  display: inline-block;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
}
.aarp-c-lp-fs-c-hero-left-premiumSec-txt {
  color: #37383d;
  font-weight: var(--fontWeight700);
}
.aarp-c-lp-fs-c-hero-left-premiumSec-txt span br {
  display: none;
}
.aarp-c-lp-fs-c-hero-left-premiumSec-txt--Bold {
  font-weight: var(--fontWeight900);
}
/* Single Premium css */
/* pyp css */
.aarp-c-lp-fs-c-pypSec {
  margin: 0 auto;
  position: relative;
}
.aarp-c-lp-fs-c-pypSec-text {
  font-weight: var(--fontWeight700);
  text-align: var(--center);
}
.aarp-c-lp-fs-c-pypSec-text b {
  font-weight: var(--fontWeight900);
}
.aarp-c-lp-fs-c__premsec_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aarp-c-lp-fs-c__prm {
  background: var(--white);
  border: 2px solid #d5d5d5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.aarp-lp-pyp--active .aarp-c-lp-fs-c__arrow {
  background: no-repeat;
  background-size: 100% auto;
  position: absolute;
}
.aarp-c-lp-fs-c__prm.aarp-lp-pyp--active {
  border: 2px solid #039ae6;
  box-shadow: 0px 4.06px 4.06px 0px #00000040;
}
.aarp-c-lp-fs-c__dynpremtitle {
  color: #37383d;
  font-weight: var(--fontWeight700);
}
/* pyp css */

@media (max-width: 767px) {
  .aarp-c-lp-fs-c {
    margin-bottom: 0;
  }
  .aarp-c-lp-fs-c-hero-container {
    flex-direction: column;
    width: 100%;
  }
  .aarp-c-lp-fs-c-hero-left-offer-mob-img {
    width: 100%;
    position: relative;
  }
  .aarp-c-lp-fs-c-mobDisp,
  .aarp-c-lp-fs-c-hero-left-offer-mob-img {
    display: block;
  }
  .aarp-c-lp-fs-c-hero-left-offer-desk-img,
  .aarp-c-lp-fs-c-hero-left-imageSec {
    width: 100%;
  }
  .aarp-c-lp-fs-c-hero-left {
    width: 100%;
    margin-bottom: 10px;
  }
  .aarp-c-lp-fs-c-hero-left-limitedText {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 0 8px;
    text-align: var(--center);
    background: var(--red);
    color: var(--white);
    position: relative;
  }
  .aarp-c-lp-fs-c-hero-left-limitedText-span {
    letter-spacing: 2px;
  }
  .aarp-c-lp-fs-c-hero-left-offer-mob-img {
    width: 100%;
    padding: 0 32px;
  }
  .aarp-c-lp-fs-c-hero-member-text {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto 15px;
  }
  .aarp-c-lp-fs-c-hero-right {
    width: 100%;
    background: var(--white);
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox {
    padding: 16px 30px 0;
    max-width: 375px;
    margin: 0 auto;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-heading {
    font-size: 16px;
    line-height: 20px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-lists {
    margin: 16px auto;
  }
  .aarp-c-lp-fs-c-hero-right-benf-txt {
    font-size: 16px;
    line-height: 20px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-listitm {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 4px;
    padding-left: 35px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-listitm::before {
    width: 22px;
    height: 22px;
    left: 12px;
    top: 2px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-btn {
    width: 291px;
    padding: 16px 0 17px;
    margin: 26px auto 24px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-renewTxt {
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 5px;
  }
  /* Single Premium css */
  .aarp-c-lp-fs-c-singlePremium {
    width: 100%;
    max-width: 267px;
    margin: 0 auto;
    border: 2px solid #039ae6;
    padding: 0 10px;
  }
  .aarp-c-lp-fs-c-singlePremium::before {
    width: 20px;
    height: 20px;
    left: 0;
    top: -8px;
  }
  .aarp-c-lp-fs-c-hero-left-premiumSec {
    position: relative;
    margin: 20px auto 24px;
  }
  .aarp-c-lp-fs-c-hero-left-premiumSec-img {
    height: 90px;
    padding: 5px 0;
    width: auto;
  }
  .aarp-c-lp-fs-c-hero-left-premiumSec-txt {
    font-size: 12px;
    line-height: 14px;
    margin-left: 10px;
    color: #1f3669;
  }
  .chargingHub .aarp-c-lp-fs-c-hero-left-premiumSec-txt {
    margin-left: 0;
  }
  .aarp-c-lp-fs-c-premiumSec-arrow {
    margin: 0 10px 0 6px;
  }
  .aarp-c-lp-fs-c-hero-left-premiumSec-arrow {
    display: none;
  }
  .aarp-c-lp-fs-c-hero-left-premiumSec-arrow-mob {
    display: block;
    position: relative;
    width: 41px;
    bottom: -2px;
    left: 86px;
  }
  /* Single Premium css */
  /* pyp css */
  .aarp-c-lp-fs-c-hero-left-pypSec {
    position: relative;
    margin: 10px auto 13px;
  }
  .aarp-c-lp-fs-c-pypSec {
    width: 100%;
    padding: 0 0 2px;
  }
  .aarp-c-lp-fs-c-pypSec-text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 7px;
    text-align: center;
  }
  .aarp-c-lp-fs-c__prm {
    border-radius: 12px;
    width: 126px;
    min-height: 131px;
    padding: 0 7px 0;
    flex-direction: column;
    border: 3px solid #f1f1f1;
  }
  .aarp-c-lp-fs-c__prm.aarp-lp-pyp--active {
    border: 3px solid #039ae6;
    box-shadow: unset;
  }
  .aarp-lp-pyp--active .aarp-c-lp-fs-c__arrow {
    width: 20px;
    height: 20px;
    top: -6px;
    left: -8px;
  }
  .aarp-c-lp-fs-c__premimg {
    max-height: 62px;
  }
  .aarp-c-lp-fs-c__dynpremtitle {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 0 0;
    text-align: center;
  }
  .aarp-c-lp-fs-c__premright {
    margin-left: 10px;
  }
  /* pyp css */
}

@media (max-width: 360px) {
  .aarp-c-lp-fs-c-hero-right-whiteBox-btn {
    width: 255px;
  }
}

@media (max-width: 375px) {
  .aarp-c-lp-fs-c-hero-right-whiteBox-logos {
    width: 285px;
  }
  /* pyp css */
  .aarp-c-lp-fs-c-pypSec-text {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  /* pyp css */
}

@media (min-width: 768px) {
  .aarp-c-lp-fs-c {
    margin-bottom: 15px;
  }
  .aarp-c-lp-fs-c-hero-container {
    width: 100%;
  }
  .aarp-c-lp-fs-c-ipadDisp {
    display: block;
    height: 273px;
  }
  .aarp-c-lp-fs-c-deskDisp {
    display: block;
  }
  .aarp-c-lp-fs-c-hero-left {
    height: 288px;
    padding: 0 110px;
    max-width: 768px;
    margin: 0 auto;
  }
  .aarp-c-lp-fs-c-hero-member-text {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 31px;
  }
  .aarp-c-lp-fs-c-hero-left-imageSec {
    width: 100%;
  }
  .aarp-c-lp-fs-c-hero-left-limitedText {
    font-size: 12px;
    line-height: 17px;
    max-width: 159px;
    margin-top: 14px;
    margin-right: 30px;
  }
  .aarp-c-lp-fs-c__pypPresent .aarp-c-lp-fs-c-hero-left-limitedText {
    margin-right: 0;
  }
  .aarp-c-lp-fs-c-hero-left-offer-desk-img {
    width: auto;
    height: 240px;
    display: flex;
    position: relative;
    top: -20px;
  }
  .aarp-c-lp-fs-c__pypPresent .aarp-c-lp-fs-c-hero-left-offer-desk-img,
  .aarp-c-lp-fs-c__prempresent .aarp-c-lp-fs-c-hero-left-offer-desk-img {
    top: 0;
  }
  .aarp-c-lp-fs-c-hero-right {
    width: 100%;
    background: var(--white);
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox {
    max-width: 571px;
    margin: 8px auto 0;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-heading {
    font-size: 18px;
    line-height: 22px;
    padding-top: 24px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-lists {
    padding: 12px 0 20px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-listitm {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    padding-left: 38px;
  }
  .aarp-c-lp-fs-c-hero-right-benf-txt {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 28px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-listitm::before {
    width: 22px;
    height: 22px;
    left: 14px;
    top: 3px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-renewTxt {
    font-size: 15px;
    line-height: 18px;
    padding: 24px 0 5px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-logoSec {
    padding-top: 34px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-logos {
    width: 478px;
    margin: 0 auto;
    display: flex;
  }
  .aarp-c-lp-fs-c-hero-left-9offerSec {
    position: relative;
  }
  /* Single Premium css */
  .aarp-c-lp-fs-c-singlePremium {
    width: 422px;
    height: 72px;
    position: absolute;
    bottom: 50px;
    transform: translate(-50%, 0);
    left: 50%;
    box-shadow: 0px 3.85px 3.85px 0px #00000040;
    padding: 0 15px;
  }
  .aarp-c-lp-fs-c-singlePremium::before {
    width: 19px;
    height: 19px;
    left: 0;
    top: -8px;
  }
  .aarp-c-lp-fs-c-hero-left-premiumSec-img-bg {
    margin-right: 20px;
  }
  .aarp-c-lp-fs-c-hero-left-premiumSec-img {
    max-height: 65px;
    padding-top: 5px;
    padding-left: 0px;
  }
  .chargingHub .aarp-c-lp-fs-c-hero-left-premiumSec-img {
    max-width: 110px;
  }
  .aarp-c-lp-fs-c-hero-left-premiumSec-txt {
    font-size: 15px;
    line-height: 23px;
    width: auto;
  }
  .aarp-c-lp-fs-c__prempresent .aarp-c-lp-fs-c-hero-left,
  .aarp-c-lp-fs-c__prempresent .aarp-c-lp-fs-c-hero-left-9offerSec,
  .aarp-c-lp-fs-c__prempresent .aarp-c-lp-fs-c-hero-leftLinkSec,
  .aarp-c-lp-fs-c__prempresent .aarp-c-lp-fs-c-hero-right-whiteBox {
    height: 384px;
  }
  .aarp-c-lp-fs-c__pypPresent .aarp-c-lp-fs-c-hero-left,
  .aarp-c-lp-fs-c__pypPresent .aarp-c-lp-fs-c-hero-left-9offerSec,
  .aarp-c-lp-fs-c__pypPresent .aarp-c-lp-fs-c-hero-leftLinkSec,
  .aarp-c-lp-fs-c__pypPresent .aarp-c-lp-fs-c-hero-right-whiteBox {
    height: 408px;
  }
  .aarp-c-lp-fs-c__prempresent .aarp-c-lp-fs-c-hero-member-text,
  .aarp-c-lp-fs-c__pypPresent .aarp-c-lp-fs-c-hero-member-text {
    margin-top: 10px;
  }
  #aarp-lp-js__singlepremContentpl {
    top: 32px;
    position: relative;
  }
  /* Single Premium css */
  /* pyp css */
  .aarp-c-lp-fs-c-pypSec {
    width: 100%;
    position: absolute;
    bottom: 20px;
    margin-top: 10px;
  }
  .aarp-c-lp-fs-c-pypSec-text {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 13px;
  }
  .aarp-c-lp-fs-c__prm {
    border-radius: 12px;
    width: 262px;
    min-height: 69px;
    padding: 0 10px 0 14px;
  }
  .aarp-lp-pyp--active .aarp-c-lp-fs-c__arrow {
    width: 19px;
    height: 19px;
    top: -6px;
    left: -8px;
  }
  .aarp-c-lp-fs-c__premimg {
    width: auto;
    max-height: 38px;
    vertical-align: middle;
  }
  .dis_flex.chargingHub {
    width: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .aarp-c-lp-fs-c__dynpremtitle {
    font-size: 15px;
    line-height: 14px;
    margin-left: 10px;
    padding: 5px 0;
  }
  .aarp-c-lp-fs-c__premright {
    margin-left: 19px;
  }
  /* pyp css */
}

@media (min-width: 987px) {
  .aarp-c-lp-fs-c-deskDisp {
    display: block;
  }
  .aarp-c-lp-fs-c-ipadDisp {
    display: block;
    width: 169px;
    height: auto;
    margin-right: -45px;
    z-index: 1;
    position: absolute;
    right: 0;
  }
  .aarp-c-lp-fs-c-hero-container {
    max-width: 987px;
    height: 346px;
    display: flex;
    align-items: center;
  }
  .aarp-c-lp-fs-c-hero-left {
    width: 554px;
    height: 346px;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .aarp-c-lp-fs-c__pypPresent .aarp-c-lp-fs-c-hero-left-limitedText {
    margin-right: 30px;
  }
  .aarp-c-lp-fs-c-hero-right {
    width: 433px;
    z-index: 11;
  }
  .aarp-c-lp-fs-c-hero-left-9offerSec {
    height: 346px;
  }
  .aarp-c-lp-fs-c-hero-leftLinkSec {
    height: 346px;
  }
  .aarp-c-lp-fs-c-hero-left-limitedText {
    font-size: 12px;
    line-height: 14px;
    max-width: 159px;
    margin-top: 11px;
  }
  .aarp-c-lp-fs-c-hero-member-text {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-top: 14px;
  }
  .aarp-c-lp-fs-c-hero-right {
    background: unset;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox {
    max-width: 433px;
    height: 346px;
    margin: 0;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-heading {
    font-size: 14px;
    line-height: 18px;
    padding: 16px 27px 10px 16px;
    margin-top: 0px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-listitm::before {
    width: 15px;
    height: 15px;
    left: 7px;
    top: 2px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-lists {
    margin-bottom: 6px;
    padding: 0 27px 10px 19px;
  }
  .aarp-c-lp-fs-c-hero-right-benf-txt {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 25px;
    padding-left: 16px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-listitm {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
    padding-left: 26px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-renewTxt {
    font-size: 12px;
    line-height: 14px;
    padding: 16px 0 17px;
    text-align: left;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-btnsec {
    margin-left: 19px;
    margin-top: 25px;
    align-items: unset;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-logoSec {
    padding: 10px 7px 14px 26px;
    max-width: 328px;
    margin: 0 auto;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-logos {
    width: 295px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-btn {
    margin: 0;
  }
  .aarp-c-lp-fs-c__prempresent .aarp-c-lp-fs-c-hero-left,
  .aarp-c-lp-fs-c__prempresent .aarp-c-lp-fs-c-hero-left-9offerSec,
  .aarp-c-lp-fs-c__prempresent .aarp-c-lp-fs-c-hero-leftLinkSec,
  .aarp-c-lp-fs-c__prempresent .aarp-c-lp-fs-c-hero-right-whiteBox,
  .aarp-c-lp-fs-c__prempresent .aarp-c-lp-fs-c-hero-container {
    height: 365px;
  }
  .aarp-c-lp-fs-c__pypPresent .aarp-c-lp-fs-c-hero-left,
  .aarp-c-lp-fs-c__pypPresent .aarp-c-lp-fs-c-hero-left-9offerSec,
  .aarp-c-lp-fs-c__pypPresent .aarp-c-lp-fs-c-hero-leftLinkSec,
  .aarp-c-lp-fs-c__pypPresent .aarp-c-lp-fs-c-hero-right-whiteBox,
  .aarp-c-lp-fs-c__pypPresent .aarp-c-lp-fs-c-hero-container {
    height: 365px;
  }
  .aarp-c-lp-fs-c__prempresent .aarp-c-lp-fs-c-hero-member-text {
    margin-top: 20px;
  }
  #aarp-lp-js__singlepremContentpl {
    top: 5px;
    position: relative;
    margin-left: 30px;
  }
  .aarp-c-lp-fs-c__pypPresent .aarp-c-lp-fs-c-hero-member-text {
    margin-top: 13px;
  }
  .aarp-c-lp-fs-c-hero-left-offer-desk-img {
    height: 252px;
    margin: 0 auto;
    position: unset;
  }
  .aarp-c-lp-fs-c__prempresent .aarp-c-lp-fs-c-hero-left-offer-desk-img,
  .aarp-c-lp-fs-c__pypPresent .aarp-c-lp-fs-c-hero-left-offer-desk-img {
    height: 215px;
  }
  /* Single Premium css */
  .aarp-c-lp-fs-c-singlePremium {
    width: 304px;
    height: 51px;
    padding: 0 15px 0 15px;
    margin-left: 96px;
    bottom: 45px;
    left: unset;
    transform: unset;
  }
  .aarp-c-lp-fs-c-singlePremium::before {
    width: 13px;
    height: 13px;
    left: 0;
    top: -6px;
  }
  .aarp-c-lp-fs-c-hero-left-premiumSec-img-bg {
    margin-right: 14px;
  }
  .aarp-c-lp-fs-c-hero-left-premiumSec-img {
    max-height: 47px;
  }
  .chargingHub .aarp-c-lp-fs-c-hero-left-premiumSec-img {
    max-width: 75px;
  }
  .aarp-c-lp-fs-c-hero-left-premiumSec-txt {
    font-size: 12px;
    line-height: 16px;
    width: auto;
  }
  /* Single Premium css */
  /* pyp css */
  #aarp-lp-js__pypContentpl {
    margin-left: 32px;
  }
  .aarp-c-lp-fs-c-pypSec {
    width: 376px;
    padding-bottom: 5px;
    margin-left: 56px;
    bottom: 30px;
  }
  .aarp-c-lp-fs-c-pypSec-text {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 9px;
  }
  .aarp-c-lp-fs-c__prm {
    border-radius: 12px;
    width: 180px;
    min-height: 47px;
    padding: 0 3px 0 10px;
  }
  .aarp-lp-pyp--active .aarp-c-lp-fs-c__arrow {
    width: 13px;
    height: 13px;
    top: -4px;
    left: -5px;
  }
  .dis_flex.chargingHub {
    width: 41px;
  }
  .aarp-c-lp-fs-c__dynpremtitle {
    font-size: 12px;
    line-height: 13px;
    margin-left: 7px;
    padding: 3px 0;
  }
  .aarp-c-lp-fs-c__premright {
    margin-left: 13px;
  }
  /* pyp css */
}

@media (min-width: 1200px) {
  .aarp-c-lp-fs-c {
    margin-bottom: 2px;
  }
  .aarp-c-lp-fs-c-hero-container {
    max-width: 1200px;
    height: 346px;
  }
  .aarp-c-lp-fs-c-hero-left {
    width: 640px;
    height: 346px;
  }
  .aarp-c-lp-fs-c-hero-right {
    width: 526px;
    margin-top: 0px;
  }
  .aarp-c-lp-fs-c-hero-left-9offerSec {
    height: 346px;
  }
  .aarp-c-lp-fs-c-hero-leftLinkSec {
    height: 346px;
  }
  .aarp-c-lp-fs-c-hero-left-limitedText {
    font-size: 14px;
    line-height: 18px;
    max-width: 172px;
    margin-top: 13px;
  }
  .aarp-c-lp-fs-c-hero-left-offer-desk-img {
    height: 262px;
    margin: 0 auto;
  }
  .aarp-c-lp-fs-c__prempresent .aarp-c-lp-fs-c-hero-left-offer-desk-img,
  .aarp-c-lp-fs-c__pypPresent .aarp-c-lp-fs-c-hero-left-offer-desk-img {
    height: 212px;
  }
  .aarp-c-lp-fs-c-hero-member-text {
    font-size: 20px;
    line-height: 25px;
    margin-left: 50px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox {
    max-width: 526px;
    height: 346px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-heading {
    font-size: 15px;
    line-height: 20px;
    padding: 16px 33px 12px 16px;
    margin: 0;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-listitm::before {
    width: 18px;
    height: 18px;
    left: 8px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-lists {
    margin-bottom: 0px;
    padding: 0 33px 16px 19px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-listitm {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    padding-left: 32px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-renewTxt {
    font-size: 13px;
    line-height: 16px;
    padding: 16px 0 17px;
  }
  /* Single Premium css */
  .aarp-c-lp-fs-c-singlePremium {
    width: 370px;
    height: 62px;
    padding: 0 15px;
    margin-left: 140px;
    bottom: 52px;
  }
  .aarp-c-lp-fs-c-singlePremium::before {
    width: 16px;
    height: 16px;
    left: 0;
    top: -7px;
  }
  .aarp-c-lp-fs-c-hero-left-premiumSec-img-bg {
    margin-right: 17px;
  }
  .aarp-c-lp-fs-c-hero-left-premiumSec-img {
    max-height: 57px;
  }
  .chargingHub .aarp-c-lp-fs-c-hero-left-premiumSec-img {
    max-width: 92px;
  }
  .aarp-c-lp-fs-c-hero-left-premiumSec-txt {
    font-size: 13px;
    line-height: 20px;
    width: auto;
  }
  #aarp-lp-js__singlepremContentpl {
    position: relative;
    top: 15px;
    margin-left: 20px;
  }
  /* Single Premium css */
  /* pyp css */
  #aarp-lp-js__pypContentpl {
    margin-left: 15px;
  }
  .aarp-c-lp-fs-c-pypSec {
    width: 457px;
    padding-bottom: 7px;
    margin-left: 100px;
    bottom: 18px;
  }
  .aarp-c-lp-fs-c-pypSec-text {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 13px;
  }
  .aarp-c-lp-fs-c__prm {
    border-radius: 12px;
    width: 218px;
    min-height: 58px;
    padding: 0 4px 0 12px;
  }
  .aarp-lp-pyp--active .aarp-c-lp-fs-c__arrow {
    width: 16px;
    height: 16px;
    top: -5px;
    left: -7px;
  }
  .aarp-c-lp-fs-c__premimg {
    max-height: 46px;
  }
  .dis_flex.chargingHub {
    width: 50px;
  }
  .aarp-c-lp-fs-c__dynpremtitle {
    font-size: 13px;
    line-height: 12px;
    margin-left: 8px;
    padding: 4px 0;
  }
  .aarp-c-lp-fs-c__premright {
    margin-left: 16px;
  }
  /* pyp css */
}

@media (min-width: 1440px) {
  .aarp-c-lp-fs-c-hero-container {
    max-width: 1440px;
    height: 346px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox {
    max-width: 687px;
    height: 346px;
  }
  .aarp-c-lp-fs-c-hero-left {
    width: 679px;
    height: 346px;
  }
  .aarp-c-lp-fs-c__pypPresent .aarp-c-lp-fs-c-hero-left-limitedText {
    margin-right: 36px;
  }
  .aarp-c-lp-fs-c__pypPresent .aarp-c-lp-fs-c-hero-member-text {
    margin-top: 13px;
    margin-left: 93px;
    max-width: 548px;
  }
  .aarp-c-lp-fs-c-hero-right {
    width: 687px;
    margin: 0;
  }
  .aarp-c-lp-fs-c-hero-left-9offerSec {
    height: 346px;
  }
  .aarp-c-lp-fs-c-hero-leftLinkSec {
    height: 346px;
  }
  .aarp-c-lp-fs-c-hero-left-limitedText {
    margin: 16px 36px 0 0;
  }
  .aarp-c-lp-fs-c-hero-left-limitedText-span {
    font-size: 13px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-heading {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 0 16px 19px;
    margin: 0;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-listitm::before {
    width: 22px;
    height: 22px;
    left: 10px;
    top: 2px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-lists {
    margin-bottom: 16px;
    padding: 0 0 0 19px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-listitm {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    padding-left: 38px;
  }
  .aarp-c-lp-fs-c-hero-right-benf-txt {
    font-size: 18px;
    line-height: 22px;
    padding-left: 19px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-renewTxt {
    font-size: 15px;
    line-height: 18px;
    padding: 16px 0 17px;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-logoSec {
    padding: 19px 10px 21px 38px;
    max-width: 478px;
    margin: 0 auto;
  }
  .aarp-c-lp-fs-c-hero-right-whiteBox-logos {
    width: 430px;
  }
  /* Single Premium css */
  .aarp-c-lp-fs-c-singlePremium {
    width: 444px;
    height: 74px;
    padding: 0 15px;
    margin-left: 173px;
    bottom: 74px;
  }
  #aarp-lp-js__singlepremContentpl {
    position: relative;
    top: 40px;
    margin-left: -30px;
  }
  .aarp-c-lp-fs-c-singlePremium::before {
    width: 19px;
    height: 19px;
    left: 0;
    top: -8px;
  }
  .aarp-c-lp-fs-c-hero-left-premiumSec-img-bg {
    margin-right: 20px;
  }
  .aarp-c-lp-fs-c-hero-left-premiumSec-img {
    max-height: 68px;
  }
  .chargingHub .aarp-c-lp-fs-c-hero-left-premiumSec-img {
    max-width: 110px;
  }
  .aarp-c-lp-fs-c-hero-left-premiumSec-txt {
    font-size: 16px;
    line-height: 24px;
    width: auto;
  }
  .aarp-c-lp-fs-c__prempresent .aarp-c-lp-fs-c-hero-left,
  .aarp-c-lp-fs-c__prempresent .aarp-c-lp-fs-c-hero-left-9offerSec,
  .aarp-c-lp-fs-c__prempresent .aarp-c-lp-fs-c-hero-leftLinkSec,
  .aarp-c-lp-fs-c__prempresent .aarp-c-lp-fs-c-hero-right-whiteBox,
  .aarp-c-lp-fs-c__prempresent .aarp-c-lp-fs-c-hero-container {
    height: 384px;
  }
  .aarp-c-lp-fs-c__pypPresent .aarp-c-lp-fs-c-hero-left,
  .aarp-c-lp-fs-c__pypPresent .aarp-c-lp-fs-c-hero-left-9offerSec,
  .aarp-c-lp-fs-c__pypPresent .aarp-c-lp-fs-c-hero-leftLinkSec,
  .aarp-c-lp-fs-c__pypPresent .aarp-c-lp-fs-c-hero-right-whiteBox,
  .aarp-c-lp-fs-c__pypPresent .aarp-c-lp-fs-c-hero-container {
    height: 384px;
  }
  /* Single Premium css */
  /* pyp css */
  #aarp-lp-js__pypContentpl {
    margin-left: 0;
  }
  .aarp-c-lp-fs-c-pypSec {
    width: 548px;
    padding-bottom: 8px;
    margin-left: 93px;
    bottom: 15px;
  }
  .aarp-c-lp-fs-c__prm {
    border-radius: 12px;
    width: 262px;
    min-height: 69px;
    padding: 0 5px 0 14px;
  }
  .aarp-lp-pyp--active .aarp-c-lp-fs-c__arrow {
    width: 19px;
    height: 19px;
    top: -6px;
    left: -8px;
  }
  .aarp-c-lp-fs-c__premimg {
    max-height: 55px;
  }
  .dis_flex.chargingHub {
    width: 60px;
  }
  .aarp-c-lp-fs-c__dynpremtitle {
    font-size: 15px;
    line-height: 14px;
    margin-left: 10px;
    padding: 5px 0;
  }
  .aarp-c-lp-fs-c__premright {
    margin-left: 19px;
  }
  /* pyp css */
}

