@font-face {
  font-family: TeleNeoExtraBold;
  font-style: normal;
  font-weight: 800;
  src: url("https://es.t-mobile.com/support/static/fonts/tele-neo/TeleNeoWeb-ExtraBold.woff2") format("woff2"), url("https://es.t-mobile.com/support/static/fonts/tele-neo/TeleNeoWeb-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: Material Design Icons;
  src: url(https://unav.t-mobile.com/client/materialdesignicons-webfont.eot) format("embedded-opentype"), url(https://unav.t-mobile.com/client/materialdesignicons-webfont.woff2) format("woff2"), url(https://unav.t-mobile.com/client/materialdesignicons-webfont.woff) format("woff"), url(https://unav.t-mobile.com/client/materialdesignicons-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

html {
  font-size: 62.5%;
  text-decoration: none;
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.mdi-set,
.mdi:before {
  display: inline-block;
  font: normal normal normal 24px/1 Material Design Icons;
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mdi-account:before {
  content: "\f004";
}

.mdi-menu:before {
  content: "\f35c";
}

.mdi-magnify:before {
  content: "\f349";
}

.mdi-cart:before {
  content: "\f110";
}

.mdi-message:before {
  content: "\f361";
}

.mdi-chevron-down:before {
  content: "\f140";
}

.mdi-store:before {
  content: "\f4dc";
}

.desk-none {
  display: none;
}

.mobile-none {
  display: block;
  margin-right: 42px;
}

.hub-mobile-none {
  display: block;
  width: 70%;
}

@media only screen and (max-width: 767px) {
  .hub-mobile-none {
    width: 100%;
  }
}

.desk-title {
  font-weight: 800 !important;
}

.desks-title {
  font-weight: 800 !important;
  height: 147px !important;
}

.desk-description-none {
  display: none;
}

.mobile-description-none {
  display: block;
}

.stack .nowrap {
  white-space: nowrap;
}

.stack button.buttonLink {
  color: #e20074;
  background-color: transparent;
  border: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.stack button:focus-visible {
  outline: 2px solid blue;
}

.stack .container {
  max-width: 1280px;
}

.stack h1 {
  font-family: "TeleNeoExtraBold";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  height: 70px;
  letter-spacing: 0;
}

.stack h1.white-large-heading {
  color: var(--white);
}

.stack h2 {
  font-family: "TeleNeoExtraBold", Helvetica, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
}

.stack.fontSize56 h2 {
  font-size: 56px;
}

.stack h3 {
  font-family: "TeleNeoExtraBold", Helvetica, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
}

.stack h4 {
  color: #000;
  font-family: "TeleNeoExtraBold", Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

.stack h5 {
  color: #000;
  font-family: "TeleNeoExtraBold", Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 28px;
}

.stack p {
  color: #000;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.stack a {
  color: #df0071;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  font-weight: bold;
}

.stack a:hover {
  color: #ba0060;
}

.stack ol li,
.stack ul li {
  color: rgb(0, 0, 0);
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.stack ol li::marker,
.stack ul li::marker {
  font-weight: bold;
  font-size: 25px;
}

.stack .btnPrimary {
  color: #ffffff;
  background-color: #e20074;
  border: 1px solid #e20074;
}

.stack .btn,
.stack button,
.stack .btnSecondary {
  color: #e20074;
  background-color: #ffffff;
  border: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 0 15px 15px 0;
  padding: 12px 34px 12px;
  cursor: pointer;
  outline: 0;
}

.stack .btnPrimary:active,
.stack .btnPrimary:hover,
.stack .btnPrimary:focus {
  color: #ffffff;
  background-color: #ba0060;
  border-color: #ba0060;
  animation-name: btnHover;
  animation-duration: 0.2s;
  outline: none;
}

@media screen and (max-width: 1024px) {
  .mobile-none {
    display: none;
  }

  .desk-description-none {
    display: block;
  }

  .mobile-description-none {
    display: none;
  }

  .desk-none {
    display: block;
    text-align: left;
  }

  .text-center {
    text-align: center;
  }

  .stack h1.pageTitle {
    font-size: calc(34px + 6 * (100vw - 375px) / 200);
  }

  .stack h2.__heading {
    font-size: calc(34px + 6 * (100vw - 375px) / 200);
  }

  .stack h2.outerHeading {
    font-size: calc(34px + 6 * (100vw - 375px) / 200);
  }

  .stack h3.__mainHeading {
    font-size: calc(34px + 6 * (100vw - 375px) / 200);
  }
}

@media screen and (min-width: 600px) and (max-width: 1279.98px) {
  .mobile-none {
    display: none;
  }

  .desk-description-none {
    display: block;
  }

  .mobile-description-none {
    display: none;
  }

  .desk-none {
    display: block;
    text-align: left;
  }

  .text-center {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .stack h1.pageTitle {
    font-size: calc(34px + 6 * (100vw - 375px) / 200);
  }

  .stack h2.__heading {
    font-size: calc(34px + 6 * (100vw - 375px) / 200);
  }

  .stack h2.outerHeading {
    font-size: calc(34px + 6 * (100vw - 375px) / 200);
  }

  .stack h3.__mainHeading {
    font-size: calc(34px + 6 * (100vw - 375px) / 200);
  }
}

@media screen and (min-width: 576px) and (max-width: 1279.98px) {
  .desk-none {
    display: none;
  }

  .mobile-none {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .stack h3 {
    font-family: "TeleNeoExtraBold";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    width: 100%;
  }
}

/* Cards Stack */

.stack.stack_cards {
  background-color: #fff;
  text-align: center;
  margin-bottom: 100px;
}

.stack.stack_cards.container {
  padding: 0;
}

.stack.stack_cards.container h3 {
  margin: 80px auto;
}

.stack.stack_cards .row .col-md-6 .__content {
  background-color: #f8f8f8;
  padding: 16px;
  width: 100%;
  margin: calc(15px - 1vw);
}

.stack.stack_cards .row .col-md-6 .__heading {
  margin: 0;
  font-size: 18px;
  white-space: nowrap;
}

.stack.stack_cards .row .col-md-6 .__icon {
  align-self: center;
  color: #e20074;
  display: inline-block;
  flex: 0 0 auto;
  font-size: 120px;
  text-align: center;
  width: 1.25em;
}

.stack.stack_cards .row .col-md-6 .__link-all {
  color: #e20074;
  margin: 0;
  text-decoration: underline;
}

.stack.stack_cards .row .col-md-6 .__link-item {
  line-height: 2;
}

.stack.stack_cards .row .col-md-6 .__link-item a {
  color: #262626;
  text-decoration: underline;
}

.stack.stack_cards .row .col-md-6 .__link-items {
  padding: 0;
  list-style-type: none;
}

@media screen and (min-width: 1024px) {
  .stack.stack_cards .row .col-md-6 .__content {
    margin: 0;
  }
}

/* Vertical List with Icons Stack */

.stack.stack_vertical-list-with-icons {
  background-color: #fff;
  text-align: center;
  margin-bottom: 80px;
}

.stack.stack_vertical-list-with-icons .mainText {
  max-width: 552px;
  margin: 0 auto;
}

.stack.stack_vertical-list-with-icons .itemRow {
  white-space: nowrap;
  max-width: 552px;
  margin: 8vw auto auto;
  text-align: left;
  padding-right: 0;
}

.stack.stack_vertical-list-with-icons .itemRow .imgCont {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3vw;
}

.stack.stack_vertical-list-with-icons .itemRow .imgCont .__icon {
  width: 60px;
  height: 60px;
}

.stack.stack_vertical-list-with-icons .itemRow .textCont {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  max-width: calc(100% - 65px);
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .stack.stack_vertical-list-with-icons .itemRow {
    margin-top: 60px;
    padding-right: 84px;
  }

  .stack.stack_vertical-list-with-icons .itemRow .imgCont {
    margin-right: 42px;
  }

  .stack.stack_vertical-list-with-icons .itemRow .imgCont .__icon {
    width: 9px;
    height: 99px;
  }
}

/* Contact Us Stack */

.stack.stack_no-jade-contact-us {
  background-color: #e20074;
}

.stack.stack_no-jade-contact-us .container {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  padding: 100px 50px;
}

.stack.stack_no-jade-contact-us .__heading {
  color: #fff;
  margin: 0;
  text-align: center;
}

.stack.stack_no-jade-contact-us .__link {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  background-color: #fff;
  color: #262626;
  justify-content: space-between;
  padding: 2rem;
  text-decoration: none;
}

.stack.stack_no-jade-contact-us .__link-item {
  margin: 0.5em 0;
}

.stack.stack_no-jade-contact-us .__link-item:first-of-type {
  margin-top: 0;
}

.stack.stack_no-jade-contact-us .__link-item:last-of-type {
  margin-bottom: 0;
}

.stack.stack_no-jade-contact-us .__links {
  list-style-type: none;
  margin: 2.4rem 0 0 0;
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .stack.stack_no-jade-contact-us .container {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
  }

  .stack.stack_no-jade-contact-us .__heading {
    flex-basis: 50%;
    padding: 0 2.4rem;
    text-align: left;
  }

  .stack.stack_no-jade-contact-us .__links {
    flex-basis: 50%;
    margin: 0;
  }
}

.stack.stack_cant-find .container {
  text-align: center;
  padding: 80px 50px;
}

.stack.stack_cant-find .__heading {
  margin-bottom: 32px;
  text-align: center;
}

.stack.stack_cant-find .__link {
  padding: 5rem;
  text-decoration: none;
}

.stack.stack_cant-find .__link-item {
  margin-bottom: 32px;
  white-space: nowrap;
}

.stack.stack_cant-find .__link-item:last-of-type {
  margin-bottom: 0;
}

.stack.stack_cant-find .__links {
  list-style-type: none;
  margin: 2.4rem 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .stack.stack_cant-find .__heading {
    padding: 0 2.4rem;
  }

  .stack.stack_cant-find .__links {
    flex-direction: row;
    margin: 0;
  }

  .stack.stack_cant-find .__links .__link-item {
    margin-bottom: 0;
  }
}

/* Jump To Stack */

.stack.stack_jump_to {
  margin-bottom: 80px;
  background-color: #f8f8f8;
}

.stack.stack_jump_to .container {
  padding: 25px 25px 8px 0;
}

.stack.stack_jump_to .container strong {
  font-size: 16px;
}

.stack.stack_jump_to .container ul {
  margin: 10px 0;
  padding-left: 0;
  white-space: nowrap;
}

.stack.stack_jump_to .container .manualBreadcrumb {
  display: block;
  list-style: none;
  padding: 8px 10px 8px 0;
  border-left: none;
}

.stack.stack_jump_to .container .manualBreadcrumb:first-child {
  border-left: none;
  padding-left: 0;
}

@media screen and (min-width: 1024px) {
  .stack.stack_jump_to .container {
    padding: 25px 25px 25px 0;
  }

  .stack.stack_jump_to .container ul {
    white-space: normal;
  }

  .stack.stack_jump_to .container .manualBreadcrumb {
    display: inline-block;
    list-style: none;
    padding: 0 16px;
    border-left: 1px solid #4c4c4c;
  }
}

/* Hero Stack */

.stack.stack_hero .container-fluid {
  padding: 0;
}

.stack.stack_hero .container-fluid .textChunk {
  display: inline-block;
}

.stack.stack_hero .container-fluid .pageTitle {
  font-size: 56px;
  margin: 0 0 25px 0;
}

.stack.stack_hero .container-fluid .overlay {
  color: #fff;
  background-color: #e20074;
  padding: 36px 0;
}

.stack.stack_hero .container-fluid .overlay .manualBreadcrumb {
  padding: 0 5rem;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.stack.stack_hero .container-fluid .overlay h1 {
  padding: 0 5rem;
  height: auto;
}

.stack.stack_hero .container-fluid .heroImage {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  height: 42.12vw;
  max-height: 600px;
}

@media screen and (max-width: 1024px) {
  .stack.stack_hero .container-fluid .pageTitle {
    margin-bottom: 25px;
    height: auto;
    font-size: calc(34px + 6 * (100vw - 375px) / 200);
  }

  .stack.stack_hero .container-fluid .overlay h1 {
    font-size: calc(34px + 6 * (100vw - 375px) / 200);
    padding: 0 calc(1px + 3vw);
  }

  .stack.stack_hero .container-fluid .overlay .manualBreadcrumb {
    padding-left: calc(1px + 3vw);
  }
}

/*Hero Header Stack */

.stack.stack_hero_header .container-fluid {
  padding: 0 140px;
  max-width: 1440px;
}

.stack.stack_hero_header .container-fluid p {
  padding-top: 65px;
  margin-right: 105px;
}

.stack.stack_hero_header .container-fluid .hub-desc {
  margin-right: 100px;
  padding-left: 2px;
  font-size: 16px;
  color: #000000;
}

.stack.stack_hero_header .container-fluid .overlay {
  color: #fff;
  padding: 36px 0;
}

.stack.stack_hero_header .container-fluid .overlay h1 {
  padding: 0 5rem;
  height: auto;
  display: inline-block;
  font-family: "TeleNeoExtraBold" !important;
  margin-right: 20px;
}

.stack.stack_hero_header .container-fluid .heroImage {
  width: 173px;
  position: relative;
  min-height: 177px;
  margin: auto;
  background-repeat: no-repeat;
}

.stack.stack_hero_header .container-fluid .heroImageHub {
  width: 256px;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  height: 297px;
  max-height: 615px;
  background-size: cover;
  margin: 0 auto;
}

.stack.stack_hero_header .container-fluid .iconsCont {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
}

.stack.stack_hero_header .container-fluid .iconsCont .bottomIcon {
  display: inline-block;
  width: 50%;
}

.stack.stack_hero_header .container-fluid .iconsCont .bottomIcon .__icon {
  align-self: center;
  color: #e20074;
  display: inline-block;
  font-size: 120px;
  text-align: center;
  height: 60px;
  justify-content: space-evenly;
}

.stack.stack_hero_header .container-fluid .iconsCont .bottomIcon .__icon.svgIcon {
  width: 165px;
  height: 165px;
}

.stack.stack_hero_header .container-fluid .iconsCont .bottomIcon .__icon.appIcon {
  margin: 0;
}

.stack.stack_hero_header .__hubTitle {
  margin-top: 22px;
}

.stack.stack_hero_header .hubBreadcrumb {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
}

.stack.stack_hero_header .benefitBreadcrumb {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  font-family: "TeleNeoExtraBold", system-ui, "Segoe UI", Arial, Helvetica, sans-serif, "SF Pro Text";
}

.stack.stack_hero_header .benefits-description {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-right: 60px;
  padding-top: 65px;
  padding-bottom: 27px;
}

.stack.stack_hero_header ._rightArrow {
  font-size: 14px;
  color: #000000;
  padding: 0 2px;
}

.stack.stack_hero_header .container {
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .stack.stack_hero_header .container-fluid {
    padding: 0px;
  }

  .stack.stack_hero_header .container-fluid h1 {
    height: auto !important;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    margin-right: 0px;
  }

  .stack.stack_hero_header .container-fluid p {
    text-align: center;
    margin: 0 35px;
  }

  .stack.stack_hero_header .container-fluid .sub_title_sub_text {
    display: none;
  }

  .stack.stack_hero_header .container-fluid .overlay h1 {
    font-size: calc(34px + 6 * (100vw - 375px) / 200);
    padding: 0 calc(1px + 3vw);
  }

  .stack.stack_hero_header .container-fluid .mob-desc-none {
    display: none;
  }

  .stack.stack_hero_header .container-fluid .hub-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: -36px;
  }

  .stack.stack_hero_header .__hubTitle {
    text-align: center;
    margin: 0px !important;
  }

  .stack.stack_hero_header .hubBreadcrumb {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
    text-align: center;
  }

  .stack.stack_hero_header .benefits-description {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-right: 34px;
    margin-left: 10px;
    text-align: center;
    padding-top: 34px;
  }

  .stack.stack_hero_header .container {
    margin-top: 40px;
    display: block;
  }
}

/*Hero Header Stack Responsiveness*/

@media screen and (min-width: 576px) and (max-width: 1279.98px) {
  .stack.stack_hero_header .hub_header_image {
    flex: 0 0 256px;
  }

  .stack.stack_hero_header .container-fluid h1 {
    height: auto !important;
    text-align: left;
    font-size: 40px;
    margin-right: 0px;
  }

  .stack.stack_hero_header .container-fluid .heroImage {
    width: 173px;
    position: relative;
    min-height: 177px;
    background-repeat: no-repeat;
  }

  .stack.stack_hero_header .container-fluid .hub-text {
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 0 5px;
    text-align: left;
  }

  .stack.stack_hero_header .container-fluid .heroImageHub {
    width: 256px;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    height: 297px;
    max-height: 615px;
    background-size: cover;
    margin: 0px;
  }

  .stack.stack_hero_header .container-fluid p {
    text-align: left;
    padding-top: 0px;
    margin-left: -3px;
  }

  .stack.stack_hero_header .container-fluid .__hubTitle {
    text-align: center;
    margin: 0px !important;
    margin-left: -76px;
    margin-top: 20px;
  }

  .stack.stack_hero_header .container-fluid .hubBreadcrumb {
    font-weight: 600;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
    text-align: left;
  }

  .stack.stack_hero_header .hub-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 0 5px;
    text-align: left;
  }

  .stack.stack_hero_header .benefits-description {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-right: 34px;
    margin-left: 0px;
    text-align: left;
    padding-top: 0px;
  }
}

@media screen and (max-width: 724px) {
  /*Hero Header Stack */

  .stack.stack_hero_header .container-fluid .iconsCont .bottomIcon {
    display: inline-block;
    width: 50%;
  }

  .stack.stack_hero_header .container-fluid .iconsCont .bottomIcon .__icon {
    height: 45px;
  }
}

@media screen and (max-width: 575px) {
  /*Hero Header Stack */

  .stack.stack_hero_header .container-fluid .iconsCont {
    margin: 0 auto;
  }

  .stack.stack_hero_header .container-fluid .iconsCont .bottomIcon .__icon {
    height: 60px;
  }

  .stack.stack_hero_header .container-fluid .iconsCont .bottomIcon .__icon.appIcon {
    margin-right: 0;
  }
}

@media screen and (max-width: 490px) {
  /*Hero Header Stack */

  .stack.stack_hero_header .container-fluid .iconsCont {
    margin: 0 auto;
    width: 80%;
  }

  .stack.stack_hero_header .container-fluid .iconsCont .bottomIcon .__icon {
    height: 50px;
    align-self: center;
  }
}

@media screen and (max-width: 415px) {
  /*Hero Header Stack */

  .stack.stack_hero_header .container-fluid .iconsCont {
    display: block;
    margin: 0 auto;
    width: 80%;
  }

  .stack.stack_hero_header .container-fluid .iconsCont .bottomIcon .__icon {
    height: 40px;
  }
}

@media screen and (max-width: 350px) {
  /*Hero Header Stack */

  .stack.stack_hero_header .container-fluid .iconsCont {
    display: block;
    margin: 0 auto;
  }

  .stack.stack_hero_header .container-fluid .iconsCont .bottomIcon {
    width: 100%;
  }

  .stack.stack_hero_header .container-fluid .iconsCont .bottomIcon .__icon.appIcon {
    height: 50px;
  }
}

/* Billing Hero Stack */

.stack.stack_billing_hero .container-fluid {
  padding: 0 140px;
  max-width: 1440px;
}

.stack.stack_billing_hero .container-fluid p {
  padding-top: 65px;
  margin-right: 29px;
}

.stack.stack_billing_hero .container-fluid .text {
  margin-top: -15px;
}

.stack.stack_billing_hero .container-fluid .overlay {
  color: #fff;
  padding: 36px 0;
}

.stack.stack_billing_hero .container-fluid .overlay h1 {
  padding: 0 5rem;
  height: auto;
  display: inline-block;
  font-family: "TeleNeoExtraBold" !important;
  margin-right: 20px;
}

.stack.stack_billing_hero .container-fluid .heroImage {
  width: 173px;
  position: relative;
  min-height: 177px;
  margin: auto;
  background-repeat: no-repeat;
}

.stack.stack_billing_hero .container-fluid .breadCrumbs {
  font-family: "TeleNeoExtraBold", system-ui, "Segoe UI", Arial, Helvetica, sans-serif, "SF Pro Text";
  font-weight: 700;
  font-size: 14px;
}

.stack.stack_billing_hero .container {
  margin-top: 40px;
}

/* Billings Hero Stack Responsiveness*/

@media screen and (max-width: 1024px) {
  .stack.stack_billing_hero .container-fluid {
    padding: 0px;
  }

  .stack.stack_billing_hero .container-fluid h1 {
    height: auto !important;
    text-align: center;
    font-size: 40px;
    font-family: "TeleNeoExtraBold" !important;
    font-weight: 800;
    margin-right: 0px;
  }

  .stack.stack_billing_hero .container-fluid p {
    text-align: center;
    margin: 0 35px;
  }

  .stack.stack_billing_hero .container-fluid .sub_title_sub_text {
    display: none;
  }

  .stack.stack_billing_hero .container-fluid .overlay h1 {
    font-size: calc(34px + 6 * (100vw - 375px) / 200);
    padding: 0 calc(1px + 3vw);
  }

  .stack.stack_billing_hero .container-fluid .breadCrumbs {
    font-family: "TeleNeoExtraBold", system-ui, "Segoe UI", Arial, Helvetica, sans-serif, "SF Pro Text";
    font-size: 14px;
  }

  .stack.stack_billing_hero .container {
    margin-top: 40px;
    display: block;
  }
}

/* Billings Hero Stack Responsiveness*/

@media screen and (min-width: 480px) and (max-width: 1023.98px) {
  .stack.stack_billing_hero .container-fluid h1 {
    height: auto !important;
    text-align: left;
    font-size: 40px;
    margin-right: 0px;
  }

  .stack.stack_billing_hero .container-fluid .heroImage {
    width: 173px;
    position: relative;
    min-height: 177px;
    background-repeat: no-repeat;
  }

  .stack.stack_billing_hero .container-fluid p {
    text-align: left;
    padding-top: 0px;
    margin-left: -3px;
  }
}

/* Header Stack */

.stack.stack_header_network {
  margin-bottom: 40px;
  background: #f8f8f8;
  height: 110%;
  display: flex;
  margin-top: 55px;
}

.stack.stack_header_network .container-fluid {
  padding: 0;
  height: 105%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .stack.stack_header_network .container-fluid {
    height: 107%;
    padding-bottom: 0;
  }
}

.stack.stack_header_network .container-fluid .description {
  display: inline-block;
  width: 51%;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
}

@media only screen and (max-width: 590px) {
  .stack.stack_header_network .container-fluid .description {
    width: 100%;
    margin: auto;
    margin-bottom: 16px;
    display: block;
    margin-top: 243px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 591px) {
  .stack.stack_header_network .container-fluid .description {
    width: 100%;
    margin: auto;
    margin-bottom: 16px;
    display: block;
    margin-top: 310px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .stack.stack_header_network .container-fluid .description {
    width: 62%;
    height: auto;
    padding-bottom: 38px;
  }
}

.stack.stack_header_network .container-fluid .new-to-tmobile-coverage-button-container {
  display: inline-flex;
  width: 95%;
}

.stack.stack_header_network .container-fluid .new-to-tmobile-coverage-button-link {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 332px;
  height: 48px;
  border: 1px solid #262626;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.stack.stack_header_network .container-fluid .container {
  margin-left: 15%;
  display: inline-flex;
  width: 85%;
}

@media only screen and (min-width: 1400px) {
  .stack.stack_header_network .container-fluid .container {
    width: 76%;
    margin-left: 18%;
  }
}

@media only screen and (max-width: 767px) {
  .stack.stack_header_network .container-fluid .container {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 0;
    margin-left: 0;
    width: 100%;
  }
}

.stack.stack_header_network .container-fluid .container .headerImage {
  display: inline-block;
  text-align: center;
  margin-top: -30px;
}

@media only screen and (max-width: 767px) {
  .stack.stack_header_network .container-fluid .container .headerImage {
    display: inline-block;
    text-align: center;
    margin-top: -330px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .stack.stack_header_network .container-fluid .container .headerImage {
    display: inline-block;
    text-align: center;
    margin-left: 0px;
  }
}

.stack.stack_header_network .container-fluid .container .headerImage .heroImage {
  width: 173px;
  position: relative;
  min-height: 177px;
  margin: auto;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .stack.stack_header_network .container-fluid .container .headerImage .heroImage {
    width: 173px;
    position: relative;
    min-height: 177px;
    margin: auto;
    background-repeat: no-repeat;
  }
}

.stack.stack_header_network .container-fluid .container .header-wrapper-network {
  display: grid;
  margin-top: -50px;
  margin-left: -7px;
}

.stack.stack_header_network .container-fluid .container .header-wrapper-network a {
  margin-left: -5px;
  font-size: 14px;
  font-family: "TeleNeoExtraBold", system-ui, "Segoe UI", Arial, Helvetica, sans-serif, "SF Pro Text";
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .stack.stack_header_network .container-fluid .container .header-wrapper-network {
    margin-left: 0;
    height: 499px;
  }
}

.stack.stack_header_network .container-fluid .container .pageTitle {
  width: 455px;
  height: 112px;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #000000;
  display: inline-flex;
}

@media only screen and (max-width: 767px) {
  .stack.stack_header_network .container-fluid .container .pageTitle {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    justify-content: center;
    padding-left: 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .stack.stack_header_network .container-fluid .container .pageTitle {
    width: 75%;
    height: auto;
  }
}

.stack.stack_header_network .container-fluid .container .new-to-tmobile-coverage-header {
  color: #000000;
  width: 100%;
  font-size: 42px;
  height: 60px;
}

.stack.stack_header_network .container-fluid .container .new-to-tmobile-coverage-description {
  margin: 15px 0px 20px;
  width: 95%;
}

@media screen and (max-width: 1242px) {
  .stack.stack_header_network .container-fluid .container .new-to-tmobile-coverage-description {
    margin-top: 45px;
  }
}

@media screen and (max-width: 565px) {
  .stack.stack_header_network .container-fluid .test-container-class .new-to-tmobile-coverage-button-container .new-to-tmobile-coverage-button-link {
    width: 300px;
  }
}

@media screen and (max-width: 322px) {
  .stack.stack_header_network .container-fluid .test-container-class .new-to-tmobile-coverage-button-container .new-to-tmobile-coverage-button-link {
    text-align: center;
    width: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .stack.stack_header_network .container-fluid .test-container-class .new-to-tmobile-coverage-headerImage-outer-wrapper {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .stack.stack_header_network .container-fluid .test-container-class .new-to-tmobile-coverage-headerImage-inner-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .stack.stack_header_network .container-fluid .test-container-class .new-to-tmobile-coverage-headerImage-inner-wrapper {
    margin-top: 80px;
    width: 20%;
    position: absolute;
  }
}

@media only screen and (max-width: 373px) {
  .stack.stack_header_network .container-fluid .test-container-class .new-to-tmobile-coverage-headerImage-inner-wrapper {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .stack.stack_header_network .container-fluid .test-container-class .headerImage {
    margin-top: -25px;
  }
}

@media screen and (max-width: 667px) {
  .stack.stack_header_network .container-fluid .test-container-class .headerImage .heroImage {
    width: 134px;
  }
}

@media screen and (max-width: 767px) {
  .stack.stack_header_network .container-fluid .test-container-class .new-to-tmobile-coverage-description {
    margin-top: 45px;
  }
}

@media screen and (max-width: 667px) {
  .stack.stack_header_network .container-fluid .test-container-class .new-to-tmobile-coverage-description {
    margin-top: 100px;
  }
}

@media screen and (max-width: 657px) {
  .stack.stack_header_network .container-fluid .test-container-class .new-to-tmobile-coverage-description {
    margin-top: 50px;
  }
}

@media screen and (max-width: 593px) {
  .stack.stack_header_network .container-fluid .test-container-class .new-to-tmobile-coverage-description {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .stack.stack_header_network .container-fluid .test-container-class .new-to-tmobile-coverage-header {
    text-align: left;
    margin-left: 170px;
    width: auto;
  }
}

@media only screen and (max-width: 535px) {
  .stack.stack_header_network .container-fluid .test-container-class .new-to-tmobile-coverage-header {
    margin-bottom: 40px;
    font-size: 35px;
  }
}

@media only screen and (max-width: 401px) {
  .stack.stack_header_network .container-fluid .test-container-class .new-to-tmobile-coverage-header {
    margin-bottom: 40px;
    font-size: 30px;
  }
}

@media only screen and (max-width: 373px) {
  .stack.stack_header_network .container-fluid .test-container-class .new-to-tmobile-coverage-header {
    font-size: 27px;
    line-height: initial;
  }
}

@media only screen and (max-width: 302px) {
  .stack.stack_header_network .container-fluid .test-container-class .new-to-tmobile-coverage-header {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .stack.stack_header_network .container-fluid .test-container-class {
    flex-direction: row;
  }
}

.stack.stack_header_network .container-fluid .textChunk {
  display: inline-block;
}

.stack.stack_header_network .container-fluid .overlay {
  color: #fff;
  background-color: #e20074;
  padding: 36px 0;
}

.stack.stack_header_network .container-fluid .overlay .manualBreadcrumb {
  padding: 0 5rem;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.stack.stack_header_network .container-fluid .overlay h1 {
  padding: 0 5rem;
  height: auto;
}

.stack .new-to-tmobile-coverage__link {
  font-size: 30px;
}

.stack.stack_header_setup_device {
  margin-top: 20px;
}

.stack.stack_header_setup_device .container-fluid {
  padding: 0;
}

.stack.stack_header_setup_device .container-fluid .container {
  margin-left: 12%;
  width: 88%;
  display: flex;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .stack.stack_header_setup_device .container-fluid .container {
    margin-left: 12%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1399px) {
  .stack.stack_header_setup_device .container-fluid .container {
    margin-left: 14%;
  }
}

@media only screen and (min-width: 1400px) {
  .stack.stack_header_setup_device .container-fluid .container {
    margin-left: 14.5%;
  }
}

@media only screen and (max-width: 767px) {
  .stack.stack_header_setup_device .container-fluid .container {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
}

.stack.stack_header_setup_device .container-fluid .container .headerImage {
  margin-top: 19px;
  display: inline-block;
  text-align: center;
  margin-left: 1px;
}

@media only screen and (max-width: 767px) {
  .stack.stack_header_setup_device .container-fluid .container .headerImage {
    margin-left: 0;
  }
}

.stack.stack_header_setup_device .container-fluid .container .headerImage .heroImage {
  width: 173px;
  position: relative;
  min-height: 177px;
  margin: auto;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .stack.stack_header_setup_device .container-fluid .container .headerImage .heroImage {
    width: 173px;
    position: relative;
    min-height: 177px;
    margin: auto;
    background-repeat: no-repeat;
  }
}

.stack.stack_header_setup_device .container-fluid .container .header-wrapper {
  display: inline-block;
  margin-left: 1px;
}

@media only screen and (max-width: 767px) {
  .stack.stack_header_setup_device .container-fluid .container .header-wrapper {
    margin-left: 0;
  }
}

.stack.stack_header_setup_device .container-fluid .container .header-wrapper a {
  font-size: 14px;
  font-family: "TeleNeoExtraBold", system-ui, "Segoe UI", Arial, Helvetica, sans-serif, "SF Pro Text";
}

@media only screen and (max-width: 767px) {
  .stack.stack_header_setup_device .container-fluid .container {
    margin-left: 0;
  }
}

.stack.stack_header_setup_device .container-fluid .container .pageTitle {
  display: inline-block;
  width: 100%;
  height: 107px;
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 56px;
  color: #000000;
  flex: none;
  order: 1;
  flex-grow: 0;
  padding-left: 1.7%;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .stack.stack_header_setup_device .container-fluid .container .pageTitle {
    padding-left: 0px;
    width: 403px;
  }
}

@media only screen and (max-width: 767px) {
  .stack.stack_header_setup_device .container-fluid .container .pageTitle {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 0px;
    padding-left: 0;
    width: 100%;
    height: auto;
  }
}

.stack.stack_header_setup_device .container-fluid .textChunk {
  display: inline-block;
}

.stack.stack_header_setup_device .container-fluid .overlay {
  color: #fff;
  background-color: #e20074;
  padding: 36px 0;
}

.stack.stack_header_setup_device .container-fluid .overlay .manualBreadcrumb {
  padding: 0 5rem;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.stack.stack_header_setup_device .container-fluid .overlay h1 {
  padding: 0 5rem;
  height: auto;
}

.stack.stack_get_started {
  margin-top: 43px;
  padding-bottom: 57px;
  background: #f8f8f8;
  display: block;
}

.stack.stack_get_started .container-fluid {
  margin-left: 17%;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  width: 83%;
}

@media only screen and (min-width: 1400px) {
  .stack.stack_get_started .container-fluid {
    max-width: 1381px;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .stack.stack_get_started .container-fluid {
    margin-left: 0;
    width: 100%;
  }
}

.stack.stack_get_started .container-fluid .title .pageTitle {
  margin-left: 1.5%;
  height: 44px;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 44px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 1400px) {
  .stack.stack_get_started .container-fluid .title .pageTitle {
    width: 76%;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .stack.stack_get_started .container-fluid .title .pageTitle {
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    display: inline-block;
    margin-left: 6.5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .stack.stack_get_started .container-fluid .title .pageTitle {
    margin-left: 2.5%;
    display: unset;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .stack.stack_get_started .container-fluid .__links {
    display: inline-grid;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .stack.stack_get_started .container-fluid .__links {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.stack.stack_get_started .container-fluid .__links .__link-item {
  border-bottom: 1px solid #cccccc;
  height: 82px;
  display: table;
  width: 79%;
}

@media only screen and (min-width: 1400px) {
  .stack.stack_get_started .container-fluid .__links .__link-item {
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .stack.stack_get_started .container-fluid .__links .__link-item {
    width: 100%;
  }
}

.stack.stack_get_started .container-fluid .__links .__link-item .arrow-span {
  float: right;
  font-size: 12px;
  font-weight: bold;
  color: #262626;
  margin-top: -35px;
}

@media only screen and (max-width: 767px) {
  .stack.stack_get_started .container-fluid .__links .__link-item .arrow-span {
    margin-top: -48px;
  }
}

.stack.stack_get_started .container-fluid .__links .__link-item-link {
  display: block;
  padding-top: 16px;
  padding-bottom: 18px;
  text-decoration: none;
}

.stack.stack_get_started .container-fluid .__links .__link-item-link .link-logo {
  display: inline;
  margin-left: 25px;
}

.stack.stack_get_started .container-fluid .__links .__link-item-link .link-logo .logo {
  margin-right: 17px;
}

@media only screen and (max-width: 767px) {
  .stack.stack_get_started .container-fluid .__links .__link-item-link .link-logo .logo {
    height: 16px;
    width: 15px;
  }
}

.stack.stack_get_started .container-fluid .__links .__link-item-link .link-logo .__link {
  display: inline;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  flex: none;
  order: 0;
  align-self: stretch;
}

.stack.stack_get_started .container-fluid .__links .__link-item-link .link-logo img {
  width: 24px;
  height: 24px;
}

.stack.stack_get_started .container-fluid .__links .__link-item-link .__sublink {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #6a6a6a;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  margin-left: 69px;
}

.stack.stack_get_started .container-fluid .__links .__link-item-link .__sublink:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .stack.stack_get_started .container-fluid .__links .__link-item-link .__sublink {
    width: 77%;
    padding-bottom: 3%;
    margin-left: 60px;
  }
}

/* Setup Device Breadcrumbs Stack */

.stack.stack_set-up-device-breadcrumbs {
  padding: 0;
}

.stack.stack_set-up-device-breadcrumbs ul {
  white-space: nowrap;
  margin-left: 0;
  padding-left: 0;
}

.stack.stack_set-up-device-breadcrumbs .SetUpDeviceBreadcrumbs {
  display: inline-block;
  list-style: none;
  padding: 0 4px;
  margin-bottom: -38px;
  margin-top: 20px;
}

.stack.stack_set-up-device-breadcrumbs .SetUpDeviceBreadcrumbs:first-child {
  padding-left: 0;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .stack.stack_set-up-device-breadcrumbs .SetUpDeviceBreadcrumbs:first-child {
    margin-left: 0;
  }
}

.stack.stack_set-up-device-breadcrumbs .SetUpDeviceBreadcrumbs:before {
  content: ">";
  font-weight: 600;
  font-size: medium;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 8px;
  color: #4c4c4c;
}

.stack.stack_set-up-device-breadcrumbs .SetUpDeviceBreadcrumbs:first-child:before {
  content: "";
}

/* Manual Breadcrumbs Stack */

.stack.stack_manual_breadcrumbs {
  padding: 0;
}

.stack.stack_manual_breadcrumbs .container {
  padding: 20px 0 10px 6px;
}

.stack.stack_manual_breadcrumbs .container ul {
  padding-left: 0;
  white-space: nowrap;
  margin: 0;
}

.stack.stack_manual_breadcrumbs .manualBreadcrumb {
  display: inline-block;
  list-style: none;
  padding: 0 4px;
}

.stack.stack_manual_breadcrumbs .manualBreadcrumb:first-child {
  padding-left: 0;
}

.stack.stack_manual_breadcrumbs .manualBreadcrumb:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 8px;
  color: #4c4c4c;
}

.stack.stack_manual_breadcrumbs .manualBreadcrumb:first-child:before {
  content: "";
}

@media screen and (min-width: 1024px) {
  .stack.stack_manual_breadcrumbs .container {
    padding: 20px 0 10px 8px;
  }
}

/* Single Column Centered Stack */

.stack.stack_single-column-centered {
  background-color: #fff;
  text-align: center;
}

.stack.stack_single-column-centered .container-fluid {
  padding: 0;
}

.stack.stack_single-column-centered .container-fluid .__item.extraMargin {
  margin-bottom: 0;
}

.stack.stack_single-column-centered div.container {
  padding: 0;
}

.stack.stack_single-column-centered .__item {
  background-color: #f8f8f8;
  display: block;
}

.stack.stack_single-column-centered .__item.extraMargin {
  padding-top: 100px;
  margin-bottom: 100px;
}

.stack.stack_single-column-centered .__item .__content {
  padding: 0 12px 60px 12px;
  margin: 0 auto;
}

.stack.stack_single-column-centered .__item .__content .bottomLink {
  margin-top: 25px;
}

.stack.stack_single-column-centered .__item .__content .singleColumnBullets {
  padding-left: 16px;
  margin: 25px auto 0 auto;
  max-width: 552px;
}

.stack.stack_single-column-centered .__item .__content .iconsCont {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
}

.stack.stack_single-column-centered .__item .__content .iconsCont .bottomIcon {
  display: inline-block;
  width: 50%;
}

.stack.stack_single-column-centered .__item .__content .iconsCont .bottomIcon .__icon {
  align-self: center;
  color: #e20074;
  display: inline-block;
  font-size: 120px;
  text-align: center;
  height: 54px;
  justify-content: space-evenly;
}

.stack.stack_single-column-centered .__item .__content .iconsCont .bottomIcon .__icon.svgIcon {
  width: 165px;
  height: 165px;
}

.stack.stack_single-column-centered .__item .__content .iconsCont .bottomIcon .__icon.appIcon {
  margin: 25px 0 0 0;
}

.stack.stack_single-column-centered .__item .__heading {
  margin: 0;
}

.stack.stack_single-column-centered .__item .heading {
  font-size: 40px;
  margin-top: -50px;
  font-family: "TeleNeoExtraBold" !important;
  font-weight: 800;
}

.stack.stack_single-column-centered .__item .pre-heading {
  margin: -50px 0 60px 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 18px;
}

.stack.stack_single-column-centered .__item .accountHeading {
  font-size: 40px;
  margin-top: -50px;
  font-family: "TeleNeoExtraBold" !important;
  font-weight: 800;
}

.stack.stack_single-column-centered .__item .bodyText {
  margin: 0 auto;
  padding: 20px 25px;
}

.stack.stack_single-column-centered .__item .bodyText h4 {
  margin-bottom: 20px;
}

.stack.stack_single-column-centered .__item .bodyText button {
  display: block;
  margin: 0 auto;
}

.stack.stack_single-column-centered .__item .bodyTextTop {
  margin: 0 auto;
  padding: 20px 25px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.stack.stack_single-column-centered .__item .bodyTextTop h4 {
  margin-bottom: 20px;
}

.stack.stack_single-column-centered .__item .bodyTextTop button {
  display: block;
  margin: 0 auto;
}

.stack.stack_single-column-centered .__item .bodyTextTops {
  margin: 0 auto;
  padding: 20px 25px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.stack.stack_single-column-centered .__item .bodyTextTops h4 {
  margin-bottom: 20px;
}

.stack.stack_single-column-centered .__item .bodyTextTops button {
  display: block;
  margin: 0 auto;
}

.stack.stack_single-column-centered .__item .bottomBodyText {
  text-align: center;
  margin: 0 auto;
}

.stack.stack_single-column-centered .__item .bodyTextBottom {
  text-align: center;
  margin: 0 auto;
}

.stack.stack_single-column-centered .__item .bodyTextBottom .createButton {
  border: 1px solid #ffffff;
  padding: 14px 70px;
  background-color: #e20074;
  color: #ffffff;
}

.stack.stack_single-column-centered .__item .bodyTextBottom .logLink {
  color: #ffffff;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

.stack.stack_single-column-centered .__item .bodyTextBottom .createLink {
  color: #ffffff;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.stack.stack_single-column-centered .__item .bodyTextBottom .account {
  padding-bottom: 10px;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.stack.stack_single-column-centered .__item .__link-all {
  color: #e20074;
  margin: 0;
  text-decoration: underline;
}

.stack.stack_single-column-centered .__item .__link-item {
  line-height: 2;
}

.stack.stack_single-column-centered .__item .__link-item a {
  color: #262626;
  text-decoration: underline;
}

.stack.stack_single-column-centered .__item .__link-items {
  padding: 0;
  list-style-type: none;
}

.stack.stack_single-column-centered .container {
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
}

.stack.stack_single-column-centered .container .singleColumnSubhead {
  padding-top: 42px;
}

.stack.stack_single-column-centered .container .singleColumnBullets {
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .stack.stack_single-column-centered .__item .__content {
    padding: 0 60px 10px 60px;
  }

  .stack.stack_single-column-centered .__item .__content .iconsCont .bottomIcon .__icon {
    height: 64px;
  }

  .stack.stack_single-column-centered .__item .__heading {
    font-size: 40px;
    font-family: "TeleNeoExtraBold" !important;
    font-weight: 800;
  }
}

@media screen and (max-width: 767px) {
  .stack.stack_single-column-centered .__item .heading {
    font-size: 32px !important;
    margin-top: -60px;
    font-family: "TeleNeoExtraBold" !important;
    font-weight: 800;
  }

  .stack.stack_single-column-centered .__item .pre-heading {
    margin: -60px 0px 80px 0px;
  }

  .stack.stack_single-column-centered .__item .accountHeading {
    font-size: 24px !important;
    margin-top: -60px;
    font-family: "TeleNeoExtraBold" !important;
    font-weight: 800;
  }

  .stack.stack_single-column-centered .__item .bodyTextTop {
    text-align: center;
  }

  .stack.stack_single-column-centered .__item .bodyTextTop h4 {
    margin-bottom: 20px;
  }

  .stack.stack_single-column-centered .__item .bodyTextTop button {
    display: block;
    margin: 0 auto;
  }

  .stack.stack_single-column-centered .__item .bodyTextTops {
    text-align: left;
    margin: 0 -12px;
  }

  .stack.stack_single-column-centered .__item .bodyTextBottom {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .stack.stack_single-column-centered .__item .bodyTextBottom .createButton {
    border: 1px solid #ffffff;
    padding: 14px 70px;
    background-color: #e20074;
    color: #ffffff;
    margin-bottom: 17px;
  }

  .stack.stack_single-column-centered .__item .bodyTextBottom .logLink {
    color: #ffffff;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .stack.stack_single-column-centered .__item .bodyTextBottom .createLink {
    color: #ffffff;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }

  .stack.stack_single-column-centered .__item .bodyTextBottom .account {
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  .stack.stack_single-column-centered .__item .__content .iconsCont {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 400px) {
  .stack.stack_single-column-centered .__item .__content .iconsCont .bottomIcon .__icon {
    height: 45px;
  }
}

@media screen and (max-width: 300px) {
  .stack.stack_single-column-centered .__item .__content .iconsCont .bottomIcon {
    width: 100%;
  }
}

/* Billing Single Column Centered Stack */

.stack.stack_billing_single-column-centered {
  background-color: #fff;
  text-align: center;
  padding-top: 27px;
}

.stack.stack_billing_single-column-centered .container-fluid {
  padding: 0;
}

.stack.stack_billing_single-column-centered .container-fluid .__item.extraMargin {
  margin-bottom: 0;
}

.stack.stack_billing_single-column-centered div.container {
  padding: 0;
}

.stack.stack_billing_single-column-centered .__item {
  background-color: #f8f8f8;
  display: block;
}

.stack.stack_billing_single-column-centered .__item.extraMargin {
  padding-top: 20px;
}

.stack.stack_billing_single-column-centered .__item .__content {
  padding: 0 12px 30px 12px;
  margin: 0 auto;
}

.stack.stack_billing_single-column-centered .__item .__content .__main_heading {
  font-size: 32px;
  font-family: "TeleNeoExtraBold";
  font-weight: 800;
  line-height: 36px;
  align-items: center;
  padding-top: 25px;
}

.stack.stack_billing_single-column-centered .__item .__heading {
  margin: 0;
}

.stack.stack_billing_single-column-centered .__item .bodyText {
  margin: 0 auto;
  padding: 20px 25px;
}

.stack.stack_billing_single-column-centered .__item .bodyText h4 {
  margin-bottom: 20px;
}

.stack.stack_billing_single-column-centered .__item .bodyText button {
  display: block;
  margin: 0 auto;
}

.stack.stack_billing_single-column-centered .__item .bottomBodyText {
  text-align: center;
  margin: 0 auto;
}

.stack.stack_billing_single-column-centered .__item .bottomBodyText .createButton {
  border: 1px solid #ffffff;
  padding: 14px 70px;
  background-color: #e20074;
  color: #ffffff;
}

.stack.stack_billing_single-column-centered .__item .bottomBodyText .logLink {
  color: #ffffff;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

.stack.stack_billing_single-column-centered .__item .bottomBodyText .createLink {
  color: #ffffff;
}

.stack .container {
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
  max-width: 100%;
}

/* Billing Single Column centered Stack Responsivenss */

@media screen and (max-width: 1024px) {
  .stack.stack_billing_single-column-centered {
    background-color: #fff;
    text-align: center;
    padding-top: 27px;
  }

  .stack.stack_billing_single-column-centered .container-fluid {
    padding: 0;
  }

  .stack.stack_billing_single-column-centered .container-fluid .__item.extraMargin {
    margin-bottom: 0;
  }

  .stack.stack_billing_single-column-centered div.container {
    padding: 0;
  }

  .stack.stack_billing_single-column-centered .__item {
    background-color: #f8f8f8;
    display: block;
  }

  .stack.stack_billing_single-column-centered .__item.extraMargin {
    padding-top: 20px;
  }

  .stack.stack_billing_single-column-centered .__item .__content {
    padding: 0 12px 60px 12px;
    margin: 0 auto;
  }

  .stack.stack_billing_single-column-centered .__item .__content .__main_heading {
    font-size: 31px;
    font-family: "TeleNeoExtraBold";
    font-weight: 800;
    line-height: 36px;
    align-items: center;
    padding-top: 25px;
  }

  .stack.stack_billing_single-column-centered .__item .__heading {
    margin: 0;
  }

  .stack.stack_billing_single-column-centered .__item .bodyText {
    margin: 0 auto;
    padding: 20px 25px;
  }

  .stack.stack_billing_single-column-centered .__item .bodyText h4 {
    margin-bottom: 20px;
  }

  .stack.stack_billing_single-column-centered .__item .bodyText button {
    display: block;
    margin: 0 auto;
  }

  .stack.stack_billing_single-column-centered .__item .bottomBodyText {
    text-align: center;
    margin: 0 auto;
  }

  .stack.stack_billing_single-column-centered .__item .bottomBodyText .createButton {
    border: 1px solid #ffffff;
    padding: 14px 70px;
    background-color: #e20074;
    color: #ffffff;
  }

  .stack.stack_billing_single-column-centered .__item .bottomBodyText .logLink {
    color: #ffffff;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .stack.stack_billing_single-column-centered .__item .bottomBodyText .createLink {
    color: #ffffff;
  }

  .container {
    padding-bottom: 1.6rem;
    padding-top: 1.6rem;
    max-width: 100%;
  }
}

/* Billlast Single Column centered Stack */

.stack.stack_billlast_single-column-centered {
  background-color: #fff;
}

.stack.stack_billlast_single-column-centered .container-fluid {
  padding: 0;
}

.stack.stack_billlast_single-column-centered .container-fluid .__item.extraMargin {
  margin-bottom: 0;
}

.stack.stack_billlast_single-column-centered div.container {
  padding: 0;
  max-width: 1000px;
}

.stack.stack_billlast_single-column-centered .__item {
  background-color: #f8f8f8;
  display: block;
}

.stack.stack_billlast_single-column-centered .__item.extraMargin {
  padding-top: 100px;
  margin-bottom: 100px;
  margin-top: 130px;
}

.stack.stack_billlast_single-column-centered .__item .__content {
  margin: 0 auto;
}

.stack.stack_billlast_single-column-centered .__item .__content .bottomLink {
  margin-bottom: 22px;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif !important;
}

.stack.stack_billlast_single-column-centered .__item .__content .bottomBodyText .logLink {
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  align-items: left;
  color: #e20074;
}

.stack.stack_billlast_single-column-centered .__item .__content .bottomBodyText .line {
  border: 1px solid #cccccc;
  margin-top: 32px;
}

.stack.stack_billlast_single-column-centered .__item .__content .iconsCont {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
}

.stack.stack_billlast_single-column-centered .__item .__content .iconsCont .bottomIcon {
  display: inline-block;
}

.stack.stack_billlast_single-column-centered .__item .__content .iconsCont .bottomIcon .__icon {
  align-self: center;
  color: #e20074;
  display: inline-block;
  font-size: 120px;
  text-align: center;
  height: 54px;
  justify-content: space-evenly;
}

.stack.stack_billlast_single-column-centered .__item .__content .iconsCont .bottomIcon .__icon.svgIcon {
  width: 165px;
  height: 165px;
}

.stack.stack_billlast_single-column-centered .__item .__content .iconsCont .bottomIcon .__icon.appIcon {
  margin: 50px 25px 0 25px;
}

.stack.stack_billlast_single-column-centered .__item .__content body {
  background: #232323;
}

.stack.stack_billlast_single-column-centered .__item .__content .accordion {
  margin: 0px;
}

.stack.stack_billlast_single-column-centered .__item .__content .t-p {
  color: rgb(193, 206, 216);
  padding: 0px;
}

.stack.stack_billlast_single-column-centered .__item .__heading {
  margin: 0;
  padding-top: 24px;
}

.stack.stack_billlast_single-column-centered .__item .bodyText {
  margin: 0 auto;
  padding-top: 40px;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: bold;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  align-items: left;
}

.stack.stack_billlast_single-column-centered .__item .bodyText h4 {
  margin-bottom: 20px;
}

.stack.stack_billlast_single-column-centered .__item .bodyText button {
  display: block;
  margin: 0 auto;
}

.stack.stack_billlast_single-column-centered .__item .bodyDescription {
  margin: 0 auto;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  align-items: left;
  padding-bottom: 20px;
  padding-top: 12px;
}

.stack.stack_billlast_single-column-centered .__item .__link-all {
  color: #e20074;
  margin: 0;
  text-decoration: underline;
}

.stack.stack_billlast_single-column-centered .__item .__link-item {
  line-height: 2;
}

.stack.stack_billlast_single-column-centered .__item .__link-item a {
  color: #262626;
  text-decoration: underline;
}

.stack.stack_billlast_single-column-centered .__item .__link-items {
  padding: 0;
  list-style-type: none;
}

.stack.stack_billlast_single-column-centered .container {
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
}

.stack.stack_billlast_single-column-centered .container .singleColumnSubhead {
  padding-top: 42px;
}

.stack.stack_billlast_single-column-centered .container .singleColumnBullets {
  text-align: left;
  padding-top: 10px;
}

/* Billing Single Column centered Stack */

.stack.stack_billings_single-column-centered {
  background-color: #fff;
  margin-top: -68px;
}

.stack.stack_billings_single-column-centered .container-fluid {
  max-width: 1000px;
}

.stack.stack_billings_single-column-centered .container-fluid .__item {
  border-bottom: 1px solid #CCC;
  padding-bottom: 8px;
}

.stack.stack_billings_single-column-centered .container-fluid .__item.extraMargin {
  margin-bottom: 0;
}

.stack.stack_billings_single-column-centered div.container {
  padding: 0;
}

.stack.stack_billings_single-column-centered .__item {
  background-color: #f8f8f8;
  display: block;
}

.stack.stack_billings_single-column-centered .__item .__content .bottomLink {
  margin-top: 25px;
}

.stack.stack_billings_single-column-centered .__item .__content .bottomBodyText .logLink {
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  align-items: left;
  color: #e20074;
}

.stack.stack_billings_single-column-centered .__item .__content .bottomBodyText .line {
  border-top: 1px solid #cccccc;
  margin-top: 32px;
  width: 68%;
}

.stack.stack_billings_single-column-centered .__item .__content .iconsCont {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
}

.stack.stack_billings_single-column-centered .__item .__content .iconsCont .bottomIcon {
  display: inline-block;
}

.stack.stack_billings_single-column-centered .__item .__content .iconsCont .bottomIcon .__icon {
  align-self: center;
  color: #e20074;
  display: inline-block;
  font-size: 120px;
  text-align: center;
  height: 54px;
  justify-content: space-evenly;
}

.stack.stack_billings_single-column-centered .__item .__content .iconsCont .bottomIcon .__icon.svgIcon {
  width: 165px;
  height: 165px;
}

.stack.stack_billings_single-column-centered .__item .__content .iconsCont .bottomIcon .__icon.appIcon {
  margin: 50px 25px 0 25px;
}

.stack.stack_billings_single-column-centered .__item .__content body {
  background: #232323;
}

.stack.stack_billings_single-column-centered .__item .__content .accordion {
  margin-top: 20px;
  margin-bottom: 20px;
}

.stack.stack_billings_single-column-centered .__item .__content .t-p {
  color: rgb(193, 206, 216);
  padding: 0px;
}

.stack.stack_billings_single-column-centered .__item .__content ul.singleColumnBullets {
  padding-left: 19px;
  margin-top: 4px;
}

.stack.stack_billings_single-column-centered .__item .__content ul.singleColumnBullets li {
  padding-left: 33px;
  margin-bottom: 2.5em;
  list-style: none;
}

.stack.stack_billings_single-column-centered .__item .__content .green {
  margin-left: -24px;
}

.stack.stack_billings_single-column-centered .__item .__content .where {
  font-size: 16px;
  /* 18/16 -> 18px */
  font-weight: 600;
  display: inline;
  margin-right: 0.5em;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
}

.stack.stack_billings_single-column-centered .__item .__content .day_replies {
  display: block;
  margin-top: 0.5em;
}

.stack.stack_billings_single-column-centered .__item .__content {
  /* BORDERS AND BULLETS */
}

.stack.stack_billings_single-column-centered .__item .__content ul.singleColumnBullets li {
  position: relative;
  /* so that pseudoelements are positioned relatively to their "li"s*/
  /* use padding-bottom instead of margin-bottom.*/
  margin-bottom: 0;
  /* This overrides previously specified margin-bottom */
  padding-bottom: 0.5em;
}

.stack.stack_billings_single-column-centered .__item .__content ul.singleColumnBullets li:after {
  /* bullets */
  content: url("https://es.t-mobile.com/support/static/images/stacks/onboarding/billing1-1x/billing-Ellipse-24.png");
  position: absolute;
  left: -20px;
  /*adjust manually*/
  top: 3px;
}

.stack.stack_billings_single-column-centered .__item .__content ul.singleColumnBullets li:before {
  /* lines */
  content: "";
  position: absolute;
  left: -14px;
  /* adjust manually */
  border-left: 1px solid black;
  height: 60%;
  width: 1px;
  top: 31px !important;
}

.stack.stack_billings_single-column-centered .__item .__content ul.singleColumnBullets li:first-child:before {
  /* first li's line */
  top: 6px;
  /* moves the line down so that it disappears under the bullet. Adjust manually */
}

.stack.stack_billings_single-column-centered .__item .__content ul.singleColumnBullets li:last-child:before {
  /* last li's line */
  border-left: 0px solid;
  height: 6px;
  /* shorten the line so it goes only up to the bullet. Is equal to first-child:before's top */
}

.stack.stack_billings_single-column-centered .__item .__content .accordion .item .item-header {
  border-bottom: none;
  background: transparent;
  padding: 0px;
  margin: 2px;
}

.stack.stack_billings_single-column-centered .__item .__content .accordion .item .item-header button {
  color: white;
  font-size: 20px;
  padding: 0px;
  display: block;
  width: 100%;
  text-align: left;
}

.stack.stack_billings_single-column-centered .__item .__content .accordion .item .item-header .when-closed i {
  font-size: 16px;
  color: #262626;
  width: 8.41px;
  display: flex;
  margin-top: -21px;
  margin-bottom: 1px;
  float: right;
}

.stack.stack_billings_single-column-centered .__item .__content .accordion .item .item-header .when-opened i {
  font-size: 16px;
  color: #e20074;
  width: 8.41px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -21px;
  margin-bottom: 1px;
  float: right;
}

@media only screen and (max-width: 767px) {
  .stack.stack_billings_single-column-centered .__item .__content .accordion .item .item-header .when-closed i {
    font-size: 16px;
    color: #262626;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1px;
    margin-left: 98%;
  }

  .stack.stack_billings_single-column-centered .__item .__content .accordion .item .item-header .when-opened i {
    font-size: 16px;
    color: #e20074;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1px;
    margin-left: 98%;
  }
}

.stack.stack_billings_single-column-centered .__item .__content .collapsed > .when-opened,
.stack.stack_billings_single-column-centered .__item .__content :not(.collapsed) > .when-closed {
  display: none;
}

.stack.stack_billings_single-column-centered .__item .__heading {
  margin: 0;
  font-weight: bold;
  font-family: "TeleNeoExtraBold";
}

.stack.stack_billings_single-column-centered .__item .bodyText {
  padding-top: 10px;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: bold;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  align-items: left;
  color: #262626;
}

.stack.stack_billings_single-column-centered .__item .bodyText h4 {
  margin-bottom: 20px;
}

.stack.stack_billings_single-column-centered .__item .bodyText button {
  display: block;
  margin: 0 auto;
}

.stack.stack_billings_single-column-centered .__item .bodyDescription {
  margin: 0 auto;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  align-items: left;
  padding-bottom: 20px;
  max-width: 100%;
  margin-left: -32px;
  display: inline-block;
  padding: 0 34px;
}

.stack.stack_billings_single-column-centered .__item .__link-all {
  color: #e20074;
  margin: 0;
  text-decoration: underline;
}

.stack.stack_billings_single-column-centered .__item .__link-item {
  line-height: 2;
}

.stack.stack_billings_single-column-centered .__item .__link-item a {
  color: #262626;
  text-decoration: underline;
}

.stack.stack_billings_single-column-centered .__item .__link-items {
  padding: 0;
  list-style-type: none;
}

.stack.stack_billings_single-column-centered .container {
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
}

.stack.stack_billings_single-column-centered .container .singleColumnSubhead {
  padding-top: 42px;
}

.stack.stack_billings_single-column-centered .container .singleColumnBullets {
  text-align: left;
  padding-top: 10px;
}

/* Billings Single Column Centered Stack Responsiveness */

@media screen and (max-width: 1024px) {
  .stack.stack_billings_single-column-centered {
    background-color: #fff;
  }

  .stack.stack_billings_single-column-centered .container-fluid {
    margin-left: 0px;
  }

  .stack.stack_billings_single-column-centered .container-fluid .__item.extraMargin {
    margin-bottom: 0;
  }

  .stack.stack_billings_single-column-centered div.container {
    padding: 0;
  }

  .stack.stack_billings_single-column-centered .__item {
    background-color: #f8f8f8;
    display: block;
  }

  .stack.stack_billings_single-column-centered .__item.extraMargin {
    padding-top: 100px;
    margin-bottom: 100px;
    margin-top: 130px;
  }

  .stack.stack_billings_single-column-centered .__item .__content {
    padding-left: 0px;
  }

  .stack.stack_billings_single-column-centered .__item .__content .accordion {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .stack.stack_billings_single-column-centered .__item .__content .accordion .item .item-header i {
    font-size: 16px;
    color: #e20074;
    width: 7.41px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -43px;
    margin-bottom: 6px;
    margin-right: 3px !important;
  }

  .stack.stack_billings_single-column-centered .__item .__content .accordion .item .item-header .when-closed i {
    font-size: 16px;
    color: #262626;
    width: 0.41px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1px;
    margin-left: 98%;
  }

  .stack.stack_billings_single-column-centered .__item .__content .accordion .item .item-header .when-opened i {
    font-size: 16px;
    color: #e20074;
    width: 0.41px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1px;
    margin-left: 98%;
  }

  .stack.stack_billings_single-column-centered .__item .__content .bottomLink {
    margin-top: 25px;
  }

  .stack.stack_billings_single-column-centered .__item .__content .bottomBodyText .logLink {
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    align-items: left;
    color: #e20074;
  }

  .stack.stack_billings_single-column-centered .__item .__content .singleColumnBullets {
    padding-left: 0px;
    padding-left: 19px;
  }

  .stack.stack_billings_single-column-centered .__item .__content .iconsCont {
    max-width: 550px;
    margin: 0 auto;
    position: relative;
  }

  .stack.stack_billings_single-column-centered .__item .__content .iconsCont .bottomIcon {
    display: inline-block;
  }

  .stack.stack_billings_single-column-centered .__item .__content .iconsCont .bottomIcon .__icon {
    align-self: center;
    color: #e20074;
    display: inline-block;
    font-size: 120px;
    text-align: center;
    height: 54px;
    justify-content: space-evenly;
  }

  .stack.stack_billings_single-column-centered .__item .__content .iconsCont .bottomIcon .__icon.svgIcon {
    width: 165px;
    height: 165px;
  }

  .stack.stack_billings_single-column-centered .__item .__content .iconsCont .bottomIcon .__icon.appIcon {
    margin: 50px 25px 0 25px;
  }

  .stack.stack_billings_single-column-centered .__item .__heading {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .stack.stack_billings_single-column-centered .__item .bodyText {
    padding: 0px;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-style: bold;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    align-items: left;
    width: 95%;
  }

  .stack.stack_billings_single-column-centered .__item .bodyText h4 {
    margin-bottom: 20px;
  }

  .stack.stack_billings_single-column-centered .__item .bodyText button {
    display: block;
    margin: 0 auto;
  }

  .stack.stack_billings_single-column-centered .__item .bodyDescription {
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    align-items: left;
  }

  .stack.stack_billings_single-column-centered .__item .__link-all {
    color: #e20074;
    margin: 0;
    text-decoration: underline;
  }

  .stack.stack_billings_single-column-centered .__item .__link-item {
    line-height: 2;
  }

  .stack.stack_billings_single-column-centered .__item .__link-item a {
    color: #262626;
    text-decoration: underline;
  }

  .stack.stack_billings_single-column-centered .__item .__link-items {
    padding: 0;
    list-style-type: none;
  }

  .stack.stack_billings_single-column-centered .container {
    padding-bottom: 1.6rem;
    padding-top: 1.6rem;
  }

  .stack.stack_billings_single-column-centered .container .singleColumnSubhead {
    padding-top: 42px;
  }

  .stack.stack_billings_single-column-centered .container .singleColumnBullets {
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .stack.stack_single-column-centered div.conatainer {
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .stack.stack_billing_single-column-centered {
    background-color: #fff;
    padding: 0px;
  }

  .stack.stack_billing_single-column-centered .container {
    padding-bottom: 1.6rem;
    padding-top: 1.6rem;
    max-width: 100% !important;
  }
}

/* Billlast Single Column Centered Stack Responsiveness */

@media screen and (max-width: 1024px) {
  .stack.stack_billlast_single-column-centered {
    background-color: #fff;
    padding: 0px;
  }

  .stack.stack_billlast_single-column-centered .container-fluid {
    padding: 0;
  }

  .stack.stack_billlast_single-column-centered .container-fluid .__item.extraMargin {
    margin-bottom: 0;
  }

  .stack.stack_billlast_single-column-centered div.container {
    padding: 0;
  }

  .stack.stack_billlast_single-column-centered .__item {
    background-color: #f8f8f8;
    display: block;
  }

  .stack.stack_billlast_single-column-centered .__item.extraMargin {
    padding-top: 100px;
    margin-bottom: 100px;
    margin-top: 130px;
  }

  .stack.stack_billlast_single-column-centered .__item .__content {
    padding: 0 12px 8px 12px;
    margin: 0 auto;
  }

  .stack.stack_billlast_single-column-centered .__item .__content .bottomLink {
    margin-top: 25px;
  }

  .stack.stack_billlast_single-column-centered .__item .__content .bottomBodyText .logLink {
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    align-items: left;
    color: #e20074;
  }

  .stack.stack_billlast_single-column-centered .__item .__content .singleColumnBullets {
    padding-left: 0px;
  }

  .stack.stack_billlast_single-column-centered .__item .__content .iconsCont {
    max-width: 550px;
    margin: 0 auto;
    position: relative;
  }

  .stack.stack_billlast_single-column-centered .__item .__content .iconsCont .bottomIcon {
    display: inline-block;
  }

  .stack.stack_billlast_single-column-centered .__item .__content .iconsCont .bottomIcon .__icon {
    align-self: center;
    color: #e20074;
    display: inline-block;
    font-size: 120px;
    text-align: center;
    height: 54px;
    justify-content: space-evenly;
  }

  .stack.stack_billlast_single-column-centered .__item .__content .iconsCont .bottomIcon .__icon.svgIcon {
    width: 165px;
    height: 165px;
  }

  .stack.stack_billlast_single-column-centered .__item .__content .iconsCont .bottomIcon .__icon.appIcon {
    margin: 50px 25px 0 25px;
  }

  .stack.stack_billlast_single-column-centered .__item .__heading {
    margin: 0;
    font-family: "TeleNeoExtraBold";
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
  }

  .stack.stack_billlast_single-column-centered .__item .bodyText {
    margin: 0 auto;
    padding: 10px 0px;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-style: bold;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    align-items: left;
  }

  .stack.stack_billlast_single-column-centered .__item .bodyText h4 {
    margin-bottom: 20px;
  }

  .stack.stack_billlast_single-column-centered .__item .bodyText button {
    display: block;
    margin: 0 auto;
  }

  .stack.stack_billlast_single-column-centered .__item .bodyDescription {
    margin: 0 auto;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    align-items: left;
  }

  .stack.stack_billlast_single-column-centered .__item .__link-all {
    color: #e20074;
    margin: 0;
    text-decoration: underline;
  }

  .stack.stack_billlast_single-column-centered .__item .__link-item {
    line-height: 2;
  }

  .stack.stack_billlast_single-column-centered .__item .__link-item a {
    color: #262626;
    text-decoration: underline;
  }

  .stack.stack_billlast_single-column-centered .__item .__link-items {
    padding: 0;
    list-style-type: none;
  }

  .stack.stack_billlast_single-column-centered .container {
    padding-bottom: 1.6rem;
    padding-top: 1.6rem;
  }

  .stack.stack_billlast_single-column-centered .container .singleColumnSubhead {
    padding-top: 42px;
  }

  .stack.stack_billlast_single-column-centered .container .singleColumnBullets {
    text-align: left;
  }
}

/* Billing Question One Stack */

.stack.stack_question_one .container-fluid {
  max-width: 1000px;
}

.stack.stack_question_one .container-fluid ._main {
  border-bottom: 1px solid #CCC;
  padding-bottom: 8px;
}

.stack.stack_question_one .container-fluid .title .pageTitle {
  margin-left: 1.5%;
  height: 44px;
  font-family: "TeleNeoExtraBold";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 44px;
  display: flex;
  align-items: center;
}

.stack.stack_question_one .container-fluid .bodyText {
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: bold;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  align-items: left;
  color: #262626;
}

.stack.stack_question_one .container-fluid .bodyText h4 {
  margin-bottom: 20px;
}

.stack.stack_question_one .container-fluid .bodyText button {
  display: block;
  margin: 0 auto;
}

.stack.stack_question_one .container-fluid .bodyDescription {
  text-align: left;
  margin: 0 auto;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
}

.stack.stack_question_one .container-fluid .bottomBodyText {
  text-align: left;
  padding: 0 9px;
  margin: 0 auto;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
}

.stack.stack_question_one .container-fluid .bottomBodyText .line {
  border-top: 1px solid #cccccc;
  margin-top: 32px;
  width: 68%;
}

.stack.stack_question_one .container-fluid .__links .__link-item {
  height: 82px;
  display: table;
  padding-top: 16px;
  width: 69%;
}

.stack.stack_question_one .container-fluid .__links .__link-item .link-logo {
  display: flex;
}

.stack.stack_question_one .container-fluid .__links .__link-item .link-logo .logo {
  margin-right: 9px;
  height: 24px;
  width: 24px;
}

.stack.stack_question_one .container-fluid .__links .__link-item .link-logo .__link {
  display: inline;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  flex: none;
  order: 0;
  align-self: stretch;
}

.stack.stack_question_one .container-fluid .__links .__link-item .link-logo .question_title {
  font-size: 16px;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 24px;
}

.stack.stack_question_one .container-fluid .__links .__link-item .__sublink {
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: Mixed;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 0 34px;
  width: 100%;
}

.stack.stack_question_one .container-fluid .__links .__link-item .__reply {
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: Mixed;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 0 34px;
  width: 100%;
  color: #6a6a6a;
}

.stack.stack_question_one .container-fluid .__links .arrow {
  float: right;
  font-size: 12px;
  font-weight: bold;
  color: #262626;
  margin-top: -22px;
  margin-right: 50px;
}

.stack.stack_question_one .container-fluid .bottomBodyText .logLink {
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  align-items: left;
  color: #e20074;
}

.stack.stack_question_one body {
  background: #232323;
}

.stack.stack_question_one .accordion {
  margin-top: 20px;
  margin-bottom: 20px;
}

.stack.stack_question_one .t-p {
  padding: 0px;
}

.stack.stack_question_one .accordion .item .item-header {
  border-bottom: none;
  background: transparent;
  padding: 0px;
}

.stack.stack_question_one .accordion .item .item-header button {
  color: white;
  font-size: 20px;
  padding: 0px;
  display: block;
  width: 100%;
  text-align: left;
}

.stack.stack_question_one .accordion .item .item-header .when-closed i {
  font-size: 16px;
  color: #262626;
  width: 7.41px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -21px;
  margin-bottom: 1px;
  float: right;
}

.stack.stack_question_one .accordion .item .item-header .when-opened i {
  font-size: 16px;
  color: #e20074;
  width: 7.41px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -21px;
  margin-bottom: 1px;
  float: right;
}

.stack.stack_question_one .collapsed > .when-opened,
.stack.stack_question_one :not(.collapsed) > .when-closed {
  display: none;
}

/* Billing Question One Stack Responsivenss */

@media screen and (max-width: 1024px) {
  .stack.stack_question_one {
    padding-bottom: 0px;
    display: block;
  }

  .stack.stack_question_one .container-fluid {
    margin-left: 0px;
  }

  .stack.stack_question_one .container-fluid .title .pageTitle {
    margin-left: 1.5%;
    height: 44px;
    font-family: "TeleNeoExtraBold";
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 44px;
    display: flex;
    align-items: center;
  }

  .stack.stack_question_one .container-fluid .bodyText {
    padding: 0px;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-style: bold;
    font-weight: 600;
    font-size: 16px;
    width: 95%;
    line-height: 24px;
    align-items: left;
    width: 95%;
  }

  .stack.stack_question_one .container-fluid .bodyText h4 {
    margin-bottom: 20px;
  }

  .stack.stack_question_one .container-fluid .bodyText button {
    display: block;
    margin: 0 auto;
  }

  .stack.stack_question_one .container-fluid .bodyDescription {
    text-align: left;
    padding: 0px;
    margin: 0 auto;
  }

  .stack.stack_question_one .container-fluid .bottomBodyText {
    text-align: left;
    padding: 32px 0px;
    margin: 0 auto;
  }

  .stack.stack_question_one .container-fluid .bottomBodyText .line {
    border-top: 1px solid #cccccc;
    margin-top: 32px;
    width: 100%;
  }

  .stack.stack_question_one .container-fluid .__links {
    margin-left: 0px;
  }

  .stack.stack_question_one .container-fluid .__links .__link-item {
    width: 100%;
  }

  .stack.stack_question_one .container-fluid .__links .__link-item span {
    float: right;
    font-size: 12px;
    font-weight: bold;
    color: #262626;
    margin-top: -35px;
  }

  .stack.stack_question_one .container-fluid .__links .__link-item .link-logo {
    display: flex;
  }

  .stack.stack_question_one .container-fluid .__links .__link-item .link-logo .logo {
    margin-right: 17px;
  }

  .stack.stack_question_one .container-fluid .__links .__link-item .link-logo .__link {
    display: inline;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    flex: none;
    order: 0;
    align-self: stretch;
  }

  .stack.stack_question_one .container-fluid .__links .__link-item .link-logo .question_title {
    font-size: 16px;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 24px;
  }

  .stack.stack_question_one .container-fluid .__links .__link-item .link-logo .__reply {
    display: block;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-style: Mixed;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 0 34px;
    width: 100%;
    color: #6a6a6a;
  }

  .stack.stack_question_one .container-fluid .__links .__link-item .__sublink {
    display: block;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-style: Mixed;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 0 42px;
    width: 100%;
  }

  .stack.stack_question_one .container-fluid .bottomBodyText .logLink {
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    align-items: left;
    color: #e20074;
  }

  .stack.stack_question_one body {
    background: #232323;
  }

  .stack.stack_question_one .accordion {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .stack.stack_question_one .t-p {
    padding: 0px;
  }

  .stack.stack_question_one .accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 2px;
  }

  .stack.stack_question_one .accordion .item .item-header div button {
    color: white;
    font-size: 20px;
    padding: 0px;
    display: block;
    width: 100%;
    text-align: left;
  }

  .stack.stack_question_one .accordion .item .item-header .when-closed {
    top: 26px;
    right: 0px;
  }

  .stack.stack_question_one .accordion .item .item-header div a {
    position: relative;
  }

  .stack.stack_question_one .accordion .item .item-header .when-opened {
    top: 26px;
    right: 0px;
  }

  .stack.stack_question_one .accordion .item .item-header div i {
    font-size: 16px;
    color: #e20074;
    width: 7.41px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
    margin-bottom: 6px;
    margin-left: 98% !important;
  }
}

/* Billing Question two Stack Responsivenss */

.stack.stack_question_two .container-fluid {
  max-width: 1000px;
}

.stack.stack_question_two .container-fluid ._main {
  border-bottom: 1px solid #CCC;
  padding-bottom: 8px;
}

.stack.stack_question_two .container-fluid .title .pageTitle {
  margin-left: 1.5%;
  height: 44px;
  font-family: "TeleNeoExtraBold";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 44px;
  display: flex;
  align-items: center;
}

.stack.stack_question_two .container-fluid .bodyText {
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: bold;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  align-items: left;
  color: #262626;
}

.stack.stack_question_two .container-fluid .bodyText h4 {
  margin-bottom: 20px;
}

.stack.stack_question_two .container-fluid .bodyText button {
  display: block;
  margin: 0 auto;
}

.stack.stack_question_two .container-fluid .bodyDescription {
  text-align: left;
  padding: 0 12px;
  margin: 0 auto;
}

.stack.stack_question_two .container-fluid .bottomBodyText {
  text-align: left;
  padding: 0 9px;
  margin: 0 auto;
}

.stack.stack_question_two .container-fluid .__links .__link-item:last-child {
  border-bottom: none;
}

.stack.stack_question_two .container-fluid .__links .__link-item {
  height: 82px;
  display: table;
  width: 100%;
  border-bottom: 1px solid #CCC;
}

.stack.stack_question_two .container-fluid .__links .__link-item .link-logo {
  display: flex;
}

.stack.stack_question_two .container-fluid .__links .__link-item .link-logo .logo {
  margin-right: 17px;
  width: 24px;
  height: 24px;
  margin-top: 16px;
}

.stack.stack_question_two .container-fluid .__links .__link-item .link-logo .__link {
  display: inline;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  flex: none;
  order: 0;
  align-self: stretch;
}

.stack.stack_question_two .container-fluid .__links .__link-item .link-logo .question_title {
  font-size: 16px;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 24px;
  margin-left: -7px;
  margin-top: 16px;
}

.stack.stack_question_two .container-fluid .__links .__link-item .icon_items {
  padding-bottom: 18px;
}

.stack.stack_question_two .container-fluid .__links .__link-item .__sublink {
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: Mixed;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 0 34px;
  width: 100%;
}

.stack.stack_question_two .container-fluid .__links .__link-item .__claim_reply {
  text-decoration: none;
  color: #6a6a6a;
}

.stack.stack_question_two .container-fluid .__links .__link-item .__reply {
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: Mixed;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 0 34px;
  width: 100%;
  color: #6a6a6a;
}

.stack.stack_question_two .container-fluid .__links .__link-item .reply_link:hover {
  text-decoration: underline;
}

.stack.stack_question_two .container-fluid .__links .arrow {
  float: right;
  font-size: 12px;
  font-weight: bold;
  color: #262626;
  margin-top: -6px;
}

.stack.stack_question_two .container-fluid .bottomBodyText .logLink {
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  align-items: left;
  color: #e20074;
}

.stack.stack_question_two body {
  background: #232323;
}

.stack.stack_question_two .accordion {
  margin-top: 20px;
  margin-bottom: 20px;
}

.stack.stack_question_two .t-p {
  padding: 0px;
}

.stack.stack_question_two .accordion .item .item-header {
  border-bottom: none;
  background: transparent;
  padding: 0px;
}

.stack.stack_question_two .accordion .item .item-header button {
  color: white;
  font-size: 20px;
  padding: 0px;
  display: block;
  width: 100%;
  text-align: left;
}

.stack.stack_question_two .accordion .item .item-header .when-closed i {
  font-size: 16px;
  color: #262626;
  width: 7.41px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -21px;
  margin-bottom: 1px;
  float: right;
}

.stack.stack_question_two .accordion .item .item-header .when-opened i {
  font-size: 16px;
  color: #e20074;
  width: 7.41px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -21px;
  margin-bottom: 1px;
  float: right;
}

.stack.stack_question_two .collapsed > .when-opened,
.stack.stack_question_two :not(.collapsed) > .when-closed {
  display: none;
}

/* Billing Question Two Stack Responsivenss */

@media screen and (max-width: 1024px) {
  .stack.stack_question_two {
    padding-bottom: 0px;
    display: block;
  }

  .stack.stack_question_two .container-fluid {
    margin-left: 0px;
  }

  .stack.stack_question_two .container-fluid .title .pageTitle {
    margin-left: 1.5%;
    height: 44px;
    font-family: "TeleNeoExtraBold";
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 44px;
    display: flex;
    align-items: center;
  }

  .stack.stack_question_two .container-fluid .bodyText {
    padding: 0px;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-style: bold;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    align-items: left;
    width: 95%;
  }

  .stack.stack_question_two .container-fluid .bodyText h4 {
    margin-bottom: 20px;
  }

  .stack.stack_question_two .container-fluid .bodyText button {
    display: block;
    margin: 0 auto;
  }

  .stack.stack_question_two .container-fluid .bodyDescription {
    text-align: left;
    padding: 0px;
    margin: 0 auto;
  }

  .stack.stack_question_two .container-fluid .bottomBodyText {
    text-align: left;
    padding: 32px 0px;
    margin: 0 auto;
  }

  .stack.stack_question_two .container-fluid .bottomBodyText .line {
    border-top: 1px solid #cccccc;
    margin-top: 32px;
    width: 100%;
  }

  .stack.stack_question_two .container-fluid .__links {
    margin-left: 0px;
  }

  .stack.stack_question_two .container-fluid .__links .__link-item {
    width: 100%;
    padding-bottom: 9px;
  }

  .stack.stack_question_two .container-fluid .__links .__link-item span {
    float: right;
    font-size: 12px;
    font-weight: bold;
    color: #262626;
    margin-top: -35px;
  }

  .stack.stack_question_two .container-fluid .__links .__link-item .link-logo {
    display: flex;
  }

  .stack.stack_question_two .container-fluid .__links .__link-item .link-logo .logo {
    margin-right: 17px;
  }

  .stack.stack_question_two .container-fluid .__links .__link-item .link-logo .__link {
    display: inline;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    flex: none;
    order: 0;
    align-self: stretch;
  }

  .stack.stack_question_two .container-fluid .__links .__link-item .link-logo .question_title {
    font-size: 16px;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 24px;
  }

  .stack.stack_question_two .container-fluid .__links .__link-item .__sublink {
    display: block;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-style: Mixed;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 0 34px;
    width: 100%;
  }

  .stack.stack_question_two .container-fluid .__links .__link-item .__reply {
    display: block;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-style: Mixed;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    color: #6a6a6a;
    padding: 0;
    margin: 0;
  }

  .stack.stack_question_two .container-fluid .__links .__link-item .icon_items {
    padding-left: 36px;
  }

  .stack.stack_question_two .container-fluid .__links .arrow {
    float: right;
    font-size: 12px;
    font-weight: bold;
    color: #262626;
    margin-top: -22px;
    margin-right: 0px;
  }

  .stack.stack_question_two .container-fluid .bottomBodyText .logLink {
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    align-items: left;
    color: #e20074;
  }

  .stack.stack_question_two body {
    background: #232323;
  }

  .stack.stack_question_two .accordion {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .stack.stack_question_two .t-p {
    padding: 0px;
  }

  .stack.stack_question_two .accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 2px;
  }

  .stack.stack_question_two .accordion .item .item-header button {
    color: white;
    font-size: 20px;
    padding: 0px;
    display: block;
    width: 100%;
    text-align: left;
  }

  .stack.stack_question_two .accordion .item .item-header i {
    font-size: 16px;
    color: #e20074;
    width: 7.41px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -9px;
    margin-bottom: 6px;
    margin-left: 98% !important;
  }

  .stack.stack_question_two button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
    color: #000000;
  }

  .stack.stack_question_two button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
  }
}

/* Billing Question Three Stack Responsivenss */

.stack.stack_question_three .container-fluid {
  max-width: 1000px;
}

.stack.stack_question_three .container-fluid ._main {
  border-bottom: 1px solid #CCC;
  padding-bottom: 12px;
}

.stack.stack_question_three .container-fluid .title .pageTitle {
  margin-left: 1.5%;
  height: 44px;
  font-family: "TeleNeoExtraBold";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 44px;
  display: flex;
  align-items: center;
}

.stack.stack_question_three .container-fluid .bodyText {
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: bold;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  align-items: left;
  color: #262626;
}

.stack.stack_question_three .container-fluid .bodyText h4 {
  margin-bottom: 20px;
}

.stack.stack_question_three .container-fluid .bodyText button {
  display: block;
  margin: 0 auto;
}

.stack.stack_question_three .container-fluid .bodyDescription {
  width: 100%;
  padding-right: 467px;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
}

.stack.stack_question_three .container-fluid .bottomBodyText {
  text-align: left;
  margin: 0 auto;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
}

.stack.stack_question_three .container-fluid .bottomBodyText .line {
  border-top: 1px solid #cccccc;
  margin-top: 32px;
  width: 70%;
}

.stack.stack_question_three .container-fluid .__links {
  margin-left: 13px;
}

.stack.stack_question_three .container-fluid .__links .__link-item {
  height: 82px;
  display: table;
  padding-top: 16px;
  width: 69%;
}

.stack.stack_question_three .container-fluid .__links .__link-item .link-logo {
  display: flex;
}

.stack.stack_question_three .container-fluid .__links .__link-item .link-logo .logo {
  margin-right: 17px;
}

.stack.stack_question_three .container-fluid .__links .__link-item .link-logo .__link {
  display: inline;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  flex: none;
  order: 0;
  align-self: stretch;
}

.stack.stack_question_three .container-fluid .__links .__link-item .link-logo .question_title {
  font-size: 16px;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 24px;
}

.stack.stack_question_three .container-fluid .__links .__link-item .__sublink {
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: Mixed;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 0 34px;
  width: 100%;
}

.stack.stack_question_three .container-fluid .__links .__link-item .__reply {
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: Mixed;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 0 34px;
  width: 100%;
  color: #6a6a6a;
}

.stack.stack_question_three .container-fluid .__links .arrow {
  float: right;
  font-size: 12px;
  font-weight: bold;
  color: #262626;
  margin-top: -22px;
}

.stack.stack_question_three .container-fluid .bottomBodyText .logLink {
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  align-items: left;
  color: #e20074;
}

.stack.stack_question_three body {
  background: #232323;
}

.stack.stack_question_three .accordion {
  margin-top: 20px;
  margin-bottom: 20px;
}

.stack.stack_question_three .t-p {
  padding: 0px;
}

.stack.stack_question_three .accordion .item .item-header {
  border-bottom: none;
  background: transparent;
  padding: 0px;
}

.stack.stack_question_three .accordion .item .item-header button {
  color: white;
  font-size: 20px;
  padding: 0px;
  display: block;
  width: 100%;
  text-align: left;
}

.stack.stack_question_three .accordion .item .item-header .when-closed i {
  font-size: 16px;
  color: #262626;
  width: 7.41px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -21px;
  margin-bottom: 1px;
  float: right;
}

.stack.stack_question_three .accordion .item .item-header .when-opened i {
  font-size: 16px;
  color: #e20074;
  width: 7.41px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -21px;
  margin-bottom: 1px;
  float: right;
}

.stack.stack_question_three .collapsed > .when-opened,
.stack.stack_question_three :not(.collapsed) > .when-closed {
  display: none;
}

/* Billing Question Three Stack Responsivenss */

@media screen and (max-width: 1024px) {
  .stack.stack_question_three {
    padding-bottom: 0px;
    display: block;
  }

  .stack.stack_question_three .container-fluid {
    margin-left: 0px;
  }

  .stack.stack_question_three .container-fluid .title .pageTitle {
    margin-left: 1.5%;
    height: 44px;
    font-family: "TeleNeoExtraBold";
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 44px;
    display: flex;
    align-items: center;
  }

  .stack.stack_question_three .container-fluid .bodyText {
    padding: 0px;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-style: bold;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    align-items: left;
    width: 95%;
  }

  .stack.stack_question_three .container-fluid .bodyText h4 {
    margin-bottom: 20px;
  }

  .stack.stack_question_three .container-fluid .bodyText button {
    display: block;
    margin: 0 auto;
  }

  .stack.stack_question_three .container-fluid .bodyDescription {
    text-align: left;
    padding: 0px;
    margin: 0 auto;
  }

  .stack.stack_question_three .container-fluid .bottomBodyText {
    text-align: left;
    padding: 32px 0px;
    margin: 0 auto;
  }

  .stack.stack_question_three .container-fluid .bottomBodyText .line {
    border-top: 1px solid #cccccc;
    margin-top: 32px;
    width: 100%;
  }

  .stack.stack_question_three .container-fluid .__links {
    margin-left: 0px;
  }

  .stack.stack_question_three .container-fluid .__links .__link-item {
    width: 100%;
  }

  .stack.stack_question_three .container-fluid .__links .__link-item span {
    float: right;
    font-size: 12px;
    font-weight: bold;
    color: #262626;
    margin-top: -35px;
  }

  .stack.stack_question_three .container-fluid .__links .__link-item .link-logo {
    display: flex;
  }

  .stack.stack_question_three .container-fluid .__links .__link-item .link-logo .logo {
    margin-right: 17px;
  }

  .stack.stack_question_three .container-fluid .__links .__link-item .link-logo .__link {
    display: inline;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    flex: none;
    order: 0;
    align-self: stretch;
  }

  .stack.stack_question_three .container-fluid .__links .__link-item .link-logo .question_title {
    font-size: 16px;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 24px;
  }

  .stack.stack_question_three .container-fluid .__links .__link-item .link-logo .__reply {
    display: block;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-style: Mixed;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 0 34px;
    width: 100%;
    color: #6a6a6a;
  }

  .stack.stack_question_three .container-fluid .__links .__link-item .__sublink {
    display: block;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-style: Mixed;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 0 34px;
    width: 100%;
  }

  .stack.stack_question_three .container-fluid .bottomBodyText .logLink {
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    align-items: left;
    color: #e20074;
  }

  .stack.stack_question_three body {
    background: #232323;
  }

  .stack.stack_question_three .accordion {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .stack.stack_question_three .t-p {
    padding: 0px;
  }

  .stack.stack_question_three .accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 2px;
  }

  .stack.stack_question_three .accordion .item .item-header button {
    color: white;
    font-size: 20px;
    padding: 0px;
    display: block;
    width: 100%;
    text-align: left;
  }

  .stack.stack_question_three .accordion .item .item-header i {
    font-size: 16px;
    color: #e20074;
    width: 7.41px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -9px;
    margin-bottom: 6px;
    margin-left: 98% !important;
  }

  .stack.stack_question_three button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
    color: #000000;
  }

  .stack.stack_question_three button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
  }
}

/* Billing Question Stack */

.stack.stack_questions .container-fluid {
  max-width: 1000px;
}

.stack.stack_questions .container-fluid ._main {
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
}

.stack.stack_questions .container-fluid .title .pageTitle {
  margin-left: 1.5%;
  height: 44px;
  font-family: "TeleNeoExtraBold";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  display: flex;
  align-items: center;
  color: #262626;
}

.stack.stack_questions .container-fluid .bodyText {
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: bold;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  align-items: left;
}

.stack.stack_questions .container-fluid .bodyText h4 {
  margin-bottom: 20px;
}

.stack.stack_questions .container-fluid .bodyText button {
  display: block;
  margin: 0 auto;
}

.stack.stack_questions .container-fluid .bodyDescription {
  text-align: left;
  margin: 0 auto;
}

.stack.stack_questions .container-fluid .bottomBodyText {
  text-align: left;
  padding: 0 9px;
  margin: 0 auto;
}

.stack.stack_questions .container-fluid .bottomBodyText .line {
  border-top: 1px solid #cccccc;
  margin-top: 32px;
  width: 68%;
}

.stack.stack_questions .container-fluid .__links .__link-item {
  height: 82px;
  display: table;
  padding-top: 16px;
  width: 69%;
}

.stack.stack_questions .container-fluid .__links .__link-item .link-logo {
  display: flex;
}

.stack.stack_questions .container-fluid .__links .__link-item .link-logo .logo {
  margin-right: 9px;
  width: 24px;
  height: 24px;
}

.stack.stack_questions .container-fluid .__links .__link-item .link-logo .__link {
  display: inline;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  flex: none;
  order: 0;
  align-self: stretch;
}

.stack.stack_questions .container-fluid .__links .__link-item .link-logo .question_title {
  font-size: 16px;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 24px;
}

.stack.stack_questions .container-fluid .__links .__link-item .__sublink {
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: Mixed;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 0 34px;
  width: 100%;
}

.stack.stack_questions .container-fluid .__links .__link-item .__reply {
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: Mixed;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 0 34px;
  width: 100%;
  color: #6a6a6a;
}

.stack.stack_questions .container-fluid .__links .arrow {
  float: right;
  font-size: 12px;
  font-weight: bold;
  color: #262626;
  margin-top: -22px;
}

.stack.stack_questions .container-fluid .bottomBodyText .logLink {
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  align-items: left;
  color: #e20074;
}

.stack.stack_questions body {
  background: #232323;
}

.stack.stack_questions .accordion {
  margin-top: 20px;
  margin-bottom: 20px;
}

.stack.stack_questions .t-p {
  padding: 0px;
}

.stack.stack_questions .accordion .item .item-header {
  border-bottom: none;
  background: transparent;
  padding: 0px;
}

.stack.stack_questions .accordion .item .item-header button {
  color: white;
  font-size: 20px;
  padding: 0px;
  display: block;
  width: 100%;
  text-align: left;
}

.stack.stack_questions .accordion .item .item-header .when-closed i {
  font-size: 16px;
  color: #262626;
  width: 7.41px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -21px;
  margin-bottom: 1px;
  float: right;
}

.stack.stack_questions .accordion .item .item-header .when-opened i {
  font-size: 16px;
  color: #e20074;
  width: 7.41px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -21px;
  margin-bottom: 1px;
  float: right;
}

.stack.stack_questions .collapsed > .when-opened,
.stack.stack_questions :not(.collapsed) > .when-closed {
  display: none;
}

/* Billing Question Stack Responsivenss */

@media screen and (max-width: 1024px) {
  .stack.stack_questions {
    padding-bottom: 0px;
    display: block;
  }

  .stack.stack_questions .accordion {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .stack.stack_questions .accordion .item .item-header i {
    font-size: 16px;
    color: #e20074;
    width: 7.41px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -21px;
    margin-bottom: 6px;
    margin-left: 98% !important;
  }

  .stack.stack_questions .container-fluid {
    margin-left: 0px;
  }

  .stack.stack_questions .container-fluid .title .pageTitle {
    margin-left: 1.5%;
    height: 44px;
    font-family: "TeleNeoExtraBold";
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 44px;
    display: flex;
    align-items: center;
  }

  .stack.stack_questions .container-fluid .bodyText {
    padding: 0px;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-style: bold;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    align-items: left;
    width: 95%;
  }

  .stack.stack_questions .container-fluid .bodyText h4 {
    margin-bottom: 20px;
  }

  .stack.stack_questions .container-fluid .bodyText button {
    display: block;
    margin: 0 auto;
  }

  .stack.stack_questions .container-fluid .bodyDescription {
    text-align: left;
    padding: 0px;
    margin: 0 auto;
  }

  .stack.stack_questions .container-fluid .bottomBodyText {
    text-align: left;
    padding: 32px 0px;
    margin: 0 auto;
  }

  .stack.stack_questions .container-fluid .bottomBodyText .line {
    border-top: 1px solid #cccccc;
    margin-top: 32px;
    width: 100%;
  }

  .stack.stack_questions .container-fluid .__links {
    margin-left: 0px;
  }

  .stack.stack_questions .container-fluid .__links .__link-item {
    width: 100%;
  }

  .stack.stack_questions .container-fluid .__links .__link-item span {
    float: right;
    font-size: 12px;
    font-weight: bold;
    color: #262626;
    margin-top: -35px;
  }

  .stack.stack_questions .container-fluid .__links .__link-item .link-logo {
    display: flex;
  }

  .stack.stack_questions .container-fluid .__links .__link-item .link-logo .logo {
    margin-right: 17px;
  }

  .stack.stack_questions .container-fluid .__links .__link-item .link-logo .__link {
    display: inline;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    flex: none;
    order: 0;
    align-self: stretch;
  }

  .stack.stack_questions .container-fluid .__links .__link-item .link-logo .question_title {
    font-size: 16px;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 24px;
  }

  .stack.stack_questions .container-fluid .__links .__link-item .link-logo .__reply {
    display: block;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-style: Mixed;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 0 34px;
    width: 100%;
    color: #6a6a6a;
  }

  .stack.stack_questions .container-fluid .__links .__link-item .__sublink {
    display: block;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-style: Mixed;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 0 42px;
    width: 100%;
  }

  .stack.stack_questions .container-fluid .bottomBodyText .logLink {
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    align-items: left;
    color: #e20074;
  }

  .stack.stack_questions body {
    background: #232323;
  }

  .stack.stack_questions .t-p {
    padding: 0px;
  }

  .stack.stack_questions .accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 2px;
  }

  .stack.stack_questions .accordion .item .item-header h2 button {
    color: white;
    font-size: 20px;
    padding: 0px;
    display: block;
    width: 100%;
    text-align: left;
  }

  .stack.stack_questions button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
    color: #000000;
  }

  .stack.stack_questions button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
  }
}

/* Single Column Left Stack */

.stack.stack_single_column_left {
  margin-bottom: 100px;
  text-align: left;
}

.stack.stack_single_column_left .container {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
}

.stack.stack_single_column_left .container .singleColumnSection {
  border-bottom: 1px solid #000;
  margin-bottom: 52px;
}

.stack.stack_single_column_left .container .singleColumnSection:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.stack.stack_single_column_left .container .singleColumnSection .singleColumnLeftSubhead {
  font-size: calc(27px + 6 * (100vw - 375px) / 200);
  margin-bottom: 20px;
}

.stack.stack_single_column_left .container .singleColumnSection .bodyText {
  max-width: 100%;
  margin-bottom: 25px;
}

.stack.stack_single_column_left .container .singleColumnSection .bodyText .howItWorks {
  font-size: 20px;
}

.stack.stack_single_column_left .container .singleColumnSection .responsiveImage {
  width: 100%;
  height: auto;
  max-width: 1000px;
}

.stack.stack_single_column_left .container .singleColumnSection .responsiveImage.desktopImage {
  display: none;
}

.stack.stack_single_column_left .container .singleColumnSection .responsiveImage.mobileImage {
  display: block;
}

.stack.stack_single_column_left .container .firstSection {
  border-bottom: none;
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .stack.stack_single_column_left .container .singleColumnSection {
    padding: 0;
    max-width: 972px;
    margin: 0 auto;
  }

  .stack.stack_single_column_left .container .singleColumnSection .singleColumnLeftSubhead {
    font-size: 46px;
  }

  .stack.stack_single_column_left .container .singleColumnSection .bodyText {
    max-width: 100%;
  }

  .stack.stack_single_column_left .container .singleColumnSection .responsiveImage.mobileImage {
    display: none;
  }

  .stack.stack_single_column_left .container .singleColumnSection .responsiveImage.desktopImage {
    display: block;
  }
}

@media screen and (max-width: 520px) {
  .stack.stack_single_column_left .container .singleColumnSection .bodyText {
    max-width: 100%;
  }
}

/* Tallboys Stack */

.stack.stack_tallboys {
  background-color: #f8f8f8;
  text-align: center;
  margin-bottom: 100px;
  padding-top: 3.6rem;
}

.stack.stack_tallboys .__item _:-ms-fullscreen,
.stack.stack_tallboys .__item :root .__content {
  justify-content: space-around;
}

.stack.stack_tallboys .__item .__content {
  display: flex;
  justify-content: space-evenly;
}

.stack.stack_tallboys .__item .__content .columns {
  width: 40%;
  padding: 0 calc(1% + 12px);
  margin: 50px 0 65px 0;
}

.stack.stack_tallboys .__item .__content .columns .tallboyCount {
  font-weight: bold;
  font-size: 28px;
  border: 5px solid #000;
  border-radius: 25px;
  display: inline-block;
  width: 52px;
  margin: 16px 0;
}

.stack.stack_tallboys .__item .__heading {
  margin: 0;
  font-weight: bold;
}

.stack.stack_tallboys .__item .__mainHeading {
  margin-bottom: 1.6em;
}

.stack.stack_tallboys .__item .mainHeading {
  margin-bottom: 3.6rem;
}

.stack.stack_tallboys .__item .__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 300px;
}

.stack.stack_tallboys .__item .__link-all {
  color: #e20074;
  margin: 0;
  text-decoration: underline;
}

.stack.stack_tallboys .__item .__link-item {
  line-height: 2;
}

.stack.stack_tallboys .__item .__link-item a {
  color: #262626;
  text-decoration: underline;
}

.stack.stack_tallboys .__item .__link-items {
  padding: 0;
  list-style-type: none;
}

.stack.stack_tallboys .container {
  padding-left: 12px;
  padding-right: 12px;
}

.stack.stack_tallboys .container .stack_single_column_left .container {
  padding-left: 0;
  padding-right: 0;
}

.stack.stack_tallboys .container .stack_single_column_left .container h3 {
  margin: 20px 0;
}

.stack.stack_tallboys .container li {
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .stack.stack_tallboys {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }

  .stack.stack_tallboys .container .stack_single_column_left {
    text-align: center;
  }

  .stack.stack_tallboys .__item .__content {
    flex-direction: column;
    align-items: center;
  }

  .stack.stack_tallboys .__item .__content .columns {
    border-left: none;
    width: 100%;
    margin: 75px 0 0 0;
  }

  .stack.stack_tallboys .__item .__content .columns:first-child {
    margin-top: 0;
  }

  .stack.stack_tallboys .__item .__content .columns .__image {
    max-width: 52%;
  }
}

/* Two Column Stack */

.stack.stack_two-column {
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
}

.stack.stack_two-column .__item {
  padding-bottom: 3.6rem;
  padding-top: 50px;
  margin: 0 auto 80px auto;
  max-width: 1030px;
}

.stack.stack_two-column .__item _:-ms-fullscreen,
.stack.stack_two-column .__item :root .__content {
  justify-content: space-around;
}

.stack.stack_two-column .__item .__content {
  display: flex;
  justify-content: space-evenly;
  margin-top: 25px;
}

.stack.stack_two-column .__item .__content .columns {
  width: 50%;
  padding: 0 calc(3% + 0px);
  border-left: 1px solid #9b9b9b;
}

.stack.stack_two-column .__item .__content .columns:first-child {
  border-left: none;
}

.stack.stack_two-column .__item .__content .columns .__heading {
  padding-bottom: 20px;
  font-size: 24px;
}

.stack.stack_two-column .__item .__content .columns .subhead {
  font-size: 24px;
  margin-top: -24px;
  margin-bottom: 24px;
}

.stack.stack_two-column .__item .__content .columns .bodyText {
  text-align: left;
}

.stack.stack_two-column .__item .__content .columns ul {
  padding-left: 16px;
}

.stack.stack_two-column .__item .__content .columns ul li {
  margin-bottom: 22px;
}

.stack.stack_two-column .__item .bottomList {
  margin-top: 100px;
  text-align: left;
}

.stack.stack_two-column .__item .bottomList ol {
  padding-left: 18px;
}

.stack.stack_two-column .__item .__heading {
  margin: 0;
  font-size: 24px;
}

.stack.stack_two-column .__item .__mainHeading {
  margin-bottom: 24px;
}

.stack.stack_two-column .__item .__icon {
  align-self: center;
  color: #e20074;
  display: inline-block;
  flex: 0 0 auto;
  font-size: 120px;
  width: 1.25em;
  height: 1.25em;
}

.stack.stack_two-column .__item .__link-all {
  color: #e20074;
  margin: 0;
  text-decoration: underline;
}

.stack.stack_two-column .__item .__link-item {
  line-height: 2;
}

.stack.stack_two-column .__item .__link-item a {
  color: #262626;
  text-decoration: underline;
}

.stack.stack_two-column .__item .__link-items {
  padding: 0;
  list-style-type: none;
}

.stack.stack_two-column .container {
  padding-right: 0;
  padding-left: 0;
}

.stack.stack_two-column .container li {
  text-align: left;
}

.stack.stack_two-column.extraMargin .__item {
  padding-top: 50px;
  margin-bottom: 90px;
}

@media screen and (max-width: 1024px) {
  .stack.stack_two-column .__item .__mainHeading {
    font-size: 34px;
    padding: 0 12px;
  }

  .stack.stack_two-column .__item .__content {
    flex-direction: column;
    align-items: center;
  }

  .stack.stack_two-column .__item .__content .columns {
    border-left: none;
    width: 100%;
    padding: 0;
  }

  .stack.stack_two-column .__item .__content .columns .__heading {
    font-size: 24px;
  }

  .stack.stack_two-column .__item .__content .columns:first-child {
    margin-top: 0;
  }

  .stack.stack_two-column .__item .bottomList {
    max-width: 100%;
  }

  .stack.stack_two-column.extraMargin .__item {
    margin-bottom: 56px;
  }
}

/* Two Column Alternating Stack */

.stack.stack_two_column_alternating {
  margin-bottom: 100px;
  text-align: left;
  background-color: #f8f8f8;
}

.stack.stack_two_column_alternating.bigImages .container {
  padding: 0;
}

.stack.stack_two_column_alternating.bigImages .container .__item {
  padding: 0;
}

.stack.stack_two_column_alternating.bigImages .container .__item _:-ms-fullscreen,
.stack.stack_two_column_alternating.bigImages .container .__item :root .__content {
  justify-content: space-around;
}

.stack.stack_two_column_alternating.bigImages .container .__item .__content {
  flex-direction: row-reverse;
  justify-content: space-evenly;
}

.stack.stack_two_column_alternating.bigImages .container .__item .__content .columns {
  width: 100%;
}

.stack.stack_two_column_alternating.bigImages .container .__item .__content .columns.textColumn {
  padding: 0 16px;
}

.stack.stack_two_column_alternating.bigImages .container .__item .__content .__largeImage {
  display: block;
  margin: 0 auto;
}

.stack.stack_two_column_alternating .container .__item .outerHeading {
  text-align: center;
  margin-bottom: 3.6rem;
}

.stack.stack_two_column_alternating .container .__item .mobileHeading {
  display: none;
}

.stack.stack_two_column_alternating .container .__item:nth-child(odd) {
  background-color: #fff;
}

.stack.stack_two_column_alternating .container .__item:nth-child(odd) .__content {
  flex-direction: row-reverse;
}

.stack.stack_two_column_alternating .container .__item.beginWhite:nth-child(odd) {
  background-color: #fff;
  padding: 0 12px 0 12px;
}

.stack.stack_two_column_alternating .container .__item.beginWhite:nth-child(odd) .__content {
  flex-direction: row-reverse;
}

.stack.stack_two_column_alternating .container .__item .textColumn p {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.stack.stack_two_column_alternating .container .__item .textColumn p h3,
.stack.stack_two_column_alternating .container .__item .textColumn p h4 {
  margin-bottom: -15px;
  font-size: 23px;
}

.stack.stack_two_column_alternating .container .__item .textColumn p h3.smallSubhead,
.stack.stack_two_column_alternating .container .__item .textColumn p h4.smallSubhead {
  margin-bottom: 12px;
  margin-top: 36px;
}

.stack.stack_two_column_alternating .container .__item _:-ms-fullscreen,
.stack.stack_two_column_alternating .container .__item :root .__content {
  justify-content: space-around;
}

.stack.stack_two_column_alternating .container .__item .__content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: white;
}

.stack.stack_two_column_alternating .container .__item .__content .columns {
  width: 40%;
  text-align: center;
  padding: 15px;
}

.stack.stack_two_column_alternating .container .__item .__content .columns .desktopHeading {
  display: block;
  font-size: 40px;
}

.stack.stack_two_column_alternating .container .__item .__content .columns ol {
  padding-left: 16px;
  text-align: left;
}

.stack.stack_two_column_alternating .container .__item .__content .columns .imgWrap {
  overflow: hidden;
  display: inline-block;
}

.stack.stack_two_column_alternating .container .__item .__content .columns .imgWrap .__largeImage {
  max-width: 100%;
}

.stack.stack_two_column_alternating .container .__item .__heading {
  margin: 0;
  text-align: left;
}

.stack.stack_two_column_alternating .container .__item .__icon {
  align-self: center;
  color: #e20074;
  display: inline-block;
  font-size: 120px;
  text-align: center;
  width: 1.25em;
}

.stack.stack_two_column_alternating .container .__item .__link-all {
  color: #e20074;
  margin: 0;
  text-decoration: underline;
}

.stack.stack_two_column_alternating .container .__item .__link-item {
  line-height: 2;
}

.stack.stack_two_column_alternating .container .__item .__link-item a {
  color: #262626;
  text-decoration: underline;
}

.stack.stack_two_column_alternating .container .__item .__link-items {
  padding: 0;
  list-style-type: none;
}

/* Benefits Two Column Alternating Stack */

.stack.stack_benefits_two_column_alternating {
  text-align: left;
  background-color: #f8f8f8;
  border-bottom: 20px solid #f8f8f8;
}

.stack.stack_benefits_two_column_alternating.bigImages .container {
  padding: 60px 60px 40px 60px;
}

.stack.stack_benefits_two_column_alternating.bigImages .container .__item {
  padding: 0;
}

.stack.stack_benefits_two_column_alternating.bigImages .container .__item _:-ms-fullscreen,
.stack.stack_benefits_two_column_alternating.bigImages .container .__item :root .__content {
  justify-content: space-around;
}

.stack.stack_benefits_two_column_alternating.bigImages .container .__item .__content {
  flex-direction: row-reverse;
  justify-content: space-evenly;
}

.stack.stack_benefits_two_column_alternating.bigImages .container .__item .__content .columns {
  width: 100%;
}

.stack.stack_benefits_two_column_alternating.bigImages .container .__item .__content .columns.textColumn {
  padding: 0 16px;
}

.stack.stack_benefits_two_column_alternating.bigImages .container .__item .__content .__largeImage {
  display: block;
  margin: 0 auto;
}

.stack.stack_benefits_two_column_alternating .container {
  background-color: #f8f8f8;
  margin-top: -141px;
  border-bottom: 50px #f8f8f8;
  max-width: 1440px;
}

.stack.stack_benefits_two_column_alternating .container .__item {
  margin-top: 18px;
  margin-right: 9px;
  margin-left: 9px;
}

.stack.stack_benefits_two_column_alternating .container .__item .outerHeading {
  text-align: center;
  margin-bottom: 3.6rem;
}

.stack.stack_benefits_two_column_alternating .container .__item .row .imgWrap .__largeImage {
  width: 100%;
}

.stack.stack_benefits_two_column_alternating .container .__item .mobileHeading {
  display: none;
}

.stack.stack_benefits_two_column_alternating .container .__item:nth-child(odd) {
  margin: 10px;
  margin-top: 18px;
}

.stack.stack_benefits_two_column_alternating .container .__item:nth-child(odd) .__content {
  flex-direction: row-reverse;
}

.stack.stack_benefits_two_column_alternating .container .__item.beginWhite:nth-child(odd) {
  background-color: #fff;
  padding: 0 12px 0 12px;
}

.stack.stack_benefits_two_column_alternating .container .__item.beginWhite:nth-child(odd) .__content {
  flex-direction: row-reverse;
}

.stack.stack_benefits_two_column_alternating .container .__item .device_download {
  font-size: 16px;
  line-height: 24px;
  text-align: Left;
  font-weight: 400;
  color: #e20074;
}

.stack.stack_benefits_two_column_alternating .container .__item .tuesday_apps {
  padding: 2px 3px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.stack.stack_benefits_two_column_alternating .container .__item .textColumn p {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  width: 90%;
}

.stack.stack_benefits_two_column_alternating .container .__item .textColumn p h3,
.stack.stack_benefits_two_column_alternating .container .__item .textColumn p h4 {
  margin-bottom: -15px;
  font-size: 23px;
}

.stack.stack_benefits_two_column_alternating .container .__item .textColumn p h3.smallSubhead,
.stack.stack_benefits_two_column_alternating .container .__item .textColumn p h4.smallSubhead {
  margin-bottom: 12px;
  margin-top: 36px;
}

.stack.stack_benefits_two_column_alternating .container .__item _:-ms-fullscreen,
.stack.stack_benefits_two_column_alternating .container .__item :root .__content {
  justify-content: space-around;
}

.stack.stack_benefits_two_column_alternating .container .__item .__content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: white;
  margin: 28px 33px -8px 33px;
  border: 1px solid #cccccc;
}

.stack.stack_benefits_two_column_alternating .container .__item .__content .columns {
  width: 52%;
  text-align: center;
  padding: 20px;
}

.stack.stack_benefits_two_column_alternating .container .__item .__content .columns .desktopHeading {
  display: block;
  font-size: 32px;
  margin-top: 24px !important;
  font-family: "TeleNeoExtraBold" !important;
  font-style: "ExtraBold";
  line-height: 44px;
  text-align: Left;
  font-weight: 800;
}

.stack.stack_benefits_two_column_alternating .container .__item .__content .columns .desktopHeading .desktop_heading {
  margin-top: -98px;
}

.stack.stack_benefits_two_column_alternating .container .__item .__content .columns .desktopHeading .money_desktop_heading {
  margin-top: -122px;
}

.stack.stack_benefits_two_column_alternating .container .__item .__content .columns .benefits_text {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: left;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  color: #000;
  font-weight: 400;
}

.stack.stack_benefits_two_column_alternating .container .__item .__content .columns .benefits_bottom_text {
  text-align: left;
}

.stack.stack_benefits_two_column_alternating .container .__item .__content .columns .scam_below_text {
  text-align: left;
  font-size: 16px;
}

.stack.stack_benefits_two_column_alternating .container .__item .__content .columns .createButton {
  border: 1px solid #000;
  color: #000;
  padding: 12px 34px;
  font-weight: 600;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
}

.stack.stack_benefits_two_column_alternating .container .__item .__content .columns .creating_id {
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: center !important;
  font-weight: 400 !important;
}

.stack.stack_benefits_two_column_alternating .container .__item .__content .columns .logLink {
  color: #262626;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: 600;
}

.stack.stack_benefits_two_column_alternating .container .__item .__content .columns .smallSubhead {
  font-size: 18px;
  font-family: "TeleNeoExtraBold";
  font-style: "ExtraBold";
  line-height: 24px;
  text-align: Left;
  font-weight: 800;
  padding-top: 2px;
}

.stack.stack_benefits_two_column_alternating .container .__item .__content .columns .__youtubelabel {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-top: 9px;
  margin: 0em;
  color: "#E20074";
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: "ExtraBold";
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  font-weight: 600;
}

.stack.stack_benefits_two_column_alternating .container .__item .__content .columns .fa-chevron-right {
  font-size: 12px;
}

.stack.stack_benefits_two_column_alternating .container .__item .__content .columns .logLink {
  color: #000;
}

.stack.stack_benefits_two_column_alternating .container .__item .__content .columns .imgWrap {
  overflow: hidden;
}

.stack.stack_benefits_two_column_alternating .container .__item .__content .columns .imgWrap .__largeImage {
  width: 100%;
}

.stack.stack_benefits_two_column_alternating .container .__item .__content .columns .termsItem {
  color: black;
  font-weight: 400;
}

.stack.stack_benefits_two_column_alternating .container .__item .__content .columns .allTermsItem {
  border-bottom: 1px dotted;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0em;
  margin: 0em;
}

.stack.stack_benefits_two_column_alternating .container .__item .__heading {
  margin: 0;
  text-align: left;
}

.stack .container {
  padding-bottom: 1.6rem;
  padding-top: 0px;
}

/* Benefits Two Column Alternating Stack Responsiveness */

@media screen and (max-width: 1024px) {
  .stack.stack_benefits_two_column_alternating.maxMobileWidth .container .__item .__content {
    border-style: none;
  }

  .stack.stack_benefits_two_column_alternating.maxMobileWidth .container .__item .__content .columns .imgWrap {
    max-width: 100%;
    margin-bottom: 27px;
  }

  .stack.stack_benefits_two_column_alternating .container {
    padding: 0;
  }

  .stack.stack_benefits_two_column_alternating .container .__item {
    padding: 16px 16px;
    background-color: #ffffff;
    margin: 12px;
    display: inline-block;
    border: 1px solid #cccccc;
  }

  .stack.stack_benefits_two_column_alternating .container .__item .mobileHeading {
    display: inline-block;
    text-align: left;
    font-family: "TeleNeoExtraBold" !important;
    font-size: 24px !important;
    line-height: 32px;
    text-align: Left;
    font-weight: 800;
    padding: 12px 0 14px 0;
  }

  .stack.stack_benefits_two_column_alternating .container .__item .mobileHeading.mainHeadingOnBottomOnMobile {
    display: none;
  }

  .stack.stack_benefits_two_column_alternating .container .__item .__content {
    flex-direction: column;
    margin: 0px;
  }

  .stack.stack_benefits_two_column_alternating .container .__item .__content .columns {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .stack.stack_benefits_two_column_alternating .container .__item .__content .columns.textColumn {
    padding: 0;
  }

  .stack.stack_benefits_two_column_alternating .container .__item .__content .columns .desktopHeading {
    display: none;
    font-size: 28px !important;
  }

  .stack.stack_benefits_two_column_alternating .container .__item .__content .columns .desktopHeading.mainHeadingOnBottomOnMobile {
    display: block;
    margin-top: 3.6rem;
    font-size: 24px;
  }

  .stack.stack_benefits_two_column_alternating .container .__item .__content .columns .imgWrap {
    max-width: 52%;
  }

  .stack.stack_benefits_two_column_alternating .container .__item .__content .columns .createButton {
    width: 100%;
  }

  .stack.stack_benefits_two_column_alternating .container .__item.beginWhite:nth-child(odd) {
    background-color: #fff;
    padding: 0 12px 0 12px;
  }

  .stack.stack_benefits_two_column_alternating .container .__item.beginWhite:nth-child(odd) .__content {
    flex-direction: column;
  }

  .stack.stack_benefits_two_column_alternating .container .__item .device_download {
    font-size: 16px;
    line-height: 24px;
    text-align: Left;
    font-weight: 400;
    color: #e20074;
  }

  .stack.stack_benefits_two_column_alternating .container .__item .benefits_text {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    color: #000;
    font-weight: 400;
  }

  .stack.stack_benefits_two_column_alternating .container .__item .tuesday_apps {
    padding: 2px 3px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }

  .stack.stack_benefits_two_column_alternating .container .__item .textColumn p {
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
  }

  .stack.stack_benefits_two_column_alternating .container .__item:nth-child(odd) {
    background-color: #fff;
    padding: 16px 16px;
    margin: 14px;
    display: inline-block;
    border: 1px solid #cccccc;
  }

  .stack.stack_benefits_two_column_alternating .container .__item:nth-child(odd) .__content {
    flex-direction: column;
  }

  .stack.stack_benefits_two_column_alternating.bigImages .container .__item .__content {
    flex-direction: column-reverse;
  }

  .stack.stack_benefits_two_column_alternating.bigImages .container .__item .__content .columns.textColumn {
    padding: 0;
  }

  .stack.stack_benefits_two_column_alternating.bigImages .container .__item .__content .imgWrap {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

/* Benfit Two Column Alternating Stack */

.stack.stack_benefit_two_column_alternating {
  margin-bottom: 100px;
  text-align: left;
  background-color: #f8f8f8;
  margin-top: 70px;
}

.stack.stack_benefit_two_column_alternating.bigImages .container {
  padding: 100px 48px 50px 48px;
}

.stack.stack_benefit_two_column_alternating.bigImages .container .__item {
  padding: 0;
}

.stack.stack_benefit_two_column_alternating.bigImages .container .__item _:-ms-fullscreen,
.stack.stack_benefit_two_column_alternating.bigImages .container .__item :root .__content {
  justify-content: space-around;
}

.stack.stack_benefit_two_column_alternating.bigImages .container .__item .__content {
  justify-content: space-evenly;
}

.stack.stack_benefit_two_column_alternating.bigImages .container .__item .__content .columns {
  width: 100%;
}

.stack.stack_benefit_two_column_alternating.bigImages .container .__item .__content .columns.textColumn {
  padding: 0 20px;
}

.stack.stack_benefit_two_column_alternating.bigImages .container .__item .__content .__largeImage {
  display: block;
  margin: 0 auto;
}

.stack.stack_benefit_two_column_alternating.bigImages .container .__item .__content .body_text {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: left;
  width: 85% !important;
  font-size: 16px;
  font-weight: 400;
}

.stack.stack_benefit_two_column_alternating .container {
  background-color: #f8f8f8;
  margin-top: -103px;
  max-width: 1440px;
}

.stack.stack_benefit_two_column_alternating .container .__item .outerHeading {
  text-align: center;
  margin-bottom: 3.6rem;
  background-color: #f8f8f8;
  margin-top: -60px;
}

.stack.stack_benefit_two_column_alternating .container .__item .desk-view {
  display: block;
  font-family: "TeleNeoExtraBold";
  font-weight: 800;
  font-size: 40px;
  line-height: 44px;
}

.stack.stack_benefit_two_column_alternating .container .__item .mob-view {
  display: none;
}

.stack.stack_benefit_two_column_alternating .container .__item .mobileHeading {
  display: none;
}

.stack.stack_benefit_two_column_alternating .container .__item:nth-child(odd) {
  background-color: #fff;
  margin: 10px;
  border: 1px solid #cccccc;
}

.stack.stack_benefit_two_column_alternating .container .__item.beginWhite:nth-child(odd) {
  background-color: #fff;
  padding: 0 12px 0 12px;
}

.stack.stack_benefit_two_column_alternating .container .__item.beginWhite:nth-child(odd) .__content {
  flex-direction: row-reverse;
}

.stack.stack_benefit_two_column_alternating .container .__item .textColumn p {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  width: 85% !important;
}

.stack.stack_benefit_two_column_alternating .container .__item .textColumn p h3,
.stack.stack_benefit_two_column_alternating .container .__item .textColumn p h4 {
  margin-bottom: -15px;
  font-size: 23px;
  font-family: "TeleNeoExtraBold";
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
}

.stack.stack_benefit_two_column_alternating .container .__item .textColumn p h3.smallSubhead,
.stack.stack_benefit_two_column_alternating .container .__item .textColumn p h4.smallSubhead {
  margin-bottom: 12px;
  margin-top: 36px;
}

.stack.stack_benefit_two_column_alternating .container .__item _:-ms-fullscreen,
.stack.stack_benefit_two_column_alternating .container .__item :root .__content {
  justify-content: space-around;
}

.stack.stack_benefit_two_column_alternating .container .__item .__content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: white;
  margin: 10px;
}

.stack.stack_benefit_two_column_alternating .container .__item .__content .columns {
  width: 72%;
  text-align: center;
  padding: 15px;
}

.stack.stack_benefit_two_column_alternating .container .__item .__content .columns .desktopHeading {
  display: block;
  font-size: 32px;
  margin-top: 20px;
  font-family: "TeleNeoExtraBold";
  font-style: "ExtraBold";
  line-height: 44px;
  text-align: Left;
  font-weight: 800;
}

.stack.stack_benefit_two_column_alternating .container .__item .__content .columns .__youtubelabel {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0em;
  margin: 0em;
  color: "#E20074";
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: "ExtraBold";
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  font-weight: 600;
  padding: 30px 0;
}

.stack.stack_benefit_two_column_alternating .container .__item .__content .columns .fa-chevron-right {
  font-size: 12px;
}

.stack.stack_benefit_two_column_alternating .container .__item .__content .columns .netflix_sub_text {
  max-width: 100%;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
}

.stack.stack_benefit_two_column_alternating .container .__item .__content .columns .netflix_bottom_text {
  width: 100%;
}

.stack.stack_benefit_two_column_alternating .container .__item .__content .columns .netflixTermsItem {
  border-bottom: 2px dotted;
  display: none;
}

.stack.stack_benefit_two_column_alternating .container .__item .__content .columns .otherHtml .createButton {
  border: 1px solid #000;
  color: #000;
  padding: 12px 45px;
  font-weight: 600;
}

.stack.stack_benefit_two_column_alternating .container .__item .__content .columns .otherHtml .netflix_heading {
  text-align: left;
}

.stack.stack_benefit_two_column_alternating .container .__item .__content .columns .plansItem {
  border-bottom: 1px dotted;
  margin: 0px;
  padding: 0px;
}

.stack.stack_benefit_two_column_alternating .container .__item .__content .columns .creating_id {
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: center !important;
  font-weight: 400 !important;
}

.stack.stack_benefit_two_column_alternating .container .__item .__content .columns .logLink {
  color: #000;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

.stack.stack_benefit_two_column_alternating .container .__item .__content .columns .plansLink {
  color: #000;
  font-weight: 400;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-right: -2px;
}

.stack.stack_benefit_two_column_alternating .container .__item .__content .columns .imgWrap {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 35px;
}

.stack.stack_benefit_two_column_alternating .container .__item .__content .columns .imgWrap .__largeImage {
  max-width: 100%;
}

.stack.stack_benefit_two_column_alternating .container .__item .__heading {
  margin: 0;
  text-align: left;
}

/* Benefit Two Column Alternating Stack Responsiveness */

@media screen and (max-width: 1024px) {
  .stack.stack_benefit_two_column_alternating {
    margin-top: -43px;
    display: inline-block;
  }

  .stack.stack_benefit_two_column_alternating.maxMobileWidth .container .__item .__content .columns .imgWrap {
    max-width: 100%;
  }

  .stack.stack_benefit_two_column_alternating .container {
    padding: 80px 2px 40px 2px !important;
  }

  .stack.stack_benefit_two_column_alternating .container .__item {
    padding: 3.6rem 12px 3.6rem 12px;
    background-color: #ffffff;
  }

  .stack.stack_benefit_two_column_alternating .container .__item .outerHeading {
    text-align: center;
    margin-bottom: 3.6rem;
    background-color: #f8f8f8;
    margin-top: -56px;
    font-size: 32px;
    font-family: "TeleNeoExtraBold" !important;
    font-weight: 800;
  }

  .stack.stack_benefit_two_column_alternating .container .__item .mobileHeading {
    display: inline-block;
    text-align: left;
    padding: 12px 10px 0px 10px;
    font-size: 24px;
    font-family: "TeleNeoExtraBold" !important;
    font-weight: 800;
  }

  .stack.stack_benefit_two_column_alternating .container .__item .mobileHeading.mainHeadingOnBottomOnMobile {
    display: none;
  }

  .stack.stack_benefit_two_column_alternating .container .__item .desk-view {
    display: none !important;
  }

  .stack.stack_benefit_two_column_alternating .container .__item .mob-view {
    display: block !important;
    font-family: "TeleNeoExtraBold";
    font-weight: 800;
    font-size: 32px;
    line-height: 44px;
  }

  .stack.stack_benefit_two_column_alternating .container .__item .__content {
    flex-direction: column-reverse;
  }

  .stack.stack_benefit_two_column_alternating .container .__item .__content .columns {
    width: 100%;
    text-align: center;
    padding: 0px;
  }

  .stack.stack_benefit_two_column_alternating .container .__item .__content .columns .otherHtml {
    margin: 0px;
  }

  .stack.stack_benefit_two_column_alternating .container .__item .__content .columns .otherHtml h4 {
    font-size: 18px !important;
    font-family: "TeleNeoExtraBold";
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
  }

  .stack.stack_benefit_two_column_alternating .container .__item .__content .columns .otherHtml .createButton {
    width: 100%;
    padding: 10px 30px;
  }

  .stack.stack_benefit_two_column_alternating .container .__item .__content .columns.textColumn,
  .stack.stack_benefit_two_column_alternating .container .__item .__content .columns p {
    padding: 0;
    width: 100% !important;
  }

  .stack.stack_benefit_two_column_alternating .container .__item .__content .columns .body_text {
    max-width: 100%;
  }

  .stack.stack_benefit_two_column_alternating .container .__item .__content .columns .desktopHeading {
    display: none;
    font-size: 28px !important;
  }

  .stack.stack_benefit_two_column_alternating .container .__item .__content .columns .desktopHeading.mainHeadingOnBottomOnMobile {
    display: block;
    margin-top: 3.6rem;
    font-size: 24px;
  }

  .stack.stack_benefit_two_column_alternating .container .__item .__content .columns .netflix_sub_text {
    width: 100%;
  }

  .stack.stack_benefit_two_column_alternating .container .__item .__content .columns .netflixTermsItem {
    border-bottom: 1px dotted;
    display: inline-block !important;
    width: -moz-max-content;
    width: max-content;
    z-index: 1;
    margin: 0px;
    padding: 0px;
  }

  .stack.stack_benefit_two_column_alternating .container .__item .__content .columns .plansItem {
    display: none;
  }

  .stack.stack_benefit_two_column_alternating .container .__item .__content .columns .imgWrap {
    max-width: 100%;
  }

  .stack.stack_benefit_two_column_alternating .container .__item.beginWhite:nth-child(odd) {
    background-color: #fff;
    padding: 0 12px 0 12px;
  }

  .stack.stack_benefit_two_column_alternating .container .__item.beginWhite:nth-child(odd) .__content {
    flex-direction: column;
  }

  .stack.stack_benefit_two_column_alternating .container .__item .textColumn p {
    margin-top: -2px;
    margin-bottom: 20px;
    text-align: left;
    width: 100% !important;
  }

  .stack.stack_benefit_two_column_alternating .container .__item:nth-child(odd) {
    background-color: #fff;
    padding: 0px 5px;
    margin: 14px !important;
    display: inline-block;
    border: 1px solid #cccccc;
  }

  .stack.stack_benefit_two_column_alternating .container .__item:nth-child(odd) .__content {
    flex-direction: column;
  }

  .stack.stack_benefit_two_column_alternating.bigImages .container .__item .__content {
    flex-direction: column;
  }

  .stack.stack_benefit_two_column_alternating.bigImages .container .__item .__content .columns.textColumn {
    padding: 0;
  }

  .stack.stack_benefit_two_column_alternating.bigImages .container .__item .__content .imgWrap {
    margin-top: 0;
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .stack.stack_benefit_two_column_alternating {
    margin-top: -18px;
    display: inline-block;
  }
}

@media screen and (max-width: 1024px) {
  .stack.stack_two_column_alternating.maxMobileWidth .container .__item .__content .columns .imgWrap {
    max-width: 85.4%;
  }

  .stack.stack_two_column_alternating .container {
    padding: 0;
  }

  .stack.stack_two_column_alternating .container .__item {
    padding: 3.6rem 12px 3.6rem 12px;
  }

  .stack.stack_two_column_alternating .container .__item .mobileHeading {
    display: block;
    text-align: center;
    margin: 40px 0 34px;
  }

  .stack.stack_two_column_alternating .container .__item .mobileHeading.mainHeadingOnBottomOnMobile {
    display: none;
  }

  .stack.stack_two_column_alternating .container .__item .__content {
    flex-direction: column-reverse;
  }

  .stack.stack_two_column_alternating .container .__item .__content .columns {
    width: 100%;
    text-align: center;
  }

  .stack.stack_two_column_alternating .container .__item .__content .columns.textColumn {
    padding: 0;
  }

  .stack.stack_two_column_alternating .container .__item .__content .columns .desktopHeading {
    display: none;
  }

  .stack.stack_two_column_alternating .container .__item .__content .columns .desktopHeading.mainHeadingOnBottomOnMobile {
    display: block;
    margin-top: 3.6rem;
    font-size: 24px;
  }

  .stack.stack_two_column_alternating .container .__item .__content .columns .imgWrap {
    max-width: 52%;
  }

  .stack.stack_two_column_alternating .container .__item.beginWhite:nth-child(odd) {
    background-color: #fff;
    padding: 0 12px 0 12px;
  }

  .stack.stack_two_column_alternating .container .__item.beginWhite:nth-child(odd) .__content {
    flex-direction: column-reverse;
  }

  .stack.stack_two_column_alternating .container .__item:nth-child(odd) {
    background-color: #fff;
    padding: 16px 12px;
  }

  .stack.stack_two_column_alternating .container .__item:nth-child(odd) .__content {
    flex-direction: column-reverse;
  }

  .stack.stack_two_column_alternating.bigImages .container .__item .__content {
    flex-direction: column-reverse;
  }

  .stack.stack_two_column_alternating.bigImages .container .__item .__content .columns.textColumn {
    padding: 0;
  }

  .stack.stack_two_column_alternating.bigImages .container .__item .__content .imgWrap {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

/* Hub Cards Stack */

.stack.stack_hub_cards {
  background-color: #fff;
  text-align: center;
}

.stack.stack_hub_cards.container {
  padding-top: 2px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 56px;
  background-color: #f8f8f8;
  margin-top: -100px;
  max-width: 100%;
}

.stack.stack_hub_cards.container h3 {
  font-family: "TeleNeoExtraBold" !important;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  padding-top: 49px;
  text-align: center;
}

.stack.stack_hub_cards.container .cardsHeading {
  font-family: "TeleNeoExtraBold" !important;
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  padding: 47px 0 36px 0;
  text-align: center;
}

.stack.stack_hub_cards .row {
  margin: 0 auto;
  max-width: 1400px;
}

.stack.stack_hub_cards .row .col-md-4 .__content {
  background-color: white;
  padding: 16px;
  width: 100%;
  margin: calc(15px - 1vw);
  border: 1px solid #cccccc;
}

.stack.stack_hub_cards .row .col-md-4 .__heading {
  margin: 0;
  font-size: 22px;
  line-height: 28px;
  white-space: nowrap;
  margin-top: 16px;
  font-weight: 800;
  padding-top: 32px;
  font-family: "TeleNeoExtraBold" !important;
}

.stack.stack_hub_cards .row .col-md-4 .__hub_bodyText {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 21px;
  margin-top: 27px;
}

.stack.stack_hub_cards .row .col-md-4 .links_label {
  padding-top: 39px;
}

.stack.stack_hub_cards .row .col-md-4 .cards_links {
  color: #e20074;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.stack.stack_hub_cards .row .col-md-4 .links {
  color: #e20074;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 21px;
  margin-top: 10px;
}

.stack.stack_hub_cards .row .col-md-4 .__icon {
  align-self: center;
  color: #e20074;
  flex: 0 0 auto;
  font-size: 120px;
  text-align: center;
  width: 155px;
  height: 155px;
  margin-top: 23.5px;
}

.stack.stack_hub_cards .row .col-md-4 .__link-all {
  color: #e20074;
  margin: 0;
  text-decoration: underline;
}

.stack.stack_hub_cards .row .col-md-4 .__link-item {
  line-height: 2;
}

.stack.stack_hub_cards .row .col-md-4 .__link-item a {
  color: #262626;
  text-decoration: underline;
}

.stack.stack_hub_cards .row .col-md-4 .__link-items {
  padding: 0;
  list-style-type: none;
}

/* Hub Cards Stack Responsiveness*/

@media screen and (max-width: 767px) {
  .stack.stack_hub_cards.container {
    width: 100%;
    padding: 26px 38px;
    margin-top: -160px;
  }

  .stack.stack_hub_cards.container h3 {
    font-size: 24px;
    margin-top: 60px;
    font-family: "TeleNeoExtraBold";
    font-weight: 800;
    line-height: 32px;
    text-align: center;
  }

  .stack.stack_hub_cards.container .cardsHeading {
    font-family: "TeleNeoExtraBold" !important;
    font-weight: 800;
    font-size: 24px;
    line-height: 40px;
    padding: 0px 0 15px 0;
    text-align: center;
  }

  .stack.stack_hub_cards .row {
    margin: 0 -18px !important;
  }

  .stack.stack_hub_cards .row .col-md-4 .__content {
    background-color: white;
    padding: 0px !important;
    width: 100%;
    margin: 0px !important;
    border: 1px solid #CCCCCC;
  }

  .stack.stack_hub_cards .row .col-md-4 .__content .hub_bodyText {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 21px;
    margin: 0 2px;
  }

  .stack.stack_hub_cards .row .col-md-4 .__content .__icon {
    width: 155px;
    height: 155px;
  }

  .stack.stack_hub_cards .row .links {
    color: #e20074 !important;
    font-weight: 800;
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 39px !important;
    margin-top: 28px !important;
  }

  .stack.stack_hub_cards .row .links_cards {
    margin-bottom: 20px;
  }

  .stack.stack_hub_cards .__heading {
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
    margin-top: 22px;
    text-align: center;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .stack.stack_hub_cards.container {
    width: 100%;
    padding: 26px 38px;
    margin-top: -135px;
  }

  .stack.stack_hub_cards.container h3 {
    font-size: 24px;
    margin-top: 60px;
    font-weight: 800;
    line-height: 32px;
    text-align: center;
  }

  .stack.stack_hub_cards.container .cardsHeading {
    font-weight: 800;
    font-size: 24px;
    line-height: 40px;
    padding: 0px 0 15px 0;
    text-align: center;
  }

  .stack.stack_hub_cards .row {
    margin: 0 -18px !important;
  }

  .stack.stack_hub_cards .row .col-md-4 .__content {
    background-color: white;
    padding: 0px !important;
    width: 100%;
    margin: 0px !important;
    border: 1px solid #CCCCCC;
  }

  .stack.stack_hub_cards .row .col-md-4 .__content .hub_bodyText {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 21px;
    margin: 0 2px;
  }

  .stack.stack_hub_cards .row .col-md-4 .__content .__icon {
    width: 155px;
    height: 155px;
  }

  .stack.stack_hub_cards .row .links {
    color: #e20074 !important;
    font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif !important;
    font-weight: 800;
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 39px !important;
    margin-top: 28px !important;
  }

  .stack.stack_hub_cards .row .links_cards {
    margin-bottom: 20px;
  }

  .stack.stack_hub_cards .__heading {
    font-family: "TeleNeoExtraBold";
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
    margin-top: 22px;
    text-align: center;
  }
}

/* Hub Contact Us Stack*/

.stack.stack_hub_cant-find .container {
  text-align: center;
  padding: 80px 50px;
}

.stack.stack_hub_cant-find .__heading {
  margin-bottom: 32px;
  text-align: center;
}

.stack.stack_hub_cant-find .__link {
  padding: 5rem;
  text-decoration: none;
}

.stack.stack_hub_cant-find .__link-item {
  margin-bottom: 32px;
  white-space: nowrap;
}

.stack.stack_hub_cant-find .__link-item:last-of-type {
  margin-bottom: 0;
}

.stack.stack_hub_cant-find .__links {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
}

.stack .new-to-tmobile-coverage__link {
  display: inline;
  font-family: system-ui, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  flex: none;
  order: 0;
  align-self: stretch;
}

/* Hub Contact Us Stack Responsiveness*/

@media screen and (max-width: 480px) {
  .stack.stack_hub_cant-find .container {
    text-align: center;
    padding: 80px 50px;
  }

  .stack.stack_hub_cant-find .__heading {
    margin-bottom: 32px;
    text-align: center;
    font-size: 24px;
    width: 374px;
    padding-left: -2px;
    margin-left: -44px;
  }

  .stack.stack_hub_cant-find .__link {
    padding: 5rem;
    text-decoration: none;
  }

  .stack.stack_hub_cant-find .__link-item {
    margin-bottom: 32px;
    white-space: nowrap;
  }

  .stack.stack_hub_cant-find .__link-item:last-of-type {
    margin-bottom: 0;
  }

  .stack.stack_hub_cant-find .__links {
    list-style-type: none;
    margin: 2.4rem 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .stack.stack_hub_cant-find .container {
    text-align: center;
    padding: 80px 50px;
  }

  .stack.stack_hub_cant-find .__heading {
    margin-bottom: 32px;
    text-align: center;
  }

  .stack.stack_hub_cant-find .__link {
    padding: 5rem;
    text-decoration: none;
  }

  .stack.stack_hub_cant-find .__link-item {
    margin-bottom: 32px;
    white-space: nowrap;
  }

  .stack.stack_hub_cant-find .__link-item:last-of-type {
    margin-bottom: 0;
  }

  .stack.stack_hub_cant-find .__links {
    list-style-type: none;
    margin: 2.4rem 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/* Two Column Alternating Large Images Stack */

.stack.stack_two_column_alternating_large_images {
  margin-bottom: 100px;
  text-align: left;
}

.stack.stack_two_column_alternating_large_images.bigImages .container {
  padding: 0;
}

.stack.stack_two_column_alternating_large_images.bigImages .container .__item {
  padding: 0;
}

.stack.stack_two_column_alternating_large_images.bigImages .container .__item _:-ms-fullscreen,
.stack.stack_two_column_alternating_large_images.bigImages .container .__item :root .__content {
  justify-content: space-around;
}

.stack.stack_two_column_alternating_large_images.bigImages .container .__item .__content {
  justify-content: space-evenly;
  flex-direction: row-reverse;
}

.stack.stack_two_column_alternating_large_images.bigImages .container .__item .__content .columns {
  width: 100%;
}

.stack.stack_two_column_alternating_large_images.bigImages .container .__item .__content .columns.textColumn {
  padding: 0 calc(16px + 3vw);
}

.stack.stack_two_column_alternating_large_images.bigImages .container .__item .__content .__largeImage {
  display: block;
  margin: 0 auto;
}

.stack.stack_two_column_alternating_large_images .container .__item {
  padding: 3.6rem;
}

.stack.stack_two_column_alternating_large_images .container .__item .outerHeading {
  text-align: center;
  margin-bottom: 3.6rem;
}

.stack.stack_two_column_alternating_large_images .container .__item:nth-child(odd) {
  background-color: #f8f8f8;
}

.stack.stack_two_column_alternating_large_images .container .__item:nth-child(odd) .__content {
  flex-direction: row-reverse;
}

.stack.stack_two_column_alternating_large_images .container .__item.beginWhite:nth-child(odd) {
  background-color: #fff;
  padding: 0 3.6rem 0 3.6rem;
}

.stack.stack_two_column_alternating_large_images .container .__item.beginWhite:nth-child(odd) .__content {
  flex-direction: row-reverse;
}

.stack.stack_two_column_alternating_large_images .container .__item .textColumn p {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.stack.stack_two_column_alternating_large_images .container .__item .textColumn p h3,
.stack.stack_two_column_alternating_large_images .container .__item .textColumn p h4 {
  margin-bottom: -15px;
  font-size: 23px;
}

.stack.stack_two_column_alternating_large_images .container .__item _:-ms-fullscreen,
.stack.stack_two_column_alternating_large_images .container .__item :root .__content {
  justify-content: space-around;
}

.stack.stack_two_column_alternating_large_images .container .__item .__content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.stack.stack_two_column_alternating_large_images .container .__item .__content .columns {
  width: 40%;
  text-align: center;
}

.stack.stack_two_column_alternating_large_images .container .__item .__content .columns ol {
  padding-left: 16px;
  text-align: left;
}

.stack.stack_two_column_alternating_large_images .container .__item .__content .columns .imgWrap {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.stack.stack_two_column_alternating_large_images .container .__item .__content .columns .imgWrap .__largeImage {
  width: 100%;
}

.stack.stack_two_column_alternating_large_images .container .__item .__heading {
  margin: 0;
  text-align: left;
}

.stack.stack_two_column_alternating_large_images .container .__item .__icon {
  align-self: center;
  color: #e20074;
  display: inline-block;
  font-size: 120px;
  text-align: center;
  width: 1.25em;
}

.stack.stack_two_column_alternating_large_images .container .__item .__link-all {
  color: #e20074;
  margin: 0;
  text-decoration: underline;
}

.stack.stack_two_column_alternating_large_images .container .__item .__link-item {
  line-height: 2;
}

.stack.stack_two_column_alternating_large_images .container .__item .__link-item a {
  color: #262626;
  text-decoration: underline;
}

.stack.stack_two_column_alternating_large_images .container .__item .__link-items {
  padding: 0;
  list-style-type: none;
}

@media screen and (max-width: 1024px) {
  .stack.stack_two_column_alternating_large_images .container {
    padding: 0;
  }

  .stack.stack_two_column_alternating_large_images .container .__item {
    padding: 3.6rem 12px 3.6rem 12px;
  }

  .stack.stack_two_column_alternating_large_images .container .__item .mobileHeading {
    display: block;
    text-align: center;
    margin: 40px 0 34px;
  }

  .stack.stack_two_column_alternating_large_images .container .__item .__content {
    flex-direction: column-reverse;
  }

  .stack.stack_two_column_alternating_large_images .container .__item .__content .columns {
    width: 100%;
    text-align: center;
  }

  .stack.stack_two_column_alternating_large_images .container .__item.beginWhite:nth-child(odd) {
    background-color: #fff;
    padding: 0;
  }

  .stack.stack_two_column_alternating_large_images .container .__item.beginWhite:nth-child(odd) .__content {
    flex-direction: column-reverse;
  }

  .stack.stack_two_column_alternating_large_images .container .__item:nth-child(odd) {
    background-color: #f8f8f8;
    padding-bottom: 32px;
  }

  .stack.stack_two_column_alternating_large_images .container .__item:nth-child(odd) .__content {
    flex-direction: column-reverse;
  }

  .stack.stack_two_column_alternating_large_images.bigImages .container .__item .__content {
    flex-direction: column-reverse;
  }

  .stack.stack_two_column_alternating_large_images.bigImages .container .__item .__content .columns.textColumn {
    padding: 0 12px;
  }

  .stack.stack_two_column_alternating_large_images.bigImages .container .__item .imgWrap {
    margin-top: 0;
    height: calc(100px + 33vw);
    position: relative;
    margin-bottom: 32px;
  }

  .stack.stack_two_column_alternating_large_images.bigImages .container .__item .imgWrap .__largeImage {
    position: relative;
    top: calc(0px - 17vw);
  }
}

/* Two Column Large Images Stack */

.stack.stack_two-column-large-images {
  background-color: #fff;
  text-align: center;
}

.stack.stack_two-column-large-images .__item {
  padding: 0 3.6rem 3.6rem 3.6rem;
}

.stack.stack_two-column-large-images .__item .__content .bottomHtml {
  text-align: left;
  max-width: 60%;
  margin-top: 32px;
}

.stack.stack_two-column-large-images .__item .__content _:-ms-fullscreen,
.stack.stack_two-column-large-images .__item .__content :root .columns {
  justify-content: space-around;
}

.stack.stack_two-column-large-images .__item .__content .columns {
  display: flex;
  justify-content: space-evenly;
}

.stack.stack_two-column-large-images .__item .__content .columns .column {
  width: 50%;
  padding: 0 calc(3% + 0px);
}

.stack.stack_two-column-large-images .__item .__content .columns .column:first-child {
  border-left: none;
}

.stack.stack_two-column-large-images .__item .__content .columns .column .__heading {
  margin-bottom: 20px;
}

.stack.stack_two-column-large-images .__item .__content .columns .column ul {
  padding-left: 16px;
}

.stack.stack_two-column-large-images .__item .__content .columns .column ul li {
  margin-bottom: 22px;
}

.stack.stack_two-column-large-images .__item .__heading {
  margin: 0;
}

.stack.stack_two-column-large-images .__item .__mainHeading {
  margin-bottom: 16px;
}

.stack.stack_two-column-large-images .__item .subHeadingText {
  margin: 25px 0 52px 0;
}

.stack.stack_two-column-large-images .__item .__image {
  width: 100%;
  margin-bottom: 25px;
  max-width: 550px;
}

.stack.stack_two-column-large-images .__item .__link-all {
  color: #e20074;
  margin: 0;
  text-decoration: underline;
}

.stack.stack_two-column-large-images .__item .__link-item {
  line-height: 2;
}

.stack.stack_two-column-large-images .__item .__link-item a {
  color: #262626;
  text-decoration: underline;
}

.stack.stack_two-column-large-images .__item .__link-items {
  padding: 0;
  list-style-type: none;
}

.stack.stack_two-column-large-images .container li {
  text-align: left;
}

.stack.stack_two-column-large-images.extraMargin .__item {
  padding-top: 50px;
  margin-bottom: 100px;
}

.stack.stack_single-column-centered:last-child .extraMargin {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .stack.stack_two-column-large-images .__item {
    padding: 0 0 3.6rem 0;
  }

  .stack.stack_two-column-large-images .__item .__content .columns {
    flex-direction: column;
    align-items: center;
  }

  .stack.stack_two-column-large-images .__item .__content .columns .column {
    border-left: none;
    width: 100%;
    margin-top: 50px;
  }

  .stack.stack_two-column-large-images .__item .__content .columns .column:first-child {
    margin-top: 0;
  }

  .stack.stack_two-column-large-images .__item .__content .bottomHtml {
    max-width: 100%;
  }
}

/* YouTube Full Width Stack */

.stack.stack_you_tube_full_width .container {
  margin-bottom: 90px;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 860px;
}

.stack.stack_you_tube_full_width .container .youtubeContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.stack.stack_you_tube_full_width .container .youtubeContainer .youTubeFullWidth {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* YouTube With Description Stack */

.stack.stack_youtube_with_description {
  background: #ffffff;
  border: 1px solid #cccccc;
  padding-bottom: 1px;
  margin-left: 5%;
  margin-right: 5%;
}

@media only screen and (min-width: 1400px) {
  .stack.stack_youtube_with_description {
    max-width: 1381px;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .stack.stack_youtube_with_description {
    padding: 3%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .stack.stack_youtube_with_description {
    padding-top: 30px;
  }
}

.stack.stack_youtube_with_description .container {
  margin-bottom: auto;
  margin-left: 12%;
  width: 88%;
  padding-top: 55.25px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .stack.stack_youtube_with_description .container {
    width: 89%;
    margin-top: -43px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .stack.stack_youtube_with_description .container {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .stack.stack_youtube_with_description .container {
    width: 100%;
    padding-left: 5%;
    margin-left: 0;
  }
}

.stack.stack_youtube_with_description .container .videoTitle {
  width: 770px;
  height: 44px;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 44px;
  display: flex;
  align-items: center;
  color: #262626;
}

@media only screen and (max-width: 767px) {
  .stack.stack_youtube_with_description .container .videoTitle {
    width: 100%;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    margin-top: -50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .stack.stack_youtube_with_description .container .videoTitle {
    width: 88%;
    margin-bottom: 32px;
  }
}

.stack.stack_youtube_with_description .container .videoDescription {
  width: 85%;
  height: 72px;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .stack.stack_youtube_with_description .container .videoDescription {
    width: 100%;
    display: contents;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .stack.stack_youtube_with_description .container .videoDescription {
    width: 83%;
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}

.stack.stack_youtube_with_description .container .videoCaption {
  display: none;
}

@media only screen and (max-width: 767px) {
  .stack.stack_youtube_with_description .container .videoCaption {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
}

.stack.stack_youtube_with_description .container .youtubeContainer {
  position: relative;
  margin-top: 30px;
  max-width: 85%;
  height: 532px;
}

@media only screen and (max-width: 767px) {
  .stack.stack_youtube_with_description .container .youtubeContainer {
    max-width: 351px;
    height: 175px;
    margin: auto;
    margin-top: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .stack.stack_youtube_with_description .container .youtubeContainer {
    max-width: 503px;
    max-height: 300px;
    width: 83%;
  }
}

.stack.stack_youtube_with_description .container .youtubeContainer .youtubeWithDescription {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .stack.stack_youtube_with_description .container .youtubeContainer .youtubeWithDescription {
    width: 100%;
  }
}

.stack.stack_youtube_with_description .container .__link-item {
  margin-top: 24px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.stack.stack_youtube_with_description .container .__link-item a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.stack.stack_youtube_with_description .container .footer-text {
  display: inline-block;
  margin-bottom: 64.25px;
  height: 13px;
  line-height: 0.3;
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .stack.stack_youtube_with_description .container .footer-text {
    margin-bottom: 24px;
    line-height: 7px;
  }
}

.stack.stack_youtube_with_description .container .footer-text {
  /* Body/Base/Default/Normal */
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  border-bottom: 2px dotted;
}

.stack.stack_youtube_with_description .container .image-wrapper {
  display: inline-block;
  padding-left: 2px;
}

@media only screen and (max-width: 767px) {
  .stack.stack_youtube_with_description .container .image-wrapper {
    padding-left: 1px;
  }
}

.stack.stack_youtube_with_description .container .image-wrapper .logo {
  display: inline-block;
  margin-top: -3px;
}

/* Text With Button Stack */

.stack.stack_text_with_button {
  padding-bottom: 1px;
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 16px;
}

@media only screen and (min-width: 1400px) {
  .stack.stack_text_with_button {
    max-width: 1381px;
    margin: auto;
    margin-top: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .stack.stack_text_with_button {
    padding: 3%;
  }
}

.stack.stack_text_with_button .container {
  width: 84%;
  padding-top: 55.25px;
  margin-left: 12%;
}

@media only screen and (max-width: 767px) {
  .stack.stack_text_with_button .container {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    padding-top: 24px;
    margin-bottom: 10px;
  }
}

.stack.stack_text_with_button .container .title {
  width: 90%;
  height: 44px;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 44px;
  display: flex;
  align-items: center;
  color: #262626;
}

@media only screen and (max-width: 767px) {
  .stack.stack_text_with_button .container .title {
    width: 100%;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    margin-left: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .stack.stack_text_with_button .container .title {
    width: 88%;
  }
}

.stack.stack_text_with_button .container .description {
  width: 84%;
  height: 72px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-top: 27px;
}

@media only screen and (max-width: 767px) {
  .stack.stack_text_with_button .container .description {
    width: 98%;
    display: inline-block;
    margin-left: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .stack.stack_text_with_button .container .description {
    width: 87%;
    margin-bottom: 16px;
    height: auto;
  }
}

.stack.stack_text_with_button .container .button-link {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  gap: 8px;
  width: 332px;
  height: 48px;
  border: 1px solid #262626;
  flex: none;
  order: 0;
  flex-grow: 0;
}

@media only screen and (max-width: 767px) {
  .stack.stack_text_with_button .container .button-link {
    width: 100%;
    margin-left: 16px;
    width: 96%;
    padding: 0;
    margin-top: 26px;
  }
}

.stack.stack_text_with_button .container .button-link .__link {
  width: 241px;
  height: 24px;
}

@media only screen and (max-width: 767px) {
  .stack.stack_text_with_button .container .button-link .__link {
    width: 100%;
  }
}

.stack.stack_text_with_button .container .button-link .__link {
  /* Body / Base / Bold */
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  text-align: center;
  /* Grayscale/Gray 900 #262626 */
  color: #262626;
}

.stack.stack_text_with_button .container .new-to-tmobile-coverage-button {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0px;
  gap: 8px;
  width: 332px;
  height: 48px;
  border: 1px solid #262626;
  flex: none;
  order: 0;
  flex-grow: 0;
  color: blue;
  text-decoration: none;
}

.stack.stack_text_with_button .container .subtitle {
  width: 80%;
  height: 23px;
  margin-top: 25px;
  margin-bottom: 36.5px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  flex: none;
  order: 3;
  flex-grow: 0;
}

@media only screen and (max-width: 767px) {
  .stack.stack_text_with_button .container .subtitle {
    margin-left: 16px;
    width: 95%;
    margin-bottom: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .stack.stack_text_with_button .container .subtitle {
    width: 77%;
  }
}

.stack.stack_text_with_button .container .subtitle span {
  color: #df0071;
  font-weight: normal;
  font-size: 16px;
}

.stack.stack_text_with_button .new-to-tmobile-coverage-button-container {
  text-decoration: none;
}

/* Coverage and Capacity Stack */

.stack.stack_coverage_and_capacity {
  padding-bottom: 1px;
  background: #ffffff;
  padding-bottom: 1px;
  border: 1px solid #cccccc;
  margin: 16px 5%;
}

@media only screen and (min-width: 1400px) {
  .stack.stack_coverage_and_capacity {
    max-width: 1381px;
    margin: auto;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .stack.stack_coverage_and_capacity {
    padding: 3%;
  }
}

.stack.stack_coverage_and_capacity .container {
  margin-left: 12%;
  width: 78%;
  padding-top: 55.25px;
  padding-bottom: 54px;
}

@media only screen and (max-width: 767px) {
  .stack.stack_coverage_and_capacity .container {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    padding-top: 6px;
    padding-bottom: 30px;
  }
}

.stack.stack_coverage_and_capacity .container .title {
  width: 770px;
  height: 44px;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 44px;
  display: flex;
  align-items: center;
  color: #262626;
}

@media only screen and (max-width: 767px) {
  .stack.stack_coverage_and_capacity .container .title {
    width: 100%;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    padding-left: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .stack.stack_coverage_and_capacity .container .title {
    width: 88%;
  }
}

.stack.stack_coverage_and_capacity .container .description {
  width: 766px;
  height: 72px;
  font-style: normal;
  padding-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .stack.stack_coverage_and_capacity .container .description {
    width: 100%;
    padding-left: 16px;
    margin-bottom: 40px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .stack.stack_coverage_and_capacity .container .description {
    width: 97%;
    margin-bottom: 22px;
    margin-top: 10px;
  }
}

.stack.stack_coverage_and_capacity .container .button-link {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #e20074;
}

@media only screen and (max-width: 767px) {
  .stack.stack_coverage_and_capacity .container .button-link {
    padding-left: 16px;
  }
}

.stack.stack_coverage_and_capacity .container .button-link .__link-item {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.network-breadcrumb {
  margin-left: 142px;
}

@media only screen and (max-width: 767px) {
  .network-breadcrumb {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .wrapper {
    display: grid;
    margin-left: -10%;
  }
}

.setup-wrapper {
  background: #f8f8f8;
  padding-bottom: 33px;
}

@media only screen and (max-width: 767px) {
  .setup-wrapper {
    margin-top: -34px;
  }
}

.network-wrapper {
  background: #f8f8f8;
  padding-bottom: 33px;
  padding-top: 40px;
}

@media only screen and (max-width: 535px) {
  .network-wrapper {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 351px) {
  .network-wrapper {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 302px) {
  .network-wrapper {
    margin-top: 150px;
  }
}

.setOverlayIndex {
  z-index: 1;
}

@media only screen and (min-width: 1400px) {
  .wrapper-header {
    display: block;
    max-width: 1635px;
    margin: auto;
  }
}

.new-to-tmobile-coverage-button {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  gap: 8px;
  width: 332px;
  height: 48px;
  border: 1px solid #262626;
  flex: none;
  order: 0;
  flex-grow: 0;
  text-decoration: none;
}


