
@charset "UTF-8";


/*      Request ID: 1043fe0e8bb2352b6eecc1a428d1329f_1758830950 (09/25/2025 3:09pm) (minifier disabled) (vY9BDsMgDAS/0gcU/KSIklVAMgZhE5LfN701H8hx57CjoVQLSOuwNKGGLrfhVuye846ZAsMLjNr4cI5LssK0ZNk61gwxJUsoUPodtrDBCSapnfzPcFgPXqPq+0WPqCVHOAUjmotDrRZ/4cf0htL8lfsF)      */


/* menus */
/* global setting for menus height and y offset */
/* form */
/* Side content for menu cards and personalization cards */
/* from $largeWidth + 1px to $extraLargeWidth */
/* from $mediumWidth + 1px to $largeWidth */
/* from $smallWidth + 1px  to $mediumWidthPadded */
/* from $smallWidth + 1px  to $mediumWidth */
/* from $extraSmallWidth + 1px to $smallWidth */
/* more than $mediumWidth, less than $mediumHeight */
/* mainly used for Sidebar resizing */
.header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100px;
  padding-right: 75px;
  padding-left: 75px;
  background-color: white;
  z-index: 999;
  align-items: center; }
  @media (max-width: 879px) {
    .header {
      padding: 0 25px; } }
  @media (max-width: 599px) {
    .header {
      padding-right: 30px;
      padding-left: 30px; } }
  [data-page='home'] .header {
    background-color: transparent;
    box-shadow: none; }
    [data-page='home'] .header .hamburger {
      stroke: white; }
    [data-page='home'] .header__menu-label {
      color: white; }
    [data-page='home'] .header__logo {
      background-image: url("/live/resource/image/_ingredients/themes/global/assets/images/logo_white_larger.svg"); }
      @media (max-width: 1179px) {
        [data-page='home'] .header__logo {
          background-image: url("/live/resource/image/_ingredients/themes/global/assets/images/logomark_white_larger.svg"); } }
    [data-page='home'] .header__nav-item-link {
      color: white;
      white-space: nowrap; }
      [data-page='home'] .header__nav-item-link--search {
        background: 0 0.35em url("/live/resource/image/_ingredients/themes/global/assets/images/icon_magnifierWhite_larger.svg") no-repeat; }
  .header__background {
    will-change: opacity, transform;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100px;
    background: white;
    opacity: 0;
    transition: transform cubic-bezier(0.25, 0.1, 0.25, 1) 200ms, opacity cubic-bezier(0.25, 0.1, 0.25, 1) 200ms;
    transform: translateY(-100px);
    z-index: -1; }
  .header__logo {
    position: absolute;
    top: 25px;
    left: calc(50% - 231px);
    width: 462px;
    height: 55px;
    margin: 0 auto;
    background-image: url("/live/resource/image/_ingredients/themes/global/assets/images/logo_black_larger.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 462px 55px; }
    @media (max-width: 1179px) {
      .header__logo {
        left: calc(50% - 22.5px);
        width: 45px;
        min-width: 45px;
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/images/logomark_black_larger.svg");
        background-size: cover; } }
    @media (max-width: 879px) {
      .header__logo {
        right: 45px;
        width: 45px;
        margin: 0 0 0 auto; } }
  .header__nav {
    display: inline-flex; }
    .header__nav--left {
      margin-right: auto; }
    .header__nav--right {
      margin-left: auto; }
      @media (max-width: 879px) {
        .header__nav--right {
          display: none; } }
  .header__nav-item {
    margin-right: 1em; }
    .header__nav-item:last-child {
      margin-right: 0; }
  .header__nav-item-link {
    font-size: 1.1rem;
    /* 17.6px */
    font-weight: 500;
    color: black;
    transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1); }
    .header__nav-item-link--search {
      display: inline-block;
      width: auto;
      height: 25px;
      padding-left: 25px;
      background: 0 0.35em url("/live/resource/image/_ingredients/themes/global/assets/images/icon_magnifierBlack_larger.svg") no-repeat; }
  .header__menu-link {
    margin-right: 0.25em;
    margin-top: .13em;
    padding: 0;
    width: 24px;
    height: 24px;
    background: transparent;
    outline-color: #ffcd00; }
  .header__menu-label {
    display: inline-flex;
    flex-wrap: nowrap;
    color: black;
    text-transform: none;
    transition: color 100ms cubic-bezier(0.25, 0.1, 0.25, 1);
    z-index: 9999; }
    .header__menu-label:hover {
      cursor: pointer; }
    .header__menu-label b {
      align-self: center;
      font-size: 1.1rem;
      font-weight: 500;
      transition: color 100ms cubic-bezier(0.25, 0.1, 0.25, 1); }
  .header .hamburger {
    stroke: black;
    stroke-width: 1.8; }
    .header .hamburger-top, .header .hamburger-middle, .header .hamburger-bottom {
      transition: transform 350ms cubic-bezier(0.25, 0.1, 0.25, 1), stroke 350ms cubic-bezier(0.25, 0.1, 0.25, 1), opacity 350ms cubic-bezier(0.25, 0.1, 0.25, 1); }
  .header__personalization-close {
    display: none; }
    .header__personalization-close-label {
      margin-left: 11px;
      font-family: "HK Grotesk", "Arial", sans-serif;
      font-weight: bold;
      font-size: 14px;
      color: black; }

/* all open state here in one place */
[data-page='home'].menu-open .header__gradient,
[data-page='home'].personalization-open .header__gradient,
.menu-open .header__gradient,
[data-page='home'].sticky-header .header__gradient,
.sticky-header .header__gradient {
  opacity: 0;
  height: 0; }

[data-page='home'].menu-open .header__background,
[data-page='home'].personalization-open .header__background,
.menu-open .header__background,
[data-page='home'].sticky-header .header__background,
.sticky-header .header__background {
  opacity: 1;
  transform: translateY(0); }

[data-page='home'].menu-open .header__logo,
[data-page='home'].personalization-open .header__logo,
.menu-open .header__logo,
[data-page='home'].sticky-header .header__logo,
.sticky-header .header__logo {
  background-image: url("/live/resource/image/_ingredients/themes/global/assets/images/logo_black_larger.svg"); }
  @media (max-width: 1179px) {
    [data-page='home'].menu-open .header__logo,
    [data-page='home'].personalization-open .header__logo,
    .menu-open .header__logo,
    [data-page='home'].sticky-header .header__logo,
    .sticky-header .header__logo {
      background-image: url("/live/resource/image/_ingredients/themes/global/assets/images/logomark_black_larger.svg"); } }

[data-page='home'].menu-open .header__menu-label,
[data-page='home'].personalization-open .header__menu-label,
.menu-open .header__menu-label,
[data-page='home'].sticky-header .header__menu-label,
.sticky-header .header__menu-label {
  color: black; }

[data-page='home'].menu-open .header__nav-item-link,
[data-page='home'].personalization-open .header__nav-item-link,
.menu-open .header__nav-item-link,
[data-page='home'].sticky-header .header__nav-item-link,
.sticky-header .header__nav-item-link {
  color: black;
  fill: black; }
  [data-page='home'].menu-open .header__nav-item-link--search,
  [data-page='home'].personalization-open .header__nav-item-link--search,
  .menu-open .header__nav-item-link--search,
  [data-page='home'].sticky-header .header__nav-item-link--search,
  .sticky-header .header__nav-item-link--search {
    background: 0 0.35em url("/live/resource/image/_ingredients/themes/global/assets/images/icon_magnifierBlack_larger.svg") no-repeat; }

.header__menu-label strong {
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 1.1rem;
  font-weight: 500;
  -webkit-transition: color .1s ease;
  transition: color .1s ease; }

[data-page='home'].menu-open,
.menu-open {
  /* icons */ }
  [data-page='home'].menu-open .hamburger,
  .menu-open .hamburger {
    stroke: black; }
    [data-page='home'].menu-open .hamburger-top,
    .menu-open .hamburger-top {
      transform: rotate(45deg);
      transform-origin: left;
      transform-box: fill-box; }
    [data-page='home'].menu-open .hamburger-middle,
    .menu-open .hamburger-middle {
      opacity: 0; }
    [data-page='home'].menu-open .hamburger-bottom,
    .menu-open .hamburger-bottom {
      transform: rotate(-45deg);
      transform-origin: left;
      transform-box: fill-box; }

[data-page='home'].personalization-open .hamburger,
[data-page='home'].sticky-header .hamburger,
.sticky-header .hamburger {
  stroke: black; }

[data-page='home'].personalization-open .header__menu-label {
  display: none; }

[data-page='home'].personalization-open .header__personalization-close {
  display: block; }

.header__gradient {
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 200px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  /* https://larsenwork.com/easing-gradients/ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.494) 7.7%, rgba(0, 0, 0, 0.478) 14.8%, rgba(0, 0, 0, 0.455) 21%, rgba(0, 0, 0, 0.427) 26.5%, rgba(0, 0, 0, 0.397) 31.4%, rgba(0, 0, 0, 0.366) 35.9%, rgba(0, 0, 0, 0.333) 40.1%, rgba(0, 0, 0, 0.3) 44.2%, rgba(0, 0, 0, 0.266) 48.1%, rgba(0, 0, 0, 0.233) 52%, rgba(0, 0, 0, 0.199) 56%, rgba(0, 0, 0, 0.165) 60.1%, rgba(0, 0, 0, 0.133) 64.3%, rgba(0, 0, 0, 0.101) 68.8%, rgba(0, 0, 0, 0.072) 73.7%, rgba(0, 0, 0, 0.044) 79.2%, rgba(0, 0, 0, 0.021) 85.4%, rgba(0, 0, 0, 0.005) 92.5%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  opacity: 1;
  z-index: -1; }

.side__content {
  margin-top: 100px; }

.gradientback {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10+,Safari5.1+ */
  /* https://larsenwork.com/easing-gradients/ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 7.7%, rgba(0, 0, 0, 0.022) 14.8%, rgba(0, 0, 0, 0.045) 21%, rgba(0, 0, 0, 0.073) 26.5%, rgba(0, 0, 0, 0.103) 31.4%, rgba(0, 0, 0, 0.134) 35.9%, rgba(0, 0, 0, 0.167) 40.1%, rgba(0, 0, 0, 0.2) 44.2%, rgba(0, 0, 0, 0.234) 48.1%, rgba(0, 0, 0, 0.267) 52%, rgba(0, 0, 0, 0.301) 56%, rgba(0, 0, 0, 0.335) 60.1%, rgba(0, 0, 0, 0.367) 64.3%, rgba(0, 0, 0, 0.399) 68.8%, rgba(0, 0, 0, 0.428) 73.7%, rgba(0, 0, 0, 0.456) 79.2%, rgba(0, 0, 0, 0.479) 85.4%, rgba(0, 0, 0, 0.495) 92.5%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */ }

.hero-homepage__slide-text {
  top: 100px; }

#hero-scroll-down {
  display: flex;
  position: absolute;
  bottom: calc(5% + 20px);
  right: 0;
  margin: 0 120px 0 50px;
  z-index: 9; }

@keyframes animateHeroScrollSlide {
  100% {
    transform: translateX(-30px); } }

.bounce-3 {
  animation-name: bounce-3;
  animation-timing-function: ease; }

@keyframes bounce-3 {
  0% {
    transform: translateY(0); }
  10% {
    transform: translateY(-25px); }
  20% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }

#hero-scroll-down-inner {
  animation: animateControlsOpacity 1.5s cubic-bezier(0.63, 0, 0.26, 0) 3.6s forwards;
  opacity: 0;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateX(0);
  display: flex;
  flex-basis: 30px; }

#hero-scroll-down-inner.bouncing {
  animation: animateControlsOpacity 1.5s cubic-bezier(0.63, 0, 0.26, 0) 3.6s forwards, bounce-3 3s 7s forwards infinite; }

@media (max-width: 979px) {
  #hero-scroll-down-inner {
    animation: animateControlsOpacity 1.5s cubic-bezier(0.63, 0, 0.26, 0) 3.6s forwards !important; } }

#hero-scroll-down-anchor.controls__button {
  transform: scale(2) rotate(90deg); }

.hero-homepage #hero-scroll-down .arrow-button {
  overflow: visible;
  width: 33px;
  height: 33px;
  fill: #fff; }

@media (max-width: 879px) {
  #hero-scroll-down {
    display: flex;
    position: absolute;
    bottom: calc(5% + 11px);
    right: 0;
    margin: 0 60px 0 50px;
    z-index: 9; } }

@media (max-width: 599px) {
  #hero-scroll-down {
    margin-right: 41px; } }

.text-button-photo__slide:nth-child(1) .text-button-photo__photo-background,
.text-button-photo__slide:nth-child(4) .text-button-photo__photo-background {
  background-position: top center; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* ===== Rankings Band ===== */
.rankings-section {
  --container: 1240px;
  --pad-x: clamp(16px, 4vw, 24px);
  --pad-y: clamp(36px, 5vw, 56px);
  background: #363535;
  color: white;
  width: 100%; }
  .rankings-section h2 {
    font-family: "Playfair Display", "Times New Roman", serif; }

.rankings-container {
  max-width: var(--container);
  margin-inline: auto;
  padding: var(--pad-y) var(--pad-x); }

.rankings-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 3vw, 32px);
  align-items: start; }

@media (min-width: 768px) {
  .rankings-grid {
    grid-template-columns: 1fr 1fr;
    gap: clamp(24px, 4vw, 48px); } }

.rank {
  display: grid;
  gap: 14px; }

.rank-eyebrow-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2.2vw, 17px); }

.rank-eyebrow {
  font-size: clamp(12px, calc(0.5vw + 8px), 0.875rem);
  letter-spacing: 0.125em;
  text-transform: uppercase;
  opacity: .8;
  font-weight: 600; }

.rank-title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  font-weight: 600;
  margin: 0;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1; }

.rank-num {
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
  white-space: nowrap; }

.rank-subtle .mid-dot {
  margin-inline: 0.15em;
  opacity: .9; }

.rank .sym {
  position: relative;
  top: -0.1em; }

.rank-source {
  margin: 0;
  margin-top: 8px;
  color: white;
  font-size: 0.875rem;
  opacity: .8;
  letter-spacing: .25px; }

.rank-source a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
  text-underline-offset: .225em;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255, 255, 255, 0.8); }

.rank-source a:hover,
.rank-source a:focus {
  opacity: 1;
  text-decoration-thickness: 2px;
  text-decoration-color: #ffcd00; }

/* mobile-only divider between the two stats */
.rank-divider-mobile {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 20px 0 !important; }

@media (min-width: 768px) {
  .rank-divider-mobile {
    display: none; } }

.word-wrap-desktop {
  white-space: normal; }

@media (min-width: 768px) {
  .word-wrap-desktop {
    white-space: nowrap; } }

/* --- Micro-motion: soft rise-in stagger --- */
.rankings-section {
  overflow: hidden; }

.rankings-section {
  overflow: clip; }

/* overrides where supported */
.rankings-grid [data-rank] {
  --rank-shift: clamp(16px, 2.4vw, 36px);
  /* start below → slide up */
  opacity: 0;
  transform: translateY(var(--rank-shift)) scale(0.985);
  transition: transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1), opacity 520ms;
  will-change: transform, opacity; }

.rankings-grid.is-visible [data-rank] {
  opacity: 1;
  transform: translateY(0) scale(1); }

.rankings-grid.is-visible [data-rank]:nth-of-type(1) {
  transition-delay: 90ms; }

.rankings-grid.is-visible [data-rank]:nth-of-type(2) {
  transition-delay: 220ms; }

/* mobile: a bit snappier + shorter travel */
@media (max-width: 480px) {
  .rankings-grid [data-rank] {
    --rank-shift: 14px;
    transition-duration: 420ms; } }

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .rankings-grid [data-rank] {
    transition: none;
    transform: none;
    opacity: 1; } }
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  height: inherit;
  line-height: inherit;
  outline: none;
  padding-left: inherit;
  padding-right: inherit;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0) translateX(-50%);
  -ms-transform: scale(1) translateY(0) translateX(-50%);
  transform: scale(1) translateY(0) translateX(-50%);
}
.nice-select.disabled {
  color: #999;
  pointer-events: none;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px) translateX(-50%);
  -ms-transform: scale(0.75) translateY(-21px) translateX(-50%);
  transform: scale(0.75) translateY(-21px) translateX(-50%);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: inherit;
  line-height: inherit;
  list-style: none;
  min-height: inherit;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
body.alert-weather .alert__container {
  color: #fff;
  background-color:  #085394;
}

body.alert-weather .alert__container a {
	color: #fff;
	border-bottom: 2px solid #fff;
}

body.alert-weather .alert__container a:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
}