.aatb-page {
  --primary-color: #4D8CFF;
  --primary-dark-color: #122674;
  --swiper-bullet-color: #1B2F79;
  --primary-text-color: #494949;
  --primary-dark-text-color: #3C3A45;
  --secondary-color: #FAA224;
  --sheet-color: #FFFFFF;
  --white-color: #FFFFFF;
  --error-color: #FF0000;
  --overlap-height: 5.2rem;
  --border-color: #979797;
  position: relative;
  z-index: 0;
}
.aatb-page sup {
  position: relative;
  bottom: 0.25em;
}
.aatb-page sup.copyright {
  bottom: 0;
}
.aatb-page sup.asterix {
  font-size: 100%;
  bottom: -0.3rem;
}
.aatb-page .container {
  margin: 0 auto;
}
.aatb-page .container--primary {
  width: 90rem;
}
@media (max-width: 768px) {
  .aatb-page .container--primary {
    width: 33rem;
  }
}
.aatb-page .container--secondary {
  width: 78rem;
}
@media (max-width: 768px) {
  .aatb-page .container--secondary {
    width: 33rem;
  }
}
.aatb-page .hero {
  top: 0;
  position: sticky;
  z-index: -1;
  overflow: hidden;
  padding-top: 16.3rem;
  min-height: 37rem;
  color: var(--white-color);
}
@media (max-width: 768px) {
  .aatb-page .hero {
    padding-top: 11rem;
    min-height: 30.8rem;
  }
}
.aatb-page .hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(180deg, #122674 0%, #4D8CFF 92.73%);
}
@media (max-width: 768px) {
  .aatb-page .hero::before {
    height: 46.1rem;
  }
}
.aatb-page .sheet {
  position: relative;
  background-color: var(--sheet-color);
}
.aatb-page .sheet::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 4rem;
  border-radius: 5rem 5rem 0 0;
  background-color: inherit;
}
@media (max-width: 768px) {
  .aatb-page .sheet::before {
    height: 2.4rem;
    border-radius: 2rem 2rem 0 0;
  }
}
.aatb-page .dual-burden {
  overflow: hidden;
  padding-top: 3rem;
  width: 100%;
}
@media (max-width: 768px) {
  .aatb-page .dual-burden {
    padding-top: 1.8rem;
  }
}
.aatb-page .dual-burden h2 {
  color: var(--primary-dark-color);
}
.aatb-page .dual-burden__tabs {
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .aatb-page .dual-burden__tabs {
    margin-top: 4rem;
  }
}
.aatb-page .dual-burden__tabs-body {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .aatb-page .dual-burden__tabs-body {
    margin-top: 4rem;
  }
}
.aatb-page .dual-burden__toggle {
  display: inline-flex;
  flex-direction: row;
  border-radius: 2.5rem;
  border: 0.15rem solid var(--primary-dark-color);
  overflow: hidden;
}
.aatb-page .dual-burden__toggle-divider {
  width: 0.2rem;
  background-color: var(--primary-dark-color);
}
.aatb-page .dual-burden__btn {
  min-width: 16.3rem;
  border: none;
  background-color: transparent;
  user-select: none;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  color: var(--primary-dark-color);
  cursor: pointer;
}
.aatb-page .dual-burden__btn:hover {
  background-color: unset;
}
.aatb-page .dual-burden__btn--active {
  background-color: var(--primary-dark-color);
  color: var(--white-color);
  pointer-events: none;
}
.aatb-page .dual-burden__btn--active:hover {
  background-color: var(--primary-dark-color);
  color: var(--white-color);
}
.aatb-page .dual-burden__btn--attack {
  padding: 1.6rem 3.2rem;
}
.aatb-page .dual-burden__btn--treatment {
  padding: 1.6rem 2.2rem 1.6rem 1.6rem;
}
.aatb-page .dual-burden__text--primary {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: var(--primary-dark-color);
}
.aatb-page .dual-burden__divider {
  margin: 8rem auto;
  height: 0.4rem;
  width: 16.35rem;
  background-color: var(--secondary-color);
}
@media (max-width: 768px) {
  .aatb-page .dual-burden__divider {
    margin: 6rem auto;
    width: 14.4rem;
  }
}
.aatb-page .dual-burden .mt-2 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .aatb-page .dual-burden .mt-2 {
    margin-top: 2.5rem;
  }
}
.aatb-page .dual-burden .lh-3 {
  line-height: 3;
}
.aatb-page .dual-burden .mt-xxs {
  margin-top: 0.5rem;
}
.aatb-page .dual-burden h3 {
  color: var(--primary-color);
}
.aatb-page .stat-swiper {
  --slides-gap: 2rem;
  overflow: visible;
  margin: 6rem calc(-1 * var(--slides-gap) / 2) 0;
}
@media (max-width: 768px) {
  .aatb-page .stat-swiper {
    --slides-gap: 1rem;
    margin-top: 3rem;
  }
}
.aatb-page .stat-swiper__wrapper {
  align-items: stretch;
}
.aatb-page .stat-swiper__slide {
  padding: 0 calc(var(--slides-gap) / 2);
  height: auto;
}
@media (max-width: 768px) {
  .aatb-page .stat-swiper__slide:first-child .stat-swiper__block {
    border-radius: 2.5rem 0 0 2.5rem;
  }
}
@media (max-width: 768px) {
  .aatb-page .stat-swiper__slide:last-child .stat-swiper__block {
    border-radius: 0 2.5rem 2.5rem 0;
  }
}
.aatb-page .stat-swiper__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 7.8rem;
  border-radius: 2.5rem;
  width: 100%;
  height: 100%;
  min-height: 35.3rem;
  background-color: rgba(77, 140, 255, 0.07);
}
@media (max-width: 768px) {
  .aatb-page .stat-swiper__block {
    padding: 4rem;
    min-height: 27rem;
    border-radius: 0;
  }
}
.aatb-page .stat-swiper__block--only {
  margin-top: 5.2rem;
  width: 43.6rem;
}
@media (max-width: 768px) {
  .aatb-page .stat-swiper__block--only {
    margin-top: 4rem;
    border-radius: 2.5rem;
    width: 33rem;
  }
}
.aatb-page .stat-swiper__block p {
  line-height: 1.25;
}
.aatb-page .stat-swiper__text--primary {
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 2.2rem;
  color: var(--primary-color);
}
.aatb-page .stat-swiper__text--number {
  font-weight: 900;
  font-size: 7.4rem;
  line-height: 0.85;
  letter-spacing: -0.18rem;
  text-transform: uppercase;
  color: var(--primary-dark-color);
}
.aatb-page .stat-swiper__text--percent {
  font-weight: 800;
  font-size: 3.5rem;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--primary-dark-color);
}
.aatb-page .stat-swiper__img--full {
  margin-top: 2.7rem;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .aatb-page .stat-swiper__img--full {
    margin-top: 2rem;
  }
}
.aatb-page .stat-swiper__row {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.aatb-page .stat-swiper__pagination {
  position: static;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1.3rem;
  margin-top: 2rem;
}
.aatb-page .stat-swiper__pagination .swiper-pagination-bullet {
  display: block;
  margin: 0 !important;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background-color: var(--swiper-bullet-color);
  opacity: 0.3;
}
.aatb-page .stat-swiper__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.aatb-page .reasons {
  color: var(--primary-dark-color);
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .aatb-page .reasons {
    margin-top: 6rem;
  }
}
.aatb-page .reasons__list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-top: 3rem;
}
.aatb-page .reasons__list h4 {
  padding-bottom: 0.2rem;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.25;
  vertical-align: middle;
}
.aatb-page .reasons__list p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3rem;
  vertical-align: middle;
}
.aatb-page .reasons__percent {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 2rem;
  padding-left: 1.7rem;
  height: 4rem;
  background-color: var(--secondary-color);
}
.aatb-page .reasons__percent--88 {
  width: 34.2rem;
}
.aatb-page .reasons__percent--72 {
  width: 28.3rem;
}
.aatb-page .reasons__percent--32 {
  width: 11.8rem;
}
.aatb-page .reasons__percent--29 {
  width: 10.3rem;
}
.aatb-page .reasons__percent--28 {
  width: 9.4rem;
}
.aatb-page .reasons__percent--27 {
  width: 8.8rem;
}
.aatb-page .reasons__percent--21 {
  width: 7.5rem;
}
.aatb-page .guidelines {
  margin-top: 8rem;
  text-align: center;
}
@media (max-width: 768px) {
  .aatb-page .guidelines {
    margin-top: 6rem;
  }
}
.aatb-page .guidelines__container {
  border-radius: 2.5rem;
  border: 0.1rem solid var(--border-color);
  padding: 6.1rem;
}
@media (max-width: 768px) {
  .aatb-page .guidelines__container {
    border-radius: 3.5rem;
    padding: 3.2rem 1.6rem;
  }
}
.aatb-page .guidelines__title {
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 2.4rem;
  color: var(--primary-dark-color);
}
.aatb-page .guidelines__description {
  margin-top: 0.8rem;
  font-weight: 600;
  line-height: 2.1rem;
}
.aatb-page .guidelines__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .aatb-page .guidelines__list {
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 3rem;
  }
}
.aatb-page .guidelines__item {
  display: flex;
  flex-direction: column;
  width: 17.8rem;
}
@media (max-width: 768px) {
  .aatb-page .guidelines__item {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    width: 100%;
  }
}
.aatb-page .guidelines__item img {
  height: 6rem;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .aatb-page .guidelines__item img {
    width: 4.4rem;
    height: auto;
  }
}
.aatb-page .guidelines__item p {
  margin-top: 2rem;
  font-weight: 500;
  line-height: 2rem;
}
@media (max-width: 768px) {
  .aatb-page .guidelines__item p {
    margin-top: 0;
    text-align: left;
  }
}
.aatb-page .guidelines__link {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .aatb-page .guidelines__link {
    margin-top: 3.5rem;
  }
}
.aatb-page .guidelines__link a {
  font-weight: 400;
  letter-spacing: 0.43px;
  text-decoration: underline;
  text-decoration-style: solid;
  color: var(--primary-dark-color);
}
.aatb-page .quote {
  margin-top: 10.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .aatb-page .quote {
    margin-top: 6.7rem;
  }
}
.aatb-page .quote__icon {
  height: 2.8rem;
  width: 100%;
  object-fit: contain;
}
.aatb-page .quote__author {
  margin-top: 3rem;
  font-weight: 400;
  line-height: 2.1rem;
  color: var(--primary-dark-color);
}
@media (max-width: 768px) {
  .aatb-page .quote__author {
    margin-top: 1.3rem;
  }
}
.aatb-page .quote figure {
  margin: 0;
}
.aatb-page .quote blockquote {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .aatb-page .quote blockquote {
    margin-top: 1.2rem;
  }
}
.aatb-page .quote h3 {
  line-height: 1.8;
  font-weight: 700;
  color: var(--primary-color);
}
.aatb-page .insights {
  margin-top: 12rem;
  background-color: var(--sheet-color);
  text-align: center;
}
@media (max-width: 768px) {
  .aatb-page .insights {
    margin-top: 8.1rem;
  }
}
.aatb-page .insights__title {
  margin-top: 3rem;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 4.1rem;
  text-align: center;
  color: var(--primary-color);
}
@media (max-width: 768px) {
  .aatb-page .insights__title {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
.aatb-page .insights__video {
  width: 78rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .aatb-page .insights__video {
    width: 100%;
  }
}
.aatb-page .insights__video iframe {
  border-radius: 1.2rem;
}
@media (max-width: 768px) {
  .aatb-page .insights__video iframe {
    border-radius: 0.6rem;
  }
}
.aatb-page .insights h4 {
  margin-top: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: var(--primary-dark-color);
}
@media (max-width: 768px) {
  .aatb-page .insights h4 {
    margin-top: 1rem;
  }
}
.aatb-page .next {
  background-color: var(--white-color);
  margin-top: 11rem;
}
.aatb-page .next__card {
  position: relative;
  overflow: hidden;
  border-radius: 2.5rem;
  width: 100%;
  height: 30rem;
}
@media (max-width: 768px) {
  .aatb-page .next__card {
    height: 40rem;
  }
}
.aatb-page .next__card:hover .next__bg {
  transform: scale(1.05);
}
.aatb-page .next__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.3s ease;
}
.aatb-page .next__gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: linear-gradient(179.91deg, rgba(0, 0, 0, 0) 60%, #0b1643 99.92%);
}
@media (max-width: 768px) {
  .aatb-page .next__gradient {
    height: 30rem;
  }
}
.aatb-page .next__actor {
  position: absolute;
  top: 1.5rem;
  left: auto;
  right: 3.7rem;
  font-size: 0.8rem;
  line-height: 2.4rem;
  font-weight: 500;
  font-style: italic;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .aatb-page .next__actor {
    top: 1.2rem;
    right: 2.2rem;
    font-size: 0.9rem;
  }
}
.aatb-page .next__content {
  position: absolute;
  left: 3.5rem;
  bottom: 3rem;
  z-index: 2;
  width: 30.5rem;
}
@media (max-width: 768px) {
  .aatb-page .next__content {
    width: 28rem;
    left: 2.6rem;
    bottom: 2.8rem;
  }
}
.aatb-page .next__subtitle {
  color: var(--secondary-color);
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0;
  text-align: left;
}
.aatb-page .next__arrow {
  margin-bottom: -0.1rem;
  width: 2rem;
  height: 2rem;
}
.aatb-page .next__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--white-color);
}
.aatb-page .refs {
  --symbol-width: 0.5rem;
  margin-top: 5.3rem;
}
@media (max-width: 768px) {
  .aatb-page .refs {
    margin-top: 4rem;
  }
}
.aatb-page .refs__symbol p {
  position: relative;
}
.aatb-page .refs__symbol sup {
  font-size: 0.7rem;
}
.aatb-page .refs__symbol-item {
  position: absolute;
  display: inline-block;
  top: 0.2rem;
  right: 100%;
  bottom: unset;
  width: var(--symbol-width);
  text-align: center;
  line-height: 1;
}
.aatb-page .refs__term {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .aatb-page .refs__term {
    margin-top: 3rem;
  }
}
.aatb-page .refs__term p {
  text-indent: calc(-1 * var(--symbol-width));
}
.aatb-page .refs__footnote {
  margin-top: 3rem;
}
.aatb-page .refs__footnote p {
  margin-left: calc(-1 * var(--symbol-width));
}
@media (max-width: 768px) {
  .aatb-page .refs__footnote {
    margin-top: 4.3rem;
  }
}
.aatb-page .refs i {
  font-style: italic;
}
/*# sourceMappingURL=attack-and-burden.css.map */