@charset "UTF-8";
.settings {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 10px 10px 0 10px;
  border-bottom: solid 1px grey;
  background: #fff;
  z-index: 1000;
}

.settings__sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

.settings__grouping {
  position: relative;
  display: flex;
  padding: 10px;
  border: solid 1px #dedede;
  overflow: hidden;
  margin: 0 0 10px 0;
  width: 100%;
  flex-flow: wrap;
}

.settings__groupings__name {
  display: block;
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}

.settings__group {
  box-sizing: border-box;
  width: 120px;
  position: relative;
  display: block;
  margin: 0 15px 15px 0;
}

.settings__group__name {
  display: block;
  text-align: center;
  font-style: italic;
}

.settings__group__button {
  box-sizing: border-box;
  display: block;
  background: transparent;
  width: 120px;
  padding: 2px 5px;
  border: solid 1px grey;
  border-radius: 6px;
  margin: 5px 10px 5px 0;
  overflow: hidden;
}
.settings__group__button.settings__group__button--active {
  background-color: #b1e2e2;
}
.settings__group__button.settings__group__button--deniedto {
  width: 100px;
  margin-left: 20px;
}
.settings__group__button.settings__group__button--hide {
  display: none;
}
.settings__group__button.settings__group__button--is-disabled {
  cursor: not-allowed;
  color: rgb(167, 167, 167);
  border: solid 1px rgb(167, 167, 167);
}
.settings__group__button.settings__group__button--hide-all, .settings__group__button.settings__group__button--clear, .settings__group__button.settings__group__button--collapse, .settings__group__button.settings__group__button--sticky {
  width: 75px;
}

.settings__group__dropdown {
  position: relative;
  display: inline-block;
  background-color: #b1e2e2;
  width: 120px;
  border: solid 1px grey;
  border-radius: 6px;
  margin: 5px;
}

.container {
  position: relative;
}

.legal-text-wrap {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: #ffffff;
  border-top: solid 1px #ddd;
}

.sup-btn {
  background: none !important;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.legal-text__sup {
  top: -0.8em;
  font-size: 0.51em;
}
.legal-text__sup.legal-text__sup--asterisk {
  top: 0;
  font-size: 1em;
  vertical-align: baseline;
}

.mytimelineWrapper .legal-text__sup {
  top: -0.6em;
  vertical-align: baseline;
}

.legal-text__paragraph {
  position: relative;
  display: block;
  padding: 20px 20px 10px 28px;
  font-size: 14px;
  margin: 0;
  width: 100%;
  max-width: 960px;
}
.legal-text__paragraph .sup-btn {
  display: inline;
}
.legal-text__paragraph > sup:first-of-type {
  position: absolute;
  display: block;
  width: 20px;
  text-align: right;
  top: 20px;
  left: 0;
  font-weight: 600;
  font-size: 1em;
}
.legal-text__paragraph > sup:first-of-type.legal-text__sup--asterisk {
  font-size: 1.23em;
}

.legal-text {
  display: block;
  font-size: 14px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 20px 0 0 0;
}
.legal-text .legal-text__paragraph {
  padding: 0px 20px 10px 28px;
}
.legal-text .legal-text__paragraph .sup-btn {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.legal-text .legal-text__paragraph:nth-last-of-type(1) {
  padding: 0px 20px 20px 28px;
}
.legal-text .legal-text__paragraph > sup:first-of-type {
  top: 0;
}

.legal-text-wrap.offerings-variable--control .legal-text {
  max-width: 900px;
}

.offerings-placement--bottom {
  padding-top: 30px;
  border-top: solid 1px #ddd;
}
.offerings-placement--bottom.offerings-style--bonsaigrid, .offerings-placement--bottom.offerings-style--colorgrid {
  border: none;
}

.scroll-highlight {
  position: relative;
  transition: all 1s;
}
.scroll-highlight > * {
  position: relative;
  z-index: 1;
}
.scroll-highlight:before {
  content: "";
  z-index: 0;
  position: absolute;
  display: block;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d94c;
  border-radius: 5px;
  transition: all 1s;
}
.scroll-highlight.scroll-highlight--activate:before {
  opacity: 0.42;
}

svg .black-fill {
  fill: #000;
}
svg .white-fill {
  fill: #fff;
}

html:not(.bonsai) .navSecondaryMenu #navMessages .icon:before {
  content: "\e651";
}

@media (max-width: 767px) {
  html:not(.bonsai) .navSecondaryMenu .navAccount.navAccount.rightSpace {
    position: relative;
    right: 10px;
  }
  html:not(.bonsai) #HeaderRegion .navLink.navLogo {
    position: relative;
    right: 10px;
  }
}
@media (max-width: 360px) {
  html:not(.bonsai) #HeaderRegion .navLink.navLogo {
    clip-path: inset(0px 73% 0px 0px);
  }
}
.ftSubPageHeader.header-style-care--crm-hint.crm-hint-header--green {
  background-color: #6ba410;
}
.ftSubPageHeader.header-style-care--crm-hint.crm-hint-header--blue {
  background-color: #0079a3;
}
.ftSubPageHeader.header-style-care--crm-hint.crm-hint-header--darkblue {
  background-color: #005c7d;
}
.ftSubPageHeader.header-style-care--crm-hint.crm-hint-header--purple {
  background-color: #61527e;
}
.ftSubPageHeader.header-style-care--crm-hint.crm-hint-header--darkpurple {
  background-color: #3f314f;
}
.ftSubPageHeader.header-style-care--crm-hint .page {
  padding: 20px 10px;
}
.ftSubPageHeader.header-style-care--crm-hint .ftSubPageTitle {
  font-size: 45px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 5px;
  max-width: 480px;
  padding-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ftSubPageHeader.header-style-care--crm-hint .ftSubPageTitle {
    font-size: 28px;
    max-width: 100%;
  }
}
.ftSubPageHeader.header-style-care--crm-hint .subPageSubTitle {
  max-width: 480px;
}
@media only screen and (max-width: 1005px) {
  .ftSubPageHeader.header-style-care--crm-hint .subPageSubTitle {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .ftSubPageHeader.header-style-care--crm-hint .subPageSubTitle {
    width: 100%;
  }
}

.care-offerings--crm-hint .page-wrap--care {
  background-color: #fff;
}
.care-offerings--crm-hint .coloralt1 {
  color: #6a6865;
}
.care-offerings--crm-hint .ftSubSectionTitle {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .care-offerings--crm-hint .ftSubSectionTitle {
    font-size: 32px;
    text-align: center;
  }
}
.care-offerings--crm-hint .ftSubSectionSubTitle {
  text-align: center;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .care-offerings--crm-hint .ftSubSectionSubTitle {
    text-align: center;
    margin: 0 auto;
    max-width: 480px;
    font-size: 16px;
  }
}
.care-offerings--crm-hint .crm-hint-sub-offer-section {
  background-color: #f0eee9;
  white-space: pre-line;
}
.care-offerings--crm-hint .crm-hint-sub-offer-section .crm-hint-ft-sub-offer-form {
  margin: 0;
  max-width: 100%;
  position: relative;
  text-align: center;
  width: 480px;
}
.care-offerings--crm-hint .crm-hint-sub-offer-section .crm-hint-ft-sub-offer-form .crm-hint-rad-offers-stacked {
  text-align: left;
}
.care-offerings--crm-hint .crm-hint-sub-offer-section .crm-hint-ft-sub-offer-form .crm-hint-rad-offers-stacked .crm-hint-rad-offer {
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  line-height: normal;
  margin-top: 10px;
  padding: 25px 10px 0.125em 210px;
  position: relative;
}
.care-offerings--crm-hint .crm-hint-sub-offer-section .crm-hint-ft-sub-offer-form .crm-hint-rad-offers-stacked .crm-hint-rad-offer:first-child {
  margin-top: 0;
}
.care-offerings--crm-hint .crm-hint-sub-offer-section .crm-hint-ft-sub-offer-form .crm-hint-rad-offers-stacked .crm-hint-rad-offer .crm-hint-savings-flag {
  background-color: #1b88b0;
  display: block;
  left: 62px;
  line-height: normal;
  margin: 0;
  margin-top: 0px;
  padding: 3px 7px;
  position: absolute;
  top: -13px;
}
.care-offerings--crm-hint .crm-hint-sub-offer-section .crm-hint-ft-sub-offer-form .crm-hint-rad-offers-stacked .crm-hint-rad-offer .crm-hint-rad-check-wrap {
  display: block;
  left: 15px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
}
.care-offerings--crm-hint .crm-hint-sub-offer-section .crm-hint-ft-sub-offer-form .crm-hint-rad-offers-stacked .crm-hint-rad-offer .crm-hint-rad-check-wrap .crm-hint-rad-check-hidden {
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.care-offerings--crm-hint .crm-hint-sub-offer-section .crm-hint-ft-sub-offer-form .crm-hint-rad-offers-stacked .crm-hint-rad-offer .crm-hint-rad-check-wrap .crm-hint-rad-check-hidden .crm-hint-rad-checkbox {
  height: 1px;
  line-height: 0;
  margin: 2px;
  opacity: 0;
  overflow: hidden;
  width: 1px;
}
.care-offerings--crm-hint .crm-hint-sub-offer-section .crm-hint-ft-sub-offer-form .crm-hint-rad-offers-stacked .crm-hint-rad-offer .crm-hint-rad-check-wrap .crm-hint-rad-check-txt,
.care-offerings--crm-hint .crm-hint-sub-offer-section .crm-hint-ft-sub-offer-form .crm-hint-rad-offers-stacked .crm-hint-rad-offer .crm-hint-rad-check-wrap .crm-hint-large-check-radio {
  display: inline-block;
  vertical-align: middle;
}
.care-offerings--crm-hint .crm-hint-sub-offer-section .crm-hint-ft-sub-offer-form .crm-hint-rad-offers-stacked .crm-hint-rad-offer .crm-hint-rad-check-wrap .crm-hint-large-check-radio {
  background: #fff;
  border: 3px solid #bbb0a3;
  border-radius: 50%;
  font-size: 19px;
  margin-right: 10px;
  padding: 18px;
  position: relative;
}
.care-offerings--crm-hint .crm-hint-sub-offer-section .crm-hint-ft-sub-offer-form .crm-hint-rad-offers-stacked .crm-hint-rad-offer .crm-hint-rad-check-wrap .crm-hint-large-check-radio.iconCheck::before {
  font-size: 20px;
  display: none;
  left: 50%;
  line-height: normal;
  margin-left: -0.5em;
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
}
.care-offerings--crm-hint .crm-hint-sub-offer-section .crm-hint-ft-sub-offer-form .crm-hint-rad-offers-stacked .crm-hint-rad-offer.selected-offer .crm-hint-large-check-radio {
  color: #695e48;
}
.care-offerings--crm-hint .crm-hint-sub-offer-section .crm-hint-ft-sub-offer-form .crm-hint-rad-offers-stacked .crm-hint-rad-offer.selected-offer .crm-hint-large-check-radio.iconCheck::before {
  display: block;
}
.care-offerings--crm-hint .crm-hint-sub-offer-section .crm-hint-ft-sub-offer-form .ancBtn.orange.full.lrgr {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .care-offerings--crm-hint .crm-hint-sub-offer-section .crm-hint-ft-sub-offer-form {
    margin: 0 auto;
  }
}
.care-offerings--crm-hint .crm-hint-sub-offer-section.main-offer-section .page {
  padding: 35px 10px;
}
.care-offerings--crm-hint .crm-hint-sub-offer-section.main-offer-section .care-offerings-title {
  font-size: 18px;
  margin: 0 auto;
  margin-top: 0px;
  padding: 0 0 30px;
}
.care-offerings--crm-hint .crm-hint-sub-offer-section.main-offer-section .page-hero-img {
  background: url("https://www.ancestrycdn.com/mars/landing/offer/2019/us/hints-denial/freetrial-deny-herobkg2-updated.png") no-repeat;
  background-size: 100% auto;
  float: right;
  height: 474px;
  margin-top: -269px;
  max-width: 100%;
  width: 520px;
}
.care-offerings--crm-hint .crm-hint-sub-offer-section.main-offer-section .crm-hint-offerings--see-all-memberships {
  margin-top: 45px;
}
.care-offerings--crm-hint .crm-hint-sub-offer-section.main-offer-section .crm-hint-offerings--see-all-memberships .crm-hint-offer-legal-text {
  margin-left: 40px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .care-offerings--crm-hint .crm-hint-sub-offer-section.main-offer-section .crm-hint-offerings--see-all-memberships .crm-hint-offer-legal-text {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .care-offerings--crm-hint .crm-hint-sub-offer-section.main-offer-section .crm-hint-offerings--see-all-memberships {
    margin: 35px auto 0;
    max-width: 480px;
  }
}
.care-offerings--crm-hint .crm-hint-sub-offer-section.footer-offer-section .page {
  padding: 45px 10px 50px;
}
@media only screen and (max-width: 767px) {
  .care-offerings--crm-hint .crm-hint-sub-offer-section.footer-offer-section .page {
    padding: 35px 10px 40px;
  }
}
.care-offerings--crm-hint .crm-hint-sub-offer-section.footer-offer-section .crm-hint-sub-section-title .care-offerings-title {
  margin: 10px auto 0;
  max-width: 480px;
}
.care-offerings--crm-hint .crm-hint-sub-offer-section.footer-offer-section .crm-hint-ft-sub-offer-form {
  margin: 15px auto 0;
}
.care-offerings--crm-hint .crm-hint-sub-offer-section.footer-offer-section .crm-hint-offerings--see-all-memberships {
  margin-top: 45px;
}
.care-offerings--crm-hint .crm-hint-sub-offer-section.footer-offer-section .crm-hint-offerings--see-all-memberships .crm-hint-offer-legal-text {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .care-offerings--crm-hint .crm-hint-sub-offer-section.footer-offer-section .crm-hint-offerings--see-all-memberships {
    margin: 35px auto 0;
    max-width: 480px;
  }
}
.care-offerings--crm-hint .crm-hint-sub-page-section {
  overflow: hidden;
  position: relative;
}
.care-offerings--crm-hint .crm-hint-sub-page-section .page {
  padding: 0;
  width: 100%;
}
.care-offerings--crm-hint .crm-hint-sub-page-section .pageWidth {
  margin: 0 auto;
  width: 990px;
}
@media only screen and (max-width: 990px) {
  .care-offerings--crm-hint .crm-hint-sub-page-section .pageWidth {
    width: 100%;
  }
}
.care-offerings--crm-hint .crm-hint-sub-page-section .ftSubPageGrid > .ancCol {
  position: relative;
  vertical-align: middle;
  padding: 10px 10px 30px;
}
.care-offerings--crm-hint .crm-hint-sub-page-section .ftSubPageGrid .ftSubPageBkgCol {
  height: auto;
}
.care-offerings--crm-hint .crm-hint-sub-page-section .ftSubSectionIntro {
  font-size: 20px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .care-offerings--crm-hint .crm-hint-sub-page-section .ftSubSectionIntro {
    font-size: 18px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .care-offerings--crm-hint .crm-hint-sub-page-section .buttonCon {
    text-align: center;
  }
}
.care-offerings--crm-hint .crm-hint-sub-page-section .recordsContentWrap {
  max-width: 410px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .care-offerings--crm-hint .crm-hint-sub-page-section .recordsContentWrap {
    max-width: none;
  }
}
.care-offerings--crm-hint .crm-hint-sub-page-section.crm-hint-records {
  background-color: #474d54;
}
.care-offerings--crm-hint .crm-hint-sub-page-section.crm-hint-records .recordsImgHalf {
  background: url("https://www.ancestrycdn.com/mars/landing/offer/2019/us/hints-denial/deny-recordbck.png") no-repeat;
  width: auto;
  background-position: calc(50% - 285px) 100%;
  background-size: auto 100%;
}
@media only screen and (max-width: 767px) {
  .care-offerings--crm-hint .crm-hint-sub-page-section.crm-hint-records .recordsImgHalf {
    background: none;
  }
}
.care-offerings--crm-hint .crm-hint-sub-page-section.crm-hint-family-tree {
  background-color: #1c89b2;
}
.care-offerings--crm-hint .crm-hint-sub-page-section.crm-hint-family-tree .familyTreeImg {
  background: url("https://www.ancestrycdn.com/mars/landing/deny/2016/freetrial-deny-recordbkg.jpg") no-repeat;
  display: block;
  height: 724px;
  left: 0;
  position: absolute;
  top: -40px;
  width: 100%;
  background-size: 364px;
}
.care-offerings--crm-hint .crm-hint-sub-page-section.crm-hint-discover {
  background-color: #181a1c;
}
.care-offerings--crm-hint .crm-hint-sub-page-section.crm-hint-discover .discoverImg {
  background: url("https://www.ancestrycdn.com/mars/landing/offer/2019/us/hints-denial/hints-denial-discoveryBkg.jpg") no-repeat;
  background-position: calc(50% - 32px) 100%;
  background-size: auto 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .care-offerings--crm-hint .crm-hint-sub-page-section.crm-hint-discover .discoverImg {
    background: none;
  }
}
.care-offerings--crm-hint .crm-hint-sub-page-section.crm-hint-discover .recordsContentWrap {
  max-width: 410px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .care-offerings--crm-hint .ancGrid .ancCol {
    width: 100%;
    padding: 0 0 0 10px;
    clear: both;
  }
}

.header-style-care--unpause {
  height: fit-content;
  color: #fff;
  text-align: center;
  background-color: #6ba410;
}
.header-style-care--unpause #header-alert-unpause {
  border-radius: 0px;
  color: #871a13;
  text-shadow: none;
  background-color: #fcb7bd;
  max-width: 360px;
  text-align: center;
  font-size: 14px;
  padding: 7px;
  font-weight: 500;
  position: relative;
  top: 0px;
  margin: auto;
  padding-left: 20px;
}
@media only screen and (max-width: 479px) {
  .header-style-care--unpause #header-alert-unpause {
    max-width: 100vw;
  }
}
.header-style-care--unpause #header-alert-unpause::before {
  left: 24px;
  top: 5px;
  font-size: 14px;
}
@media only screen and (max-width: 479px) {
  .header-style-care--unpause #header-alert-unpause::before {
    left: 4%;
    font-size: 14px;
  }
}
.header-style-care--unpause .headerContent {
  width: 100%;
  padding: inherit;
  font-size: 44px;
  font-weight: 300;
}
.header-style-care--unpause .headerContent.hard-upgrade {
  padding: 20px 150px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .header-style-care--unpause .headerContent.hard-upgrade {
    padding: 10px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1005px) {
  .header-style-care--unpause .headerContent {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .header-style-care--unpause .headerContent {
    font-size: 32px;
    font-weight: 400;
    padding: 10px 50px;
  }
}

@media only screen and (min-width: 768px) {
  .care-offerings--unpause .care-offerings-image-con {
    padding: 0 20px 0 0;
  }
}
.care-offerings--unpause .care-offerings-image {
  background: url("https://www.ancestrycdn.com/mars/landing/deny/2020/202005-us-care-unpause-img.png") no-repeat;
  background-size: 100% auto;
  height: 359px;
  max-width: 100%;
  width: 375px;
  margin: auto;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 768px) {
  .care-offerings--unpause .care-offerings-image {
    height: auto;
    width: 350px;
  }
}
@media only screen and (max-width: 400px) {
  .care-offerings--unpause .care-offerings-image {
    height: auto;
    width: 250px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .care-offerings--unpause .care-offerings-offer {
    background-color: #f3f3f3;
  }
}
.care-offerings--unpause .care-offerings-offer .unpause-offer {
  height: auto;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .care-offerings--unpause .care-offerings-offer .unpause-offer {
    text-align: center;
  }
}
.care-offerings--unpause .care-offerings-offer .unpause-offer .unpause-offer-text {
  font-size: 18px;
}
.care-offerings--unpause .care-offerings-offer .unpause-offer .unpause-offer-info .unpause-offer-intro {
  font-size: 20px;
}
.care-offerings--unpause .care-offerings-offer .unpause-offer .unpause-offer-info .unpause-offer-membership {
  font-size: 24px;
  margin: 10px 0;
  font-weight: bold;
}
.care-offerings--unpause .care-offerings-offer .unpause-offer .unpause-offer-info .unpause-offer-membership.usd {
  font-weight: 400;
  padding-right: 20px;
}
.care-offerings--unpause .care-offerings-offer .unpause-offer .first-dur {
  font-style: italic;
  font-size: 14px;
}
.care-offerings--unpause .care-offerings-offer .unpause-offer .unpause-cta-btn {
  margin-top: 20px;
}
.care-offerings--unpause .care-offerings-offer .offer-info-disclaimer {
  font-style: italic;
  font-size: 14px;
  margin-top: 10px;
}
.care-offerings--unpause .care-offerings-offer .offer-info-disclaimer .legal-text__paragraph {
  padding: 0;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .care-offerings--unpause .care-offerings-offer .offer-info-disclaimer {
    text-align: center;
    margin-top: 25px;
  }
}
.care-offerings--unpause .care-offerings-offer .separator-div {
  border-bottom: 1px solid #54524f;
  height: 1px;
  margin: 15px auto;
  max-width: 900px;
  width: 100%;
}
.care-offerings--unpause .care-offerings-offer .unpause-upgrade-offer-cta {
  margin-top: 20px;
  font-size-adjust: 0.5;
}
.care-offerings--unpause .care-offerings-offer .unpause-additional-info .unpause-additional-info-text {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 400px) {
  .care-offerings--unpause .care-offerings-offer .unpause-additional-info .unpause-additional-info-text {
    font-size: 18px;
  }
}
.care-offerings--unpause .care-offerings-offer .unpause-additional-info .unpause-additional-info-list {
  margin-left: 25px;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .care-offerings--unpause .care-offerings-offer .unpause-additional-info .unpause-additional-info-list {
    font-size: 18px;
  }
}
@media only screen and (max-width: 400px) {
  .care-offerings--unpause .care-offerings-offer .unpause-additional-info .unpause-additional-info-list {
    font-size: 16px;
  }
}
.care-offerings--unpause .care-offerings-offer .unpause-additional-info .unpause-upgrade-con {
  background-color: #f5f5f5;
  padding: 40px;
  margin-top: 30px;
}
.care-offerings--unpause .care-offerings-offer .unpause-additional-info .unpause-upgrade-con .unpause-upgrade-title {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .care-offerings--unpause .care-offerings-offer .unpause-additional-info .unpause-upgrade-con .unpause-upgrade-title {
    text-align: center;
  }
}
.care-offerings--unpause .care-offerings-offer .unpause-additional-info .unpause-upgrade-con .unpause-upgrade-offer {
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .care-offerings--unpause .care-offerings-offer .unpause-additional-info .unpause-upgrade-con .unpause-upgrade-offer {
    text-align: center;
  }
}
.care-offerings--unpause .care-offerings-offer .unpause-additional-info .unpause-upgrade-con .unpause-upgrade-offer-dur {
  font-size: 18px;
}
.care-offerings--unpause .care-offerings-offer .unpause-additional-info .unpause-upgrade-con .unpause-upgrade-offer-first-month {
  font-style: italic;
  font-size: 14px;
  vertical-align: top;
}
.care-offerings--unpause .unpause-upgrade-offer-info {
  font-size: 20px;
}
.care-offerings--unpause .strike-through {
  text-decoration: line-through;
}

.unpause-legal {
  display: block;
  font-style: italic;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.care-offerings-padded {
  padding: 30px 40px 50px;
}

#upgrade-sub-page .globalRecordsTitle {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.1;
  max-width: 325px;
}
#upgrade-sub-page img {
  width: 100%;
}

.globalRecordsIntro,
.countriesModalBtn,
.countriesModalTitle,
.countriesModal li {
  font-size: 18px;
}

.globalRecordsIntro {
  margin: 20px 0;
}

.uppercase {
  text-transform: uppercase;
}

.header-style-care--upgrade {
  height: fit-content;
  color: #fff;
}
.header-style-care--upgrade .headerContent {
  width: 100%;
  padding: inherit;
  font-size: 44px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 1005px) {
  .header-style-care--upgrade .headerContent {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .header-style-care--upgrade .headerContent {
    font-size: 32px;
    font-weight: 400;
    padding-right: 0px !important;
  }
}
.header-style-care--upgrade .offerPageTitle,
.header-style-care--upgrade .globalRecordsTitle {
  font-size: 36px;
}
.header-style-care--upgrade .header-style .offerPageTitle {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.1;
  padding-bottom: 10px;
  position: relative;
}
.header-style-care--upgrade .offerPageIntro {
  font-size: 28px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .header-style-care--upgrade .header-style .offerPageTitle {
    font-size: 32px;
  }
  .header-style-care--upgrade .offerPageIntro {
    font-size: 18px;
    font-weight: 300;
  }
}
.header-style-care--upgrade .globalRecordsCon {
  background-color: #f0eee9;
  margin-top: 0;
  padding-top: 20px;
}
.header-style-care--upgrade .globalRecordsCon .globalRecordsContent.ancCol {
  padding: 60px 40px 60px 20px;
}
.header-style-care--upgrade .globalRecordsCon .globalRecordsMap.ancCol {
  padding: 0 0 10px;
}
@media only screen and (max-width: 1005px) {
  .header-style-care--upgrade .globalRecordsCon .globalRecordsTitle {
    max-width: 265px;
  }
  .header-style-care--upgrade .globalRecordsCon .globalRecordsContent.ancCol {
    padding: 40px 40px 40px 10px;
  }
  .header-style-care--upgrade .globalRecordsCon .globalRecordsMap.ancCol {
    padding: 20px 0 10px;
  }
}

.globalRecordsScrollCon {
  display: block;
  margin: 0 auto;
  max-width: 170px;
  position: relative;
}
.globalRecordsScrollCon .globalRecordsScrollBtn {
  left: 0;
  position: absolute;
  top: -20px;
  width: 100%;
}

.priceContainer {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .priceContainer {
    flex-direction: column;
  }
}

.upgrade-offer-info .upgrade-offer-membership {
  font-size: 24px;
  margin: 10px 0;
  font-weight: bold;
}
.upgrade-offer-info .offerTitle {
  font-size: 28px;
}
.upgrade-offer-info .offerRegPrice,
.upgrade-offer-info .offerPrice {
  display: inline-block;
  vertical-align: top;
}
.upgrade-offer-info .offerPrice {
  color: #7a9c0f;
  line-height: 1em;
  font-size: 36px;
}
@media only screen and (max-width: 1200px) {
  .upgrade-offer-info .offerPrice {
    margin-bottom: 20px;
  }
}
.upgrade-offer-info .offerPriceSup {
  top: -0.25em;
}
.upgrade-offer-info .offerRegPrice {
  font-size: 18px;
  margin-right: 10px;
  position: relative;
}
.upgrade-offer-info .offerRegPrice:after {
  border-top: 2px solid #873820;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 51%;
  -moz-transform: rotate(-32deg);
  -o-transform: rotate(-32deg);
  -webkit-transform: rotate(-32deg);
  -ms-transform: rotate(-32deg);
  transform: rotate(-32deg);
  width: 85%;
}

.dynamicUpgradeCon {
  border-left: 2px solid #ccc;
  padding-left: 20px;
}
@media only screen and (max-width: 1200px) {
  .dynamicUpgradeCon {
    border-top: 2px solid #ccc;
    border-left: none;
    padding-top: 20px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .dynamicUpgradeCon .upgradeOfferPrice {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .care-offerings--upgrade .ancGrid .ancCol {
    width: 100%;
    padding: 10px;
  }
}
.care-offerings--upgrade .care-offerings-image-con .pageHeroImgCon {
  position: relative;
  top: -215px;
}
.care-offerings--upgrade .care-offerings-image-con .pageHeroImgCon img {
  position: absolute;
  width: 100%;
  display: block;
  margin: auto;
  max-width: 382px;
}
@media only screen and (min-width: 768px) {
  .care-offerings--upgrade .care-offerings-image-con {
    padding: 0 20px 0 0;
  }
}
.care-offerings--upgrade .care-offerings-image {
  background: url("https://www.ancestrycdn.com/mars/landing/deny/2020/202005-us-care-upgrade-img.png") no-repeat;
  background-size: 100% auto;
  height: 359px;
  max-width: 100%;
  width: 375px;
  margin: auto;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 768px) {
  .care-offerings--upgrade .care-offerings-image {
    height: auto;
  }
}
.care-offerings--upgrade .care-offerings-image {
  background: url("https://www.ancestrycdn.com/mars/landing/deny/2020/202005-us-care-upgrade-img.png") no-repeat;
  background-size: 100% auto;
  height: 359px;
  max-width: 100%;
  width: 375px;
  margin: auto;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 768px) {
  .care-offerings--upgrade .care-offerings-image {
    height: auto;
  }
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .care-offerings--upgrade .care-offerings-offer {
    background-color: #f3f3f3;
    padding-bottom: 40px;
  }
}
.care-offerings--upgrade .care-offerings-offer .upgrade-offer {
  height: auto;
}
.care-offerings--upgrade .care-offerings-offer .upgrade-offer .upgrade-cta-btn {
  margin-top: 20px;
}
.care-offerings--upgrade .care-offerings-offer .seperator-div {
  border-bottom: 1px solid #54524f;
  height: 1px;
  margin: 30px auto 20px;
  max-width: 900px;
  width: 100%;
}
.care-offerings--upgrade .care-offerings-offer .upgrade-legal-text {
  margin-top: 20px;
  font-size: 14px;
}
.care-offerings--upgrade .care-offerings-offer .upgrade-additional-info .upgrade-additional-info-list {
  font-size: 18px;
  color: #474d54;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .care-offerings--upgrade .care-offerings-offer .upgrade-additional-info .upgrade-additional-info-list {
    padding-bottom: 20px;
  }
}
.care-offerings--upgrade .care-offerings-offer.ancCol {
  padding: 10px 10px 30px 10px;
}

@media only screen and (max-width: 768px) {
  .care-offerings--upgrade.care-offerings-padded {
    padding: 0;
  }
  .page-wrap--location-join .headerContent {
    min-height: 20px !important;
  }
  .ancGrid .ancCol {
    width: 100%;
    padding: 10px;
  }
  .offerSection {
    padding: 20px 20px 30px;
  }
}
.header-style-care--ldssub {
  height: fit-content;
  color: #fff;
  text-align: center;
  background-color: #003058;
}
.header-style-care--ldssub #header-alert-ldssub {
  border-radius: 0px;
  color: #871a13;
  text-shadow: none;
  background-color: #fcb7bd;
  max-width: 300px;
  text-align: center;
  font-size: 14px;
  padding: 7px;
  font-weight: 500;
  position: relative;
  top: 0px;
  margin: auto;
  padding-left: 20px;
}
@media only screen and (max-width: 479px) {
  .header-style-care--ldssub #header-alert-ldssub {
    max-width: 100vw;
  }
}
.header-style-care--ldssub #header-alert-ldssub::before {
  left: 24px;
  top: 5px;
  font-size: 14px;
}
@media only screen and (max-width: 479px) {
  .header-style-care--ldssub #header-alert-ldssub::before {
    left: 0;
    font-size: 14px;
    right: 237px;
  }
}
.header-style-care--ldssub .headerContent {
  width: 100%;
  padding: inherit;
  font-size: 44px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 1005px) {
  .header-style-care--ldssub .headerContent {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .header-style-care--ldssub .headerContent {
    font-size: 32px;
    font-weight: 400;
  }
}

@media only screen and (min-width: 768px) {
  .care-offerings--ldssub .care-offerings-image-con {
    padding: 0 20px 0 0;
  }
}
.care-offerings--ldssub .care-offerings-image {
  background: url("https://www.ancestrycdn.com/legacy/offer/offer-page/2013/lds-offer/ldsoffer-main-img.jpg") no-repeat;
  background-size: 100% auto;
  height: 565px;
  max-width: 100%;
  width: 375px;
  margin: auto;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 768px) {
  .care-offerings--ldssub .care-offerings-image {
    height: auto;
  }
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .care-offerings--ldssub .care-offerings-offer {
    background-color: #f3f3f3;
  }
}
.care-offerings--ldssub .care-offerings-offer .ldssub-offer {
  height: auto;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .care-offerings--ldssub .care-offerings-offer .ldssub-offer {
    text-align: center;
  }
}
.care-offerings--ldssub .care-offerings-offer .ldssub-offer .ldssub-offer-info .ldssub-offer-intro {
  font-size: 20px;
}
.care-offerings--ldssub .care-offerings-offer .ldssub-offer .ldssub-offer-info .ldssub-offer-membership {
  font-size: 24px;
  margin: 10px 0;
  font-weight: bold;
}
.care-offerings--ldssub .care-offerings-offer .ldssub-offer #ldssub-cta-con {
  display: flex;
  justify-content: center;
  align-items: center;
}
.care-offerings--ldssub .care-offerings-offer .ldssub-offer .ldssub-cta-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.care-offerings--ldssub .care-offerings-offer .offer-info-disclaimer {
  font-style: italic;
  font-size: 14px;
  margin-top: 10px;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .care-offerings--ldssub .care-offerings-offer .offer-info-disclaimer {
    text-align: center;
    margin-top: 25px;
  }
}
.care-offerings--ldssub .care-offerings-offer .seperator-div {
  border-bottom: 1px solid #54524f;
  height: 1px;
  margin: 15px auto;
  max-width: 900px;
  width: 100%;
}
.care-offerings--ldssub .care-offerings-offer .ldssub-additional-info .ldssub-additional-info-text {
  font-size: 20px;
  font-weight: bold;
}
.care-offerings--ldssub .care-offerings-offer .ldssub-additional-info .ldssub-additional-info-list {
  margin-left: 25px;
  font-size: 20px;
}

.care-offerings-padded {
  padding: 30px 40px 50px;
}

.traitsUpsell .pageWrap h1 {
  font-size: 33px;
  margin: 0 auto;
  line-height: 35px;
  margin-bottom: 20px;
}
.traitsUpsell .pageWrap p {
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.traitsUpsell .pageWrap sup {
  font-size: 0.55em;
}
.traitsUpsell .pageWrap .offer-wrap {
  padding: 40px;
  max-width: 500px;
  min-height: 100vh;
  text-align: center;
  background-image: url("https://cmsasset.ancestrycdn.com/content/dam/onsite/us/BAU/Offers/us_869850_traits_bg-m2.jpg");
  background-position-x: center;
  margin: auto;
}
.traitsUpsell .pageWrap .price {
  font-size: 30px;
  margin-bottom: 20px;
}
.traitsUpsell .pageWrap h2 {
  font-size: 22px;
  font-weight: bold;
}
.traitsUpsell .pageWrap content-section {
  padding: 40px;
}

.page-wrap--care-dna_sub,
.dnaSubWrap {
  background-color: #f6f3f0;
}
@media only screen and (max-width: 767px) {
  .page-wrap--care-dna_sub .dnasub-page,
  .dnaSubWrap .dnasub-page {
    padding: 0 25px;
  }
}
.page-wrap--care-dna_sub .dnasub-page .legal-text,
.dnaSubWrap .dnasub-page .legal-text {
  text-align: left;
  padding-top: 10px;
  margin-top: 10px;
}
.page-wrap--care-dna_sub .dnasub-page .legal-text .legal-text__paragraph,
.dnaSubWrap .dnasub-page .legal-text .legal-text__paragraph {
  padding: 0px 5px 10px 28px;
  font-size: 13px;
}
.page-wrap--care-dna_sub .dnasub-page .dnasub-features .legal-text,
.dnaSubWrap .dnasub-page .dnasub-features .legal-text {
  margin: 0;
}

.header-style-care--dnasub {
  height: 296px;
  width: 100%;
  text-align: center;
  padding: 25px;
  background: radial-gradient(46.71% 107.26% at 50% 50%, rgba(255, 255, 255, 0.67) 12.09%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.21) 0%, rgba(255, 255, 255, 0.1) 19.27%, rgba(234, 234, 234, 0.27) 41.15%), linear-gradient(0deg, rgba(200, 219, 229, 0.67) 0%, rgba(200, 219, 229, 0.67) 100%), url(https://www.ancestrycdn.com/mars/landing/offer-page-spa/assets/dna-sub-icons/header-image-2.png) center/cover, #dee6e9 50%/cover no-repeat;
}
.header-style-care--dnasub.dnasub-experience--DnaInheritance {
  margin-bottom: -200px;
}
@media only screen and (max-width: 767px) {
  .header-style-care--dnasub.dnasub-experience--DnaInheritance {
    margin-bottom: 0;
  }
}
.header-style-care--dnasub.dnasub-experience--dual {
  margin-bottom: -150px;
}
@media only screen and (max-width: 767px) {
  .header-style-care--dnasub.dnasub-experience--dual {
    margin-bottom: 0;
  }
}
.header-style-care--dnasub.dnasub-experience--1for3 {
  margin-bottom: -170px;
}
@media only screen and (max-width: 767px) {
  .header-style-care--dnasub.dnasub-experience--1for3 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-style-care--dnasub {
    background: none;
    height: auto;
    background-color: #f6f3ef;
    padding: 25px 25px 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 330px) {
  .header-style-care--dnasub {
    padding: 25px 25px 10px;
  }
}
.header-style-care--dnasub .headerContent {
  width: 100%;
  padding: inherit;
  font-size: 44px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 1005px) {
  .header-style-care--dnasub .headerContent {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .header-style-care--dnasub .headerContent {
    font-size: 32px;
    font-weight: 400;
  }
}
.header-style-care--dnasub .dnasub-icon-wrap {
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 auto;
  background-color: #999999;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-style-care--dnasub .dnasub-icon-wrap .icon-white {
  color: #ffffff;
  margin-right: 0;
}

.dnasub-grid {
  margin-top: -150px;
}
@media only screen and (max-width: 767px) {
  .dnasub-grid {
    margin-top: 0;
  }
}

.dnasub-offerings-con {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px 60px;
  margin: 25px 0px 0px;
}
.dnasub-offerings-con .strike-through-price {
  text-decoration: line-through;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .dnasub-offerings-con .strike-through-price {
    text-decoration-thickness: 1px;
  }
}
.dnasub-offerings-con.dnasub-experience--DnaInheritance {
  border: solid 4px #c8dae5;
}
@media only screen and (min-width: 768px) and (max-width: 1005px) {
  .dnasub-offerings-con.dnasub-experience--DnaInheritance .care-offerings--dnasub {
    padding: 0 10px;
  }
}
.dnasub-offerings-con.dnasub-experience--DnaInheritance .care-offerings--dnasub .care-offerings-image-con {
  width: 40%;
}
@media only screen and (min-width: 768px) and (max-width: 1005px) {
  .dnasub-offerings-con.dnasub-experience--DnaInheritance .care-offerings--dnasub .care-offerings-image-con {
    width: 230px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .dnasub-offerings-con.dnasub-experience--DnaInheritance .care-offerings--dnasub .care-offerings-image-con {
    width: 100%;
  }
}
.dnasub-offerings-con.dnasub-experience--DnaInheritance .care-offerings--dnasub .dnasub-price-cta-con .price {
  grid-template-columns: 1fr 3fr;
}
.dnasub-offerings-con.dnasub-experience--DnaInheritance .care-offerings--dnasub .dnasub-price-cta-con .price .symbol-integer {
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1005px) {
  .dnasub-offerings-con.dnasub-experience--DnaInheritance .care-offerings--dnasub .dnasub-price-cta-con .dnasub-cta {
    font-size: small;
  }
}
.dnasub-offerings-con.dnasub-experience--1for3 {
  border: solid 4px #cedcca;
}
@media only screen and (min-width: 768px) and (max-width: 1005px) {
  .dnasub-offerings-con.dnasub-experience--1for3 .care-offerings--dnasub {
    padding: 0 10px;
  }
}
.dnasub-offerings-con.dnasub-experience--1for3 .care-offerings--dnasub .care-offerings-image-con {
  width: 32%;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1005px) {
  .dnasub-offerings-con.dnasub-experience--1for3 .care-offerings--dnasub .care-offerings-image-con {
    width: 230px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .dnasub-offerings-con.dnasub-experience--1for3 .care-offerings--dnasub .care-offerings-image-con {
    width: 100%;
  }
}
.dnasub-offerings-con.dnasub-experience--dual {
  border: none;
  padding: 0;
}
.dnasub-offerings-con.dnasub-experience--dual .dnasub-experience--DnaInheritance {
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 1005px) {
  .dnasub-offerings-con.dnasub-experience--dual .dnasub-experience--DnaInheritance .dnasub-cta {
    font-size: 18px;
  }
}
.dnasub-offerings-con.dnasub-experience--dual .dnasub-experience--1for3 {
  border: none;
}
@media only screen and (max-width: 767px) {
  .dnasub-offerings-con {
    height: auto;
    text-align: center;
    padding: 32px 16px;
    position: relative;
    margin-top: 20px;
  }
}
.dnasub-offerings-con .dnasub-amount-mobile {
  font-size: 15px;
}
.dnasub-offerings-con .dnasub-offerings-mobile-icon {
  position: absolute;
  height: 36px;
  width: 36px;
  top: -20px;
  left: 45%;
  margin: 0 auto;
}
.dnasub-offerings-con .dnasub-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .dnasub-offerings-con .dnasub-info {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.dnasub-offerings-con .dnasub-info .offer-con {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .dnasub-offerings-con .dnasub-info .offer-con {
    padding: 0 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .dnasub-offerings-con .dnasub-info .offer-con .dnasub-offer-membership {
    text-align: center;
    margin-bottom: 0px;
  }
}
.dnasub-offerings-con.dnasub-card .dnasub-info .offer-con {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.dnasub-offerings-con.dnasub-card .care-offerings-image-con {
  width: auto;
}
.dnasub-offerings-con.dnasub-card .care-offerings--dnasub .care-offerings-offer .dnasub-offer-membership .price {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .dnasub-offerings-con.dnasub-card {
    border: none !important;
    margin-top: 24px;
    padding: 24px 16px;
  }
  .dnasub-offerings-con.dnasub-card.dnasub-experience--1for3 .care-offerings-image-con .dnasub-offerings-image {
    width: 70%;
  }
  .dnasub-offerings-con.dnasub-card .new-icon {
    letter-spacing: 1.3px;
    line-height: 28px;
  }
  .dnasub-offerings-con.dnasub-card .care-offerings .care-offerings-offer .dnasub-info .care-offerings-image-con .dnasub-offerings-image {
    margin: 10px auto;
  }
  .dnasub-offerings-con.dnasub-card .care-offerings .care-offerings-offer .dnasub-info .dnasub-offer-intro {
    font-size: 21px;
  }
  .dnasub-offerings-con.dnasub-card .care-offerings .care-offerings-offer .dnasub-info .dnasub-offer-membership {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .dnasub-offerings-con.dnasub-card .care-offerings .care-offerings-offer .dnasub-info .dnasub-price-cta-con {
    align-self: flex-end;
  }
  .dnasub-offerings-con.dnasub-card .care-offerings .care-offerings-offer .dnasub-info .dnasub-price-cta-con .dna-sub-form {
    margin-top: 5px;
  }
}
.dnasub-offerings-con .dnasub-offerings-footer-con {
  background: #ece9e4;
  display: flex;
  padding: 12px 90px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.dnasub-experience--DnaInheritance .dnasub-offer-intro {
  font-size: 28px;
  font-weight: 600;
  color: #117fa6;
}
@media only screen and (max-width: 767px) {
  .dnasub-experience--DnaInheritance .dnasub-offer-intro {
    font-size: 21px;
  }
}
.dnasub-experience--DnaInheritance .new-icon {
  background: #e5f0f1;
  color: #117fa6;
  width: 350px;
  display: block;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .dnasub-experience--DnaInheritance .new-icon {
    width: 100%;
  }
}
.dnasub-experience--DnaInheritance .care-offerings-image-con {
  width: 40%;
}

.dnasub-experience--1for3 .dnasub-offer-intro {
  font-size: 28px;
  font-weight: 600;
  color: #018f04;
}
.dnasub-experience--1for3 .new-icon {
  background: #e4efe7;
  color: #328800;
  width: 350px;
  display: block;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .dnasub-experience--1for3 .new-icon {
    width: 100%;
  }
}

.care-offerings--dnasub {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: center;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  padding: 0 60px;
  gap: 24px;
}
.care-offerings--dnasub .care-offerings-image-con {
  width: 40%;
  height: auto;
  gap: 10px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .care-offerings--dnasub .care-offerings-image-con {
    width: 100%;
  }
}
.care-offerings--dnasub .care-offerings-image-con .dnasub-offerings-image {
  height: auto;
  max-width: 100%;
  width: 100%;
  margin: auto;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  .care-offerings--dnasub .care-offerings-image-con .dnasub-offerings-image {
    width: min(80%, 300px);
    height: auto;
    margin: 20px auto;
    text-align: center;
  }
}
.care-offerings--dnasub .care-offerings-offer {
  width: 60%;
  display: flex;
  padding: 10px 0px 0 0px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.care-offerings--dnasub .care-offerings-offer .dnasub-offer {
  height: auto;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .care-offerings--dnasub .care-offerings-offer .dnasub-offer {
    text-align: center;
  }
}
.care-offerings--dnasub .care-offerings-offer .dnasub-price-cta-con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .care-offerings--dnasub .care-offerings-offer .dnasub-price-cta-con {
    justify-content: center;
  }
}
.care-offerings--dnasub .care-offerings-offer .dnasub-price-cta-con .dna-sub-form {
  align-self: flex-end;
  margin-top: 25px;
  justify-self: flex-end;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .care-offerings--dnasub .care-offerings-offer .dnasub-price-cta-con .dna-sub-form {
    margin-left: auto;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .care-offerings--dnasub .care-offerings-offer .dnasub-price-cta-con .dnasub-cta {
    padding: 9px 20px;
  }
}
.care-offerings--dnasub .care-offerings-offer .offer-info-disclaimer {
  font-style: italic;
  font-size: 14px;
  margin-top: 10px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .care-offerings--dnasub .care-offerings-offer .offer-info-disclaimer {
    text-align: center;
    margin-top: 25px;
  }
}
.care-offerings--dnasub .care-offerings-offer .seperator-div {
  border-bottom: 1px solid #54524f;
  height: 1px;
  margin: 15px auto;
  max-width: 900px;
  width: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .care-offerings--dnasub .care-offerings-offer {
    width: 100%;
    padding: 0;
  }
  .care-offerings--dnasub .care-offerings-offer .dna-sub-form {
    margin: auto;
  }
}
.care-offerings--dnasub .care-offerings-offer .dnasub-additional-info {
  text-align: left;
  line-height: 133%;
  font-size: 15px;
  margin-top: 10px;
}
.care-offerings--dnasub .care-offerings-offer .dnasub-additional-info .dnasub-additional-info-text {
  font-size: 20px;
  font-weight: bold;
}
.care-offerings--dnasub .care-offerings-offer .dnasub-additional-info .dnasub-additional-info-list {
  margin-left: 25px;
  font-size: 20px;
}
.care-offerings--dnasub .care-offerings-offer .dnasub-offer-membership {
  font-size: 14.5px;
  margin-top: 0px;
  font-weight: bold;
  width: fit-content;
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .care-offerings--dnasub .care-offerings-offer .dnasub-offer-membership {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .care-offerings--dnasub .care-offerings-offer .dnasub-offer-membership {
    margin-top: 10px;
  }
}
.care-offerings--dnasub .care-offerings-offer .dnasub-offer-membership .price {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 0 2px;
  width: fit-content;
}
.care-offerings--dnasub .care-offerings-offer .dnasub-offer-membership .price.price--1for3 {
  width: 85%;
}
.care-offerings--dnasub .care-offerings-offer .dnasub-offer-membership .price .symbol-integer {
  grid-area: 1/1/3/2;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.care-offerings--dnasub .care-offerings-offer .dnasub-offer-membership .price .symbol-integer .currency-symbol {
  font-size: 165%;
  white-space: nowrap;
}
.care-offerings--dnasub .care-offerings-offer .dnasub-offer-membership .price .symbol-integer .integer {
  font-size: 37px;
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .care-offerings--dnasub .care-offerings-offer .dnasub-offer-membership .price .symbol-integer .integer {
    font-size: 30px;
  }
}
.care-offerings--dnasub .care-offerings-offer .dnasub-offer-membership .price .decimal {
  grid-area: 1/2/2/3;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.care-offerings--dnasub .care-offerings-offer .dnasub-offer-membership .price .decimal .decimal-point {
  font-size: 100%;
}
.care-offerings--dnasub .care-offerings-offer .dnasub-offer-membership .price .decimal .decimal-number {
  font-size: 100%;
}
.care-offerings--dnasub .care-offerings-offer .dnasub-offer-membership .price .duration {
  grid-area: 2/2/3/3;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.care-offerings--dnasub .care-offerings-offer .dnasub-offer-membership .price .duration .dur {
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .care-offerings--dnasub .care-offerings-offer .dnasub-offer-membership .price {
    text-align: center;
  }
}

.dnasub-features {
  margin-top: 50px;
}
.dnasub-features .dnasub-features-intro {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  padding: 0px 25px;
  margin-bottom: 15px;
}
.dnasub-features #dnasub-features-con {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .dnasub-features #dnasub-features-con {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.dnasub-features #dnasub-features-con .dnasub-feature {
  padding: 20px;
  border-right: 2px solid #ebe9e3;
  flex: 1 2 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  min-height: 300px;
}
@media only screen and (max-width: 767px) {
  .dnasub-features #dnasub-features-con .dnasub-feature {
    flex: 1 2 180px;
    border-bottom: 2px solid #ebe9e3;
    border-right: none;
    text-align: center;
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    min-height: 250px;
  }
  .dnasub-features #dnasub-features-con .dnasub-feature.isLast {
    border-bottom: none;
  }
}
.dnasub-features #dnasub-features-con .dnasub-feature.isLast {
  border-right: none;
}
.dnasub-features #dnasub-features-con .dnasub-feature .feature-name {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .dnasub-features #dnasub-features-con .dnasub-feature .feature-name {
    font-size: 21px;
  }
}
.dnasub-features #dnasub-features-con .dnasub-feature .feature-description {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .dnasub-features #dnasub-features-con .dnasub-feature .feature-description {
    padding: 5px 20px;
  }
}
.dnasub-features #dnasub-features-con .dnasub-feature .feature-icon {
  width: auto;
  align-self: center;
  height: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 880px) {
  .dnasub-features #dnasub-features-con .dnasub-feature .feature-icon {
    height: 50px;
  }
}
.dnasub-features #dnasub-features-con .dnasub-feature .feature-icon.feature-icon--left {
  float: left;
}

.dnasub-footer-con {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .dnasub-footer-con {
    width: 100%;
    flex-direction: column;
    text-align: center;
    justify-content: space-around;
  }
}
.dnasub-footer-con .dnasub-footer-inner {
  display: flex;
  padding: 12px 170px;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
  background: #e5f0f1;
  border-radius: 16px;
}
@media only screen and (max-width: 767px) {
  .dnasub-footer-con .dnasub-footer-inner {
    padding: 15px;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
  }
}
.dnasub-footer-con .dnasub-footer-inner .dnasub-footer-icon-con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  width: 70px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .dnasub-footer-con .dnasub-footer-inner .dnasub-footer-icon-con {
    margin: 0 auto;
  }
}
.dnasub-footer-con .dnasub-footer-inner .dnasub-footer-icon-con .dnasub-footer-icon {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  filter: grayscale(100%);
}
.dnasub-footer-con .dnasub-footer-inner .dnasub-footer-info {
  display: flex;
  padding: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
}
.dnasub-footer-con .dnasub-footer-inner .dnasub-footer-info .dnasub-footer-heading {
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.21px;
}
.dnasub-footer-con .dnasub-footer-inner .dnasub-footer-info .dnasub-footer-text {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.dnasub-offerings-footer {
  text-align: left;
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .dnasub-offerings-footer {
    padding: 0 15px;
  }
}

.dnasub-features-footer {
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .dnasub-features-footer {
    width: 90%;
  }
}

.dnasub-padded {
  padding: 30px 5px 10px;
}
@media only screen and (max-width: 767px) {
  .dnasub-padded {
    padding: 0;
  }
}

.dual-footer-page {
  padding: 0 25px;
  margin: 20px 0px;
}
.dual-footer-page .dual-footer-con {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #fff;
  padding: 16px 32px;
}
.dual-footer-page .dual-footer-con .dual-footer-separator {
  padding: 0px 16px;
  width: 219px;
  height: 2px;
  background: #ece9e4;
}
@media only screen and (max-width: 767px) {
  .dual-footer-page .dual-footer-con .dnasub-card {
    margin-top: 0px;
    padding: 24px 0px;
  }
  .dual-footer-page .dual-footer-con .dnasub-card .legal-text {
    text-align: left;
    padding-top: 10px;
    margin-top: 10px;
  }
  .dual-footer-page .dual-footer-con .dnasub-card .legal-text .legal-text__paragraph {
    padding: 0px 5px 10px 28px;
    font-size: 13px;
  }
  .dual-footer-page .dual-footer-con .dnasub-card.dnasub-experience--1for3 .care-offerings-image-con .dnasub-offerings-image {
    width: 70%;
  }
  .dual-footer-page .dual-footer-con .dnasub-card .new-icon {
    letter-spacing: 1.3px;
    line-height: 28px;
  }
  .dual-footer-page .dual-footer-con .dnasub-card .care-offerings .care-offerings-offer .dnasub-info .care-offerings-image-con .dnasub-offerings-image {
    margin: 10px auto;
  }
  .dual-footer-page .dual-footer-con .dnasub-card .care-offerings .care-offerings-offer .dnasub-info .dnasub-offer-intro {
    font-size: 21px;
  }
  .dual-footer-page .dual-footer-con .dnasub-card .care-offerings .care-offerings-offer .dnasub-info .dnasub-offer-membership {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .dual-footer-page .dual-footer-con .dnasub-card .care-offerings .care-offerings-offer .dnasub-info .dnasub-price-cta-con .dna-sub-form {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1px) and (max-width: 767px) {
  .dual-footer-page .dual-footer-con .dnasub-card .care-offerings .care-offerings-offer .dnasub-cta {
    padding: 9px 15px;
  }
}

#dual-offer-section {
  display: flex;
  flex-direction: row;
  flex-wrap: 0;
  text-align: center;
  position: relative;
}
#dual-offer-section .dnasub-offerings-con {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}
#dual-offer-section .dnasub-offerings-con .care-offerings--dnasub {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 45px;
  height: 100%;
}
#dual-offer-section .dnasub-offerings-con .care-offerings--dnasub .care-offerings-image-con {
  margin: 15px;
  width: auto;
}
#dual-offer-section .dnasub-offerings-con .care-offerings--dnasub .care-offerings-image-con .dnasub-offerings-image {
  height: 140px;
}
#dual-offer-section .dnasub-offerings-con .care-offerings--dnasub .care-offerings-offer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
#dual-offer-section .dnasub-offerings-con .care-offerings--dnasub .care-offerings-offer .dnasub-info {
  height: 100%;
  justify-content: space-between;
}
#dual-offer-section .dnasub-offerings-con .care-offerings--dnasub .care-offerings-offer .dnasub-info .dnasub-offer-membership {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
#dual-offer-section .dnasub-offerings-con .care-offerings--dnasub .care-offerings-offer .dnasub-info .dnasub-offer-membership .price {
  width: 100%;
}
#dual-offer-section .dnasub-offerings-con .care-offerings--dnasub .care-offerings-offer .dnasub-info .dnasub-offer-membership .price.price--1for3 {
  width: 85%;
}
#dual-offer-section .dnasub-offerings-con .care-offerings--dnasub .care-offerings-offer .dnasub-info .dnasub-additional-info {
  width: 100%;
  text-align: center;
}
#dual-offer-section .dnasub-offerings-con .care-offerings--dnasub .care-offerings-offer .dnasub-info .dna-sub-form {
  margin: 25px auto 0px auto;
  width: 100%;
}
#dual-offer-section .dual-separator {
  position: absolute;
  height: 380px;
  width: 1px;
  background: #ece9e4;
  top: 15%;
  left: 50%;
}

#gift-sub-page .globalRecordsTitle {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.1;
  max-width: 325px;
}
#gift-sub-page img {
  width: 100%;
}
#gift-sub-page .mt10 {
  margin-top: 10px;
}

.globalRecordsIntro,
.countriesModalBtn,
.countriesModalTitle,
.countriesModal li {
  font-size: 18px;
}

.globalRecordsIntro {
  margin: 20px 0;
}

.uppercase {
  text-transform: uppercase;
}

.header-style-care--giftSub {
  height: fit-content;
  color: #fff;
}
.header-style-care--giftSub .headerContent {
  width: 100%;
  padding: inherit;
  font-size: 44px;
  font-weight: 300;
  min-height: 170px;
  padding-right: 0 !important;
}
@media only screen and (min-width: 768px) and (max-width: 1005px) {
  .header-style-care--giftSub .headerContent {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .header-style-care--giftSub .headerContent {
    font-size: 32px;
    font-weight: 400;
  }
}
.header-style-care--giftSub .offerPageTitle {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.1;
  padding-bottom: 10px;
  position: relative;
}
.header-style-care--giftSub .offerPageIntro {
  font-size: 28px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .header-style-care--giftSub .offerPageTitle {
    font-size: 32px;
  }
  .header-style-care--giftSub .offerPageIntro {
    font-size: 18px;
    font-weight: 300;
  }
}

.globalRecordsScrollCon {
  display: block;
  margin: 0 auto;
  max-width: 170px;
  position: relative;
}
.globalRecordsScrollCon .globalRecordsScrollBtn {
  left: 0;
  position: absolute;
  top: -20px;
  width: 100%;
}

.giftSub-offer-info .giftSub-offer-membership {
  font-size: 24px;
  margin: 10px 0;
  font-weight: bold;
}
.giftSub-offer-info .offerRegPrice,
.giftSub-offer-info .offerPrice {
  display: inline-block;
}
.giftSub-offer-info .offerPrice {
  color: #7a9c0f;
  line-height: 1em;
  font-size: 36px;
}
.giftSub-offer-info .offerPrice sup {
  top: -7px;
}
.giftSub-offer-info .offerRegPrice {
  font-size: 18px;
  margin-right: 10px;
  position: relative;
}
.giftSub-offer-info .offerRegPrice:after {
  border-top: 2px solid #873820;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 51%;
  -moz-transform: rotate(-32deg);
  -o-transform: rotate(-32deg);
  -webkit-transform: rotate(-32deg);
  -ms-transform: rotate(-32deg);
  transform: rotate(-32deg);
  width: 85%;
}

@media only screen and (max-width: 768px) {
  .care-offerings--giftSub {
    padding: 0;
  }
  .care-offerings--giftSub .care-offerings-padded {
    padding: 0;
  }
  .care-offerings--giftSub .ancGrid .ancCol {
    width: 100%;
    padding: 10px;
  }
}
.care-offerings--giftSub .care-offerings-image-con .pageHeroImgCon {
  position: relative;
  top: -215px;
}
.care-offerings--giftSub .care-offerings-image-con .pageHeroImgCon img {
  position: absolute;
  width: 100%;
  display: block;
  margin: auto;
  max-width: 382px;
}
@media only screen and (min-width: 768px) {
  .care-offerings--giftSub .care-offerings-image-con {
    padding: 0 20px 0 0;
  }
}
.care-offerings--giftSub .care-offerings-image {
  background: url("https://www.ancestrycdn.com/mars/landing/deny/2020/202005-us-care-giftSub-img.png") no-repeat;
  background-size: 100% auto;
  height: 359px;
  max-width: 100%;
  width: 375px;
  margin: auto;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 768px) {
  .care-offerings--giftSub .care-offerings-image {
    height: auto;
  }
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .care-offerings--giftSub .care-offerings-offer {
    background-color: #f3f3f3;
    padding-bottom: 40px;
  }
}
.care-offerings--giftSub .care-offerings-offer .giftSub-offer {
  height: auto;
}
.care-offerings--giftSub .care-offerings-offer .giftSub-offer .giftSub-cta-btn {
  margin-top: 20px;
}
.care-offerings--giftSub .care-offerings-offer .seperator-div {
  border-bottom: 1px solid #54524f;
  height: 1px;
  margin: 15px auto;
  max-width: 900px;
  width: 100%;
}
.care-offerings--giftSub .care-offerings-offer .giftSub-additional-info .giftSub-additional-info-list {
  margin-left: 25px;
}

.globalRecordsCon {
  background-color: #f0eee9;
  margin-top: 0;
  padding-top: 20px;
}
.globalRecordsCon .globalRecordsContent.ancCol {
  padding: 60px 40px 60px 20px;
}
.globalRecordsCon .globalRecordsMap.ancCol {
  padding: 0 0 10px;
}
@media only screen and (max-width: 1005px) {
  .globalRecordsCon .globalRecordsTitle {
    max-width: 265px;
  }
  .globalRecordsCon .globalRecordsContent.ancCol {
    padding: 40px 40px 40px 10px;
    width: 100%;
  }
  .globalRecordsCon .globalRecordsMap.ancCol {
    padding: 20px 0 10px;
  }
}

.ftSubPageHeader.header-style-care--greentop {
  background-color: #6ba410;
}
.ftSubPageHeader.header-style-care--greentop .page {
  padding: 20px 10px;
}
.ftSubPageHeader.header-style-care--greentop .ftSubPageTitle {
  font-size: 52px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 5px;
  max-width: 480px;
  padding-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ftSubPageHeader.header-style-care--greentop .ftSubPageTitle {
    font-size: 28px;
    max-width: 100%;
  }
}
.ftSubPageHeader.header-style-care--greentop .subPageSubTitle {
  max-width: 480px;
}
@media only screen and (max-width: 1005px) {
  .ftSubPageHeader.header-style-care--greentop .subPageSubTitle {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .ftSubPageHeader.header-style-care--greentop .subPageSubTitle {
    width: 100%;
  }
}
.ftSubPageHeader.header-style-care--greentop .care-offerings-title {
  font-size: 16px;
  margin: 0 auto;
  margin-top: 0px;
  color: #333;
  text-shadow: none;
  text-transform: uppercase;
}

.care-offerings--greentop .strike-through-price {
  position: relative;
  display: inline-block;
  font-size: 100%;
  margin-right: 5px;
  text-decoration: line-through;
}
.care-offerings--greentop .strike-through-price:before {
  appearance: none;
}
.care-offerings--greentop .page-wrap--care {
  background-color: #fff;
}
.care-offerings--greentop .coloralt1 {
  color: #6a6865;
}
.care-offerings--greentop .ftSubSectionTitle {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .care-offerings--greentop .ftSubSectionTitle {
    font-size: 32px;
    text-align: center;
  }
}
.care-offerings--greentop .ftSubSectionSubTitle {
  text-align: center;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .care-offerings--greentop .ftSubSectionSubTitle {
    text-align: center;
    margin: 0 auto;
    max-width: 480px;
    font-size: 16px;
  }
}
.care-offerings--greentop .greentop-sub-offer-section {
  background-color: #f0eee9;
  white-space: pre-line;
}
.care-offerings--greentop .greentop-sub-offer-section .greentop-ft-sub-offer-form {
  margin: 0;
  max-width: 100%;
  position: relative;
  text-align: center;
  width: 480px;
}
.care-offerings--greentop .greentop-sub-offer-section .greentop-ft-sub-offer-form .greentop-rad-offers-stacked {
  text-align: left;
}
.care-offerings--greentop .greentop-sub-offer-section .greentop-ft-sub-offer-form .greentop-rad-offers-stacked .greentop-offer-wrap {
  border: none;
  margin-top: 10px;
  background-color: #fff;
  padding: 10px 5px;
  width: 100%;
}
.care-offerings--greentop .greentop-sub-offer-section .greentop-ft-sub-offer-form .greentop-rad-offers-stacked .greentop-rad-offer {
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  line-height: normal;
  margin-top: 10px;
  padding: 15px 10px 15px 210px;
  padding-bottom: 0.125em;
  position: relative;
}
.care-offerings--greentop .greentop-sub-offer-section .greentop-ft-sub-offer-form .greentop-rad-offers-stacked .greentop-rad-offer:first-child {
  margin-top: 0;
}
.care-offerings--greentop .greentop-sub-offer-section .greentop-ft-sub-offer-form .greentop-rad-offers-stacked .greentop-rad-offer .greentop-savings-flag {
  background-color: #1b88b0;
  display: block;
  left: 62px;
  line-height: normal;
  margin: 0;
  margin-top: 0px;
  padding: 3px 7px;
  position: absolute;
  top: -20.5px;
}
.care-offerings--greentop .greentop-sub-offer-section .greentop-ft-sub-offer-form .greentop-rad-offers-stacked .greentop-rad-offer .greentop-rad-check-wrap {
  display: block;
  left: 15px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
}
.care-offerings--greentop .greentop-sub-offer-section .greentop-ft-sub-offer-form .greentop-rad-offers-stacked .greentop-rad-offer .greentop-rad-check-wrap .greentop-rad-check-hidden {
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.care-offerings--greentop .greentop-sub-offer-section .greentop-ft-sub-offer-form .greentop-rad-offers-stacked .greentop-rad-offer .greentop-rad-check-wrap .greentop-rad-check-hidden .greentop-rad-checkbox {
  height: 1px;
  line-height: 0;
  margin: 2px;
  opacity: 0;
  overflow: hidden;
  width: 1px;
}
.care-offerings--greentop .greentop-sub-offer-section .greentop-ft-sub-offer-form .greentop-rad-offers-stacked .greentop-rad-offer .greentop-rad-check-wrap .greentop-rad-check-txt,
.care-offerings--greentop .greentop-sub-offer-section .greentop-ft-sub-offer-form .greentop-rad-offers-stacked .greentop-rad-offer .greentop-rad-check-wrap .greentop-large-check-radio {
  display: inline-block;
  vertical-align: middle;
}
.care-offerings--greentop .greentop-sub-offer-section .greentop-ft-sub-offer-form .greentop-rad-offers-stacked .greentop-rad-offer .greentop-rad-check-wrap .greentop-large-check-radio {
  background: #fff;
  border: 3px solid #bbb0a3;
  border-radius: 50%;
  font-size: 19px;
  margin-right: 10px;
  padding: 18px;
  position: relative;
}
.care-offerings--greentop .greentop-sub-offer-section .greentop-ft-sub-offer-form .greentop-rad-offers-stacked .greentop-rad-offer .greentop-rad-check-wrap .greentop-large-check-radio.iconCheck::before {
  font-size: 20px;
  display: none;
  left: 50%;
  line-height: normal;
  margin-left: -0.5em;
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
}
.care-offerings--greentop .greentop-sub-offer-section .greentop-ft-sub-offer-form .greentop-rad-offers-stacked .greentop-rad-offer.selected-offer .greentop-large-check-radio {
  border-color: #695e48;
  color: #695e48;
}
.care-offerings--greentop .greentop-sub-offer-section .greentop-ft-sub-offer-form .greentop-rad-offers-stacked .greentop-rad-offer.selected-offer .greentop-large-check-radio.iconCheck::before {
  display: block;
}
.care-offerings--greentop .greentop-sub-offer-section .greentop-ft-sub-offer-form .greentop-rad-offers-stacked .greentop-rad-offer .greentop-offer-text-wrap {
  text-align: left;
}
.care-offerings--greentop .greentop-sub-offer-section .greentop-ft-sub-offer-form .greentop-rad-offers-stacked .greentop-rad-offer .ldbm-toggle-button-greentop {
  position: absolute;
  top: 42px;
  right: 25px;
  padding-left: 32px;
  font-size: 14px;
  text-decoration: underline;
}
.care-offerings--greentop .greentop-sub-offer-section .greentop-ft-sub-offer-form .greentop-rad-offers-stacked .greentop-rad-offer .ldbm-toggle-button-greentop.renewal {
  top: 30px;
}
.care-offerings--greentop .greentop-sub-offer-section .greentop-ft-sub-offer-form .greentop-rad-offers-stacked .greentop-rad-offer .ldbm-toggle-button-greentop.USES {
  position: relative;
  top: 0;
}
.care-offerings--greentop .greentop-sub-offer-section .greentop-ft-sub-offer-form .ancBtn.orange.full.lrgr {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .care-offerings--greentop .greentop-sub-offer-section .greentop-ft-sub-offer-form {
    margin: 0 auto;
  }
}
.care-offerings--greentop .greentop-sub-offer-section.main-offer-section .page {
  padding: 35px 10px;
}
.care-offerings--greentop .greentop-sub-offer-section.main-offer-section .page-hero-img {
  background: url(https://www.ancestrycdn.com/mars/landing/deny/2016/freetrial-deny-herobkg.png) no-repeat;
  background-size: 100% auto;
  float: right;
  height: 359px;
  margin-top: -166px;
  max-width: 100%;
  width: 375px;
}
.care-offerings--greentop .greentop-sub-offer-section.main-offer-section .page-hero-img.hero-AU,
.care-offerings--greentop .greentop-sub-offer-section.main-offer-section .page-hero-img.hero-CAEN,
.care-offerings--greentop .greentop-sub-offer-section.main-offer-section .page-hero-img.hero-UK,
.care-offerings--greentop .greentop-sub-offer-section.main-offer-section .page-hero-img.hero-IE {
  background: url(https://www.ancestrycdn.com/mars/landing/deny/2016/au-freetrial-deny-herobkg.png) no-repeat;
  background-size: contain;
}
.care-offerings--greentop .greentop-sub-offer-section.main-offer-section .page-hero-img.hero-DE {
  background: url(https://www.ancestrycdn.com/mars/landing/deny/2018/de-ft-deny-herobkg.png) no-repeat;
}
.care-offerings--greentop .greentop-sub-offer-section.main-offer-section .page-hero-img.hero-SE,
.care-offerings--greentop .greentop-sub-offer-section.main-offer-section .page-hero-img.hero-IT,
.care-offerings--greentop .greentop-sub-offer-section.main-offer-section .page-hero-img.hero-FR,
.care-offerings--greentop .greentop-sub-offer-section.main-offer-section .page-hero-img.hero-CAFR,
.care-offerings--greentop .greentop-sub-offer-section.main-offer-section .page-hero-img.hero-MX {
  background: url(https://www.ancestrycdn.com/mars/landing/deny/2017/se-freetrial-deny-herobkg.png) no-repeat;
}
.care-offerings--greentop .greentop-sub-offer-section.main-offer-section .greentop-offerings--see-all-memberships {
  margin-top: 45px;
}
.care-offerings--greentop .greentop-sub-offer-section.main-offer-section .greentop-offerings--see-all-memberships .seeAllMemBtn {
  font-size: 20px;
}
.care-offerings--greentop .greentop-sub-offer-section.main-offer-section .greentop-offerings--see-all-memberships .greentop-offer-legal-text {
  margin-left: 40px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .care-offerings--greentop .greentop-sub-offer-section.main-offer-section .greentop-offerings--see-all-memberships .greentop-offer-legal-text {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .care-offerings--greentop .greentop-sub-offer-section.main-offer-section .greentop-offerings--see-all-memberships {
    margin: 35px auto 0;
    max-width: 480px;
  }
}
.care-offerings--greentop .greentop-sub-offer-section.footer-offer-section .page {
  padding: 45px 10px 50px;
}
@media only screen and (max-width: 767px) {
  .care-offerings--greentop .greentop-sub-offer-section.footer-offer-section .page {
    padding: 35px 10px 40px;
  }
}
.care-offerings--greentop .greentop-sub-offer-section.footer-offer-section .greentop-ft-sub-offer-form {
  margin: 15px auto 0;
}
.care-offerings--greentop .greentop-sub-offer-section.footer-offer-section .greentop-offerings--see-all-memberships {
  margin-top: 45px;
}
.care-offerings--greentop .greentop-sub-offer-section.footer-offer-section .greentop-offerings--see-all-memberships .greentop-offer-legal-text {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .care-offerings--greentop .greentop-sub-offer-section.footer-offer-section .greentop-offerings--see-all-memberships {
    margin: 35px auto 0;
    max-width: 480px;
  }
}
.care-offerings--greentop .greentop-sub-page-section {
  overflow: hidden;
  position: relative;
}
.care-offerings--greentop .greentop-sub-page-section .page {
  padding: 0;
  width: 100%;
}
.care-offerings--greentop .greentop-sub-page-section .pageWidth {
  margin: 0 auto;
  width: 990px;
}
@media only screen and (max-width: 990px) {
  .care-offerings--greentop .greentop-sub-page-section .pageWidth {
    width: 100%;
  }
}
.care-offerings--greentop .greentop-sub-page-section .ftSubPageGrid > .ancCol {
  position: relative;
  vertical-align: middle;
  padding: 10px 10px 30px;
}
.care-offerings--greentop .greentop-sub-page-section .ftSubPageGrid .ftSubPageBkgCol {
  height: auto;
}
.care-offerings--greentop .greentop-sub-page-section .ftSubSectionIntro {
  font-size: 20px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .care-offerings--greentop .greentop-sub-page-section .ftSubSectionIntro {
    font-size: 18px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .care-offerings--greentop .greentop-sub-page-section .buttonCon {
    text-align: center;
  }
}
.care-offerings--greentop .greentop-sub-page-section .recordsContentWrap {
  max-width: 410px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .care-offerings--greentop .greentop-sub-page-section .recordsContentWrap {
    max-width: none;
  }
}
.care-offerings--greentop .greentop-sub-page-section.greentop-records {
  background-color: #474d54;
}
.care-offerings--greentop .greentop-sub-page-section.greentop-records .recordsImgHalf {
  background: url("https://www.ancestrycdn.com/mars/landing/offer/2019/us/hints-denial/deny-recordbck.png") no-repeat;
  width: auto;
  background-position: calc(50% - 285px) 100%;
  background-size: auto 100%;
}
@media only screen and (max-width: 767px) {
  .care-offerings--greentop .greentop-sub-page-section.greentop-records .recordsImgHalf {
    background: none;
  }
}
.care-offerings--greentop .greentop-sub-page-section.greentop-family-tree {
  background-color: #1c89b2;
}
.care-offerings--greentop .greentop-sub-page-section.greentop-family-tree .familyTreeImg {
  background: url("https://www.ancestrycdn.com/mars/landing/deny/2016/freetrial-deny-recordbkg.jpg") no-repeat;
  display: block;
  height: 724px;
  left: 0;
  position: absolute;
  top: -40px;
  width: 100%;
  background-size: 364px;
}
.care-offerings--greentop .greentop-sub-page-section.greentop-discover {
  background-color: #181a1c;
}
.care-offerings--greentop .greentop-sub-page-section.greentop-discover .discoverImg {
  background: url("https://www.ancestrycdn.com/mars/landing/offer/2019/us/hints-denial/hints-denial-discoveryBkg.jpg") no-repeat;
  background-position: calc(50% - 32px) 100%;
  background-size: auto 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .care-offerings--greentop .greentop-sub-page-section.greentop-discover .discoverImg {
    background: none;
  }
}
.care-offerings--greentop .greentop-sub-page-section.greentop-discover .recordsContentWrap {
  max-width: 410px;
  width: 100%;
}
.care-offerings--greentop .support-section {
  background-color: #f0eee9;
  white-space: pre-line;
}
.care-offerings--greentop .info-sections {
  padding: 0 !important;
}
.care-offerings--greentop .legal-text-wrap,
.care-offerings--greentop .legal-text__paragraph {
  border: none;
  background-color: inherit;
  color: #6a6865;
}

.currencySelectionCon {
  top: -26px;
}

.page-wrap--care {
  background-color: #fff;
}
.page-wrap--care.page-wrap--care-dna_sub {
  background-color: #f6f3f0;
}

.header-style .mobile {
  background-color: #fff;
}
.header-style .mobile .aboveFoldCon {
  padding: 13px 0 5px;
}
.header-style .mobile .chooseMemText {
  color: #54534f;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
.header-style .mobile .header-text--sparkly > span {
  font-weight: bold;
}
@media only screen and (min-width: 601px) {
  .header-style.offerings-variable--control {
    margin-bottom: 10px;
  }
}
.header-style .offerPageHeader {
  overflow: hidden;
  /* min-height: 225px; */
}
.header-style .offerPageHeader--US, .header-style .offerPageHeader--USES, .header-style .offerPageHeader--IT, .header-style .offerPageHeader--MX {
  background-color: #f7ede3;
  background-image: -webkit-linear-gradient(left, #f7ede3 0%, #f7ede3 80%, #885d4e 40%, #885d4e 100%);
  background-image: linear-gradient(to right, #f7ede3 0%, #f7ede3 80%, #885d4e 40%, #885d4e 100%);
}
@media only screen and (min-width: 2000px) {
  .header-style .offerPageHeader--US, .header-style .offerPageHeader--USES, .header-style .offerPageHeader--IT, .header-style .offerPageHeader--MX {
    background-image: -webkit-linear-gradient(left, #f7ede3 0% 60%, #885d4e 40% 100%);
    background-image: linear-gradient(to right, #f7ede3 0% 60%, #885d4e 40% 100%);
  }
}
.header-style .offerPageHeader--CAEN, .header-style .offerPageHeader--CAFR, .header-style .offerPageHeader--UK, .header-style .offerPageHeader--IE, .header-style .offerPageHeader--FR {
  background-color: #f2f7fd;
}
.header-style .offerPageHeader--AU {
  background-color: #efedee;
}
.header-style .offerPageHeader--DE, .header-style .offerPageHeader--SE {
  background-color: #e4e0d6;
}
.header-style .page {
  position: relative;
}
.header-style .offerPageHeaderImg--US, .header-style .offerPageHeaderImg--USES, .header-style .offerPageHeaderImg--IT, .header-style .offerPageHeaderImg--MX {
  background-image: url(https://www.ancestrycdn.com/mars/landing/offer/2018/hero-tree/3080-hero-tree-offer-header-bkg.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  right: 0px;
  top: 0;
  width: 580px;
  max-width: 60%;
  height: 100%;
}
.header-style .offerPageHeaderImg--CAEN, .header-style .offerPageHeaderImg--CAFR, .header-style .offerPageHeaderImg--UK, .header-style .offerPageHeaderImg--IE, .header-style .offerPageHeaderImg--FR {
  background-image: url(https://www.ancestrycdn.com/mars/landing/offer/2018/hero-tree/3080-ca-hero-tree-offer-header-bkg.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  right: 0px;
  top: 0;
  width: 580px;
  max-width: 60%;
  height: 100%;
}
.header-style .offerPageHeaderImg--AU {
  background-image: url(https://www.ancestrycdn.com/mars/landing/offer/2018/hero-tree/au-hero-tree-offer-header-bkg.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  right: 0px;
  top: 0;
  width: 580px;
  max-width: 60%;
  height: 100%;
}
.header-style .offerPageHeaderImg--DE, .header-style .offerPageHeaderImg--SE {
  background-image: url(https://www.ancestrycdn.com/mars/landing/free-trial/de/2020/de-455150-bau-offerpage-free-trial-hero-bg.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  right: 0px;
  top: 0;
  width: 1000px;
  max-width: 100%;
  height: 100%;
}
.header-style .offerPageHeaderImg:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background: rgb(247, 237, 227);
  background: linear-gradient(90deg, rgb(247, 237, 227) 0%, rgba(247, 237, 227, 0) 100%);
}
.header-style:not(.header-style-care) .headerContent {
  padding-right: 330px;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 1199px) {
  .header-style .offerPageTitle {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1005px) {
  .header-style .offerPageTitle {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .header-style .offerPageTitle {
    font-size: 24px;
    font-weight: normal;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1005px) {
  .header-style .offerPageIntro.text2xlrg {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .header-style .offerPageIntro.text2xlrg {
    font-size: 16px;
  }
}
.header-style .header-text--colorgrid {
  font-size: 19px;
  margin-bottom: -7px;
}
@media only screen and (min-width: 705px) {
  .header-style .header-text--colorgrid {
    font-size: 22px;
  }
}
.header-style .header-text--bonsaigrid {
  max-width: 91%;
}
.header-style .coloraltgreen {
  color: #7e9b27;
}
.header-style.giftMem .offerPageHeader {
  /* min-height: 225px; */
}
.header-style.giftMem .offerPageHeader--US {
  background: #e5e5e5 url(https://cmsasset.ancestrycdn.com/content/dam/onsite/us/2022/November-Gifting/us_1069854_gift-selection_bg.png/jcr:content/renditions/cq5dam.web.1280.1280.png) center top/cover no-repeat;
  padding: 20px;
}
.header-style.giftMem .offerPageHeader--CAEN, .header-style.giftMem .offerPageHeader--CAFR, .header-style.giftMem .offerPageHeader--UK, .header-style.giftMem .offerPageHeader--IE, .header-style.giftMem .offerPageHeader--AU, .header-style.giftMem .offerPageHeader--DE {
  background: #e5e5e5 url(https://cmsasset.ancestrycdn.com/content/dam/onsite/uk/2022/Early-Gifting/uk-2022-early-gift-selection-bkg.png/jcr:content/renditions/cq5dam.web.1280.1280.png) center top/cover no-repeat;
  padding: 20px;
}
.header-style.giftMem .offerPageHeaderImg--US, .header-style.giftMem .offerPageHeaderImg--USES, .header-style.giftMem .offerPageHeaderImg--CAEN, .header-style.giftMem .offerPageHeaderImg--CAFR, .header-style.giftMem .offerPageHeaderImg--UK, .header-style.giftMem .offerPageHeaderImg--IE, .header-style.giftMem .offerPageHeaderImg--AU, .header-style.giftMem .offerPageHeaderImg--DE {
  background: inherit;
}
.header-style.giftMem .headerContent {
  padding-right: 0;
  text-align: center;
}
.header-style.giftMem .offerPageTitle {
  font-weight: 700;
}
@media only screen and (min-width: 1px) and (max-width: 1199px) {
  .header-style.giftMem .offerPageTitle {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1005px) {
  .header-style.giftMem .offerPageTitle {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .header-style.giftMem .offerPageTitle {
    font-size: 24px;
  }
}
.header-style.referral .offerPageHeader--US, .header-style.referral .offerPageHeader--USES, .header-style.referral .offerPageHeader--CAEN, .header-style.referral .offerPageHeader--CAFR, .header-style.referral .offerPageHeader--UK, .header-style.referral .offerPageHeader--IE, .header-style.referral .offerPageHeader--AU, .header-style.referral .offerPageHeader--DE {
  background-color: rgb(72, 155, 155);
  background-image: -webkit-linear-gradient(left, rgb(72, 155, 155) 0%, rgb(72, 155, 155) 60%, rgb(244, 244, 243) 40%, rgb(244, 244, 243) 100%);
  background-image: linear-gradient(to right, rgb(72, 155, 155) 0%, rgb(72, 155, 155) 60%, rgb(244, 244, 243) 40%, rgb(244, 244, 243) 100%);
}
.header-style.referral .offerPageHeaderImg--US, .header-style.referral .offerPageHeaderImg--USES, .header-style.referral .offerPageHeaderImg--CAEN, .header-style.referral .offerPageHeaderImg--CAFR, .header-style.referral .offerPageHeaderImg--UK, .header-style.referral .offerPageHeaderImg--IE, .header-style.referral .offerPageHeaderImg--AU, .header-style.referral .offerPageHeaderImg--DE {
  background-color: rgb(72, 155, 155);
  background-image: url(https://cmsasset.ancestrycdn.com/content/dam/ancestry/teams/marketing-onsite/images/referral-hero-2.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
  right: 40px;
  top: 0;
  height: 100%;
  padding: 20px;
  margin: 0 auto;
}
.header-style.referral .headerContent {
  color: white;
}
.header-style.referral .headerContent .coloraltgreen {
  color: white;
  font-weight: 700;
}
.header-style.campaign .offerPageHeader--US, .header-style.campaign .offerPageHeader--USES, .header-style.campaign .offerPageHeader--CAEN, .header-style.campaign .offerPageHeader--CAFR, .header-style.campaign .offerPageHeader--UK, .header-style.campaign .offerPageHeader--IE, .header-style.campaign .offerPageHeader--AU, .header-style.campaign .offerPageHeader--DE {
  background-color: #ece9e3;
  background-image: url(https://cmsasset.ancestrycdn.com/content/dam/onsite/us/2023/St-Patricks-Day/us_1188550_StPatricksDay_Phase2_Discounted-Offer-Page_Hero-Image_Desktop.png);
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-position: calc(50% + 500px) 100%;
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .header-style.campaign .offerPageHeader--US, .header-style.campaign .offerPageHeader--USES, .header-style.campaign .offerPageHeader--CAEN, .header-style.campaign .offerPageHeader--CAFR, .header-style.campaign .offerPageHeader--UK, .header-style.campaign .offerPageHeader--IE, .header-style.campaign .offerPageHeader--AU, .header-style.campaign .offerPageHeader--DE {
    background-size: initial;
    background-position: calc(100% - 20px) 100%;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1005px) {
  .header-style.campaign .offerPageHeader--US, .header-style.campaign .offerPageHeader--USES, .header-style.campaign .offerPageHeader--CAEN, .header-style.campaign .offerPageHeader--CAFR, .header-style.campaign .offerPageHeader--UK, .header-style.campaign .offerPageHeader--IE, .header-style.campaign .offerPageHeader--AU, .header-style.campaign .offerPageHeader--DE {
    background-image: url(https://cmsasset.ancestrycdn.com/content/dam/onsite/us/2023/St-Patricks-Day/us_1188550_StPatricksDay_Phase2_Discounted-Offer-Page_Hero-Image_Tablet.png);
    padding-left: 20px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .header-style.campaign .offerPageHeader--US, .header-style.campaign .offerPageHeader--USES, .header-style.campaign .offerPageHeader--CAEN, .header-style.campaign .offerPageHeader--CAFR, .header-style.campaign .offerPageHeader--UK, .header-style.campaign .offerPageHeader--IE, .header-style.campaign .offerPageHeader--AU, .header-style.campaign .offerPageHeader--DE {
    padding-left: 10px;
  }
}
.header-style.campaign .offerPageHeader--US .camp-text, .header-style.campaign .offerPageHeader--USES .camp-text, .header-style.campaign .offerPageHeader--CAEN .camp-text, .header-style.campaign .offerPageHeader--CAFR .camp-text, .header-style.campaign .offerPageHeader--UK .camp-text, .header-style.campaign .offerPageHeader--IE .camp-text, .header-style.campaign .offerPageHeader--AU .camp-text, .header-style.campaign .offerPageHeader--DE .camp-text {
  font-weight: 700;
  color: black;
  font-size: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 1005px) {
  .header-style.campaign .offerPageHeader--US .camp-text, .header-style.campaign .offerPageHeader--USES .camp-text, .header-style.campaign .offerPageHeader--CAEN .camp-text, .header-style.campaign .offerPageHeader--CAFR .camp-text, .header-style.campaign .offerPageHeader--UK .camp-text, .header-style.campaign .offerPageHeader--IE .camp-text, .header-style.campaign .offerPageHeader--AU .camp-text, .header-style.campaign .offerPageHeader--DE .camp-text {
    font-size: 28px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .header-style.campaign .offerPageHeader--US .camp-text, .header-style.campaign .offerPageHeader--USES .camp-text, .header-style.campaign .offerPageHeader--CAEN .camp-text, .header-style.campaign .offerPageHeader--CAFR .camp-text, .header-style.campaign .offerPageHeader--UK .camp-text, .header-style.campaign .offerPageHeader--IE .camp-text, .header-style.campaign .offerPageHeader--AU .camp-text, .header-style.campaign .offerPageHeader--DE .camp-text {
    font-size: 26px;
  }
}
.header-style.campaign .offerPageHeaderImg--US, .header-style.campaign .offerPageHeaderImg--USES, .header-style.campaign .offerPageHeaderImg--CAEN, .header-style.campaign .offerPageHeaderImg--CAFR, .header-style.campaign .offerPageHeaderImg--UK, .header-style.campaign .offerPageHeaderImg--IE, .header-style.campaign .offerPageHeaderImg--AU, .header-style.campaign .offerPageHeaderImg--DE {
  background: none;
}
.header-style.campaign .mobile {
  background-color: #ece9e3;
  background-image: none;
}
.header-style.campaign .mobile .header-text {
  width: 75%;
  margin: 0 auto;
  font-size: 25px;
  font-weight: 700;
  color: black;
}
.header-style.campaign .mobile .header-text .camp-name {
  color: rgb(50, 136, 0);
  font-size: 16px;
  text-align: center;
  padding-bottom: 8px;
  font-weight: 700;
}
.header-style.campaign .headerContent {
  padding-right: 220px;
  max-width: 1150px;
}
@media only screen and (min-width: 1006px) and (max-width: 1399px) {
  .header-style.campaign .headerContent {
    max-width: 750px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1005px) {
  .header-style.campaign .headerContent {
    max-width: 650px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .header-style.campaign .headerContent {
    max-width: 500px;
  }
}
.header-style.campaign .headerContent .camp-name {
  color: rgb(50, 136, 0);
  font-weight: 700;
  font-size: 1.2rem;
}
.header-style.gsaIntroOfferBooster .offerPageHeader--US, .header-style.gsaIntroOfferBooster .offerPageHeader--USES, .header-style.gsaIntroOfferBooster .offerPageHeader--CAEN, .header-style.gsaIntroOfferBooster .offerPageHeader--CAFR, .header-style.gsaIntroOfferBooster .offerPageHeader--UK, .header-style.gsaIntroOfferBooster .offerPageHeader--IE, .header-style.gsaIntroOfferBooster .offerPageHeader--AU, .header-style.gsaIntroOfferBooster .offerPageHeader--DE {
  background-color: #ece9e3;
  background-image: none;
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .header-style.gsaIntroOfferBooster .offerPageHeader--US, .header-style.gsaIntroOfferBooster .offerPageHeader--USES, .header-style.gsaIntroOfferBooster .offerPageHeader--CAEN, .header-style.gsaIntroOfferBooster .offerPageHeader--CAFR, .header-style.gsaIntroOfferBooster .offerPageHeader--UK, .header-style.gsaIntroOfferBooster .offerPageHeader--IE, .header-style.gsaIntroOfferBooster .offerPageHeader--AU, .header-style.gsaIntroOfferBooster .offerPageHeader--DE {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1005px) {
  .header-style.gsaIntroOfferBooster .offerPageHeader--US, .header-style.gsaIntroOfferBooster .offerPageHeader--USES, .header-style.gsaIntroOfferBooster .offerPageHeader--CAEN, .header-style.gsaIntroOfferBooster .offerPageHeader--CAFR, .header-style.gsaIntroOfferBooster .offerPageHeader--UK, .header-style.gsaIntroOfferBooster .offerPageHeader--IE, .header-style.gsaIntroOfferBooster .offerPageHeader--AU, .header-style.gsaIntroOfferBooster .offerPageHeader--DE {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .header-style.gsaIntroOfferBooster .offerPageHeader--US, .header-style.gsaIntroOfferBooster .offerPageHeader--USES, .header-style.gsaIntroOfferBooster .offerPageHeader--CAEN, .header-style.gsaIntroOfferBooster .offerPageHeader--CAFR, .header-style.gsaIntroOfferBooster .offerPageHeader--UK, .header-style.gsaIntroOfferBooster .offerPageHeader--IE, .header-style.gsaIntroOfferBooster .offerPageHeader--AU, .header-style.gsaIntroOfferBooster .offerPageHeader--DE {
    padding-left: 10px;
  }
}
.header-style.gsaIntroOfferBooster .offerPageHeader--US .camp-text, .header-style.gsaIntroOfferBooster .offerPageHeader--USES .camp-text, .header-style.gsaIntroOfferBooster .offerPageHeader--CAEN .camp-text, .header-style.gsaIntroOfferBooster .offerPageHeader--CAFR .camp-text, .header-style.gsaIntroOfferBooster .offerPageHeader--UK .camp-text, .header-style.gsaIntroOfferBooster .offerPageHeader--IE .camp-text, .header-style.gsaIntroOfferBooster .offerPageHeader--AU .camp-text, .header-style.gsaIntroOfferBooster .offerPageHeader--DE .camp-text {
  color: black;
  font-size: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 1005px) {
  .header-style.gsaIntroOfferBooster .offerPageHeader--US .camp-text, .header-style.gsaIntroOfferBooster .offerPageHeader--USES .camp-text, .header-style.gsaIntroOfferBooster .offerPageHeader--CAEN .camp-text, .header-style.gsaIntroOfferBooster .offerPageHeader--CAFR .camp-text, .header-style.gsaIntroOfferBooster .offerPageHeader--UK .camp-text, .header-style.gsaIntroOfferBooster .offerPageHeader--IE .camp-text, .header-style.gsaIntroOfferBooster .offerPageHeader--AU .camp-text, .header-style.gsaIntroOfferBooster .offerPageHeader--DE .camp-text {
    font-size: 24px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .header-style.gsaIntroOfferBooster .offerPageHeader--US .camp-text, .header-style.gsaIntroOfferBooster .offerPageHeader--USES .camp-text, .header-style.gsaIntroOfferBooster .offerPageHeader--CAEN .camp-text, .header-style.gsaIntroOfferBooster .offerPageHeader--CAFR .camp-text, .header-style.gsaIntroOfferBooster .offerPageHeader--UK .camp-text, .header-style.gsaIntroOfferBooster .offerPageHeader--IE .camp-text, .header-style.gsaIntroOfferBooster .offerPageHeader--AU .camp-text, .header-style.gsaIntroOfferBooster .offerPageHeader--DE .camp-text {
    font-size: 22px;
  }
}
.header-style.gsaIntroOfferBooster .offerPageHeaderImg--US, .header-style.gsaIntroOfferBooster .offerPageHeaderImg--USES, .header-style.gsaIntroOfferBooster .offerPageHeaderImg--CAEN, .header-style.gsaIntroOfferBooster .offerPageHeaderImg--CAFR, .header-style.gsaIntroOfferBooster .offerPageHeaderImg--UK, .header-style.gsaIntroOfferBooster .offerPageHeaderImg--IE, .header-style.gsaIntroOfferBooster .offerPageHeaderImg--AU, .header-style.gsaIntroOfferBooster .offerPageHeaderImg--DE {
  background: none;
}
.header-style.gsaIntroOfferBooster .headerContent {
  padding-right: 0;
  max-width: 100%;
  font-size: 1.2rem;
}
.header-style.gsaIntroOfferBooster .headerContent .offerPageTitle,
.header-style.gsaIntroOfferBooster .headerContent .offerPageIntro {
  text-align: center;
}
.header-style.gsaIntroOfferBooster .headerContent .offerPageTitle .coloraltgreen,
.header-style.gsaIntroOfferBooster .headerContent .offerPageIntro .coloraltgreen {
  color: rgb(50, 136, 0);
}
.header-style.gsaIntroOfferBooster .headerContent .offerPageTitle,
.header-style.gsaIntroOfferBooster .headerContent .camp-name {
  color: rgb(50, 136, 0);
  font-weight: 700;
  font-size: 1.2rem;
}
.header-style.gsaIntroOfferBooster .headerContent .offerPageIntro,
.header-style.gsaIntroOfferBooster .headerContent .camp-text {
  font-weight: 300;
  font-size: 1.35em;
  margin-top: 0.4em !important;
}
.header-style.gsaIntroOfferBooster .mobile {
  background-color: #ece9e3;
  background-image: none;
  padding: 0 1em;
  margin-bottom: 1em;
}
.header-style.gsaIntroOfferBooster .mobile .header-text {
  margin: 0 auto;
  font-size: 25px;
  font-weight: 100;
  color: black;
}
.header-style.gsaIntroOfferBooster .mobile .header-text.header-text--drawers {
  font-size: 18px;
  line-height: 1.5em;
}
.header-style.gsaIntroOfferBooster .mobile .header-text .camp-name {
  color: rgb(50, 136, 0);
  font-size: 16px;
  text-align: center;
  padding-bottom: 8px;
  font-weight: 700;
}
.header-style.gsaIntroOfferBooster .mobile .choose-a-membership {
  background-color: #fff;
}
.header-style.legacy .mobile {
  background-color: #ece9e3;
  background-image: none;
  padding: 0 1em;
  margin-bottom: 1em;
}
.header-style.legacy .mobile .header-text {
  margin: 0 auto;
  font-size: 25px;
  font-weight: 100;
  color: black;
}
.header-style.legacy .mobile .header-text.header-text--drawers {
  font-size: 18px;
  line-height: 1.5em;
}
.header-style.legacy .mobile .header-text .camp-name {
  color: rgb(50, 136, 0);
  font-size: 16px;
  text-align: center;
  padding-bottom: 8px;
  font-weight: 700;
}
.header-style.legacy .mobile .choose-a-membership {
  background-color: #fff;
}
.header-style.legacy .headerContent {
  padding-right: 220px;
  max-width: 1150px;
}
@media only screen and (min-width: 1006px) and (max-width: 1399px) {
  .header-style.legacy .headerContent {
    max-width: 750px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1005px) {
  .header-style.legacy .headerContent {
    max-width: 650px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .header-style.legacy .headerContent {
    max-width: 500px;
  }
}
.header-style.legacy .headerContent .camp-name {
  color: rgb(50, 136, 0);
  font-weight: 700;
  font-size: 1.2rem;
}

.header-style.campaign + .container--mobile .all-options__durations {
  background-color: #ece9e3;
}

.header-text--prettygrid .coloraltgreen {
  color: #7e9b27;
}

@media only screen and (min-width: 600px) {
  .page-wrap--location-join .headerContent {
    min-height: 170px;
  }
}
.header-text {
  display: inherit;
}

.header-text__intro {
  display: block;
  font-size: 123%;
}

.header-text__free-for {
  display: inline-block;
}
.header-text__free-for:before {
  content: "—";
}

.offerings-style.offerings-style--colorstack {
  background-color: #fff;
  padding-bottom: 30px;
  overflow: hidden;
}
.offerings-style.offerings-style--colorstack.offerings-side-panel {
  height: 100vh;
}
@media only screen and (max-width: 320px) {
  .offerings-style.offerings-style--colorstack.offerings-side-panel {
    height: 105vh;
  }
}
.offerings-style.offerings-style--colorstack .side-panel {
  background-color: #fff;
  padding: 20px 10px 60px;
  position: absolute;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 999;
  height: 100vh;
}
.offerings-style.offerings-style--colorstack .side-panel.side-panel--hide {
  left: 100%;
}
.offerings-style.offerings-style--colorstack .side-panel.side-panel--show {
  transition: 0.5s;
  left: 0;
}
.offerings-style.offerings-style--colorstack .side-panel .side-panel-offerings .side-panel-title {
  text-align: center;
}
.offerings-style.offerings-style--colorstack .side-panel .side-panel-offerings .side-panel-title h2 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
}
.offerings-style.offerings-style--colorstack .side-panel .side-panel-offerings .side-panel-title p {
  font-size: 20px;
}
.offerings-style.offerings-style--colorstack .side-panel .side-panel-input {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgb(170, 170, 170);
  display: block;
  font-weight: 400;
  line-height: 1.8em;
  margin: 10px 0;
  padding: 20px 0 20px 4%;
}
.offerings-style.offerings-style--colorstack .side-panel .side-panel-input--checked {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgb(170, 170, 170);
  display: block;
  font-weight: 400;
  line-height: 1.8em;
  margin: 10px 0;
  padding: 20px 0 20px 4%;
}
.offerings-style.offerings-style--colorstack .side-panel .side-panel-input--checked:before {
  background-color: #fff;
  box-shadow: inset 0 0 0 0.11em rgba(0, 0, 0, 0.25), inset 0 0 0 5px #fff, inset 0 0 0 10px #6ba410;
  color: #fff;
  content: "";
  float: left;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin: 20px 4px 0 0;
  text-align: center;
  text-indent: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 20px;
}
.offerings-style.offerings-style--colorstack .side-panel .side-panel-input:before {
  background-color: #fff;
  box-shadow: inset 0 0 0 0.11em rgba(0, 0, 0, 0.25);
  color: #fff;
  content: "";
  float: left;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin: 20px 4px 0 0;
  text-align: center;
  text-indent: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 20px;
}
.offerings-style.offerings-style--colorstack .side-panel .side-panel-duration {
  display: inline-block;
  margin-left: 3%;
  font-size: 32px;
  width: 82%;
}
.offerings-style.offerings-style--colorstack .side-panel .side-panel-price-n-savings {
  display: flex;
  margin-left: 10%;
  margin-top: 0.5em;
  height: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.offerings-style.offerings-style--colorstack .side-panel .side-panel-price {
  display: inline-block;
  flex-shrink: 0;
  font-size: 28px;
}
.offerings-style.offerings-style--colorstack .side-panel .side-panel-savings {
  border-left: 1px solid #aaa;
  color: #6ba410;
  display: inline-block;
  margin-left: 10%;
  padding-left: 3%;
  width: 150px;
  font-size: 20px;
}
.offerings-style.offerings-style--colorstack .side-panel .side-panel-footer {
  text-align: center;
}
.offerings-style.offerings-style--colorstack .side-panel .side-panel-back {
  -webkit-appearance: none;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #005c7d;
  cursor: pointer;
  font-size: inherit;
  padding: 0;
  text-align: left;
  text-decoration: none;
  margin-top: 10px;
}
.offerings-style.offerings-style--colorstack .side-panel .side-panel-switch {
  font-size: 18px;
}
.offerings-style.offerings-style--colorstack .side-panel .side-panel-legal {
  text-align: left;
}
.offerings-style.offerings-style--colorstack .all-options__durations {
  display: block;
  padding: 0 0 5px 0;
}
@media only screen and (min-width: 601px) {
  .offerings-style.offerings-style--colorstack .all-options__durations {
    padding: 20px 0;
  }
}
.offerings-style.offerings-style--colorstack .all-options__durations .pill-buttons {
  display: block;
  grid-auto-columns: 35px;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.offerings-style.offerings-style--colorstack .all-options__durations .pill-buttons button {
  position: relative;
  border: 1px solid #54534f;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 7px;
  text-align: center;
  width: 147px;
  margin: 1px -10px;
}
.offerings-style.offerings-style--colorstack .all-options__durations .pill-buttons button.privateRow {
  display: block;
  margin: 1px auto;
}
.offerings-style.offerings-style--colorstack .all-options__durations .pill-buttons button.inactivePill {
  background-color: #fff;
  color: #54534f;
  z-index: 1;
}
.offerings-style.offerings-style--colorstack .all-options__durations .pill-buttons button.activePill {
  background-color: #54534f;
  color: #fff;
  z-index: 10;
}
.offerings-style.offerings-style--colorstack .all-options__durations .pill-buttons button.activePill.iconCheck:before {
  font-size: 72%;
  margin-left: -15px;
  margin-right: 10px;
}
.offerings-style.offerings-style--colorstack .all-options__durations .pill-buttons button > span {
  display: block;
  font-size: 0.72em;
  margin: -2px;
}
.offerings-style.offerings-style--colorstack .all-options__durations .ldbm-buttons {
  text-align: center;
  width: 190px;
  margin: 5px 0 5px calc(50% - 31px);
}
.offerings-style.offerings-style--colorstack .all-options__durations .ldbm-buttons > button {
  color: #1b88b0;
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
  background: transparent;
  border: none;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #767676;
  width: 100%;
  height: auto;
  margin-bottom: 2px;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row.package-row--white {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  border-width: 0.5px 0;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row.package-row--blue {
  background-color: #0079a3;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row.package-row--darkblue {
  background-color: #005c7d;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row.package-row--lightgreen {
  background-color: rgba(183, 217, 76, 0.5019607843);
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row.package-row--green {
  background-color: #6ba410;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row.package-row--purple {
  background-color: #655586;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row.package-row--darkpurple {
  background-color: #3f314f;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row.package-row--orange {
  background-color: #d68b35;
}
.offerings-style.offerings-style--colorstack .all-options__packages .form-submit-button {
  width: 0;
  height: 0;
  position: absolute;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  text-align: inherit;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__label {
  position: relative;
  display: flex;
  padding: 0;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__label input {
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container {
  position: relative;
  display: flex;
  width: 80px;
  background-color: rgba(255, 255, 255, 0.42);
  align-items: center;
  justify-content: center;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container.package-row__left-image-container--white {
  background-color: #a9a9a9;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container .package-row__left-image {
  position: relative;
  display: flex;
  width: 72%;
  height: 0;
  padding-bottom: 72%;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container .package-row__left-image .package-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container .package-row__left-image .package-icon .black-fill {
  fill: #767676;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container .package-row__left-image .package-icon.package-icon--white .white-fill {
  fill: #181a1c;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container .package-row__left-image .package-icon.package-icon--white .black-fill {
  fill: #fff;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container .package-row__left-image .package-icon.package-icon--blue .black-fill {
  fill: #0079a3;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container .package-row__left-image .package-icon.package-icon--darkblue .black-fill {
  fill: #005c7d;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container .package-row__left-image .package-icon.package-icon--lightgreen .white-fill {
  fill: #9cbe31;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container .package-row__left-image .package-icon.package-icon--lightgreen .black-fill {
  fill: #ffffff;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container .package-row__left-image .package-icon.package-icon--green .black-fill {
  fill: #6ba410;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container .package-row__left-image .package-icon.package-icon--purple .black-fill {
  fill: #655586;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container .package-row__left-image .package-icon.package-icon--darkpurple .black-fill {
  fill: #3f314f;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__left-image-container .package-row__left-image .package-icon.package-icon--orange .black-fill {
  fill: #d68b35;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  font-size: 16px;
  width: calc(100% - 80px);
  padding: 12px;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__info.package-row__info--white {
  color: #181a1c;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__info.package-row__info--lightgreen {
  color: #181a1c;
  font-size: 94%;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__desc-name {
  display: block;
  width: calc(100% - 25px);
  font-size: 125%;
  font-weight: 200;
  line-height: 100%;
  border-bottom: 1px solid #fff;
  padding: 0 0 12px 0;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__desc-name.package-row__desc-name--white {
  border-color: #181a1c;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__desc-name.package-row__desc-name--lightgreen {
  border-color: #181a1c;
}
@media only screen and (min-width: 350px) {
  .offerings-style.offerings-style--colorstack .all-options__packages .package-row__desc-name {
    width: calc(100% - 45px);
  }
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__desc-name * {
  display: inline;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__desc-name strong {
  font-size: 85%;
  margin-top: 3px;
  display: inline-block;
  width: 184px;
}
@media only screen and (min-width: 450px) {
  .offerings-style.offerings-style--colorstack .all-options__packages .package-row__desc-name strong {
    width: auto;
  }
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__desc-name .legal-text__sup {
  top: -0.6em;
  line-height: 15px;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__arrow {
  display: block;
  width: 25px;
  font-size: 187.5%;
  line-height: 15px;
  text-align: right;
  margin-right: 0;
}
@media only screen and (min-width: 350px) {
  .offerings-style.offerings-style--colorstack .all-options__packages .package-row__arrow {
    width: 45px;
  }
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__price-text {
  font-size: 100%;
  padding: 10px 5px 0 0;
  min-width: 59%;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__price-text > span {
  display: block;
  font-size: 81.25%;
  font-weight: 400;
  line-height: 161%;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__price-text > span:first-of-type {
  font-size: 100%;
  font-weight: 600;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__price-text > span .price-text__light {
  font-weight: 400;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__price-text > span .price-text__heavy {
  font-weight: 600;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__price-text.package-row__price-text--gsa-intro-offer-booster span {
  line-height: 100%;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__price-text.package-row__price-text--gsa-intro-offer-booster span:last-child {
  padding-bottom: 0.25em;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__price-text.package-row__price-text--gsa-intro-offer-booster .strike-through-price {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 72%;
  margin-right: 5px;
  margin-left: 0.5em;
  font-size: 100%;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__price-text.package-row__price-text--gsa-intro-offer-booster .strike-through-price:before {
  content: "";
  position: absolute;
  top: 1px;
  left: -2px;
  display: block;
  width: calc(100% + 4px);
  height: 50%;
  border: solid 0.1em #c14139;
  border-width: 0 0 0.1em 0;
  transform: rotate(10deg);
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__price-text.package-row__price-text--gsa-intro-offer-booster .price-text__light {
  clear: both;
  font-weight: 400;
  font-size: 81.25%;
  font-style: italic;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__support-text {
  display: flex;
  width: 39%;
  font-size: 87.5%;
  font-weight: 200;
  height: 40px;
  line-height: 123%;
  margin-top: 10px;
  padding: 0 5px 0 10px;
  align-items: center;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__support-text::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  border-right: 1px solid #fff;
  margin-right: 5px;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__support-text.wrapped {
  border-top: 1px solid #fff;
  padding: 10px 0 0 0;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__support-text.wrapped::before {
  display: none;
}
@media screen and (max-width: 350px) {
  .offerings-style.offerings-style--colorstack .all-options__packages .package-row__support-text {
    padding: 0 5px 0 5px;
  }
}
@media screen and (max-width: 400px) {
  .offerings-style.offerings-style--colorstack .all-options__packages .package-row__support-text.DE {
    width: 78%;
  }
}
@media screen and (max-width: 525px) {
  .offerings-style.offerings-style--colorstack .all-options__packages .package-row__support-text.CAFR, .offerings-style.offerings-style--colorstack .all-options__packages .package-row__support-text.FR, .offerings-style.offerings-style--colorstack .all-options__packages .package-row__support-text.MX, .offerings-style.offerings-style--colorstack .all-options__packages .package-row__support-text.USES {
    width: 78%;
  }
}
@media screen and (max-width: 525px) {
  .offerings-style.offerings-style--colorstack .all-options__packages .package-row__support-text.IT {
    height: fit-content;
  }
}
@media screen and (max-width: 332px) {
  .offerings-style.offerings-style--colorstack .all-options__packages .package-row__support-text.IT {
    width: 78%;
  }
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__support-text > strong {
  font-size: 114.28%;
}
.offerings-style.offerings-style--colorstack .all-options__packages .package-row__support-text.package-row__support-text--promo {
  width: auto;
  max-width: 30%;
}
.offerings-style.offerings-style--colorstack .see-offers-link {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 1.5em;
}
.offerings-style.offerings-style--colorstack .see-offers-link a {
  text-decoration: underline;
}

.offerings-style--prettygrid {
  background-color: #fff;
}
.offerings-style--prettygrid .offers-container {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
}
@media (min-width: 601px) {
  .offerings-style--prettygrid .offers-container .currencySelectionCon {
    position: absolute;
    right: 9%;
    top: 17px;
  }
}
.offerings-style--prettygrid .offers-form {
  display: flex;
  width: 100%;
  margin: 40px 0 20px 0;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.offerings-style--prettygrid .offers-grid {
  display: flex;
  width: 100%;
  padding: 0 5px 20px 5px;
  flex-wrap: wrap;
  justify-content: center;
}
.offerings-style--prettygrid .offers-grid .offers-grid__row {
  display: flex;
  width: 100%;
  font-size: 14px;
  align-items: stretch;
  justify-content: center;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell {
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
  color: #181a1c;
  background-color: #ffffff;
  max-width: 260px;
  padding: 10px;
  box-shadow: 0 0 0 2px #f0efe9;
  margin: 0 5px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--column-label {
  display: flex;
  color: white;
  text-align: center;
  background-color: #767676;
  padding: 20px 10px 10px 10px;
  border-radius: 8px 8px 0 0;
  align-items: center;
  justify-content: center;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--column-label .cell-content {
  display: block;
  width: 100%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--column-label .cell-package-name {
  font-size: 142%;
  font-weight: 500;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--column-label .cell-package-description {
  display: none;
  margin: 0;
}
@media (min-width: 769px) {
  .offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--column-label .cell-package-description {
    display: block;
  }
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--column-label .badge {
  font-size: 14px;
  background-color: #71b5b0;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -15px;
  width: 80%;
  max-width: 180px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--column-label .badge.badge--tier0 {
  font-size: 90%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--column-label .badge + h2 {
  margin-top: 10px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__column-renewal-text {
  background-color: #f5f5f5;
  color: #181a1c;
  text-align: center;
  line-height: 123%;
  font-size: 90%;
  box-shadow: 0 0 0 2px #f0efe9;
  padding: 10px;
  position: relative;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__column-renewal-text .column-free-text {
  display: block;
  color: #005c7d;
  font-style: italic;
  font-size: 123%;
  margin: 0 0 2px 0;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--row-label {
  text-align: right;
  background-color: #f8f7f3;
  min-width: 130px;
  border-radius: 0;
  flex-grow: 0;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--row-label.position-first, .offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--row-label.position-only {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--row-label.position-last, .offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--row-label.position-only {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--row-label > * {
  max-width: 110px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--row-label .duration-text {
  font-size: 20px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--row-label .renew-cancel-text {
  font-size: 13px;
  font-style: italic;
  text-align: right;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  background-color: #fff;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box;
  background: none;
  border: none;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer.active {
  background-color: #f0efe9;
  border-radius: 8px;
  box-shadow: 0 0 0 5px #f0efe9;
  z-index: 2;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer.active.position-last {
  margin-top: 3px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .registration-list-items {
  display: block;
  font-size: 42%;
  font-weight: 400;
  width: 100%;
  margin: 20px 10px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .registration-list-items .bulleted {
  margin: 0 0 0 10px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .registration-list-items .bulleted li {
  line-height: 123%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  font-weight: 400;
  max-width: 100%;
  font-size: 200%;
  line-height: 80%;
  padding: 20px 10px 15px 10px;
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label .offer-addtl-info {
  margin-top: 0.25em;
  grid-area: 2/1/3/3;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label input {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  height: 100%;
  width: auto;
  border-radius: 0;
  background: none;
  box-sizing: border-box;
  cursor: pointer;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label input::after {
  content: "";
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  text-indent: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
  margin: 0 5px 0 0;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label input:checked {
  background: none;
  z-index: 2;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label input:checked::after {
  background: #fff;
  box-shadow: inset 0 3px 2px #b8d94c, inset 0 -3px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 9px #6ba410;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label.offer-label--freemium {
  z-index: 2;
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 0 0 2px #f0efe9;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label .price-info {
  position: relative;
  display: block;
  font-size: 100%;
  line-height: 80%;
  width: 100%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label .price-info.price-info--content-tier2 {
  width: 100%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label .price-info.price-info--content-tier3 {
  width: 100%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label .price-info span {
  vertical-align: top;
  line-height: 0.5em;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label .price-info .strike-through-price {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 72%;
  margin-right: 5px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label .price-info .strike-through-price:before {
  content: "";
  position: absolute;
  top: 1px;
  left: -2px;
  display: block;
  width: calc(100% + 4px);
  height: 50%;
  border: solid 0.1em #c14139;
  border-width: 0 0 0.1em 0;
  transform: rotate(10deg);
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label .price-info .currency-symbol {
  font-size: 35%;
  white-space: nowrap;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label .price-info .integer {
  font-size: 100%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label .price-info .decimal-point {
  display: none;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label .price-info .decimal-number {
  font-size: 61%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label .price-info .strike-through-price {
  opacity: 0.85;
  color: #767676;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label .price-info .strike-through-price .legal-text__sup {
  font-size: 37%;
  line-height: 0.5em;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label .price-info .strike-through-price .legal-text__sup--gsa-intro-offer-booster {
  display: none;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label .price-info .per-symbol {
  font-size: 142%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label .price-info .per-duration {
  font-size: 42%;
  line-height: 100%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label .price-info .ldbm-addon {
  display: block;
  width: 100%;
  font-size: 50%;
  margin: 6px 0 0 6px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label .price-info .legal-text__sup {
  top: 0;
  font-size: 0.5em;
  vertical-align: top;
  line-height: 0.5em;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label .ldbm-toggle-button {
  display: block;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  width: 100%;
  margin: 12px 0 0 0;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label .savings-text {
  display: block;
  color: #6ba410;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  width: 100%;
  margin: 15px 0 0 0;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label.offer-label--size-tier1 {
  font-size: 246%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label.offer-label--size-tier2 {
  font-size: 284%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label.offer-label--size-tier3 {
  font-size: 370%;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label.offer-label--size-tier2, .offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label.offer-label--size-tier3 {
  padding: 25px 15px 25px 15px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label.offer-label--size-tier2:before, .offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label.offer-label--size-tier3:before {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label.offer-label--size-tier2 .registration-list-items, .offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label.offer-label--size-tier3 .registration-list-items {
  font-size: 16px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label.offer-label--size-tier2 .ldbm-addon, .offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label.offer-label--size-tier3 .ldbm-addon {
  font-size: 18px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label.offer-label--size-tier2 .ldbm-toggle-button, .offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label.offer-label--size-tier3 .ldbm-toggle-button {
  font-size: 16px;
  margin: 15px 0 0 0;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label.offer-label--size-tier2 .savings-text, .offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--offer .offer-label.offer-label--size-tier3 .savings-text {
  font-size: 20px;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--white {
  color: #181a1c;
  background-color: white;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--blue {
  background-color: #0079a3;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--darkblue {
  background-color: #005c7d;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--lightgreen {
  color: #181a1c;
  font-size: 94%;
  background-color: rgba(183, 217, 76, 0.5019607843);
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--green {
  background-color: #6ba410;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--purple {
  background-color: #655586;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--darkpurple {
  background-color: #3f314f;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--orange {
  background-color: #d68b35;
}
.offerings-style--prettygrid .offers-grid .offers-grid__cell.offers-grid__cell--empty {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.offerings-style--prettygrid .offers-grid .ldbm-toggle-button {
  display: block;
  font-size: 16px;
  text-align: right;
}
.offerings-style--prettygrid .offers-grid .legal-wrapper {
  display: block;
}
.offerings-style--prettygrid .offers-grid.offers-grid--row-labels-true .offers-grid__cell {
  max-width: 215px;
}
.offerings-style--prettygrid .offers-grid.offers-grid--cta-placement-side {
  max-width: calc(100% - 300px);
  width: auto;
  display: block;
}
.offerings-style--prettygrid .offers-grid.offers-grid--cta-placement-side .legal-text__paragraph {
  margin-left: 0;
}
.offerings-style--prettygrid .offers-form__cta {
  text-align: center;
  display: block;
  width: calc(100% - 140px);
}
.offerings-style--prettygrid .offers-form__cta .cta-arrow {
  display: none;
  border: 5px solid transparent;
  border-left-color: #b8d94c;
  border-width: 90px 0 90px 38px;
  font-size: 0;
  height: 0;
  line-height: 0;
  vertical-align: middle;
  width: 0;
}
.offerings-style--prettygrid .offers-form__cta .submit-button {
  vertical-align: middle;
  font-size: 20px;
  line-height: 30px;
  min-height: 50px;
  padding: 9px 34px;
  min-width: 50%;
}
.offerings-style--prettygrid .offers-form__cta.offers-form__cta--row-labels-true {
  margin-left: 140px;
}
.offerings-style--prettygrid .offers-form__cta.offers-form__cta--placement-side {
  width: auto;
  max-width: 300px;
  margin: 0;
  align-self: center;
  text-align: left;
  padding-right: 10px;
}
.offerings-style--prettygrid .offers-form__cta.offers-form__cta--placement-side .cta-arrow {
  display: inline;
}
.offerings-style--prettygrid .offers-form__cta.offers-form__cta--placement-side .submit-button {
  width: auto;
  margin-left: 10px;
  min-width: none;
}
.offerings-style--prettygrid label {
  cursor: pointer;
}
.offerings-style--prettygrid .see-offers-link {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 2.5em;
}
.offerings-style--prettygrid .see-offers-link a {
  text-decoration: underline;
}
.offerings-style--prettygrid .see-offers-link.see-offers-link--placement-bottom {
  margin-top: 2em;
}

.offerings-style.offerings-style--drawers {
  background-color: #f6f3f0;
  padding-bottom: 30px;
  overflow: hidden;
}
.offerings-style.offerings-style--drawers .strike-through-price {
  position: relative;
  display: inline-block;
  font-size: 100%;
  margin-right: 5px;
  text-decoration: line-through;
}
.offerings-style.offerings-style--drawers .strike-through-price:before {
  appearance: none;
}
.offerings-style.offerings-style--drawers .see-offers-link {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 1.5em;
}
.offerings-style.offerings-style--drawers .see-offers-link a {
  text-decoration: underline;
}
.offerings-style.offerings-style--drawers .all-options__durations {
  display: block;
  padding: 0 0 5px 0;
}
@media only screen and (min-width: 601px) {
  .offerings-style.offerings-style--drawers .all-options__durations {
    padding: 20px 0;
  }
}
.offerings-style.offerings-style--drawers .all-options__packages {
  padding: 5px;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #fff;
  width: 100%;
  height: fit-content;
  margin-bottom: 10px;
  color: black;
  border-radius: 5px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.18);
  padding: 10px;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer.package-drawer--white {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  border-width: 0.5px 0;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer.package-drawer--blue {
  background-color: #0079a3;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer.package-drawer--darkblue {
  background-color: #005c7d;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer.package-drawer--lightgreen {
  background-color: rgba(183, 217, 76, 0.5019607843);
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer.package-drawer--green {
  background-color: #6ba410;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer.package-drawer--purple {
  background-color: #655586;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer.package-drawer--darkpurple {
  background-color: #3f314f;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer.package-drawer--orange {
  background-color: #d68b35;
}
.offerings-style.offerings-style--drawers .all-options__packages .form-submit-button {
  width: 0;
  height: 0;
  position: absolute;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  text-align: inherit;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__option {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  color: black;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  height: 60px;
  padding: 10px;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__option label:not(.ancBtn) {
  font-weight: inherit;
  color: inherit;
  color: inherit;
  display: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.23;
  padding-bottom: 0;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__option input:not(.ancBtn):focus {
  background: none;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__option .package-drawer__input {
  appearance: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(0, 0, 0, 0.43);
  position: relative;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__option .package-drawer__input:active {
  background: none;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__option .package-drawer__input:checked {
  border: 8px solid #328800;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__option .package-drawer__label {
  margin-right: 10px;
  width: 80%;
  padding: 0;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__option .package-drawer__offer {
  font-size: 14px;
  font-weight: 400;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__option .package-drawer__offer .package-drawer__offer-duration {
  font-weight: 600;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__option .package-drawer__offer .package-drawer__offer-price .package-drawer__savings {
  color: #328800;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__option .package-drawer__offer .package-drawer__offer-price .gsa-booster-price {
  font-weight: 600;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__left-image-container {
  position: relative;
  display: flex;
  width: 80px;
  background-color: rgba(255, 255, 255, 0.42);
  align-items: flex-start;
  justify-content: center;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__left-image-container.package-drawer__left-image-container--white {
  background-color: #a9a9a9;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__left-image-container .package-drawer__left-image {
  position: relative;
  display: flex;
  width: 72%;
  height: 0;
  padding-bottom: 72%;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__left-image-container .package-drawer__left-image .package-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__left-image-container .package-drawer__left-image .package-icon .black-fill {
  fill: #767676;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__left-image-container .package-drawer__left-image .package-icon.package-icon--white .white-fill {
  fill: #181a1c;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__left-image-container .package-drawer__left-image .package-icon.package-icon--white .black-fill {
  fill: #fff;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__left-image-container .package-drawer__left-image .package-icon.package-icon--blue .black-fill {
  fill: #0079a3;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__left-image-container .package-drawer__left-image .package-icon.package-icon--darkblue .black-fill {
  fill: #005c7d;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__left-image-container .package-drawer__left-image .package-icon.package-icon--lightgreen .white-fill {
  fill: #9cbe31;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__left-image-container .package-drawer__left-image .package-icon.package-icon--lightgreen .black-fill {
  fill: #ffffff;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__left-image-container .package-drawer__left-image .package-icon.package-icon--green .black-fill {
  fill: #6ba410;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__left-image-container .package-drawer__left-image .package-icon.package-icon--purple .black-fill {
  fill: #655586;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__left-image-container .package-drawer__left-image .package-icon.package-icon--darkpurple .black-fill {
  fill: #3f314f;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__left-image-container .package-drawer__left-image .package-icon.package-icon--orange .black-fill {
  fill: #d68b35;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__info {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  color: black;
  font-size: 16px;
  padding-top: 12px;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__info.package-drawer__info--white {
  color: #181a1c;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__info.package-drawer__info--lightgreen {
  color: #181a1c;
  font-size: 94%;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__details {
  display: block;
  width: calc(100% - 25px);
  font-size: 18px;
  line-height: 90%;
}
@media only screen and (min-width: 350px) {
  .offerings-style.offerings-style--drawers .all-options__packages .package-drawer__details {
    width: calc(100% - 45px);
  }
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__details .package-drawer__name {
  margin-top: 3px;
  display: block;
  width: 200px;
  line-height: 1.2em;
}
@media only screen and (min-width: 450px) {
  .offerings-style.offerings-style--drawers .all-options__packages .package-drawer__details .package-drawer__name {
    width: auto;
  }
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__details .package-drawer__desc {
  font-size: 14px;
  width: calc(100% - 25px);
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__details .legal-text__sup {
  top: -0.6em;
  line-height: 15px;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__details .package-drawer__trial {
  height: fit-content;
  width: fit-content;
  font-size: 14px;
  font-style: normal;
  border-radius: 5px;
  margin-top: 10px;
  color: #4d4d4d;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__details .package-drawer__trial .package-drawer__trial-free {
  display: block;
  font-weight: 700;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__details .package-drawer__trial .package-drawer__trial-renewal {
  font-size: 12px;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__arrow {
  display: block;
  position: absolute;
  z-index: 1000;
  width: 25px;
  font-size: 187.5%;
  line-height: 15px;
  text-align: right;
  margin-right: 0;
  color: #666666;
  top: 10px;
  right: 10px;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__arrow.iconArrowDown.active {
  transition: all 0.2s ease;
  transform: scaleY(-1);
}
@media only screen and (min-width: 350px) {
  .offerings-style.offerings-style--drawers .all-options__packages .package-drawer__arrow {
    width: 45px;
  }
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__price {
  padding: 10px 10px 0 0;
  min-width: 59%;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__price:first-of-type {
  font-size: 100%;
  font-weight: 600;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__price .price-text__light {
  font-weight: 400;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__price .price-text__light.gsa-booster-price {
  font-weight: 600;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__price .price-text__heavy {
  font-weight: 600;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__price .package-drawer__savings {
  color: #328800;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__options {
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: auto;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__options .package-drawer__line {
  color: #666666;
  font-weight: 400;
  line-height: 2em;
  width: 90%;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__options .package-drawer__line.bolded {
  font-weight: 700;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__options.active_package {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-evenly;
  min-height: 75px;
  width: 100%;
  text-align: left;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__options.active_package .package-drawer__option {
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  width: min(80%, 300px);
  margin-bottom: 10px;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__support-text {
  display: flex;
  width: 39%;
  border-left: 1px solid #fff;
  font-size: 87.5%;
  font-weight: 200;
  height: 40px;
  line-height: 123%;
  margin-top: 10px;
  padding: 0 5px 0 10px;
  align-items: center;
}
@media screen and (max-width: 400px) {
  .offerings-style.offerings-style--drawers .all-options__packages .package-drawer__support-text.DE {
    width: 78%;
  }
}
@media screen and (max-width: 525px) {
  .offerings-style.offerings-style--drawers .all-options__packages .package-drawer__support-text.CAFR {
    width: 78%;
  }
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__support-text > strong {
  font-size: 114.28%;
}
.offerings-style.offerings-style--drawers .all-options__packages .package-drawer__support-text.package-drawer__support-text--promo {
  width: auto;
  max-width: 30%;
}

.offers-table--after {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.offers-table--after .mop_cta {
  width: 90%;
  margin: 0 auto;
}

.header-style .mobile:not(.colorstack) {
  background-color: #f6f3f0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-style .mobile:not(.colorstack).cards {
  background-color: #fff;
}
.header-style .mobile:not(.colorstack).twostepnocta, .header-style .mobile:not(.colorstack).twostepselect {
  display: none;
}
.header-style .mobile:not(.colorstack) .aboveFoldCon {
  padding: 13px 0 5px;
}
.header-style .mobile:not(.colorstack) .chooseMemText {
  color: #000000;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 400;
}
.header-style .mobile:not(.colorstack) .currencySelectionCon {
  background-color: inherit;
  width: fit-content;
  align-self: flex-end;
}
.header-style .mobile:not(.colorstack) .header-text {
  font-family: "'Suisse Int'l", "Helvetica Neue", Arial, sans-serif;
  padding: 0 15px;
}

.currencySelectionCon {
  background-color: #fff;
  float: right;
  position: relative;
}
.currencySelectionCon--not-included {
  display: none;
}
.currencySelectionCon button[id*=currencySelectionMenu_] {
  padding-left: 5px;
}

@media screen and (max-width: 600px) {
  .currencySelectionCon {
    top: 0;
    margin: 10px 10px 0 0;
  }
}
.header-style .colorstack .aboveFoldCon.mcsd {
  padding: 43px 0 5px !important;
}

.testimonial-section.testimonial-section--colorstack {
  background: #f2f1e9;
  padding: 20px 20px 40px;
}
.testimonial-section.testimonial-section--colorstack .quote {
  background-color: #fff;
  border-radius: 20px;
  font-family: Georgia;
  font-size: 22px;
  font-style: italic;
  line-height: 38px;
  padding: 30px 35px;
  position: relative;
}
.testimonial-section.testimonial-section--colorstack .quoteArrow {
  border: 20px solid #fff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  bottom: -30px;
  left: 2px;
}
.testimonial-section.testimonial-section--colorstack .quoteNameCon {
  padding: 45px 20px 0;
}
.testimonial-section.testimonial-section--colorstack .fullPgImgSprite {
  background: url(https://www.ancestrycdn.com/ui-static/i/loading/1/loading.png);
  background-repeat: no-repeat;
  float: left;
  margin: auto;
  width: 173px;
}
.testimonial-section.testimonial-section--colorstack .fullPgImgSprite.loadedBgImg {
  background-image: url(https://www.ancestrycdn.com/mars/landing/offer/us/ftlp-mobile/ftlp-mobile-more-sprite3.png);
}
@media only screen and (max-width: 480px) {
  .testimonial-section.testimonial-section--colorstack .otherBenefitsCon .fullPgImgSprite {
    float: none;
  }
}
.testimonial-section.testimonial-section--colorstack .fullPgImgSprite.quoteImg {
  background-position: -44px -538px;
  float: left;
  height: 81px;
  margin-right: 20px;
  width: 83px;
}
.testimonial-section.testimonial-section--prettygrid {
  background: #71b5b0;
  background: url(https://www.ancestrycdn.com/mars/landing/testimonials/2022/testimonials-bg-grain.png) repeat-x;
  min-height: 221px;
  position: relative;
}
.testimonial-section.testimonial-section--prettygrid .page {
  position: relative;
}
.testimonial-section.testimonial-section--prettygrid.offerPageTestimonial--MX #testimonialText {
  font-size: 24px;
}
.testimonial-section.testimonial-section--prettygrid .testimonialBkg {
  position: absolute;
  right: 0;
  top: 0;
  width: 1005px;
}
.testimonial-section.testimonial-section--prettygrid .testimonialBkg.loadedBgImg {
  background-image: url(https://www.ancestrycdn.com/mars/landing/testimonials/2022/testimonials-bg-quote.png);
  background-size: 100%;
}
.testimonial-section.testimonial-section--prettygrid .testimonialBkg:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 21.99005%;
}
.testimonial-section.testimonial-section--prettygrid .testimonialContent {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.testimonial-section #testimonialText {
  line-height: inherit;
  display: inline;
  margin: inherit;
}

.features-grid--colorcolumns .compareCon {
  padding: 10px;
  background-color: #fff;
}
.features-grid--colorcolumns .compareTable {
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.features-grid--colorcolumns .compareTable > * {
  display: block;
  width: 100%;
}
.features-grid--colorcolumns .compareTable caption {
  text-transform: uppercase;
  color: #5e6770;
}
.features-grid--colorcolumns .compareTable tr {
  display: flex;
  justify-content: center;
  width: 100%;
}
.features-grid--colorcolumns .compareTable th {
  text-align: center;
  padding: 20px 2px;
  flex-basis: 0;
  flex-grow: 1;
}
.features-grid--colorcolumns .compareTable th.package-heading-cell {
  font-size: 20px;
  font-weight: bold;
  color: #767676;
}
.features-grid--colorcolumns .compareTable th.package-heading-cell.package-heading-cell--smaller {
  font-size: 16px;
}
.features-grid--colorcolumns .compareTable th.package-heading-cell.package-heading-cell--white {
  color: #ffffff;
  background-color: #d6d5d5;
}
.features-grid--colorcolumns .compareTable th.package-heading-cell.package-heading-cell--blue {
  color: #0079a3;
}
.features-grid--colorcolumns .compareTable th.package-heading-cell.package-heading-cell--darkblue {
  color: #005c7d;
}
.features-grid--colorcolumns .compareTable th.package-heading-cell.package-heading-cell--green {
  color: #6ba410;
}
.features-grid--colorcolumns .compareTable th.package-heading-cell.package-heading-cell--purple {
  color: #655586;
}
.features-grid--colorcolumns .compareTable th.package-heading-cell.package-heading-cell--darkpurple {
  color: #3f314f;
}
.features-grid--colorcolumns .compareTable th.package-heading-cell.package-heading-cell--orange {
  color: #d68b35;
}
.features-grid--colorcolumns .compareTable th .feature-title {
  display: block;
  margin-bottom: 8px;
}
.features-grid--colorcolumns .compareTable th.feature-text-cell {
  padding: 30px 2px 10px 2px;
}
.features-grid--colorcolumns .compareTable td {
  flex-basis: 0;
  flex-grow: 1;
  padding: 4px;
}
.features-grid--colorcolumns .compareTable td:not(:last-child) {
  border-right: 1px #dedede solid;
}
.features-grid--colorcolumns .compareTable td .iconCheck {
  margin: 0;
  color: #767676;
}
.features-grid--colorcolumns .compareTable td .iconCheck.iconCheck--white {
  color: #ffffff;
  background-color: #d6d5d5;
}
.features-grid--colorcolumns .compareTable td .iconCheck.iconCheck--blue {
  color: #0079a3;
}
.features-grid--colorcolumns .compareTable td .iconCheck.iconCheck--darkblue {
  color: #005c7d;
}
.features-grid--colorcolumns .compareTable td .iconCheck.iconCheck--green {
  color: #6ba410;
}
.features-grid--colorcolumns .compareTable td .iconCheck.iconCheck--purple {
  color: #655586;
}
.features-grid--colorcolumns .compareTable td .iconCheck.iconCheck--darkpurple {
  color: #3f314f;
}
.features-grid--colorcolumns .compareTable td .iconCheck.iconCheck--orange {
  color: #d68b35;
}
.features-grid--colorcolumns .compareTable .feature-text-pill {
  color: white;
  font-size: 14px;
  position: relative;
  display: block;
  padding: 4px 15px;
  margin: 0 20px 10px;
  border-radius: 25px;
  font-weight: 600;
}
.features-grid--colorcolumns .compareTable .feature-text-pill.feature-text-pill--white {
  color: #ffffff;
  background-color: #d6d5d5;
}
.features-grid--colorcolumns .compareTable .feature-text-pill.feature-text-pill--blue {
  background: #0079a3;
}
.features-grid--colorcolumns .compareTable .feature-text-pill.feature-text-pill--darkblue {
  background: #005c7d;
}
.features-grid--colorcolumns .compareTable .feature-text-pill.feature-text-pill--green {
  background: #6ba410;
}
.features-grid--colorcolumns .compareTable .feature-text-pill.feature-text-pill--purple {
  background: #655586;
}
.features-grid--colorcolumns .compareTable .feature-text-pill.feature-text-pill--darkpurple {
  background: #3f314f;
}
.features-grid--colorcolumns .compareTable .feature-text-pill.feature-text-pill--orange {
  background: #d68b35;
}
.features-grid--colorcolumns .compareTable tfoot {
  margin-top: 20px;
}

.features-grid--colorgrid tr {
  border-bottom: 1px solid #fff;
}
.features-grid--colorgrid tr.hiddenRow {
  display: none;
}
.features-grid--colorgrid .offerLeftCol {
  text-align: right;
  padding: 10px 20px 10px 5px;
}
@media only screen and (max-width: 1005px) {
  .features-grid--colorgrid .offerLeftCol {
    padding-right: 25px;
  }
}
.features-grid--colorgrid p {
  line-height: 1.5em;
}
.features-grid--colorgrid .offerLeftCol p {
  position: relative;
}
.features-grid--colorgrid .offerLeftCol p.legal-text__paragraph {
  margin: 5px 0 0 30px;
}
@media only screen and (max-width: 1005px) {
  .features-grid--colorgrid .offerLeftCol .text2xlrg {
    font-size: 16px;
  }
}
.features-grid--colorgrid .compareCheckCol {
  text-align: center;
  padding: 0;
}
.features-grid--colorgrid .compareCheckCol.columnHead {
  box-sizing: border-box;
  color: #fff;
  height: 65px;
  font-size: 18px;
  padding: 10px 5px;
  position: relative;
  text-align: center;
  background-color: #9cbe30;
}
.features-grid--colorgrid .compareCheckCol.columnHead.columnHead--blue {
  background-color: #1b88b0;
}
.features-grid--colorgrid .compareCheckCol.columnHead.columnHead--darkblue {
  background-color: #005c7d;
}
.features-grid--colorgrid .compareCheckCol.columnHead.columnHead--purple {
  background-color: #60527e;
}
.features-grid--colorgrid .compareCheckCol.columnHead.columnHead--darkpurple {
  background-color: #3f314f;
}
.features-grid--colorgrid .compareCheckCol.columnHead.columnHead--orange {
  background-color: #d68b35;
}
.features-grid--colorgrid .compareCheckCol > .iconCheck {
  line-height: 35px;
}
@media only screen and (max-width: 1005px) {
  .features-grid--colorgrid .compareCheckCol .textxlrg {
    font-size: 15px;
  }
}
.features-grid--colorgrid .coloraltBamboo2 {
  color: #7a9c0f;
}
.features-grid--colorgrid .coloraltWave3 {
  color: #1b88b0;
}
.features-grid--colorgrid .coloraltFuji2 {
  color: #60527e;
}
.features-grid--colorgrid.offerings-variable--sparkly-dragon {
  background-color: #fff;
}
.features-grid--colorgrid.offerings-variable--sparkly-dragon .compareCheckCol.columnHead {
  background-color: #6ba410;
}
.features-grid--colorgrid.offerings-variable--sparkly-dragon .compareCheckCol.columnHead.columnHead--blue {
  background-color: #0079a3;
}
.features-grid--colorgrid.offerings-variable--sparkly-dragon .compareCheckCol.columnHead.columnHead--darkblue {
  background-color: #005c7d;
}
.features-grid--colorgrid.offerings-variable--sparkly-dragon .compareCheckCol.columnHead.columnHead--purple {
  background-color: #61527e;
}
.features-grid--colorgrid.offerings-variable--sparkly-dragon .compareCheckCol.columnHead.columnHead--darkpurple {
  background-color: #3f314f;
}
.features-grid--colorgrid.offerings-variable--sparkly-dragon .compareCheckCol.columnHead.columnHead--orange {
  background-color: #d68b35;
}
.features-grid--colorgrid.offerings-variable--sparkly-dragon .coloraltBamboo2 {
  color: #6ba410;
}
.features-grid--colorgrid.offerings-variable--sparkly-dragon .coloraltWave3 {
  color: #0079a3;
}
.features-grid--colorgrid.offerings-variable--sparkly-dragon .coloraltFuji2 {
  color: #61527e;
}
.features-grid--colorgrid.offerings-variable--pretty-grid {
  background-color: #fff;
}
.features-grid--colorgrid.offerings-variable--pretty-grid .compareCheckCol.columnHead {
  background-color: #0079a3;
}
.features-grid--colorgrid.offerings-variable--pretty-grid .compareCheckCol.columnHead.columnHead--blue {
  background-color: #6ba410;
}
.features-grid--colorgrid.offerings-variable--pretty-grid .compareCheckCol.columnHead.columnHead--darkblue {
  background-color: #005c7d;
}
.features-grid--colorgrid.offerings-variable--pretty-grid .compareCheckCol.columnHead.columnHead--purple {
  background-color: #655586;
}
.features-grid--colorgrid.offerings-variable--pretty-grid .compareCheckCol.columnHead.columnHead--darkpurple {
  background-color: #3f314f;
}
.features-grid--colorgrid.offerings-variable--pretty-grid .compareCheckCol.columnHead.columnHead--orange {
  background-color: #d68b35;
}
.features-grid--colorgrid.offerings-variable--pretty-grid .coloraltBamboo2 {
  color: #0079a3;
}
.features-grid--colorgrid.offerings-variable--pretty-grid .coloraltWave3 {
  color: #6ba410;
}
.features-grid--colorgrid.offerings-variable--pretty-grid .coloraltFuji2 {
  color: #655586;
}

.features-grid--bonsaigrid {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0;
}
.features-grid--bonsaigrid.offerings-variable--sparkly-dragon, .features-grid--bonsaigrid.offerings-variable--pretty-grid {
  background-color: #fff;
}
.features-grid--bonsaigrid .benefitListCon {
  padding-left: 46px;
  width: calc(100% - 46px);
  max-width: 1000px;
  margin: 0 auto;
}
.features-grid--bonsaigrid .benefitListCon .rounded {
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.features-grid--bonsaigrid .benefitListCon .rounded.topright {
  border-radius: 0 5px 0 0;
}
.features-grid--bonsaigrid .benefitListCon .rounded.topleft {
  border-radius: 5px 0 0 0;
}
.features-grid--bonsaigrid .benefitListCon .rounded.bottom {
  border-radius: 0 0 5px 5px;
}
.features-grid--bonsaigrid .benefitListCon .rounded.bottomright {
  border-radius: 0 0 5px 0;
}
.features-grid--bonsaigrid .testimonials {
  clear: right;
  float: right;
  margin: 65px 0 0;
  max-width: 264px;
  width: 30%;
}
.features-grid--bonsaigrid .testimonials p.quote {
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
  margin: 0 0 10px;
}
.features-grid--bonsaigrid .testimonials p.source {
  text-align: right;
}
.features-grid--bonsaigrid .compareTable2 {
  padding: 0;
  position: relative;
  width: 68%;
}
.features-grid--bonsaigrid .compareTable2 .tableHeadingWrap {
  border-right: 1px solid #ada595;
  display: block;
  padding-top: 55px;
  position: relative;
}
.features-grid--bonsaigrid .compareTable2 .tableHeadingWrap .tableHeading {
  background-color: rgba(134, 202, 227, 0.1);
  border: 1px solid #ada595;
  border-bottom-width: 0;
  border-right-width: 0;
  color: #37494e;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  height: 55px;
  margin: 0;
  padding: 7px 5px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 2px;
  width: 88px;
}
.features-grid--bonsaigrid .compareTable2 .tableHeadingWrap .tableHeading.usTab {
  right: 176px;
}
.features-grid--bonsaigrid .compareTable2 .tableHeadingWrap .tableHeading.worldTab {
  right: 88px;
}
.features-grid--bonsaigrid .compareTable2 .compareTxt {
  background-color: #fff;
  display: block;
  border: 1px solid #ada595;
  border-bottom-width: 0;
  margin-top: 0;
  padding: 7px 274px 7px 12px;
  position: relative;
  zoom: 1;
}
.features-grid--bonsaigrid .compareTable2 .compareTxt .legal-text__paragraph {
  padding: 5px 0 0 28px;
  font-size: 14px;
}
.features-grid--bonsaigrid .compareTable2 .compareTxt .legal-text__paragraph > sup {
  top: 5px;
}
.features-grid--bonsaigrid .compareTable2 .compareTxt.bottom {
  border-bottom-width: 1px;
}
.features-grid--bonsaigrid .compareTable2 .compareTxt.topCompare {
  border-top-left-radius: 5px;
}
.features-grid--bonsaigrid .compareTable2 .compareTxt .leafCol {
  bottom: 0;
  border-left: 1px solid #ada595;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 88px;
  background-color: #f3f6d8;
}
.features-grid--bonsaigrid .compareTable2 .compareTxt .leafCol:nth-of-type(1) {
  background-color: #fffef0;
}
.features-grid--bonsaigrid .compareTable2 .compareTxt .leafCol:nth-last-of-type(1) {
  background-color: #fdf9d8;
}
.features-grid--bonsaigrid .compareTable2 .compareTxt .leafCol > .iconLeaf {
  display: block;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
}

.features-grid--sparklydragon {
  background-color: #ffffff;
}
.features-grid--sparklydragon a {
  text-decoration: none;
}
.features-grid--sparklydragon .comparison-chart {
  max-width: 500px;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .features-grid--sparklydragon .comparison-chart {
    max-width: 1000px;
  }
}
.features-grid--sparklydragon .comparison-chart table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.features-grid--sparklydragon .comparison-chart table .feat-disclaimer-td {
  border: none;
}
.features-grid--sparklydragon .comparison-chart table tr td,
.features-grid--sparklydragon .comparison-chart table tr th {
  border: 1px solid #ddd;
  padding: 8px;
}
@media (min-width: 768px) {
  .features-grid--sparklydragon .comparison-chart table tr td,
  .features-grid--sparklydragon .comparison-chart table tr th {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .features-grid--sparklydragon .comparison-chart table tr td::first-child,
  .features-grid--sparklydragon .comparison-chart table tr th::first-child {
    padding-left: 0;
  }
}
.features-grid--sparklydragon .comparison-chart table tr th {
  border-bottom: 0;
  border-top-width: 0;
}
.features-grid--sparklydragon .comparison-chart table tr th.rec-acc {
  border-right-width: 0;
  height: 90px;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading {
  position: relative;
  border: none;
  color: #767676;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  vertical-align: baseline;
  border: none;
}
@media (min-width: 400px) {
  .features-grid--sparklydragon .comparison-chart table tr th.package-heading {
    font-size: 18px;
  }
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading.package-heading--empty {
  border-right: 1px solid #ddd;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading.package-heading--empty:last-of-type {
  border-right: none;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading.package-heading--blue {
  color: #0079a3;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading.package-heading--darkblue {
  color: #005c7d;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading.package-heading--lightgreen {
  color: #9cbe31;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading.package-heading--green {
  color: #6ba410;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading.package-heading--purple {
  color: #655586;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading.package-heading--darkpurple {
  color: #3f314f;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading.package-heading--orange {
  color: #d68b35;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading > span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading > span .package-icon {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading .package-icon {
  width: 20px;
  height: 20px;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading .package-icon .black-fill {
  fill: #767676;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading .package-icon.package-icon--white .white-fill {
  fill: #181a1c;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading .package-icon.package-icon--white .black-fill {
  fill: #ffffff;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading .package-icon.package-icon--blue .black-fill {
  fill: #0079a3;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading .package-icon.package-icon--darkblue .black-fill {
  fill: #005c7d;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading .package-icon.package-icon--lightgreen .black-fill {
  fill: #9cbe31;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading .package-icon.package-icon--green .black-fill {
  fill: #6ba410;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading .package-icon.package-icon--purple .black-fill {
  fill: #655586;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading .package-icon.package-icon--darkpurple .black-fill {
  fill: #3f314f;
}
.features-grid--sparklydragon .comparison-chart table tr th.package-heading .package-icon.package-icon--orange .black-fill {
  fill: #d68b35;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell {
  position: relative;
  color: #767676;
  background-color: #ececec;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell.records-heading-cell--white {
  color: #ffffff;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell.records-heading-cell--blue {
  color: #0079a3;
  background-color: #c5ecf9;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell.records-heading-cell--darkblue {
  color: #005c7d;
  background-color: #aee1f5;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell.records-heading-cell--lightgreen {
  color: #9cbe31;
  background-color: rgba(183, 217, 76, 0.1490196078);
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell.records-heading-cell--green {
  color: #6ba410;
  background-color: #e0f2c4;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell.records-heading-cell--purple {
  color: #655586;
  background-color: #dbd1ee;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell.records-heading-cell--darkpurple {
  color: #3f314f;
  background-color: #9f99a8;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell.records-heading-cell--orange {
  color: #d68b35;
  background-color: #fee2c3;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell .triangle {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell .triangle {
    border: 40px solid #ffffff;
    border-width: 40px 0 0 0;
  }
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell .triangle svg:not(.rectangle__svg) {
  display: inline-block;
  width: 100%;
  height: 100%;
  clear: right;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell .triangle svg:not(.rectangle__svg) .black-fill {
  fill: #ffffff;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell .triangle .rectangle__svg {
  float: right;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell .rectangle {
  width: 100%;
  height: 50%;
}
@media (min-width: 769px) {
  .features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell .rectangle {
    border: 40px solid #ffffff;
    border-width: 40px 0 0 0;
  }
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell .rectangle svg {
  display: block;
  width: 100%;
  height: 100%;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell .rectangle svg .black-fill {
  fill: #ffffff;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell .record-amount-text {
  position: absolute;
  z-index: 3;
  font-size: 14px;
  font-weight: bold;
  width: 75px;
  padding: 5px;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell .record-amount-text.record-amount-text--least {
  bottom: 5px;
  text-align: left;
  left: 0;
}
.features-grid--sparklydragon .comparison-chart table tr th.records-heading-cell .record-amount-text.record-amount-text--most {
  bottom: 45px;
  text-align: right;
  right: 0;
}
.features-grid--sparklydragon .comparison-chart table tr.table-title.on-bottom {
  border-bottom: none;
}
.features-grid--sparklydragon .comparison-chart table tr.table-title.on-bottom + tr td {
  border-top: none;
}
.features-grid--sparklydragon .comparison-chart table tr.table-title th:first-child {
  border-left: 0;
}
@media (min-width: 768px) {
  .features-grid--sparklydragon .comparison-chart table tr.table-title th:first-child {
    width: 368px;
  }
}
@media (max-width: 767px) {
  .features-grid--sparklydragon .comparison-chart table tr.table-title th:last-child {
    border-right: 0;
  }
}
.features-grid--sparklydragon .comparison-chart table tr.table-title.table-section.on-bottom {
  border-top: 1px solid rgba(221, 221, 221, 0.8666666667);
  padding-top: 10px;
}
.features-grid--sparklydragon .comparison-chart table tr td {
  text-align: center;
  text-align: -webkit-center;
}
.features-grid--sparklydragon .comparison-chart table tr td .feature-title {
  display: block;
  margin-bottom: 8px;
}
.features-grid--sparklydragon .comparison-chart table tr td:first-child {
  border-left: none;
}
.features-grid--sparklydragon .comparison-chart table tr td:first-child.feature-cell--icon-left {
  position: relative;
  padding: 20px 10px 10px 10px;
}
@media (min-width: 768px) {
  .features-grid--sparklydragon .comparison-chart table tr td:first-child.feature-cell--icon-left {
    padding: 10px 10px 10px 28px;
  }
}
.features-grid--sparklydragon .comparison-chart table tr td:first-child.feature-cell--icon-left .feature-img-new {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 15px;
  height: 15px;
}
@media (min-width: 768px) {
  .features-grid--sparklydragon .comparison-chart table tr td:first-child.feature-cell--icon-left .feature-img-new {
    position: absolute;
    display: block;
    top: 12px;
    left: 0;
    width: 18px;
    height: 18px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .features-grid--sparklydragon .comparison-chart table tr td:first-child {
    text-align: left;
  }
}
.features-grid--sparklydragon .comparison-chart table tr td:last-child {
  border-right: none;
}
.features-grid--sparklydragon .comparison-chart table tr td span.table-row-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.features-grid--sparklydragon .comparison-chart table tr:nth-child(2) td {
  border-top: none;
}
.features-grid--sparklydragon .comparison-chart table tr.mobile-row th,
.features-grid--sparklydragon .comparison-chart table tr.mobile-row td {
  border: none;
}
.features-grid--sparklydragon .comparison-chart table tr.mobile-row.mobile-row--feature-text td {
  padding: 10px;
}
.features-grid--sparklydragon .comparison-chart table tr.mobile-row.mobile-row--record-access th {
  padding-top: 32px;
}
.features-grid--sparklydragon .comparison-chart table tr.mobile-row.mobile-row--record-access ~ .mobile-row--feature-text td {
  padding: 20px 10px;
}
.features-grid--sparklydragon .comparison-chart table tr.mobile-row.mobile-row--feature-checks {
  padding-bottom: 10px;
}
.features-grid--sparklydragon .align-base {
  vertical-align: baseline;
}
.features-grid--sparklydragon .align-mibble {
  vertical-align: middle;
}
.features-grid--sparklydragon .example-right-align {
  float: right;
  padding-right: 1px;
}
.features-grid--sparklydragon .plan-para-color {
  color: #777;
}
.features-grid--sparklydragon .inclusion-wrapper {
  position: relative;
  display: inline-block;
  width: 90px;
  max-width: 100%;
  height: 40px;
  border-radius: 10px;
  background-color: transparent;
}
.features-grid--sparklydragon .inclusion-wrapper > svg.inclusion-icon {
  position: absolute;
  top: calc(50% - 9px);
  bottom: calc(50% - 9px);
  left: 0;
  right: 0;
  vertical-align: bottom;
  width: 18px;
  height: 18px;
  margin: auto auto;
}
.features-grid--sparklydragon .inclusion-wrapper > svg.inclusion-icon .black-fill {
  fill: #d6d5d5;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--white {
  background-color: #ffffff;
  border: 1px solid #767676;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--white > svg.inclusion-icon .black-fill {
  fill: #767676;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--grey {
  background-color: #ececec;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--grey > svg.inclusion-icon .black-fill {
  fill: #767676;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--blue {
  background-color: #c5ecf9;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--blue > svg.inclusion-icon .black-fill {
  fill: #0079a3;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--blue {
  background-color: #aee1f5;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--blue > svg.inclusion-icon .black-fill {
  fill: #005c7d;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--lightgreen {
  background-color: rgba(183, 217, 76, 0.1490196078);
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--lightgreen > svg.inclusion-icon .black-fill {
  fill: #9cbe31;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--green {
  background-color: #e0f2c4;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--green > svg.inclusion-icon .black-fill {
  fill: #6ba410;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--purple {
  background-color: #dbd1ee;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--purple > svg.inclusion-icon .black-fill {
  fill: #655586;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--darkpurple {
  background-color: #9f99a8;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--darkpurple > svg.inclusion-icon .black-fill {
  fill: #3f314f;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--orange {
  background-color: #fee2c3;
}
.features-grid--sparklydragon .inclusion-wrapper.inclusion-wrapper--checkicon.inclusion-wrapper--orange > svg.inclusion-icon .black-fill {
  fill: #d68b35;
}
.features-grid--sparklydragon .usdiscovery-bg {
  background-color: #f1f7db;
  position: relative;
  display: inline-block;
}
.features-grid--sparklydragon .usdiscovery-bg:not(.cross-bg) {
  background-color: #c5ecf9;
}
.features-grid--sparklydragon .usdiscovery-bg > svg {
  position: absolute;
  top: calc(50% - 9px);
  bottom: calc(50% - 9px);
  left: 0;
  right: 0;
  margin: auto auto;
  width: 18px;
  height: 18px;
}
.features-grid--sparklydragon .worldexplorer-bg {
  position: relative;
  background-color: #eff9f9;
  display: inline-block;
}
.features-grid--sparklydragon .worldexplorer-bg:not(.cross-bg) {
  background-color: #e0f2c4;
}
.features-grid--sparklydragon .worldexplorer-bg > svg {
  position: absolute;
  top: calc(50% - 9px);
  bottom: calc(50% - 9px);
  left: 0;
  right: 0;
  margin: auto auto;
  width: 18px;
  height: 18px;
}
.features-grid--sparklydragon .allaccess-bg {
  position: relative;
  background-color: #dcdbe0;
  display: inline-block;
}
.features-grid--sparklydragon .allaccess-bg:not(.cross-bg) {
  background-color: #dbd1ee;
}
.features-grid--sparklydragon .allaccess-bg > svg {
  position: absolute;
  top: calc(50% - 9px);
  bottom: calc(50% - 9px);
  left: 0;
  right: 0;
  margin: auto auto;
  width: 18px;
  height: 18px;
}
.features-grid--sparklydragon .cross-bg {
  background-color: #fff;
}
.features-grid--sparklydragon .icon-check-fill-usdis {
  fill: #0079a3;
}
.features-grid--sparklydragon .icon-check-fill-worldex {
  fill: #6ba410;
}
.features-grid--sparklydragon .icon-check-fill-allacc {
  fill: #655586;
}
.features-grid--sparklydragon .plan-comp-check-icon,
.features-grid--sparklydragon .plan-comp-cross-icon {
  vertical-align: bottom;
}
.features-grid--sparklydragon .table-newspapers-img {
  display: block;
  width: 138px;
  height: 24px;
  margin: auto;
}
@media (min-width: 768px) {
  .features-grid--sparklydragon .table-newspapers-img {
    margin: 3px 0 0 0;
  }
}
.features-grid--sparklydragon .table-fold-img {
  display: block;
  width: 103px;
  height: 24px;
  margin: auto;
}
@media (min-width: 768px) {
  .features-grid--sparklydragon .table-fold-img {
    margin: 3px 0 0 0;
  }
}
.features-grid--sparklydragon .flex-container {
  display: flex;
}
.features-grid--sparklydragon .flex-auto {
  flex: 0 0 auto;
}
.features-grid--sparklydragon .tooltip {
  position: relative;
  display: inline-block;
  color: #006080;
}
.features-grid--sparklydragon .tooltip > img {
  width: 12px;
  height: 12px;
}
.features-grid--sparklydragon .tooltip .tooltiptext {
  visibility: hidden;
  position: absolute;
  width: 230px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s;
  padding: 10px;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.25);
  text-align: left;
}
.features-grid--sparklydragon .tooltip .tooltiptext .legal-text__paragraph {
  padding: 0px 0px 0 15px;
}
.features-grid--sparklydragon .tooltip .tooltiptext .legal-text__paragraph .legal-text__sup {
  top: 0;
  left: -10px;
}
.features-grid--sparklydragon .tooltip:hover .tooltiptext {
  display: block;
  visibility: visible;
  opacity: 1;
}
.features-grid--sparklydragon .tooltip-top {
  bottom: 125%;
  margin-left: -132px;
}
.features-grid--sparklydragon .tooltip-top:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.features-grid--sparklydragon .basicsubs-wrap {
  color: #181a1c;
}
.features-grid--sparklydragon .plan-inclusions-container {
  position: relative;
}
.features-grid--sparklydragon .plan-inclusions {
  margin: 10px;
}
.features-grid--sparklydragon .plan-inc-head {
  display: flex;
  align-items: baseline;
  max-width: 354px;
  justify-content: space-between;
}
.features-grid--sparklydragon .planTitle.inclusions-title {
  font-size: 20px !important;
  font-size: 20px !important;
}
.features-grid--sparklydragon .plan-inc-head .inclusions-title {
  flex: 0 0 auto;
  margin-right: 70px;
}
.features-grid--sparklydragon .showall-plan-inc .toggle-plan-inclusions-txt {
  text-decoration: none !important;
}
.features-grid--sparklydragon .feature-wrap-new {
  margin-bottom: 25px;
}
.features-grid--sparklydragon .feature-img-new {
  align-self: baseline;
  margin-right: 10px;
}
.features-grid--sparklydragon .feature-subtitle-new {
  margin-top: 5px;
  color: #777;
}
.features-grid--sparklydragon .mobile-support-img {
  margin-top: 3px;
}
.features-grid--sparklydragon .help-contact {
  margin-left: 3px;
}
.features-grid--sparklydragon .support-timings-txt {
  color: #777;
}
@media (min-width: 768px) {
  .features-grid--sparklydragon .includedInPlanText {
    display: flex;
    justify-content: space-between;
  }
}
.features-grid--sparklydragon .showHideBtn {
  display: inline-block;
  font-weight: 400;
  margin-left: 20px;
}
.features-grid--sparklydragon .legal-text__paragraph.legal-text__paragraph--newspapers-basic {
  margin: 0;
}
.features-grid--sparklydragon .legal-text__paragraph.legal-text__paragraph--newspapers-basic .legal-text__sup {
  display: none;
}
.features-grid--sparklydragon button {
  outline: 0 !important;
}
.features-grid--sparklydragon .btn-pointer {
  cursor: pointer;
}
.features-grid--sparklydragon .color-usdiscovery {
  color: #0079a3;
}
.features-grid--sparklydragon .color-worldexplorer {
  color: #6ba410;
}
.features-grid--sparklydragon .color-allaccess {
  color: #655586;
}
.features-grid--sparklydragon .rel-pos {
  position: relative;
}
.features-grid--sparklydragon .textCenter {
  text-align: center;
}
.features-grid--sparklydragon .hide {
  display: none !important;
}
@media (min-width: 768px) {
  .features-grid--sparklydragon .show768 {
    display: block !important;
  }
}
@media (min-width: 1005px) {
  .features-grid--sparklydragon .hidden-lg-up {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .features-grid--sparklydragon .hidden-md-up {
    display: none !important;
  }
}
.features-grid--sparklydragon hr {
  border-bottom: 1px solid #cccbca;
}
.features-grid--sparklydragon .hr-line {
  margin: 10px;
  border-bottom: solid 1px #cccbca;
}
.features-grid--sparklydragon .hr-gradient-line {
  border: none;
  background: linear-gradient(to right, #cccbca, rgba(195, 195, 195, 0));
  height: 1px;
}
.features-grid--sparklydragon .mt-0 {
  margin-top: 0;
}
.features-grid--sparklydragon .mr-1 {
  margin-right: 5px;
}
.features-grid--sparklydragon .mb-4 {
  margin-bottom: 20px;
}

.features-grid--prettygrid {
  padding-bottom: 20px;
}
@media (min-width: 601px) {
  .features-grid--prettygrid {
    background-color: #fff;
  }
}
.features-grid--prettygrid .page {
  position: relative;
  width: 100%;
  max-width: 1000px;
}
.features-grid--prettygrid table.offerCompareTable {
  border-collapse: separate;
  border-spacing: 4px;
}
.features-grid--prettygrid .offerCompareTable th,
.features-grid--prettygrid .offerCompareTable td {
  padding: 20px 10px;
  vertical-align: middle;
  flex-basis: 0;
  flex-grow: 1;
}
.features-grid--prettygrid .offerCompareTable td {
  background-color: #fff;
}
.features-grid--prettygrid .legal-text__paragraph.legal-text__paragraph--newspapers-basic {
  margin-bottom: 0;
}
.features-grid--prettygrid tr {
  display: flex;
}
.features-grid--prettygrid tr .package-heading-cell {
  display: flex;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  background-color: #767676;
  align-items: center;
  justify-content: center;
}
.features-grid--prettygrid tr .package-heading-cell.package-heading-cell--smaller {
  font-size: 15px;
}
.features-grid--prettygrid tr .package-heading-cell.package-heading-cell--white {
  color: #181a1c;
  background-color: #ffffff;
  border: 1px solid #767676;
}
.features-grid--prettygrid tr .package-heading-cell.package-heading-cell--blue {
  background-color: #0079a3;
}
.features-grid--prettygrid tr .package-heading-cell.package-heading-cell--darkblue {
  background-color: #005c7d;
}
.features-grid--prettygrid tr .package-heading-cell.package-heading-cell--lightgreen {
  color: #181a1c;
  font-size: 94%;
  background-color: rgba(183, 217, 76, 0.5019607843);
}
.features-grid--prettygrid tr .package-heading-cell.package-heading-cell--green {
  background-color: #6ba410;
}
.features-grid--prettygrid tr .package-heading-cell.package-heading-cell--purple {
  background-color: #655586;
}
.features-grid--prettygrid tr .package-heading-cell.package-heading-cell--darkpurple {
  background-color: #3f314f;
}
.features-grid--prettygrid tr .package-heading-cell.package-heading-cell--orange {
  background-color: #d68b35;
}
.features-grid--prettygrid tr .feature-text {
  flex-basis: 40%;
}
.features-grid--prettygrid tr .feature-title {
  display: block;
  margin-bottom: 8px;
}
.features-grid--prettygrid tr .inclusion-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.features-grid--prettygrid .coloraltblue {
  color: #03678b;
}

.info-sections.info-sections--control {
  background-color: #fff;
  padding: 20px 0;
}
.info-sections.info-sections--control.otherBenefitsCon {
  background: #fff;
}
.info-sections.info-sections--control.otherBenefitsCon h3 {
  margin-top: 0;
}
@media only screen and (max-width: 480px) {
  .info-sections.info-sections--control.otherBenefitsCon h3 {
    margin-top: 20px;
  }
}
.info-sections.info-sections--control.otherBenefitsCon .exploreCon {
  background: #f0eee9;
  padding: 30px 20px 40px;
}
.info-sections.info-sections--control.otherBenefitsCon .growCon {
  color: #fff;
  padding: 40px 20px;
}
.info-sections.info-sections--control.otherBenefitsCon .goCon {
  background: #f0eee9;
  min-height: 193px;
  padding: 40px 20px;
}
.info-sections.info-sections--control.otherBenefitsCon .getCon {
  color: #fff;
  padding: 40px 20px;
}
.info-sections.info-sections--control.otherBenefitsCon .fullPgImgSprite {
  float: left;
  margin: auto;
  width: 173px;
}
.info-sections.info-sections--control.otherBenefitsCon .fullPgImgSprite.exploreImg {
  background-position: 0 0;
  height: 120px;
}
.info-sections.info-sections--control.otherBenefitsCon .fullPgImgSprite.growImg {
  background-position: 0 -128px;
  height: 110px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .info-sections.info-sections--control.otherBenefitsCon .fullPgImgSprite.growImg {
    margin-bottom: 0;
  }
}
.info-sections.info-sections--control.otherBenefitsCon .fullPgImgSprite.goImg {
  background-position: 0 -253px;
  height: 142px;
}
.info-sections.info-sections--control.otherBenefitsCon .fullPgImgSprite.getImg {
  background-color: #fff;
  background-position: 0 -408px;
  height: 123px;
  margin: 0 20px 50px 0;
}
@media only screen and (max-width: 480px) {
  .info-sections.info-sections--control.otherBenefitsCon .fullPgImgSprite.getImg {
    margin: auto;
  }
}
.info-sections.info-sections--control.otherBenefitsCon .fullPgImgSprite.loadedBgImg {
  background-image: url(https://www.ancestrycdn.com/mars/landing/offer/us/ftlp-mobile/ftlp-mobile-more-sprite3.png);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 480px) {
  .info-sections.info-sections--control.otherBenefitsCon .fullPgImgSprite.loadedBgImg {
    float: none;
  }
}
.info-sections.info-sections--control .ftSubPageSection {
  overflow: hidden;
  position: relative;
}
.info-sections.info-sections--control .ftSubPageSection.recordsCon {
  background-color: #1b88b0;
}
.info-sections.info-sections--control .ftSubPageSection.familyTreeCon {
  background-color: #534d46;
}
.info-sections.info-sections--control .ftSubPageSection.timelinesCon {
  background-color: #ffffff;
}
.info-sections.info-sections--control .ftSubPageSection h1,
.info-sections.info-sections--control .ftSubPageSection h2,
.info-sections.info-sections--control .ftSubPageSection h3,
.info-sections.info-sections--control .ftSubPageSection h4,
.info-sections.info-sections--control .ftSubPageSection h5,
.info-sections.info-sections--control .ftSubPageSection h6 {
  letter-spacing: normal;
  text-transform: none;
}
.info-sections.info-sections--control .ftSubPageSection .page {
  padding: 0 10px;
}
.info-sections.info-sections--control .ftSubPageSection .ftSubPageGrid > .ancCol {
  position: relative;
  vertical-align: middle;
}
.info-sections.info-sections--control .ftSubPageSection .ftSubSectionTitle {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .info-sections.info-sections--control .ftSubPageSection .ftSubSectionTitle {
    font-size: 32px;
  }
}
.info-sections.info-sections--control .ftSubPageSection .ftSubPageGrid .ftSubPageBkgCol {
  height: 465px;
}
@media only screen and (max-width: 767px) {
  .info-sections.info-sections--control .ftSubPageSection .ftSubPageGrid .ftSubPageBkgCol {
    height: 375px;
  }
}
.info-sections.info-sections--control .ftSubPageSection .recordsImg {
  background: url(https://www.ancestrycdn.com/ui-static/i/loading/1/loading.png) no-repeat;
  background-position: 100% 100%;
  background-size: 100% auto;
  height: inherit;
  left: -4.16%;
  max-width: 100%;
  position: absolute;
  top: 0;
  width: 491px;
}
.info-sections.info-sections--control .ftSubPageSection .recordsImg.loadedBgImg.US, .info-sections.info-sections--control .ftSubPageSection .recordsImg.loadedBgImg.USES, .info-sections.info-sections--control .ftSubPageSection .recordsImg.loadedBgImg.CAEN, .info-sections.info-sections--control .ftSubPageSection .recordsImg.loadedBgImg.CAFR {
  background: url(https://www.ancestrycdn.com/mars/landing/deny/2016/freetrial-deny-recordbkg.jpg) repeat-y;
}
.info-sections.info-sections--control .ftSubPageSection .recordsImg.loadedBgImg.UK, .info-sections.info-sections--control .ftSubPageSection .recordsImg.loadedBgImg.IE {
  background: url(https://www.ancestrycdn.com/mars/landing/deny/2016/uk-deny-recordbkg.jpg) repeat-y;
}
.info-sections.info-sections--control .ftSubPageSection .recordsImg.loadedBgImg.AU {
  background: url(https://www.ancestrycdn.com/mars/landing/deny/2016/au-freetrial-deny-recordbkg.jpg) repeat-y;
}
.info-sections.info-sections--control .ftSubPageSection .recordsImg.loadedBgImg.DE {
  background: url(https://www.ancestrycdn.com/mars/landing/deny/2018/de-ft-deny-recordbkg2.jpg) repeat-y;
}
.info-sections.info-sections--control .ftSubPageSection .recordsImg.loadedBgImg.SE {
  background: url(https://www.ancestrycdn.com/mars/landing/deny/2017/se-freetrial-deny-recordbkg.jpg) repeat-y;
}
.info-sections.info-sections--control .ftSubPageSection .familyTreeImg {
  background: url(https://www.ancestrycdn.com/ui-static/i/loading/1/loading.png) no-repeat;
  display: block;
  height: 361px;
  left: 30px;
  position: absolute;
  top: 35px;
  width: 627px;
}
.info-sections.info-sections--control .ftSubPageSection .familyTreeImg.loadedBgImg {
  background: url(https://www.ancestrycdn.com/mars/landing/deny/2016/freetrial-deny-familytree.png) no-repeat;
}
.info-sections.info-sections--control .ftSubPageSection .familyTreeImg.loadedBgImg.DE {
  background: url(https://www.ancestrycdn.com/mars/landing/deny/2018/de-ft-deny-familytree.png) no-repeat;
}
.info-sections.info-sections--control .ftSubPageSection .familyTreeImg.loadedBgImg.SE {
  background: url(https://www.ancestrycdn.com/mars/landing/deny/2017/se-freetrial-deny-familytree.png) no-repeat;
}
.info-sections.info-sections--control .ftSubPageSection .timelinesImg {
  background: url(https://www.ancestrycdn.com/ui-static/i/loading/1/loading.png) no-repeat;
  background-position: 0 100%;
  background-size: 100% auto;
  bottom: 0;
  display: block;
  height: 430px;
  left: -20px;
  max-width: 100%;
  position: absolute;
  width: 447px;
}
.info-sections.info-sections--control .ftSubPageSection .timelinesImg.loadedBgImg {
  background: url(https://www.ancestrycdn.com/mars/landing/deny/2016/freetrial-deny-timelinebkg.png) no-repeat;
}
.info-sections.info-sections--control .ftSubPageSection .timelinesImg.loadedBgImg.DE {
  background: url(https://www.ancestrycdn.com/mars/landing/deny/2018/de-ft-deny-timelinebkg.png) repeat-y;
}
.info-sections.info-sections--control .ftSubPageSection .timelinesImg.loadedBgImg.SE {
  background: url(https://www.ancestrycdn.com/mars/landing/deny/2017/se-freetrial-deny-timelinebkg.jpg) repeat-y;
}
.info-sections.info-sections--control .ftSubPageSection .timelinesImg.loadedBgImg.UK, .info-sections.info-sections--control .ftSubPageSection .timelinesImg.loadedBgImg.IE {
  background: url(https://www.ancestrycdn.com/mars/landing/deny/2016/uk-deny-timelinebkg.png) repeat-y;
}
.info-sections.info-sections--control .ftSubPageSection .recordsContentWrap {
  max-width: 410px;
  width: 100%;
}
.info-sections.info-sections--control .ftSubPageSection .ftSubSectionIntro {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .info-sections.info-sections--control .ftSubPageSection .ftSubSectionIntro {
    font-size: 18px;
  }
}
.info-sections.info-sections--control .ftSubPageSection .timelinesContentWrap {
  max-width: 385px;
  width: 100%;
}

.testimonial-section ~ .info-sections {
  padding-top: 0;
}

.giftInfoCon {
  background-color: #0079a3;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
}
.giftInfoCon .giftInfoHeader {
  font-size: 40px;
  line-height: 1.2;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .giftInfoCon .giftInfoHeader {
    font-size: 24px;
  }
}
.giftInfoCon .giftInfoSections {
  display: flex;
  flex-direction: row;
  margin: 10px 0;
  justify-content: center;
}
.giftInfoCon .giftInfoSections .giftInfoSection {
  margin: 20px 0;
  padding: 0 30px;
  max-width: 350px;
}
.giftInfoCon .giftInfoSections .giftInfoSection h3 {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .giftInfoCon .giftInfoSections .giftInfoSection {
    padding: 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .giftInfoCon .giftInfoSections {
    flex-direction: column;
  }
}
.giftInfoCon .giftInfoSections .fullPgImgSprite {
  height: 120px;
}
@media only screen and (max-width: 767px) {
  .giftInfoCon .giftInfoSections .fullPgImgSprite {
    height: 70px;
  }
}
.giftInfoCon .giftInfoSections .fullPgImgSprite.selectIcon {
  background: url(https://www.ancestrycdn.com/mars/landing/giftsub/spa/gift-select-icon.png) center center/contain no-repeat;
}
.giftInfoCon .giftInfoSections .fullPgImgSprite.completeIcon {
  background: url(https://www.ancestrycdn.com/mars/landing/giftsub/spa/gift-complete-icon.png) center center/contain no-repeat;
}
.giftInfoCon .giftInfoSections .fullPgImgSprite.redeemIcon {
  background: url(https://www.ancestrycdn.com/mars/landing/giftsub/spa/gift-redeem-icon.png) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .giftInfoCon {
    height: inherit;
    background-color: #5e6770;
  }
}

.support-section {
  background-color: #ffffff;
}
.support-section .feature-description-new {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  padding: 12px;
  width: 984px;
  text-align: center;
  text-align: left;
  padding-left: 46px;
}
.support-section.flex-container {
  display: flex;
}
@media (min-width: 768px) {
  .support-section.flex-container {
    display: flex;
  }
}
.support-section .feature-title-new {
  position: relative;
  display: block;
}
.support-section .feature-img-new {
  align-self: baseline;
  margin-right: 10px;
  position: absolute;
  right: 100%;
}
.support-section .mobile-support-img {
  margin-top: 3px;
  height: 15px;
  width: 15px;
}
.support-section .chat-icon {
  margin-right: 5px;
}
.support-section .bamboo4 {
  color: #43860d;
}
.support-section .help-contact {
  margin-left: 3px;
}
.support-section .help-contact a {
  text-decoration: underline;
}
.support-section .support-timings-txt {
  color: #777;
}
.support-section .guarantee-seal-con {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
}
.support-section .guarantee-seal {
  width: 70px;
}

.video-section-outer-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 20px;
  background-color: #ffffff;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  width: 984px;
  max-width: 100%;
  padding: 30px 0;
  border-top: solid 1px #ddd;
}
@media (min-width: 601px) {
  .video-section-outer-wrapper .video-section.video-section--sparkly-dragon {
    padding: 36px 12px;
  }
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon.video-section-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon.flex-container {
  display: flex;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon.flex-container {
  display: flex;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .hdaw-flex-item {
  margin-right: 27px;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .ancestry-leaf {
  width: 81px;
  height: 79px;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .hdaw-content {
  flex: 0 0 auto;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 601px) {
  .video-section-outer-wrapper .video-section.video-section--sparkly-dragon .title {
    text-align: left;
  }
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .subtitle {
  font-size: 18px;
  margin-top: 0;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon button {
  outline: 0 !important;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .watch-now-btn-new {
  border: solid 1px rgba(0, 0, 0, 0.6);
  background: #fff;
  border-radius: 3px;
  height: 30px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .watch-now-btn-new > span {
  padding-right: 10px;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .watch-now-btn-new .youtube-img-new {
  padding: 0 10px;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .hdaw-flex-item {
  margin-right: 27px;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .relationship-map {
  position: relative;
  display: block;
  margin: 20px auto 0 auto;
  background-image: url(https://www.ancestrycdn.com/ui-static/i/loading/1/loading.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 263px;
  height: 149px;
  padding-bottom: 0;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .relationship-map.loadedBgImg {
  background-image: url(https://www.ancestrycdn.com/pro-treeinteractions/prototypes/plan-select-mobile/0.0.25/images/how-ancestry-new.png);
}
@media (min-width: 768px) {
  .video-section-outer-wrapper .video-section.video-section--sparkly-dragon .relationship-map {
    height: 283px;
    width: 497px;
    max-width: 100%;
    margin-top: 0;
    background-image: url(https://www.ancestrycdn.com/ui-static/i/loading/1/loading.png);
  }
  .video-section-outer-wrapper .video-section.video-section--sparkly-dragon .relationship-map.loadedBgImg {
    background-image: url(https://www.ancestrycdn.com/pro-treeinteractions/prototypes/plan-select-mobile/0.0.5/images/how-ancestry.png);
  }
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .relationship-map > * {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .how-tree-ancestry-img {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .video-section-outer-wrapper .video-section.video-section--sparkly-dragon .how-tree-ancestry-img {
    width: 497px;
    max-width: 100%;
    margin-top: 0;
  }
}
.video-section-outer-wrapper .video-section.video-section--sparkly-dragon .mb-6 {
  margin-bottom: 30px;
}
.video-section-outer-wrapper .video-section .hdaw-flex-item:not(.relationship-map--video) {
  padding-top: 90px;
}

.privacy-wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  background-color: #ffffff;
}
.privacy-wrapper .privacy-section {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  padding: 12px;
  width: 984px;
}
.privacy-wrapper .privacy-section.privacy-container {
  color: #666;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 20px;
}
.privacy-wrapper .privacy-section .over-the-top {
  position: relative;
  z-index: 10;
}
.privacy-wrapper .privacy-section .privacy-head-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.privacy-wrapper .privacy-section .privacy-head-wrapper .conTitle {
  padding-bottom: 0;
  align-self: center;
}
.privacy-wrapper .privacy-section .feature-title {
  font-size: 18px;
}
@media (min-width: 1005px) {
  .privacy-wrapper .privacy-section .feature-title {
    font-size: 20px;
  }
}
.privacy-wrapper .privacy-section .lock-img {
  margin-right: 7px;
  width: 11px;
  height: 15px;
}
.privacy-wrapper .privacy-section a {
  text-decoration: none;
}
@media (max-width: 768px) {
  .privacy-wrapper .privacy-section a {
    text-align: right;
  }
}
@media (max-width: 480px) {
  .privacy-wrapper .privacy-section a {
    font-size: 12px;
  }
}
.privacy-wrapper .privacy-section .flex-container {
  display: flex;
}
@media (min-width: 768px) {
  .privacy-wrapper .privacy-section .flex-container {
    display: flex;
  }
}
.privacy-wrapper .privacy-section .flex-center {
  align-items: center;
  justify-items: center;
}
.privacy-wrapper .privacy-section .m10 {
  margin: 10px;
}
.privacy-wrapper .privacy-section .mb-6 {
  margin-bottom: 30px;
}

.faqs-section {
  background-color: #ffffff;
}
.faqs-section .page {
  position: relative;
}
.faqs-section .faqTitle {
  font-size: 48px;
}
@media only screen and (max-width: 480px) {
  .faqs-section .faqTitle {
    margin-top: 10vw;
    font-size: 32px;
  }
}
.faqs-section .faqContents li button.faqButton {
  padding: 10px 15px;
  text-decoration: none;
  width: 100%;
  border-top: 1px solid #555555;
}
.faqs-section .faqContents li button.faqButton > .icon {
  float: right;
  font-size: 36px;
  line-height: 1em;
  transition: all 0.2s;
}
.faqs-section .faqContents li button.faqButton.activeFaqButton > .icon {
  transform: rotate(-180deg);
}
.faqs-section .faqContents li:nth-of-type(1) button.faqButton {
  border-top: none;
}
.faqs-section .faqContents li .legal-text__paragraph {
  color: #777;
  padding: 5px 10px 0px 10px;
  font-size: 16px;
}
.faqs-section .faqContents li .legal-text__paragraph .legal-text__sup {
  top: 5px;
  left: -15px;
}
.faqs-section .faqAnswer {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 0px 20px;
  margin-bottom: 0px;
  max-height: 0px;
  transition: all 0.2s ease-out;
}
.faqs-section .faqAnswer.faqAnswerActive {
  max-height: none;
  padding: 20px;
  margin-bottom: 10px;
}

.inter-banner-container {
  min-height: 65px;
  width: 100vw;
  background-color: #ececec;
  padding: 20px;
  text-align: center;
  font-size: 20px;
}