/* template */
/* stylelint-disable no-descending-specificity */
/* stylelint-disable property-no-vendor-prefix */
/* stylelint-disable at-rule-no-vendor-prefix */
/* stylelint-disable declaration-block-single-line-max-declarations */


@import url('/lib/styles/styles.css');

:root {
  --obviously-family: 'obviously-wide';
  --work-sans-family: 'Work Sans';

  /* for colors */
  --color--primary: #0000c9;
  --color--cream: #ffd36e;
  --light-cream: #fffbf4;
  --light-yellow: #fff4d4;
  --near-black: #303034;
  --pfizer-black: #303038;
  --pfizer-text-lavender: #7e5cc6;
  --navy-blue: #2f1763;
  --pfizer-purple: #6840bd;
  --color-blue: #66bfff;
  --color-gry: #c8c5ca;
  --color-dark-gray: #666;
  --color-black-29: #292929;
  --error-dark-red: #990025;
  --error-red: #D01818;
  --success-green: #10781B;
  --color-white: #fff;
  --grey: #F9F9F9;
  --pfizer-blue: #3D46EA;

  /* for font-size */
  --font--12px: 12px;
  --font--10px: 10px;
  --font--34px: 34px;
  --font--24px: 24px;
  --font--16px: 16px;

  /* font family */
  --blue-liner-gradient: linear-gradient(
    90deg,
    rgb(47 23 99 / 16%) 20.66%,
    rgb(47 23 99 / 80%) 86.5%
  );

  /* line-height */
  --line--height-140: 140%;
  --line--height-160: 160%;

  /* spacing */
  --spacing-13: 13px;
  --spacing-30: 30px;
  --spacing-6: 6px;
  --spacing-2: 2px;
  --spacing-38px: 38px;
  --spacing--120px: 120px;
  --container-1200px: 1200px;

  /* font-weight */
  --font--weight-660: 660;
  --font--weight-600: 600;
  --font--weight-500: 500;
  --font--weight-800: 800;

}

body {
  --lib-core--nav-height: var(--lib-core--spacing-20x);
}

main .section {
  padding: 0 var(--lib-core--spacing-6x) 60px;
}

body.appear {
  background-color: var(--light-cream);
}

@media (min-width: 1024px) {
  body.appear {
    display: block;

    --site-width: calc(401px + var(--lib-core--content-width) + 0 * 2);
  }

  body .layout-header {
    height: 100px;
    width: 100%;
    max-width: var(--site-width);
  }

  body .core-header .header-nav-wrapper[aria-expanded='false'] {
    height: 100px;
    width: auto;
    max-width: var(--container-1200px);
    overflow-y: unset;
    position: unset;
    margin: auto;
  }
}

/* Header css starts here */

header.fixed-to-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: var(--lib-core--color-background);
}

header {
  transition: top 0.3s ease-in-out;
}

header .core-header .core-nav-sections a[aria-current] {
  color: var(--navy-blue);
  text-decoration: none;
  border-bottom: 2px solid var(--navy-blue);
  width: fit-content;
}

/* below rule is for risk block */
.risk-block .core-accordion p,
.risk-block li,
.symptoms.core-basic .core-basic-content p,
.risk-block .core-basic .core-basic-content p {
  color: var(--near-black);
  font: var(--lib-core--typography-default-text-weight)
    var(--lib-core--typography-smallest-font-size) / 140%
    var(--work-sans-family);
}

header .core-header .core-nav-sections ul li + li a[aria-current] {
  border-bottom: none;
}

header .core-header .core-nav-sections ul li a {
  font: var(--lib-core--typography-callout-text-weight)
    var(--lib-core--typography-smaller-font-size) / 120% var(--work-sans-family);
  color: var(--navy-blue);
  display: flex;
  gap: 10px;
  height: 25px;
  align-items: center;
  width: fit-content;
}

header .core-header .core-nav-sections a[aria-current]:hover,
header .core-header .core-nav-sections ul li a:hover {
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 2px solid var(--navy-blue);
}

body .layout-header {
  border-bottom: 1px solid #c9c9c9;
}

header .core-header .core-nav-regulatory-links {
  display: none;
}

header .core-header .header-nav-wrapper,
header .core-header .header-nav-wrapper-mobile {
  background-color: #fffbf4;
}

header .core-header .core-nav-hamburger button svg {
  width: var(--lib-core--spacing-6x);
  height: var(--lib-core--spacing-6x);
  fill: var(--navy-blue);
}

header .core-header .header-logo .icon svg {
  max-width: 120px;
  max-height: 35px;
}

header .core-header .header-nav-wrapper-mobile .header-logo {
  padding: 22px var(--lib-core--spacing-5x);
}

header .core-header .open-menu::before,
header .core-header .close-menu::before,
header .core-header.block .header-nav-wrapper .header-nav-bottom-section {
  display: none;
}

header .core-header .core-nav-sections ul {
  margin-top: var(--lib-core--spacing-24x);
}

header .core-header .core-nav-sections ul li {
  padding: 0 var(--lib-core--spacing-5x) 33px;
}

header .core-header .core-nav-sections ul li a span.icon svg {
  width: var(--lib-core--spacing-6x);
  height: var(--lib-core--spacing-6x);
  margin: 0;
}

@media (min-width: 1024px) {
  header .core-header.block .header-nav-wrapper .header-nav-top-section {
    display: grid;
    grid-template-columns: 135px auto;
    margin: 0 var(--spacing-30);
    justify-content: space-between;
  }

  header .core-header .core-nav-sections ul {
    display: flex;
    justify-content: space-between;
    margin: var(--spacing-38px) 0;
    gap: 60px;
  }

  header .core-header .core-nav-sections ul li {
    padding: 0;
  }

  header .core-header .header-logo .icon svg {
    max-width: 135px;
    max-height: var(--lib-core--spacing-10x);
  }

  header .core-header .header-logo {
    padding: var(--spacing-30) 0;
    border-bottom: 0;
  }
}

.core-header-wrapper .core-header {
  --lib-core--menu--nav-background-color: transparent;
}

/* Header css ends here */

p sup {
  line-height: 0;
}

/* jumping section css starts here */

main .section.jumping-links.below-header {
  position: fixed;
  top: 81px;
}

main .section.jumping-links {
  padding: 21px 0;
  background-color: var(--navy-blue);
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}

.section.jumping-links .default-content-wrapper {
  margin: auto;
  position: relative;
}

.core-basic.hero-banner p img {
  height: 425px;
  width: 100%;
}

.core-basic .core-basic-content.multiple img {
  display: block;
  min-height: 244px;
  object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .core-basic .core-basic-inside .core-basic-content.multiple img {
    max-width: 100%;
    height: auto;
  }
}

.section.jumping-links .button-container {
  margin: 0;
  display: flex;
  gap: var(--lib-core--spacing-6x);
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-left: var(--lib-core--spacing-6x);
  padding-right: var(--lib-core--spacing-9x);
}

.section.jumping-links .button-container a {
  background: none;
  box-shadow: none;
  padding: 0;
  overflow: initial;
  border-radius: 0;
}

.button-container-multi a.button:any-link:hover::after {
  opacity: 0;
}

.section.jumping-links .button-container a span {
  font: var(--lib-core--typography-callout-text-weight)
    var(--lib-core--typography-smallest-font-size) / 120%
    var(--work-sans-family);
  margin: 0;
}

.section.jumping-links .button-container a.active {
  border-bottom: var(--lib-core--spacing-smallest) solid
    var(--lib-core--color-on-primary);
}

.section.jumping-links .button-container a:last-of-type {
  margin-right: 0;
}

.section.jumping-links .button-container::after {
  content: '';
  height: 100%;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--blue-liner-gradient);
}

@media (min-width: 1024px) {
  main .section.jumping-links.below-header {
    position: fixed;
    top: 101px;
  }

  main .section.jumping-links {
    padding: 18px 0;
  }

  .section.jumping-links .button-container {
    padding: 0;
    justify-content: flex-end;
    gap: 60px;
  }

  .section.jumping-links .button-container a span {
    font-size: var(--lib-core--typography-smaller-font-size);
  }

  .section.jumping-links .button-container a:last-of-type {
    padding: 0;
  }

  .section.jumping-links .button-container::after {
    display: none;
  }

  .section.jumping-links .default-content-wrapper {
    max-width: var(--container-1200px);
    padding-right: var(--spacing-30);
    box-sizing: border-box;
  }

  .section.jumping-links .button-container a:not(.active) span:hover {
    box-sizing: border-box;
    text-decoration: none;
    border-bottom: 2px solid var(--lib-core--button-filled--color);
  }
}

/* jumping section css ends here */

/* hero banner block css starts here */
.section.jumping-links + .section.core-basic-container {
  padding: 0;
}

.hero-banner.core-basic .core-basic-content {
  gap: 0;
  flex-direction: column;
}

.hero-banner.core-basic .image {
  margin-left: var(--lib-core--spacing-10x);
  border-top-right-radius: 0;
}

.hero-banner .text {
  padding: var(--lib-core--spacing-6x);
  background: var(--pfizer-blue);
  margin-top: -100px;
  z-index: 5;
}

.hero-banner.homepage-banner .text {
  background: var(--pfizer-blue);
}

.hero-banner.banner-text .text {
  padding-bottom: 27px;
}
@media (min-width: 1024px) {
  .hero-banner .text {
    margin-top: -60px;
  }
}

.core-basic.hero-banner .text h2,
.core-basic.hero-banner .text h2 strong,
.core-basic.hero-banner .text h1,
.core-basic.hero-banner .text h1 strong {
  font: var(--font--weight-600) var(--font--34px) / 120% var(--obviously-family);
  text-transform: uppercase;
  color: var(--light-yellow);
  margin-bottom: 17px;
}

.core-basic.hero-banner .text p {
  font: 400 var(--lib-core--typography-smallest-font-size) / 19.9px
    var(--work-sans-family);
  margin-bottom: 22px;
  color: var(--lib-core--color-on-primary);
}

.core-basic.hero-banner .text p:first-of-type {
  padding-right: 10px;
}

@media (min-width: 768px) {
  .core-basic.hero-banner .text p:first-of-type {
    padding-right: 0;
  }
}

.core-basic.hero-banner .text p:last-of-type {
  font-size: var(--font--12px);
  line-height: 14.4px;
  margin: 0;
}

.hero-banner.core-basic .block-inside .single {
  display: none;
}

@media (min-width: 1024px) {
  .core-basic.hero-banner .text p {
    line-height: 19.2px;
  }

  .hero-banner.core-basic .core-basic-content {
    flex-direction: column;
  }

  .hero-banner.core-basic .image {
    margin-left: 0;
    border-top-left-radius: 0;
  }

  .hero-banner.core-basic .core-basic-content .image {
    position: relative;
    display: inline-block;
  }

  .hero-banner.core-basic .core-basic-content .image p:last-of-type {
    position: absolute;
    left: 0;
    bottom: 60px;
    color: var(--lib-core--color-on-primary);
    max-width: 400px;
    padding: 0 0 22px 55px;
    font: var(--font--weight-600) var(--font--12px) /
      120% var(--work-sans-family);
  }

  .hero-banner.core-basic .block-inside .multiple .text {
    max-width: min(77%, 1148px);
    padding: var(--lib-core--spacing-12x);
  }

  .hero-banner.core-basic .block-inside .multiple .text h2,
  .hero-banner.core-basic .block-inside .multiple .text h2 strong,
  .hero-banner.core-basic .block-inside .multiple .text h1,
  .hero-banner.core-basic .block-inside .multiple .text h1 strong {
    font: var(--font--weight-600)
      var(--lib-core--typography-heading-3-alt-font-size) /
      var(--lib-core--typography-heading-display-line-height)
      var(--obviously-family);
  }

  .hero-banner.core-basic .block-inside .multiple .text p {
    font: var(--lib-core--typography-default-text-weight)
      var(--lib-core--typography-smaller-font-size) /
      var(--lib-core--typography-heading-display-line-height)
      var(--work-sans-family);
    margin: 0;
  }

  .hero-banner.core-basic .block-inside .multiple .text p:last-of-type {
    display: none;
  }

  .hero-banner.core-basic .block-inside .single {
    position: absolute;
    bottom: 425px;
    margin-left: 55px;
    z-index: 5;
  }

  .hero-banner.core-basic .block-inside .single > div {
    font: var(--lib-core--typography-default-text-weight)
      var(--lib-core--spacing-3x) /
      var(--lib-core--typography-heading-display-line-height)
      var(--lib-core--font-family-primary);
    color: var(--lib-core--color-system-white);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .hero-banner.core-basic .core-basic-content .image p:last-of-type {
    top: 67%;
  }

  .hero-banner.homepage-banner.core-basic .core-basic-content .image p:last-of-type {
    top: 64%;
  }
}

/* hero banner block css ends here */

/* Blue block css start here */
main .section.blue-block {
  background: url('/assets/icons/media_145e9d0d646323800b61dc99584987888cb8e581a.png')
    no-repeat center;
  background-size: cover;
  padding: 75px 27.5px;
}

@media (min-width: 1024px) {
  main .section.blue-block {
    background: url('/assets/icons/media_1f3306dee4628df089b171bf84bd278c61772d309.png')
      no-repeat center;
    background-size: 100% 100%;
    padding: 133px var(--lib-core--spacing-5x) 120px;
    height: 212px;
  }
}

.blue-block p {
  color: var(--navy-blue);
  font: var(--font--weight-600) var(--lib-core--typography-default-font-size) /
    var(--lib-core--typography-heading-display-line-height)
    var(--work-sans-family);
  margin: 0;
  text-align: center;
}

.blue-block p:last-of-type {
  font: var(--lib-core--typography-default-text-weight)
    var(--lib-core--typography-smallest-font-size) / 140%
    var(--work-sans-family);
}

@media (min-width: 1024px) {
  .blue-block p:last-of-type {
    font-size: var(--lib-core--typography-default-font-size);
    line-height: var(--lib-core--typography-heading-headline-line-height);
  }
}

.blue-block p sup {
  line-height: 0;
  font-size: 9px;
}

.blue-block h3 {
  color: var(--navy-blue);
  margin: 0 auto;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 300px;
  font: var(--font--weight-600) var(--lib-core--typography-heading-6-alt-font-size) /
    var(--lib-core--typography-heading-display-line-height)
    var(--obviously-family);
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  .blue-block h3 {
    min-width: 320px;
  }
}

@media (min-width: 1024px) {
  .blue-block h3 {
    font-size: var(--lib-core--typography-heading-5-alt-font-size);
    width: 860px;
    margin: 18px auto;
  }

  .blue-block h3 br:not(:first-of-type, :last-of-type) {
    display: none;
  }
}

.blue-block h3::after,
.blue-block h3::before {
  display: none;
}

/* Blue block css ends here */

/* Risk block start here */
.section.risk-block {
  max-width: var(--container-1200px);
  margin: auto;
  padding: 0 12.5px var(--lib-core--spacing-15x);
  box-sizing: border-box;
  scroll-margin: 100px;
}

.non-homepage .section.risk-block {
  padding-top: var(--spacing-38px);
  scroll-margin: 62px;
}

.risk-block a.button.primary span {
  font: var(--font--weight-600) var(--font--12px) / 120% var(--obviously-family);
  margin: 0;
}

.risk-block .core-accordion details summary.core-accordion-item-label span {
  display: none;
}

.risk-block .core-accordion details summary.core-accordion-item-label h3 span {
  display: inline;
  transform: rotate(0.5turn);
  margin-top: -3px;
}

.risk-block .core-accordion details summary.is-open .icon {
  transform: rotate(1turn);
  margin-top: -5px;
}

.risk-block {
  display: flex;
  flex-direction: column;
}

.risk-block .core-basic-wrapper {
  padding: 0 var(--lib-core--spacing-3x) var(--spacing-38px);
}

.symptoms.core-basic .core-basic-content p:first-of-type,
.risk-block
  .core-basic-wrapper
  .core-basic
  .core-basic-content
  p:first-of-type {
  line-height: 120%;
  color: var(--pfizer-text-lavender);
  text-transform: uppercase;
  font-weight: var(--font--weight-600);
}

.symptoms.core-basic .core-basic-content h2,
.risk-block .core-basic-wrapper .core-basic .core-basic-content h2,
.risk-block .core-basic-wrapper .core-basic .core-basic-content h2 strong {
  font: var(--font--weight-600)
    var(--lib-core--typography-heading-6-alt-font-size) / 120%
    var(--obviously-family);
  color: var(--navy-blue);
  margin: 6px 0 var(--lib-core--spacing-6x);
  text-transform: uppercase;
}

.risk-block .core-accordion details {
  padding: 28.5px var(--lib-core--spacing-6x) var(--lib-core--spacing-6x);
  border-width: var(--lib-core--spacing-smallest) 0 0 0;
  border-style: solid;
  border-color: var(--navy-blue);
  box-shadow: none;
  font-family: var(--work-sans-family);
  color: var(--near-black);
}

.risk-block .core-accordion details:hover {
  box-shadow: none;
}

.risk-block .core-accordion details:last-of-type {
  border-width: var(--lib-core--spacing-smallest) 0;
}

.risk-block .core-accordion h3 {
  margin: 0;
  font: var(--lib-core--typography-heading-title-font-weight)
    var(--lib-core--typography-smaller-font-size) / 120% var(--work-sans-family);
  color: var(--navy-blue);
  padding-bottom: 1.5px;
}

.risk-block .core-accordion details:first-of-type h3 {
  padding-top: 2.5px;
  padding-bottom: 4.5px;
}

.risk-block .core-accordion details:last-of-type h3 {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}

.risk-block .core-accordion details .core-accordion-item-body {
  padding-right: var(--lib-core--spacing-4x);
  font-size: var(--lib-core--typography-smallest-font-size);
  line-height: 19.6px;
}

.risk-block
  .core-accordion
  details
  .core-accordion-item-body
  .button-container {
  margin-top: var(--lib-core--spacing-6x);
}

@media (min-width: 1024px) {
  .risk-block .core-accordion details .core-accordion-item-body {
    padding-right: 0;
    line-height: 120%;
    font-size: var(--lib-core--typography-smaller-font-size);
  }
}

.risk-block ul {
  padding-left: var(--lib-core--spacing-6x);
}

.risk-block li:not(:last-of-type) {
  padding-bottom: var(--lib-core--spacing-2x);
}

.risk-block li sup {
  font-size: var(--font--12px);
}

.risk-block a.button.primary {
  background-color: var(--color--cream);
  color: var(--navy-blue);
  box-shadow: none;
  padding: var(--spacing-13) var(--lib-core--spacing-4x);
}

.risk-block a.button.primary:hover {
  color: var(--color--cream);
  background-color: var(--navy-blue);
}

@media (min-width: 1024px) {
  .section.risk-block {
    padding: 86px var(--lib-core--spacing-10x);
  }

  .section.risk-block,
  .non-homepage .section.risk-block {
    flex-direction: row;
    gap: var(--lib-core--spacing-6x);
    padding: 86px var(--lib-core--spacing-10x);
  }

  .risk-block .core-basic-wrapper {
    width: 50%;
    padding: 0 86px 0 0;
  }

  .risk-block .core-accordion-wrapper {
    width: 60%;
  }
  
  .slideshow p,
  .risk-block .core-accordion p,
  .symptoms.core-basic .core-basic-content p,
  .risk-block .core-basic-wrapper .core-basic .core-basic-content p,
  .risk-block li
  .slideshow .slideshow-slide-body .slideshow-slide-kicker {
    font-size: var(--lib-core--typography-smaller-font-size);
    line-height: 120%;
  }

  .risk-block .core-basic-wrapper .core-basic .core-basic-content p {
    max-width: 461px;
  }

  .risk-block
    .core-basic-wrapper
    .core-basic
    .core-basic-content
    p:first-of-type {
    margin-top: var(--lib-core--spacing-5x);
    font-weight: var(--font--weight-600);
  }

  .risk-block .core-basic-wrapper .core-basic .core-basic-content h2 {
    font-size: var(--lib-core--typography-heading-5-alt-font-size);
    margin: var(--lib-core--spacing-2x) 0 var(--lib-core--spacing-5x);
  }
}

/* Risk block end here */

/* Caring block starts here */
.section.caring-container {
  padding: var(--spacing-38px) 25px var(--lib-core--spacing-15x) 25px;
}

@media (min-width: 1024px) {
  .section.caring-container {
    padding: var(--lib-core--spacing-20x) 0;
    max-width: var(--container-1200px);
    margin: auto;
  }

  .caring-block-1.core-basic .core-basic-content.multiple img {
    height: auto;
  }
}

.caring-block-1.core-basic .core-basic-content {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 1024px) {
  .caring-block-1.core-basic .core-basic-content {
    flex-direction: row;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .core-basic.caring-block-2 .core-basic-content {
    flex-direction: column;
  }
}

.caring-block-2.core-basic {
  padding-top: var(--lib-core--spacing-15x);
}

.caring-block-2.core-basic .core-basic-content {
  gap: var(--lib-core--spacing-7x);
}

@media (min-width: 1024px) {
  .caring-block-2.core-basic {
    padding-top: var(--lib-core--spacing-20x);
  }
}

.caring-block-1 .core-basic-content img,
.caring-block-2 .core-basic-content img {
  border-radius: 24px;
}

.section.caring-container .image {
  position: relative;
  border-radius: unset;
}

@media (min-width: 1024px) {
  .section.caring-container .core-basic-content .text {
    padding: 43px var(--lib-core--spacing-10x) 0 var(--lib-core--spacing-10x);
  }
}

.section.caring-container .image p:last-of-type { /* stylelint-disable-line */
  padding-top: 7px;
  font: var(--lib-core--typography-default-text-weight) var(--font--12px) /
    14.4px var(--work-sans-family);
  color: var(--near-black);
}

@media (min-width: 1024px) {
  .section.caring-container .image p:last-of-type {
    position: absolute;
    color: var(--lib-core--color-system-white);
    bottom: 0;
    padding: 26px var(--lib-core--spacing-8x);
    max-width: 254px;
    font-weight: var(--font--weight-600);
  }

  .section.caring-container .caring-block-2 .image p:last-of-type {
    padding: 26px var(--lib-core--spacing-8x) 20px var(--lib-core--spacing-8x);
  }
}

.section.caring-container .text h4 { /* stylelint-disable-line */
  margin: 0;
  padding-bottom: var(--spacing-6);
  text-transform: uppercase;
  color: var(--pfizer-text-lavender);
  font: var(--font--weight-600) var(--lib-core--typography-smallest-font-size) /
    var(--lib-core--typography-heading-title-line-height)
    var(--work-sans-family);
}

@media (min-width: 1024px) {
  .section.caring-container .text h4 {
    font: var(--font--weight-600)
      var(--lib-core--typography-base-unit-font-size) /
      var(--lib-core--typography-heading-display-line-height)
      var(--work-sans-family);
  }
}

.section.caring-container .text h3 {
  padding-bottom: 17px;
  color: var(--navy-blue);
  text-transform: uppercase;
  margin: 0;
  font: var(--font--weight-600)
    var(--lib-core--typography-heading-6-alt-font-size) /
    var(--lib-core--typography-heading-display-line-height)
    var(--obviously-family);
}

@media (min-width: 1024px) {
  .section.caring-container .text h3 {
    padding-bottom: var(--spacing-30);
    font: var(--font--weight-600)
      var(--lib-core--typography-heading-5-alt-font-size) /
      var(--lib-core--typography-heading-display-line-height)
      var(--obviously-family);
  }
}

.section.caring-container .text p { /* stylelint-disable-line */
  font: var(--lib-core--typography-default-text-weight)
    var(--lib-core--typography-smallest-font-size) / var(--line--height-140)
    var(--work-sans-family);
  color: var(--near-black);
}

.section.caring-container .core-basic.caring-block-1 .text p a {
  color: var(--near-black);
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .section.caring-container .text p {
    font: var(--lib-core--typography-default-text-weight)
      var(--lib-core--typography-base-unit-font-size) /
      var(--lib-core--typography-heading-display-line-height)
      var(--work-sans-family);
  }
}

@media (min-width: 768px) {
  .caring-container .core-basic.caring-block-1 .core-basic-content img,
  .caring-container .core-basic.caring-block-2 .core-basic-content img {
    width: 100%;
  }

  .hero-banner.core-basic .block-inside .multiple picture img {
    max-height: 536px;
    transform: none;
    left: 0;
    display: flex;
    width: 100%;
  }
}

@media (min-width: 1440px) {
  .hero-banner.core-basic .block-inside .multiple picture img {
    max-height: unset;
  }
}

@media (min-width: 1024px) {
  .caring-container .core-basic .core-basic-content {
    gap: var(--lib-core--spacing-6x);
  }
}

/* Caring block ends here */

/* 404 page starts here */
.section.page-404 { /* stylelint-disable-line */
  padding: var(--lib-core--spacing-15x) var(--lib-core--spacing-6x);
  background: url('/assets/icons/media_1d083d93520943017f332bdd857949b36a7f887ae.png')
    no-repeat center;
  background-size: cover;
}

@media (min-width: 1024px) {
  .section.page-404 {
    padding: 118.5px 0;
    margin: auto;
    background: url('/assets/icons/media_152ebf4fb2fea6ec1b0d9e0ba2085ede7ab43d242.png')
      no-repeat center;
    background-size: 100% 100%;
  }
}

.section.page-404 > .default-content-wrapper > p { /* stylelint-disable-line */
  padding: 0;
  margin: 0;
}

.section.page-404 .default-content-wrapper {
  text-align: center;
}

.section.page-404 .default-content-wrapper p.button-container {
  display: flex;
  flex-direction: column;
  gap: var(--lib-core--spacing-5x);
  padding: 26px 38.5px 0;
  width: fit-content;
  margin: auto;
}

@media (min-width: 1024px) {
  .section.page-404 .default-content-wrapper p.button-container {
    flex-direction: row;
    align-items: center;
    gap: var(--lib-core--spacing-10x);
    justify-content: center;
    padding: 30px 0 0;
    width: unset;
  }
}

.section.page-404 .default-content-wrapper p.button-container a { /* stylelint-disable-line */
  background: var(--color--cream);
  color: var(--navy-blue);
  text-transform: uppercase;
  padding: 10px var(--lib-core--spacing-4x);
  box-shadow: none;
  border-radius: 56px;
}

@media (min-width: 1024px) {
  .section.page-404 .default-content-wrapper p.button-container a {
    width: 250px;
  }

  footer .core-footer .footer-copyright {
    max-width: 371px;
  }
}

.section.page-404 .default-content-wrapper p.button-container a span {
  font: var(--font--weight-600) var(--font--12px) /
    var(--lib-core--typography-heading-display-line-height)
    var(--obviously-family);
  margin: 0;
}

.section.page-404 .default-content-wrapper p:first-of-type { /* stylelint-disable-line */
  padding: 0 0 34px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: var(--light-yellow);
  font: var(--font--weight-600)
    var(--lib-core--typography-heading-6-alt-font-size) /
    var(--lib-core--typography-heading-display-line-height)
    var(--obviously-family);
}

@media (min-width: 1024px) {
  .section.page-404 .default-content-wrapper p:first-of-type {
    max-width: 758px;
    margin: auto;
    padding: 0 0 var(--lib-core--spacing-10x);
    font: var(--font--weight-600)
      var(--lib-core--typography-heading-5-alt-font-size) /
      var(--lib-core--typography-heading-display-line-height)
      var(--obviously-family);
  }
}

.section.page-404 .default-content-wrapper p strong { /* stylelint-disable-line */
  text-transform: uppercase;
  font: var(--font--weight-600) var(--lib-core--typography-base-unit-font-size) /
    19.2px var(--work-sans-family);
  color: var(--light-yellow);
}

/* 404 page ends here */

.core-isi-container.section {
  display: none;
}

/* reference block starts here */
.section.reference-container {
  border-top: var(--color-gry) 1px solid;
  padding: var(--lib-core--spacing-6x) var(--lib-core--spacing-4x)
    var(--lib-core--spacing-6x) var(--lib-core--spacing-6x);
  margin-bottom: var(--lib-core--spacing-16x);
  background: var(--light-cream);
  position: relative;
}

@media (min-width: 1024px) {
  .section.reference-container {
    max-width: 1236px;
    margin: auto;
    padding: 0;
    background: none;
  }
}

.section.reference-container .default-content-wrapper p { /* stylelint-disable-line */
  font: var(--lib-core--typography-default-text-weight) var(--font--12px) /
    var(--lib-core--typography-heading-display-line-height)
    var(--work-sans-family);
  word-break: break-word;
  margin: 0;
  color: var(--near-black);
}

.section.reference-container.home-reference .default-content-wrapper p { /* stylelint-disable-line */
  color: var(--pfizer-black);
}

@media (min-width: 1024px) {
  .section.reference-container .default-content-wrapper p {
    padding: var(--lib-core--spacing-15x) var(--lib-core--spacing-6x);
  }
}

.reference-container .default-content-wrapper p:last-of-type { /* stylelint-disable-line */
  text-align: right;
  position: absolute;
  bottom: -40px;
  right: var(--lib-core--spacing-4x);
}

.reference-container .default-content-wrapper p:last-of-type .icon-purple-up-arrow { /* stylelint-disable-line */
  padding: 0;
  background-color: unset;
  color: unset;
  box-shadow: none;
  cursor: pointer;
  width: var(--lib-core--spacing-10x);
  height: var(--lib-core--spacing-10x);
  margin: 0;
}

.reference-container .default-content-wrapper p:last-of-type .icon-purple-up-arrow svg { /* stylelint-disable-line */
  width: var(--lib-core--spacing-10x);
  height: var(--lib-core--spacing-10x);
  margin: 0;
}

.reference-container
  .default-content-wrapper
  p:last-of-type
  a.button:any-link.button-icon
  .icon
  svg,
.reference-container
  .default-content-wrapper
  p:last-of-type
  a.button:any-link.button-icon
  span.icon {
  width: var(--lib-core--spacing-10x);
  height: var(--lib-core--spacing-10x);
  margin: 0;
}

@media (min-width: 1024px) {
  .reference-container .default-content-wrapper p:last-of-type {
    display: none;
  }
}

/* neighbor block start here */
.core-basic.neighbor div div div p img { /* stylelint-disable-line */
  border-radius: var(--lib-core--font-size-title-medium-medium-small);
  width: auto;
}

@media (min-width: 1024px) {
  .core-basic.neighbor div div div p img {
    border-radius: var(--lib-core--font-size-title-medium-medium-small);
  }
}

.core-basic.neighbor div div .image p:last-of-type { /* stylelint-disable-line */
  font: var(--lib-core--typography-default-text-weight)
    var(--lib-core--spacing-3x) / 14.4px var(--work-sans-family);
  color: var(--near-black);
  margin-top: 7px;
}

.core-basic.neighbor div div .image {
  position: relative;
  border-radius: unset;
}

@media (min-width: 1024px) {
  .core-basic.neighbor div div .image p:last-of-type {
    position: absolute;
    bottom: 7px;
    padding-left: 29px;
    padding-bottom: var(--lib-core--spacing-6x);
    color: var(--lib-core--color-system-white);
    max-width: 188px;
    font-weight: var(--font--weight-600);
  }

  .core-basic.neighbor > div > div > .image > p:first-of-type {
    min-height: 564px;
  }
}

.core-basic.neighbor div div div:last-of-type p:first-of-type { /* stylelint-disable-line */
  font: 600 var(--lib-core--typography-smallest-font-size) / 16.8px
    var(--work-sans-family);
  color: var(--pfizer-text-lavender);
  text-transform: uppercase;
  margin-bottom: 6px;
}

@media (min-width: 1024px) {
  .core-basic.neighbor div div div:last-of-type p:first-of-type {
    font-size: var(--lib-core--spacing-4x);
    line-height: 19px;
  }
}
/* stylelint-disable */
.core-basic.neighbor div div div:last-of-type h2 strong,
.core-basic.neighbor div div div:last-of-type h2 {
  font: var(--font--weight-600) var(--lib-core--spacing-6x) / 28.8px var(--obviously-family);
  color: var(--navy-blue);
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: var(--lib-core--spacing-6x);
}
/* stylelint-enable */

@media (min-width: 1024px) {
  .core-basic.neighbor div div div:last-of-type h2 strong,
  .core-basic.neighbor div div div:last-of-type h2 {
    font-size: var(--lib-core--spacing-8x);
    line-height: var(--spacing-38px);
    max-width: 462px;
    margin-bottom: 30px;
  }
}

.core-basic.neighbor div div div:last-of-type h2 + p { /* stylelint-disable-line */
  font: var(--lib-core--font-weight-standard)
    var(--lib-core--typography-smallest-font-size) / 19.6px
    var(--work-sans-family);
  color: var(--near-black);
  margin-bottom: var(--lib-core--spacing-5x);
}

@media (min-width: 1024px) {
  .core-basic.neighbor div div div:last-of-type h2 + p {
    font-size: var(--lib-core--spacing-4x);
    line-height: 19.6px;
  }
}

@media (min-width: 1024px) {
  .core-basic.neighbor div div div:last-of-type {
    padding: 0 95px 0 var(--lib-core--spacing-10x);
    max-width: 588px;
    box-sizing: border-box;
  }

  .core-basic.neighbor.spanish-neighbour > div > div > div:last-of-type {
    padding: 0 77px 0 var(--lib-core--spacing-10x);
  }
}

.core-basic.neighbor
  div
  .core-basic-content.multiple
  div:last-of-type
  h2
  + p
  + p {
  font: var(--lib-core--font-weight-standard)
    var(--lib-core--typography-smallest-font-size) / 19.6px
    var(--work-sans-family);
  color: var(--near-black);
  padding-right: var(--lib-core--spacing-6x);
}

@media (min-width: 1024px) {
  .core-basic.neighbor
    div
    .core-basic-content.multiple
    div:last-of-type
    h2
    + p
    + p {
    font-size: var(--lib-core--spacing-4x);
    line-height: 19px;
    padding-right: 0;
  }
}

.core-basic.neighbor
  div
  .core-basic-content.multiple
  div:last-of-type
  h2
  + p
  + p
  sup {
  font-size: var(--font--12px);
}

.core-basic.neighbor
  div
  .core-basic-content.multiple
  div:last-of-type
  p:last-of-type
  strong {
  line-height: 19.6px;
}

.section,
.caring-container .default-content-wrapper p a,
.caring-container .caring-block-2 {
  scroll-margin: 62px;
}

.section.neighbour {
  padding: var(--spacing-38px) var(--lib-core--spacing-6x);
}

@media (min-width: 1024px) {
  .core-basic.neighbor
    div
    .core-basic-content.multiple
    div:last-of-type
    p:last-of-type
    strong {
    font-size: var(--lib-core--spacing-4x);
    line-height: 19.6px;
  }
}

@media (min-width: 1024px) {
  .core-basic.neighbor .core-basic-inside .core-basic-content {
    gap: var(--lib-core--spacing-6x);
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .section, .section.risk-block, .non-homepage .section.risk-block,
  .caring-container .default-content-wrapper p a {
    scroll-margin: 0;
  }

  .section.neighbour {
    padding: var(--lib-core--spacing-20x) 0 0;
  }

  .core-basic.neighbor {
    max-width: var(--container-1200px);
    margin: auto;
  }
}

/* neighbor block end here */

.signup-form .core-form input {
  font-family: var(--work-sans-family);
  line-height: 19.2px;
}

/* error toast */
.errortoast{
  box-sizing: border-box;
  background-color: var(--error-red);
  border-radius: 8px;
  padding: 22px;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 40px;
  left: 24px;
  right: 24px;
  z-index: 5;
  height: 68px;
  box-shadow: 0 4px 10px 0 rgba(0 0 0 / 40%);
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 40px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 40px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 40px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 40px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

.errortoast.success{
  background-color: var(--success-green);
}

.toasterr .errortoast {
  display: flex;
}

.errortoast span {
  font: var(--font--weight-500) 14px / 140%  var(--work-sans-family);
  color:var(--color-white);
  display: flex;
  gap: 12px;
  flex-direction: row-reverse;
  align-items: center;
}

.errortoast span::before{
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url('/assets/icons/erroriconwhite.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.errortoast.success span::before {
  background-image: url('/assets/icons/check-circle.svg');
}

@media (min-width: 1024px) {
  .errortoast{
    left: 50%;
    right: inherit;
    transform: translate(-50%, 0);
    max-width: 1360px;
    width: 100%;
    padding: 20px;
  }

  .errortoast span {
    font: var(--font--weight-500) 16px / 150%  var(--work-sans-family);
  }
}

.unsubscribe-form .core-form section.core-form-section .core-form-field-wrapper p.error-message {
  font: var(--lib-core--typography-callout-text-weight) var(--font--12px) / var(--lib-core--typography-heading-display-line-height) var(--work-sans-family);
  color: var(--error-red);
  margin: 0;
  padding: 27px 0 0 10px;
  text-transform: none;
  display: flex;
  gap: 4px;
  align-items: center;
}

@media (min-width: 1024px) {
  .unsubscribe-form .core-form section.core-form-section .core-form-field-wrapper p.error-message {
    padding: 20px 0 0 10px;
    font-size: var(--lib-core--typography-smallest-font-size);
  }
}

.unsubscribe-form section.core-form-section .core-form-field-wrapper.form-text-wrapper.error-wrraper {
  display: block;
}

.unsubscribe-form .core-form section.core-form-section .core-form-field-wrapper p.error-message::before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url('/assets/icons/erroricon.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.unsubscribe-form .core-form .core-form-field-wrapper.is-invalid.is-dirty span.icon,
.unsubscribe-form .core-form .core-form-text-wrapper.is-dirty:not(.is-invalid).has-value span.icon {
  display: none;
}

.unsubscribe-form .core-form label {
  display: none;
}

.unsubscribe-form .core-form input {
  border: 2px solid var(--near-black);
  box-sizing: border-box;
  padding: 21px 28.8px;
  font: var(--lib-core--font-weight-standard) var(--lib-core--typography-smallest-font-size)/140% var(--work-sans-family);
  min-width: 327px;
  color: var(--near-black);
  border-radius: var(--lib-core--spacing-4x);
  box-shadow: none;
}

@media (min-width: 1024px) {
  .unsubscribe-form .core-form input {
    font: var(--lib-core--font-weight-standard) var(--lib-core--typography-smaller-font-size)/120% var(--work-sans-family);
  }
}

@media (min-width: 768px ) {
  .unsubscribe-form .core-form input {
    min-width: 630px;
  }
}

@media (min-width: 1024px ) {
  .unsubscribe-form .core-form input {
    padding: 34.5px var(--lib-core--spacing-8x);
  }
}

.unsubscribe-form .core-form input::placeholder {
  color: var(--near-blac);
  opacity: 1;
}

.unsubscribe-form section.core-form-section .core-form-field-wrapper {
  max-width: 630px;
  padding-top: 0;
  display: flex;
  justify-content: left;
}

@media (min-width: 1024px ) {
  .unsubscribe-form section.core-form-section .core-form-field-wrapper {
    justify-content: center;
  }
}

.unsubscribe-form section.core-form-section .core-form-field-wrapper.is-invalid {
  display: block;
}

.signup-form form button.primary:hover,
.unsubscribe-form form button.primary:hover {
  background-color: var(--navy-blue);
  color: var(--color--cream);
}

.signup-form form button.primary:focus,
.unsubscribe-form form button.primary:focus {
  background-color: var(--color--cream);
  color: var(--navy-blue);
  outline: 1px solid var(--color--cream);
  outline-offset: 2px;
}

.unsubscribe-form form button.primary span {
  font: var(--font--weight-600) var(--font--12px)/120% var(--obviously-family);
  margin: 0;
  text-transform: uppercase;
}

.section.unsubscribe-form {
  max-width: 846px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 65px 0 56px;
}

@media (min-width: 1024px) {
  .section.unsubscribe-form { 
    padding: 193.5px 0 199.5px;
  }
}

.section.unsubscribe-form.successful {
  padding: 61px 0 138px;
}

@media (min-width: 1024px) {
  .section.unsubscribe-form.successful {
    padding: 253.5px 0;
    margin: 48px auto 20px;
  }

  main .section.unsubscribe-form.successful h1 {
    font-size: var(--lib-core--typography-heading-5-alt-font-size);
    line-height: 110%;
    padding: 0;
  }

  main .section.unsubscribe-form.successful .single p {
    font-size: var(--lib-core--typography-smaller-font-size);
    line-height: 140%;
    padding: 0;
    margin: var(--lib-core--spacing-8x) auto 0;
    max-width: 504px;
    text-align: center;
  }
}

main .section.unsubscribe-form h2,
main .section.unsubscribe-form h1,
main .section.unsubscribe-form > div.default-content-wrapper > h1:first-child {
  font: 600 var(--lib-core--typography-heading-6-alt-font-size)/120% var(--obviously-family);
  color: var(--navy-blue);
  text-transform: uppercase;
  margin: 0;
  text-align: left;
  padding: 0 24px;
}

.unsubscribe header .core-header .core-nav-sections ul,
.unsubscribe-successful header .core-header .core-nav-sections ul,
.error-404 .core-header .core-nav-sections ul {
  margin-top: var(--lib-core--spacing-3x);
}

@media (min-width: 1024px) {
  main .section.unsubscribe-form h2,
  main .section.unsubscribe-form h1,
  main .section.unsubscribe-form > div.default-content-wrapper > h1:first-child {
    font: var(--font--weight-660) var(--lib-core--typography-heading-4-alt-font-size)/110% var(--obviously-family);
    padding: 0;
    text-align: center;
  }

  .unsubscribe header .core-header .core-nav-sections ul,
  .unsubscribe-successful header .core-header .core-nav-sections ul,
  .error-404 .core-header .core-nav-sections ul {
    margin: var(--spacing-38px) 0;
  }
}

main .section.unsubscribe-form > div.default-content-wrapper > h1::before,
main .section.unsubscribe-form > div.default-content-wrapper > h1::after {
  display: none;
}

.section.unsubscribe-form.successful h1 {
  font-size: var(--lib-core--typography-heading-6-alt-font-size);
  line-height: 120%;
  font-weight: 660;
  padding: 0 var(--lib-core--spacing-6x);
}

main .section.unsubscribe-form p {
  color: var(--near-black);
  font: var(--lib-core--typography-default-text-weight) var(--lib-core--typography-smallest-font-size)/140% var(--work-sans-family);
  padding: 25px var(--lib-core--spacing-6x);
  text-align: left;
  margin: 0;
}

@media (min-width: 1024px) {
  main .section.unsubscribe-form p {
    font-size: var(--lib-core--typography-smaller-font-size);
    padding: 32px 124px 6px;
    text-align: center;
  }
}

main .section.unsubscribe-form.successful p {
  padding: 17px var(--lib-core--spacing-6x) 0;
  font-size: var(--lib-core--typography-smallest-font-size);
  line-height: 140%;
  text-align: left;
}

.core-form.unsubscribe-form-block section.core-form-section {
  gap: 25px;
}

@media (min-width: 1024px) {
  .core-form.unsubscribe-form-block section.core-form-section {
    gap: var(--lib-core--spacing-10x);
  }
}

main .section.unsubscribe-form .button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 0;
}

main .section.unsubscribe-form .button-container a {
  background-color: var(--color--cream);
  width: 164px;
  height: 56px;
  padding: var(--lib-core--spacing-4x) var(--lib-core--spacing-6x);
  border-radius: 999px;
  border: none;
  box-shadow: none;
}

main .section.unsubscribe-form .button-container a span {
  color: var(--navy-blue);
  font: var(--lib-core--typography-heading-display-font-weight) var(--lib-core--typography-smaller-font-size)/24px var(--lib-core--font-family-primary);
  text-align: center;
  text-transform: uppercase;
}

.signup-form form button.primary,
.unsubscribe-form form button.primary {
  background-color: var(--color--cream);
  color: var(--navy-blue);
  box-shadow: none;
  padding: var(--lib-core--spacing-4x) var(--lib-core--spacing-6x);
  border-radius: 999px;
}

.unsubscribe-form form button.primary[disabled] {
  background-color: var(--navy-blue);
  color: var(--color--cream);
}

.unsubscribe-form form button.primary {
  line-height: 0;
}

body.unsubscribe,
body.unsubscribe-successful {
  background-color: #F9F9F9;
}

body.unsubscribe header,
body.unsubscribe-successful header {
  border: none;
}

body.unsubscribe header .core-header .header-nav-wrapper-mobile,
body.unsubscribe-successful header .core-header .header-nav-wrapper-mobile,
body.unsubscribe header .core-header .header-nav-wrapper,
body.unsubscribe-successful header .core-header .header-nav-wrapper,
body.unsubscribe .core-header-wrapper .core-header,
body.unsubscribe-successful .core-header-wrapper .core-header {
  background-color: var(--grey);
}

.unsubscribe-form .core-form .core-form-field-wrapper.is-invalid.is-dirty input {
  border-color: var(--near-black);
}

.core-form .core-form-field-wrapper.is-dirty:not(.is-invalid).has-value input {
  border-color: var(--near-black);
}

.hide, .form-success {
  display: none;
}

.error-404 .core-isi-container.section {
  display: none !important; /* high priority css to overwrite defualt one */
}

.unsubscribe footer .core-footer .footer-copyright p:first-of-type {
  opacity: 0;
}

.unsubscribe.load-blocks-completed footer .core-footer .footer-copyright p:first-of-type {
  opacity: 1;
}

/* image dimming for image to have clear text visible on the image for desktop */
@media (min-width: 1024px) {
  /* banner dimming */
  .hero-banner.core-basic .block-inside .multiple picture {
    position: relative;
    display: block;
  }

  .hero-banner.core-basic .block-inside .multiple picture::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 38%;
    pointer-events: none;
    background: linear-gradient(to top, rgb(0 0 0 / 45%) 50%, rgb(0 0 0 / 0%) 100%);
    border-bottom-left-radius: var(--lib-core--spacing-6x);
    border-bottom-right-radius: var(--lib-core--spacing-6x);
  }

  /* image dimming accross home page */
  .core-basic.neighbor .core-basic-content.multiple picture,
  .download-block-container .core-basic.download-block .core-basic-content picture,
  .core-basic.neighbor .core-basic-content.multiple picture,
  .lifestyle-download-container .core-basic.download-block .core-basic-content picture {
    position: relative;
    display: block;
  }

  .core-basic.neighbor .core-basic-content.multiple picture::after,
  .download-block-container .core-basic.download-block .core-basic-content picture::after,
  .core-basic.neighbor .core-basic-content.multiple picture::after,
  .lifestyle-download-container .core-basic.download-block .core-basic-content picture::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 22%;
    pointer-events: none;
    background: linear-gradient(to top, rgb(0 0 0 / 45%) 60%, rgb(0 0 0 / 0%) 100%);
    border-bottom-left-radius: var(--lib-core--spacing-6x);
    border-bottom-right-radius: var(--lib-core--spacing-6x);
  }

  .caring-container .core-basic.caring-block-1 .core-basic-content picture,
  .caring-container .core-basic.caring-block-2 .core-basic-content picture {
    position: relative;
    display: block;
  }

  .caring-container .core-basic.caring-block-1 .core-basic-content picture::after,
  .caring-container .core-basic.caring-block-2 .core-basic-content picture::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 42%;
    pointer-events: none;
    background: linear-gradient(to top, rgb(0 0 0 / 55%) 50%, rgb(0 0 0 / 0%) 100%);
    border-bottom-left-radius: var(--lib-core--spacing-6x);
    border-bottom-right-radius: var(--lib-core--spacing-6x);
  }
}
