.kelloggs-red {
  color: #d31145; }

.kelloggs-black {
  color: #000000; }
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*-- Avenir Next --*/
@font-face {
  font-family: 'Avenir Next';
  src: local("Avenir Next UltraLight"), url("../../../content/dam/NorthAmerica/kfr-evolution/fonts/AvenirNext-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Next';
  src: local("Avenir Next UltraLight Italic"), url("../../../content/dam/NorthAmerica/kfr-evolution/fonts/AvenirNext-UltraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Avenir Next';
  src: local("Avenir Next Regular"), url("../../../content/dam/NorthAmerica/kfr-evolution/fonts/AvenirNext-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Next';
  src: local("Avenir Next Italic"), url("../../../content/dam/NorthAmerica/kfr-evolution/fonts/AvenirNext-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Avenir Next';
  src: local("Avenir Next Medium"), url("../../../content/dam/NorthAmerica/kfr-evolution/fonts/AvenirNext-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Next';
  src: local("Avenir Next Medium Italic"), url("../../../content/dam/NorthAmerica/kfr-evolution/fonts/AvenirNext-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Avenir Next';
  src: local("Avenir Next Demi Bold"), url("../../../content/dam/NorthAmerica/kfr-evolution/fonts/AvenirNext-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Next';
  src: local("Avenir Next Demi Bold Italic"), url("../../../content/dam/NorthAmerica/kfr-evolution/fonts/AvenirNext-DemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Avenir Next';
  src: local("Avenir Next Bold"), url("../../../content/dam/NorthAmerica/kfr-evolution/fonts/AvenirNext-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Next';
  src: local("Avenir Next Bold Italic"), url("../../../content/dam/NorthAmerica/kfr-evolution/fonts/AvenirNext-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Avenir Next';
  src: local("Avenir Next Heavy"), url("../../../content/dam/NorthAmerica/kfr-evolution/fonts/AvenirNext-Heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Next';
  src: local("Avenir Next Heavy Italic"), url("../../../content/dam/NorthAmerica/kfr-evolution/fonts/AvenirNext-HeavyItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic; }

/*--- Other Formats  ---*/
@font-face {
  font-family: 'Avenir Next';
  src: url("../../../content/dam/NorthAmerica/kfr-evolution/fonts/677ce018-f09d-4e73-9713-bb2d8fd47896.eot?#iefix") format("eot"); }

@font-face {
  font-family: 'Avenir Next';
  src: url("../../../content/dam/NorthAmerica/kfr-evolution/fonts/677ce018-f09d-4e73-9713-bb2d8fd47896.eot?#iefix");
  src: url("../../../content/dam/NorthAmerica/kfr-evolution/fonts/677ce018-f09d-4e73-9713-bb2d8fd47896.eot?#iefix") format("eot"), url("../../../content/dam/NorthAmerica/kfr-evolution/fonts/8b1d5802-f86f-4cc1-95a8-261eabda1d22.woff2") format("woff2"), url("../../../content/dam/NorthAmerica/kfr-evolution/fonts/30306912-4758-4c5f-8cd7-76a816c2e7aa.woff") format("woff"), url("../../../content/dam/NorthAmerica/kfr-evolution/fonts/00b0b7d9-bb66-4f91-aac2-82571a7a3b61.ttf") format("truetype"), url("../../../content/dam/NorthAmerica/kfr-evolution/fonts/19fe4c10-13f9-48bd-b902-710a507ee49e.svg#19fe4c10-13f9-48bd-b902-710a507ee49e") format("svg");
  font-weight: 400;
  font-style: normal; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth; }

html {
  color: #000000;
  font-size: 62.5%;
  /* =10px */
  line-height: 1.4;
  margin: 0;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  margin: 0 auto;
  height: 100%; }
  body {
    font-size: 1.6rem;
    line-height: 2.4rem; }
    @media screen and (min-width: 375px) {
      body {
        font-size: calc(1.6rem + (18  - 16) * ((100vw - 375px) / (1440 - 375)));
        line-height: calc(2.4rem + (26 - 24) * ((100vw - 375px) / (1440 - 375))); } }
    @media screen and (min-width: 1440px) {
      body {
        font-size: 1.8rem;
        line-height: 2.6rem; } }
  body.is-body-fixed {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
    height: 100%; }

.kelloggs-black-background {
  background-color: #000000;
  padding: 0 0 0 2px; }

.kfr_back_nav_container {
  padding: 4rem 0 2rem 1.25rem;
  text-align: left;
  margin-top: 3rem; }
  @media (min-width: 768px) {
    .kfr_back_nav_container {
      margin-top: 5rem;
      padding-left: 2rem; } }
  .kfr_back_nav_container.receips-landing-page, .kfr_back_nav_container.extended {
    width: 50%;
    margin: 1rem 0 0 0; }
    @media (min-width: 1024px) {
      .kfr_back_nav_container.receips-landing-page, .kfr_back_nav_container.extended {
        margin: 1rem 0; } }
    @media (min-width: 1440px) {
    .kfr_back_nav_container.extended {
      margin: 1rem 0 0 -7rem; } }
	  
.kfr-content-page {
  text-align: start; }
  .kfr-content-page__content {
    margin-top: 0; }
    @media (min-width: 1024px) {
      .kfr-content-page__content {
        margin-top: 4.5rem; } }
  .kfr-content-page p > a {
    text-decoration: underline; }
  .kfr-content-page br + a,
  .kfr-content-page p + a {
    color: #d31145; }
    .kfr-content-page br + a:focus, .kfr-content-page br + a:active,
    .kfr-content-page p + a:focus,
    .kfr-content-page p + a:active {
      color: #6B000F; }
    .kfr-content-page br + a:hover,
    .kfr-content-page p + a:hover {
      color: #A10D34; }

a {
  color: inherit;
  text-decoration: none;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.25px;
  cursor: pointer; }
  a.kelloggs-red {
    color: #d31145 !important; }
    a.kelloggs-red.nav-back::before, a.kelloggs-red.nav-back-edit::before {
	     background-image: url("../../../content/dam/NorthAmerica/kfr-evolution/images/svg/ui/caret-left-red.svg"); }
    a.kelloggs-red:focus,
    a.kelloggs-red a:visited, a.kelloggs-red:active {
      outline: none;
      color: #6B000F !important;  }
    a.kelloggs-red:hover {
      outline: none;
      color: #A10D34; }
  a.kelloggs-white {
    color: #ffffff; }
    a.kelloggs-white.nav-back::before, a.kelloggs-white.nav-back-edit::before  {
      background-image: url("../../../content/dam/NorthAmerica/kfr-evolution/images/svg/ui/caret-left-white.svg"); }
    a.kelloggs-white:focus,
    a.kelloggs-white a:visited, a.kelloggs-white:active {
      outline: none;
      color: #FFFFFF80; }
    a.kelloggs-white:hover {
      outline: none;
      color: #FFFFFF90; }
  a.inline {
    text-decoration: underline;
    font-weight: 500;}
    a.inline:focus, a.inline:hover {
      color: #A10D34; }
    a.inline:active {
      color: #6B000F; }
  a.nav-back, a.nav-back-edit  {
    position: relative; }
    a.nav-back::before, a.nav-back-edit::before {
      position: absolute;
      content: '';
      background-image: url(../../../content/dam/NorthAmerica/kfr-evolution/images/svg/ui/caret-left.svg);
      background-size: 100%;
      background-repeat: no-repeat;
      height: 1.2rem;
      width: 0.7rem;
      -webkit-transform: translate(-0.75em, 0);
              transform: translate(-0.75em, 0);
      top: 0.5rem; }
      @media (min-width: 768px) {
        a.nav-back::before,  a.nav-back-edit::before  {
          height: 1.8rem;
          top: 0.3rem;
          -webkit-transform: translate(-1.75rem, 0);
                  transform: translate(-1.75rem, 0);
          width: 1rem; } }
    a.nav-back:hover::before, a.nav-back:focus::before, a.nav-back-edit:hover::before, a.nav-back-edit:focus::before  {
      -webkit-filter: invert(12%) sepia(34%) saturate(6510%) hue-rotate(329deg) brightness(116%) contrast(105%);
              filter: invert(12%) sepia(34%) saturate(6510%) hue-rotate(329deg) brightness(116%) contrast(105%); }
  a.active {
    color: #d31145; }
  a.active p {
    color: #d31145; }
  a:focus,
  a a:visited, a:active {
    outline: none;
    color: #6B000F; }
  a:hover {
    outline: none;
    color: #A10D34; }

button,
input,
optgroup,
select,
textarea {
  font: inherit; }

button:focus {
  outline: 0; }

input:focus,
select:focus {
  outline: none; }

ul {
  list-style-type: none; }

.page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-width: 160px;
  height: 100%;
  background-color: transparent;
  text-align: center; }
  .page-container .link-container {
    text-align: left; }

main {
  padding-top: 5.5rem;
  position: relative;
  z-index: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;}
  @media (min-width: 1024px) {
    main {
      padding-top: 4rem; } }
  main.main {
    padding-top: 5.5rem;
    padding-bottom: 4rem; }
    @media (min-width: 1024px) {
      main.main {
        padding-bottom: 8rem; } }
  main.main__no-nav {
    padding-top: 3rem;
    padding-bottom: 4rem; }
    @media (min-width: 1024px) {
      main.main__no-nav {
        padding-bottom: 8rem; } }
  main.main__logo-nav {
    padding-top: 2rem;
    padding-bottom: 4rem; }
    @media (min-width: 1024px) {
      main.main__logo-nav {
        padding-top: 4rem;
        padding-bottom: 8rem; } }
  main.main__bgimage {
    min-height: 52rem;
    padding-bottom: 0; }
    main > .content-container {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }

section {
  position: relative; }

.content-container {
  position: relative;
  text-align: center;
  margin: 0px auto;
  width: 100%;
  min-width: 160px;
  max-width: 1440px;
  padding: 0 2rem; }
  @media (min-width: 768px) {
    .content-container {
      padding: 0 4rem; } }
  @media (min-width: 1024px) {
    .content-container {
      padding: 0 6rem; } }
  @media (min-width: 1440px) {
    .content-container {
      padding: 0 10rem; } }

.component-container {
  padding: 0;
  width: 100%;
  max-width: 63rem;
  margin: 0 auto; }
  .component-container.component-container--extended {
    max-width: 75rem;
    padding: 6rem 0 0 0; }
    @media (min-width: 1024px) {
      .component-container.component-container--extended {
        padding: 10rem 0 0 0; } }
  @media (min-width: 1024px) {
    .component-container--large {
      max-width: 81.8rem;} }
     .component-container--large.left {
      margin: 0;
      text-align: left; }

      @media (min-width: 768px) {
        .component-container--full {
          max-width: none; } }
   .component-container--bgimage {
    width: 90%;
    max-width: 81.8rem; }
    @media (min-width: 500px) {
      .component-container--bgimage {
        width: 80%; } }
    @media (min-width: 1024px) {
      .component-container--bgimage {
        width: 100%; } }

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px; }
  .flex-container.flex-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center; }

.nav-item {
  width: 100%; }
  .nav-item .nav-item__link {
     background: url("../../../content/dam/NorthAmerica/kfr-evolution/images/icons/arrow_left.png") no-repeat top left;
    display: inline-block;
    width: 100%;
    min-height: 2.2rem;
    margin: 2rem 0; }

.sup {
  font-size: 50%; }
  
hr.separator {
  margin: 2rem 0;
  border: 0;
  border-bottom: 2px dashed #969593; }
  @media (min-width: 1024px) {
    hr.separator {
      margin: 4rem 0; } }
	  
/* Password eyeballs focus style for keyboard  */
.field-icon {
  padding-left: 0.2rem; }

.field-icon:focus {
  display: inline-block;
  outline: 2px solid #d31145; }

/* To hide IE10/MS Edge's implementation of the eye in input type=password. */
::-ms-reveal {
  display: none !important; }

/* To remove default styles on Firefox */
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/***** Typography *****/
.h1,
h1 {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 1.6rem 0;
  padding: 0; }
  .h1,
  h1 {
    font-size: 4rem;
    line-height: 4.4rem; }
    @media screen and (min-width: 375px) {
      .h1,
      h1 {
        font-size: calc(4rem + (80  - 40) * ((100vw - 375px) / (1440 - 375)));
        line-height: calc(4.4rem + (92 - 44) * ((100vw - 375px) / (1440 - 375))); } }
    @media screen and (min-width: 1440px) {
      .h1,
      h1 {
        font-size: 8rem;
        line-height: 9.2rem; } }

  .h1:focus,
  h1:focus {
    outline: 2px solid #A10D34; }

.h2,
h2 {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 1.6rem 0;
  padding: 0; }
  .h2,
  h2 {
    font-size: 3.2rem;
    line-height: 3.6rem; }
    @media screen and (min-width: 375px) {
      .h2,
      h2 {
        font-size: calc(3.2rem + (60  - 32) * ((100vw - 375px) / (1440 - 375)));
        line-height: calc(3.6rem + (72 - 36) * ((100vw - 375px) / (1440 - 375))); } }
    @media screen and (min-width: 1440px) {
      .h2,
      h2 {
        font-size: 6rem;
        line-height: 7.2rem; } }

  .h2:focus,
  h2:focus {
    outline: 2px solid #ffffff; }
        .h2.headline-sm,
        h2.headline-sm {
        font-size: 1.6rem;
        line-height: 2.2rem; }
        @media screen and (min-width: 375px) {
        .h2.headline-sm,
        h2.headline-sm {
        font-size: calc(1.6rem + (18 - 16) * ((100vw - 375px) / (1440 - 375)));
        line-height: calc(2.2rem + (24 - 22) * ((100vw - 375px) / (1440 - 375))); } }
        @media screen and (min-width: 1440px) {
        .h2.headline-sm,
        h2.headline-sm {
        font-size: 1.8rem;
        line-height: 2.4rem; } }

.trouble-shooting__headline,
.h3,
h3 {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 1rem 0;
  padding: 0; }
  .trouble-shooting__headline,
  .h3,
  h3 {
    font-size: 2.4rem;
    line-height: 2.8rem; }
    @media screen and (min-width: 375px) {
	  .trouble-shooting__headline,
      .h3,
      h3 {
        font-size: calc(2.4rem + (40  - 24) * ((100vw - 375px) / (1440 - 375)));
        line-height: calc(2.8rem + (44 - 28) * ((100vw - 375px) / (1440 - 375))); } }
    @media screen and (min-width: 1440px) {
	  .trouble-shooting__headline,
      .h3,
      h3 {
        font-size: 4rem;
        line-height: 4.4rem; } }
  @media (min-width: 768px) {
	.trouble-shooting__headline,
    .h3,
    h3 {
      margin: 0 0 2rem 0; } }

  .trouble-shooting__headline:focus,
  .h3:focus,
  h3:focus {
    outline: 2px solid #ffffff; }

.trouble-shooting__secondary-headline {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 2rem 0;
  padding: 0; }
  .trouble-shooting__secondary-headline {
    font-size: 2rem;
    line-height: 2.6rem; }
    @media screen and (min-width: 375px) {
      .trouble-shooting__secondary-headline {
        font-size: calc(2rem + (32  - 20) * ((100vw - 375px) / (1440 - 375)));
        line-height: calc(2.6rem + (36 - 26) * ((100vw - 375px) / (1440 - 375))); } }
    @media screen and (min-width: 1440px) {
      .trouble-shooting__secondary-headline {
        font-size: 3.2rem;
        line-height: 3.6rem; } }

.h4,
h4 {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 2rem 0;
  padding: 0; }
  .h4,
  h4 {
    font-size: 2rem;
    line-height: 2.6rem; }
    @media screen and (min-width: 375px) {
      .h4,
      h4 {
        font-size: calc(2rem + (32  - 20) * ((100vw - 375px) / (1440 - 375)));
        line-height: calc(2.6rem + (36 - 26) * ((100vw - 375px) / (1440 - 375))); } }
    @media screen and (min-width: 1440px) {
      .h4,
      h4 {
        font-size: 3.2rem;
        line-height: 3.6rem; } }

  .h4:focus,
  h4:focus {
    outline: 2px solid #ffffff; }

.h5,
h5 {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.285;
  margin: 0;
  padding: 0; }

p {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;      
  color: #464646;
  letter-spacing: 0.15px;
  margin: 0; }
  p {
    font-size: 1.6rem;
    line-height: 2.2rem; }
    @media screen and (min-width: 375px) {
      p {
        font-size: calc(1.6rem + (18  - 16) * ((100vw - 375px) / (1440 - 375)));
        line-height: calc(2.2rem + (24 - 22) * ((100vw - 375px) / (1440 - 375))); } }
    @media screen and (min-width: 1440px) {
      p {
        font-size: 1.8rem;
        line-height: 2.4rem; } }
  p:focus {
    outline: 2px solid #ffffff; }
  @media (min-width: 1024px) {
    p {
      letter-spacing: 0.25px; } }
  p a {
    font-weight: 500; }

.p {
  padding: 0 2rem; }

.demi-bold {
  font-weight: 600; }

.bold {
  font-weight: 700; }
.center {
  text-align: center; }

  .left {
    text-align: left; }

.small,
small {
  color: #464646;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0; }
  .small,
  small {
    font-size: 1.4rem;
    line-height: 1.8rem; }
    @media screen and (min-width: 375px) {
      .small,
      small {
        font-size: calc(1.4rem + (16  - 14) * ((100vw - 375px) / (1440 - 375)));
        line-height: calc(1.8rem + (20 - 18) * ((100vw - 375px) / (1440 - 375))); } }
    @media screen and (min-width: 1440px) {
      .small,
      small {
        font-size: 1.6rem;
        line-height: 2rem; } }
    .small.activity__copy,
     small.activity__copy {
          margin: .5rem 0 0 0; }
          @media (min-width: 1024px) {
            .small.activity__copy,
            small.activity__copy {
              margin: 1rem 0 0 0; } }

.text_disclaimer {
  color: #999999; }

  .margin-bottom-small {
    margin-bottom: 2rem; }
  .margin-left-medium {
    margin-left: .5rem; }
    @media (min-width: 1024px) {
      .margin-left-medium {
        margin-left: 1.5rem; } }

.btn-container {
  margin: 2rem auto; }
  .btn-container.btn-container__inverse {
    background-color: #000000;
    padding: 2rem; }

.button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem auto;
  max-width: 39.8rem; }
  @media (min-width: 1024px) {
    .button-wrapper {
      margin-top: 4rem; } }
  .button-wrapper a,
  .button-wrapper button {
    margin: 0 auto; }

.kfr-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 24px;
  padding: 1rem;
  cursor: pointer; }
  .kfr-button--wide {
    width: 100%; }
  .kfr-button .kfr-button__label {
    width: 100%;
    text-align: center;
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2rem; }
  .kfr-button.kfr-button__primary {
    background-color: #d31145; }
    .kfr-button.kfr-button__primary .kfr-button__label {
      font-size: 1.6rem;
      line-height: 1.5;
      color: #ffffff; }
    .kfr-button.kfr-button__primary.inverse {
      background-color: #ffffff; }
      .kfr-button.kfr-button__primary.inverse .kfr-button__label {
        color: #d31145; }
      .kfr-button.kfr-button__primary.inverse:active {
        background-color: #f6cfd950; }
      .kfr-button.kfr-button__primary.inverse:hover, .kfr-button.kfr-button__primary.inverse:focus {
        background-color: #fae7ec10; }
        .kfr-button.kfr-button__primary.quiz-large {
          width: -webkit-fill-available; }
          @media (min-width: 1024px) {
            .kfr-button.kfr-button__primary.quiz-large {
              width: 39rem; } }
        .kfr-button.kfr-button__primary.underline-none {
          text-decoration: none; }
    .kfr-button.kfr-button__primary:hover, .kfr-button.kfr-button__primary:focus {
      background-color: #A10D34;
	  text-decoration: none; }
    .kfr-button.kfr-button__primary:active {
      background-color: #6B000F; }
  .kfr-button.kfr-button__inactive {
    color: #464646;
    background-color: #c2c2c2;
	cursor: default; }
  .kfr-button.kfr-button__secondary {
    background-color: #ffffff;
    border: 2px solid #000000; }
    .kfr-button.kfr-button__secondary.kfr-header__button {
      padding: 0 1rem;
      margin: 0 1.5rem; }
      .kfr-button.kfr-button__secondary.kfr-header__button .kfr-button__label {
        font-size: 1.2rem; }
    .kfr-button.kfr-button__secondary .kfr-button__label.lower {
      text-transform: none; }
    .kfr-button.kfr-button__secondary:hover {
      background-color: #FFFFFF90; }
    .kfr-button.kfr-button__secondary:active {
      background-color: #FFFFFF80; }
  .kfr-button.kfr-mobile-nav-button--close {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: 4rem;
    height: 4rem;
    padding: 0;
    margin: 3rem auto 0;
    border-radius: 20px; }
    @media (min-width: 1024px) {
      .kfr-button.kfr-mobile-nav-button--close {
        display: none; } }
    .kfr-button.kfr-mobile-nav-button--close img {
      width: 100%;
      height: 100%; }
      @media (min-width: 320px) and (orientation: landscape) {
        .kfr-button.kfr-mobile-nav-button--close {
          margin: 0 auto; } }

/*********************
 ANIMATIONS
*********************/
.fade-in {
  -webkit-animation: fadeIn ease 300ms;
          animation: fadeIn ease 300ms; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fade-out {
  -webkit-animation: fadeOut ease 300ms;
          animation: fadeOut ease 300ms; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
	
.fade-in-opacity {
  -webkit-animation: fadeInOpacity ease-in 500ms;
          animation: fadeInOpacity ease-in 500ms; }

@-webkit-keyframes fadeInOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: .8; } }

@keyframes fadeInOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: .8; } }

.fade-out-opacity {
  -webkit-animation: fadeOutOpacity ease-out 500ms;
          animation: fadeOutOpacity ease-out 500ms; }

@-webkit-keyframes fadeOutOpacity {
  0% {
    opacity: .8; }
  100% {
    opacity: 0; } }

@keyframes fadeOutOpacity {
  0% {
    opacity: .8; }
  100% {
    opacity: 0; } }

.fade-in-up {
  -webkit-animation: fadeInUp ease 1s;
          animation: fadeInUp ease 1s; }
.fade-out-down {
    -webkit-animation: fadeOutDown ease 1s;
          animation: fadeOutDown ease 1s; }

.nav-up {
  -webkit-animation: moveNavUp forwards cubic-bezier(0.25, 0.1, 0.25, 1) 500ms;
          animation: moveNavUp forwards cubic-bezier(0.25, 0.1, 0.25, 1) 500ms; }

.nav-down {
  -webkit-animation: moveNavDown forwards cubic-bezier(0.25, 0.1, 0.25, 1) 500ms;
          animation: moveNavDown forwards cubic-bezier(0.25, 0.1, 0.25, 1) 500ms; }

.kfr-header__nested-list-container.nav-show {
  -webkit-animation: showNav forwards cubic-bezier(0.41, 0.1, 0.41, 1) 200ms;
          animation: showNav forwards cubic-bezier(0.41, 0.1, 0.41, 1) 200ms; }

.kfr-header__nested-list-container.nav-hide {
  -webkit-animation: hideNav forwards cubic-bezier(0.41, 0.1, 0.41, 1) 200ms;
          animation: hideNav forwards cubic-bezier(0.41, 0.1, 0.41, 1) 200ms; }

@-webkit-keyframes moveNavUp {
  from {
    top: 100vh; }
  to {
    top: 0vh; } }

@keyframes moveNavUp {
  from {
    top: 100vh; }
  to {
    top: 0vh; } }

@-webkit-keyframes showNav {
  from {
    top: 50%;
    left: -65%;
    width: 290px;
    height: 0; }
  to {
    top: 125%;
    left: -65%;
    width: 290px;
    height: 290px; } }

@keyframes showNav {
  from {
    top: 50%;
    left: -65%;
    width: 290px;
    height: 0; }
  to {
    top: 125%;
    left: -65%;
    width: 290px;
    height: 290px; } }

@-webkit-keyframes hideNav {
  from {
    top: 125%;
    left: -65%;
    width: 290px;
    height: 290px; }
  to {
    top: 100%;
    left: -50%;
    width: 200px;
    height: 0; } }

@keyframes hideNav {
  from {
    top: 125%;
    left: -65%;
    width: 290px;
    height: 290px; }
  to {
    top: 100%;
    left: -50%;
    width: 200px;
    height: 0; } }

@-webkit-keyframes moveNavDown {
  from {
    top: 0vh; }
  to {
    top: 100vh; } }

@keyframes moveNavDown {
  from {
    top: 0vh; }
  to {
    top: 100vh; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
            @-webkit-keyframes fadeOutDown {
              0% {
                opacity: 1;
                -webkit-transform: none;
                        transform: none; }
              100% {
                opacity: 0;
                -webkit-transform: translate3d(0, 100%, 0);
                        transform: translate3d(0, 100%, 0); } }
            @keyframes fadeOutDown {
              0% {
                opacity: 1;
                -webkit-transform: none;
                        transform: none; }
              100% {
                opacity: 0;
                -webkit-transform: translate3d(0, 100%, 0);
                        transform: translate3d(0, 100%, 0); } }

.fade-in-up-right {
  -webkit-animation: fadeInUpRight ease 1s;
          animation: fadeInUpRight ease 1s; }

@-webkit-keyframes fadeInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
            transform: translate3d(-100%, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
            transform: translate3d(-100%, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.slide-in-from-right {
  -webkit-animation: slideInFromRight ease 1s;
          animation: slideInFromRight ease 1s; }

@-webkit-keyframes slideInFromRight {
  from {
    margin-left: 100%;
    width: 300%; }
  to {
    margin-left: 0%;
    width: 100%; } }

@keyframes slideInFromRight {
  from {
    margin-left: 100%;
    width: 300%; }
  to {
    margin-left: 0%;
    width: 100%; } }

.slide-down {
  -webkit-animation: slideDown ease 1s;
          animation: slideDown ease 1s; }

@-webkit-keyframes slideDown {
  from {
    height: 0; }
  to {
    max-height: 100%; } }

@keyframes slideDown {
  from {
    height: 0; }
  to {
    max-height: 100%; } }

.slide-up:active {
  -webkit-animation: slideUp ease 1s;
          animation: slideUp ease 1s; }

@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes slideUp {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@-webkit-keyframes growUp {
  0% {
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
    opacity: 0;
    z-index: 15; }
  100% {
    -webkit-transform: scaleY(0) scaleX(0.8);
            transform: scaleY(0) scaleX(0.8);
    opacity: 0;
    z-index: -1; } }

@keyframes growUp {
  0% {
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
    opacity: 0;
    z-index: 15; }
  100% {
    -webkit-transform: scaleY(0) scaleX(0.8);
            transform: scaleY(0) scaleX(0.8);
    opacity: 0;
    z-index: -1; } }

@-webkit-keyframes growDown {
  0% {
    -webkit-transform: scaleY(0) scaleX(0.8);
            transform: scaleY(0) scaleX(0.8);
    opacity: 0;
    z-index: 15; }
  100% {
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
    opacity: 1;
    z-index: 15; } }

@keyframes growDown {
  0% {
    -webkit-transform: scaleY(0) scaleX(0.8);
            transform: scaleY(0) scaleX(0.8);
    opacity: 0;
    z-index: 15; }
  100% {
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
    opacity: 1;
    z-index: 15; } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  50% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  50% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); } }

.animated-block {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1); }

/*********************
Utilities
*********************/
/*
* Hide visually and from screen readers
*/
.hidden,
.is-hidden,
[hidden] {
  display: none !important; }

.show {
  display: block !important; }

.align-left {
  text-align: left !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * make element fit the full width of its container
 */
.responsive {
  width: 100%;
  height: auto; }

.arrow-link {
  margin: 24px 0 8px 0;
  display: block; }
  .arrow-link + .arrow-link {
    margin: 8px 0; }

.arrow-link__link {
  font-size: 1.6rem; }
  .arrow-link__link svg {
    height: 1rem;
    width: 1rem;
    fill: currentColor;
    margin: 0 0 0 0.5rem; }
    .arrow-link__link svg:focus {
      outline: none; }
    .arrow-link__link svg use:focus {
      outline: none; }
  .arrow-link__link label:focus {
    outline: none; }
  .arrow-link__link.inverse.black {
    background-color: #000000; }
  .arrow-link__link.inverse a {
    color: #ffffff; }
    .arrow-link__link.inverse a svg {
      fill: #ffffff; }
    .arrow-link__link.inverse a:focus, .arrow-link__link.inverse a:hover {
      color: #FFFFFF90; }
      .arrow-link__link.inverse a:focus .chevron-right, .arrow-link__link.inverse a:hover .chevron-right {
        fill: #FFFFFF90; }
    .arrow-link__link.inverse a:visited, .arrow-link__link.inverse a:active {
      color: #FFFFFF80; }
      .arrow-link__link.inverse a:visited .chevron-right, .arrow-link__link.inverse a:active .chevron-right {
        fill: #FFFFFF80; }

.sixteen-nine-ratio {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */ }
  .sixteen-nine-ratio img {
    /* position: absolute; */
    margin-top: -56.25%;
    -o-object-fit: cover;
       object-fit: cover; }

.one-one-ratio {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  /* 1:1 Aspect Ratio */ }
  .one-one-ratio img {
    /* position: absolute; */
    margin-top: -100%;
    -o-object-fit: cover;
       object-fit: cover; }

/*
   * Clearfix: contain floats
   */
.clearfix::before,
.clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

/* Remove IOS boxshadow */
input[type=text],
input[type=tel],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/***********************
      Mobile/Desktop Only
  ***********************/
.is-mobile-only {
  display: block; }
  @media (min-width: 1024px) {
    .is-mobile-only {
      display: none; } }

.is-desktop-only {
  display: none; }
  @media (min-width: 1024px) {
    .is-desktop-only {
      display: block; } }

.kelloggs-light-beige {
  background-color: #F9F8F4; }

/*****************
      Print Helper
  *****************/
/***** KFR Forms *****/
.kfrform {
  width: 100%;
  text-align: left; }
  @media (min-width: 768px) {
    .kfrform {
      max-width: 61rem;
      margin: 0 auto; } }
  .kfrform__textfield {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 0 1.6rem 0; }
    .kfrform__textfield input {
      background-color: #F9F8F4;
      border: 1px solid #F9F8F4;
      border-radius: 0.8rem;
      padding: 1rem 1.6rem;
      width: 100%;
      height: 6.4rem; }
      .kfrform__textfield input:active {
        background-color: #f1efe5; }
      .kfrform__textfield input:hover {
        background-color: #f6f4ed; }
      .kfrform__textfield input:focus {
        background-color: #f1efe4; }
      .kfrform__textfield input:focus + .kfrform__label {
        font-size: 1.2rem;
        top: .2rem; }
      .kfrform__textfield input:valid + .kfrform__label {
        font-size: 1.2rem;
        top: .2rem; }
    .kfrform__textfield .kfrform__label {
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      position: absolute;
      top: 2rem;
      left: 1.6rem; }
    .kfrform__textfield .kfrform__password {
      padding-right: 6rem; }
    .kfrform__textfield .kfrform__icon span {
      visibility: hidden; }
    .kfrform__textfield .kfrform__icon {
      position: absolute;
      top: 2.8rem;
      right: 2rem;
      width: 2rem;
      height: 2rem;
      cursor: pointer;
      background-repeat: no-repeat; }
    .kfrform__textfield .kfrform__icon.eye-closed {
      background-image: url("../../../content/dam/NorthAmerica/kfr-evolution/images/svg/icons/eye-closed.svg"); }
    .kfrform__textfield .kfrform__icon.eye-opened {
       background-image: url("../../../content/dam/NorthAmerica/kfr-evolution/images/svg/icons/eye-opened.svg");
      display: none; }
  .kfrform__checkbox-container {
    display: block;
    padding: 0 1.6rem;
    margin-bottom: 1.6rem; }
    .kfrform__checkbox-container .kfrform__checkbox {
      margin-right: 2rem; }
    .kfrform__checkbox-container .kfrform__checkbox:before {
      top: -5px;
      left: 0;
      width: 24px;
      height: 24px;
      position: relative;
      content: '';
      display: inline-block;
      visibility: visible;
      border: 2px solid #000000;
      border-radius: 6px;
      background-color: #ffffff; }
    .kfrform__checkbox-container .kfrform__checkbox:checked:before {
      top: -5px;
      left: 0;
      width: 24px;
      height: 24px;
      position: relative;
      content: '';
      display: inline-block;
      visibility: visible;
      border: 2px solid #000000;
      border-radius: 6px;
      background-image: url("../../../content/dam/NorthAmerica/kfr-evolution/images/svg/icons/check.svg");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      -webkit-transition: background-image 300ms ease;
      transition: background-image 300ms ease; }
  .kfrform__button {
    width: 100%;
    max-width: 40rem;
    margin: 0px auto; }
  .kfrform__error {
    display: none;
    color: #d31145;
    margin-left: 1.6rem; }
    .kfrform__error.show {
      display: block; }
  .kfrform__formerror {
    display: none;
    color: #d31145;
    margin-left: 1.6rem;
    margin-bottom: 1.6rem; }
    .kfrform__formerror.show {
      display: block; }

.kfrmodal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: -100;
  width: 100%;
  height: 100%;
  position: fixed;
  padding: 2rem;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease; }
  .kfrmodal.show {
    opacity: 1;
    z-index: 100; }
  .kfrmodal.hide {
    opacity: 0;
    z-index: -100; }
  .kfrmodal__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    background-color: #ffffff;
    margin: 0px auto;
    width: auto;
    max-width: 1440px;
    height: auto;
    min-height: 8rem;
    padding: 2rem;
    -webkit-transition: width 300ms ease;
    transition: width 300ms ease; }
    @media (min-width: 768px) {
      .kfrmodal__container {
        padding: 4rem;
        max-width: 768px; } }
    @media (min-width: 1024px) {
      .kfrmodal__container {
        padding: 6rem; } }
    @media (min-width: 1440px) {
      .kfrmodal__container {
        padding: 10rem; } }

.grid-container {
  display: grid;
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  text-align: left;
  margin-bottom: 3rem; }
  .grid-container__1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 1.5rem;
    margin-bottom: 3rem; }
    @media (min-width: 768px) {
      .grid-container__1 {
        grid-column-gap: 2.4rem; } }
  .grid-container__2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 3rem; }
    @media (min-width: 768px) {
      .grid-container__2 {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 2.4rem; } }
  @media (min-width: 768px) {
    .grid-container__lg-2 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 1.4rem;
      grid-row-gap: 1.5rem;
      margin-bottom: 3rem;
      grid-column-gap: 2.4rem; } }
  .grid-container__3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 3rem; }
    @media (min-width: 768px) {
      .grid-container__3 {
        grid-column-gap: 2.4rem; } }
  .grid-container__4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 3rem; }
    @media (min-width: 768px) {
      .grid-container__4 {
        grid-column-gap: 2.4rem; } }
  .grid-container__flex {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 3rem; }
    @media (min-width: 320px) {
      .grid-container__flex {
        grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr)); } }
    @media (min-width: 768px) {
      .grid-container__flex {
        grid-column-gap: 2.4rem; } }
  .grid-container__mosaic {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 1.4rem;
       -moz-column-gap: 1.4rem;
            column-gap: 1.4rem;
    margin-bottom: 3rem; }
    @media (min-width: 320px) {
      .grid-container__mosaic {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2; } }
    @media (min-width: 768px) {
      .grid-container__mosaic {
        -webkit-column-count: 3;
           -moz-column-count: 3;
                column-count: 3;
        -webkit-column-gap: 2.4rem;
           -moz-column-gap: 2.4rem;
                column-gap: 2.4rem; } }
    @media (min-width: 1024px) {
      .grid-container__mosaic {
        -webkit-column-count: 4;
           -moz-column-count: 4;
                column-count: 4;
        -webkit-column-gap: 2.4rem;
           -moz-column-gap: 2.4rem;
                column-gap: 2.4rem; } }
    .grid-container__mosaic > div {
      display: inline-block;
      margin: 0 0 1.5rem;
      width: 100%; }
  .grid-container > div,
  .grid-container__1 > div,
  .grid-container__2 > div,
  .grid-container__3 > div,
  .grid-container__4 > div,
  .grid-container__flex > div,
  .grid-container__mosaic > div {
    background: transparent;
    border-radius: 1rem; }
  .grid-container__masonry {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    grid-auto-rows: 1rem;
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 3rem; }
    @media (min-width: 768px) {
      .grid-container__masonry {
        grid-column-gap: 2.4rem; } }
    .grid-container__masonry .grid-item {
      background: transparent;
      border-radius: 1rem; }
    .grid-container__masonry .grid-content {
      padding: 1.5rem; }

div.main {
  padding-top: 5.5rem;
  padding-bottom: 6rem; }
  @media (min-width: 1024px) {
    div.main {
      padding-bottom: 10rem; } }
      
iframe.kfr-iframe {
  border: none;
  margin: 9rem 0 0 0;
  overflow: hidden;
  width: 100%; }
  iframe.kfr-iframe.inline-quiz {
    margin: 0; }

.iframe-container {
  width: 100%;
  height: 100%;
  display: block;
  margin-top: -3rem; }
  .iframe-container iframe.kfr-iframe {
    width: 100%;
    height: 100vh; }

@media screen and (max-width: 768px) {
  iframe.kfr-iframe.inline-quiz {
    min-height: auto; } }
 
 .kfr-image-swap {
  position: relative;
  overflow: hidden;
  outline: none;
  margin: 0; }

.kfr-image-swap img {
  width: 100%;
  max-width: none;
  height: auto;
  border: 0 none; }

.kfr-image-swap img.preview {
  -webkit-transform: scale(1);
          transform: scale(1); }

.kfr-image-swap img.reveal {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: progressiveReveal 0.2s linear;
          animation: progressiveReveal 0.2s linear; }

@-webkit-keyframes progressiveReveal {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes progressiveReveal {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

figure:focus {
  outline: 2px solid #A10D34;
  outline-offset: .5rem; }

.activities {
  margin-bottom: 6rem; }
  @media (min-width: 1024px) {
    .activities {
      margin-bottom: 12rem; } }
  .activities .grid-container__masonry {
    grid-column-gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2rem;
    padding: 0;
    text-align: initial;
    visibility: hidden;  }

    @media (min-width: 768px) {
      .activities .grid-container__masonry {
        grid-column-gap: 2.4rem;
        grid-template-columns: repeat(4, minmax(16rem, 29.2rem));
        margin-top: 4rem; } }

        .activities .grid-container__masonry.open {
          visibility: visible;
		}

    .activities .grid-container__masonry .grid-item {
      background-color: transparent;
      border: none;
      border-radius: 0;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
	  grid-row-end: span 16;
	}
      .activities .grid-container__masonry .grid-item .grid-content {
        padding: 0; }
    .activities .grid-container__masonry:focus {
      outline: 2px solid #A10D34; }

.activity {
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 10px #46464626;
          box-shadow: 0px 0px 10px #46464626;
  color: #000000;
  cursor: pointer;
  display: block;
  font-weight: 500;
  overflow: hidden;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease; }
  .activity.expire .activity__content {
    border-bottom: solid 5px #d31145; }
  .activity.no-border {
    border: none;
    background-color: #ffffff;
    padding: 0; }
  .activity:focus, .activity:hover {
    color: #000000;
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  .activity:focus {
    outline: 2px solid #A10D34; }
  .activity__image {
    position: relative;
    width: 100%;
    display: grid;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .activity__image img {
      height: auto;
      width: 100%;
      grid-row: 1/2;
      grid-column: 1/2; }
	 .activity__image img:focus {
        outline: 4px solid #A10D34; }
      .activity__content {
        padding: 1rem;
        text-align: left; }
        @media (min-width: 1024px) {
          .activity__content {
            padding: 2rem; }
        }
    .activity__content-bg-y, .activity__content-bg-o {
      padding: 2rem 0; }
      .activity__content-bg-y h2, .activity__content-bg-y h3, .activity__content-bg-y p, .activity__content-bg-o h2, .activity__content-bg-o h3, .activity__content-bg-o p {
        padding-left: 1rem;
        padding-right: 1rem; }
        @media (min-width: 1024px) {
          .activity__content-bg-y h2, .activity__content-bg-y h3, .activity__content-bg-y p, .activity__content-bg-o h2, .activity__content-bg-o h3, .activity__content-bg-o p {
            padding-left: 2rem;
            padding-right: 2rem; } }
    .activity__content h3 {
      margin: 0;
      line-height: unset; }
  .activity__title {
    color: #000000;
    font-weight: bold;
    padding-top: .5rem;
    font-size: 1.8rem; }
    @media (min-width: 1024px) {
      .activity__title {
        padding-top: 1rem; } }
  .activity__headline {
    color: #d31145; }
    .activity__headline-bg-y, .activity__headline-bg-o {
      background: #FFE935;
      border-radius: 0 1rem 1rem 0;
      color: #000000;
      display: inline-block;
      min-width: 50%;
      padding-bottom: 0.3rem;
      padding-top: 0.3rem; }
      .activity__headline-bg-y, .activity__headline-bg-o {
        font-size: 1.2rem;
        line-height: 1.6rem; }
        @media screen and (min-width: 375px) {
          .activity__headline-bg-y, .activity__headline-bg-o {
            font-size: calc(1.2rem + (14  - 12) * ((100vw - 375px) / (1440 - 375)));
            line-height: calc(1.6rem + (18 - 16) * ((100vw - 375px) / (1440 - 375))); } }
        @media screen and (min-width: 1440px) {
          .activity__headline-bg-y, .activity__headline-bg-o {
            font-size: 1.4rem;
            line-height: 1.8rem; } }
    .activity__headline-bg-o {
      background: #ff8300; }
  .activity__expire {
    color: #d31145;
    margin-top: 0.5rem; }
    .activity__expire {
      font-size: 1.2rem;
      line-height: 1.6rem; }
      @media screen and (min-width: 375px) {
        .activity__expire {
          font-size: calc(1.2rem + (14  - 12) * ((100vw - 375px) / (1440 - 375)));
          line-height: calc(1.6rem + (18 - 16) * ((100vw - 375px) / (1440 - 375))); } }
      @media screen and (min-width: 1440px) {
        .activity__expire {
          font-size: 1.4rem;
          line-height: 1.8rem; } }
	  @media (min-width: 1024px) {
       .activity__expire {
          margin-top: 1rem; } }

.activity-old {
  max-width: 335px;
  position: relative;
  width: 100%; }
  .activity-old .bg1 {
    background: #2451b7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 52rem; }
  .activity-old .bg2 {
    background: #162e6a;
    border-radius: 0 0 50% 50% / 10%;
    position: relative;
    width: 100%; }
  .activity-old .bg2 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .activity-old .bg2 .content .logo,
  .activity-old .bg2 .content .image {
    display: block; }
  .activity-old .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
    position: relative;
    z-index: 1000; }
  .activity-old .content .logo,
  .activity-old .content .image {
    display: none; }
  .activity-old .content .logo {
    margin-bottom: 5px; }
  .activity-old .content .logo img {
    width: 100px; }
  .activity-old .content .image {
    margin-bottom: 2rem; }
  .activity-old .content .image img {
    width: 100%; }
  .activity-old h2 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 2rem; }
  .activity-old h3 {
    color: #ffffff;
    font-size: 16px; }
  .activity-old .wrapper {
    padding: 2rem; }
  @media only screen and (min-width: 480px) {
    .activity-old--header {
      height: 42rem;
      max-width: none; }
      .activity-old--header .bg1 {
        margin: 2rem 0;
        border-radius: 50% / 10%;
        color: white;
        text-align: center;
        text-indent: 0.1em;
        height: 400px; }
      .activity-old--header .bg2 {
        position: absolute;
        border-radius: 100% 0% 100% 0% / 0% 40% 60% 100%;
        color: white;
        text-align: center;
        text-indent: 0.1em;
        height: 380px; }
      .activity-old--header .bg2 .content {
        display: none; }
      .activity-old--header .content {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%;
        width: 100%; }
      .activity-old--header .content .logo,
      .activity-old--header .content .image {
        display: block;
        width: 50%; }
      .activity-old--header .content .image {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .activity-old--header .content .image img {
        max-height: 80%;
        width: auto;
        max-width: 100%; }
      .activity-old--header .content > .text {
        display: none; } }

.brands {
  margin: 0 auto; }
  .brands .feature-brands,
  .brands .other-favorites {
    margin-top: 3rem;
    margin-bottom: 2rem;
    text-align: start; }
    @media (min-width: 1024px) {
      .brands .feature-brands,
      .brands .other-favorites {
        margin-top: 5rem;
        margin-bottom: 3rem; } }
  .brands .grid-container__flex {
    grid-column-gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(10.2rem, 1fr));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0; }
    .brands .grid-container__flex:focus {
      outline: 2px solid #A10D34; }
    @media (min-width: 575px) {
      .brands .grid-container__flex {
        grid-column-gap: 1.5rem;
        grid-template-columns: repeat(4, minmax(10.2rem, 18.7rem)); } }
    @media (min-width: 1024px) {
      .brands .grid-container__flex {
        grid-column-gap: 2.5rem;
        grid-template-columns: repeat(4, minmax(10.2rem, 18.7rem)); } }

.brand-card__image {
  position: relative;
  display: grid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  .brand-card__image img {
    height: auto;
    width: 100%; }
    .brand-card__image img:focus {
      outline: 2px solid #A10D34;
      outline-offset: .2rem; }
  	.receipts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      @media (min-width: 1024px) {
        .receipts {
          margin-top: 8rem; } }
      @media (min-width: 1024px) {
        .receipts {
          margin-top: 2rem;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }

                  @media (min-width: 1440px) {
                    .receipts {
                        width: 1320px;
                      }
                    }
      .receipts__info {
        padding: 1.8rem 0; }
        @media (min-width: 1024px) {
          .receipts__info {
            padding: 1rem 0;
			width: 50%;
            max-width: 50%; } }

            @media (min-width: 1440px) {
              .receipts__info {
                  max-width: 62rem;
             }
         }
      .receipts__content {
        text-align: start; }
        @media (min-width: 1024px) {
          .receipts__content {
            margin-right: 6rem;
			margin-bottom: 0; } }
        .receipts__content a {
          text-decoration: underline;
          font-weight: 500; }
          .receipts__content a:hover, .receipts__content a:focus {
            color: #A10D34; }
      .receipts__upload-icons {
        padding: 3.4rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .receipts__upload-icons a {
          display: block;
          border: 1px solid transparent; }
          .receipts__upload-icons a:focus {
            border: 2px solid #A10D34;
            border-radius: 10%; }
        @media (min-width: 1024px) {
          .receipts__upload-icons {
            padding: 4.7rem 0 5.4rem 0; } }
      .receipts__img img {
        height: auto;
        width: 100%; }
      .receipts__try-again {
        padding: .5rem 0 1rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .receipts__try-again p {
          padding-left: 2rem; }
        @media (min-width: 1024px) {
          .receipts__try-again {
            padding: 1rem 0 0 0; } }
      .receipts__warning-messages {
        padding-left: 2rem; }
      .receipts__receipt-rejected {
    padding: 1rem 0 0 0; }
    @media (min-width: 1024px) {
      .receipts__receipt-rejected {
        padding: 2rem 0 0 0; } }
      .receipts__approved-reward {
    padding: 0; }
    @media (min-width: 1024px) {
      .receipts__approved-reward {
        padding: 1rem 0 0 0; } }
    .receipts__approved-reward.extra-padding {
      padding: 4rem 0 0 0; }
        @media (min-width: 1024px) {
          .receipts__hero-image {
            max-width: 70rem; } }
	.receipts__hero-image:focus {
      outline: 2px solid #A10D34;
      outline-offset: .5rem; }
      .receipts__mobile-back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
	  .receipts__mobile-back .component-container {
      max-width: 100%; }
        @media (min-width: 1024px) {
          .receipts__mobile-back {
            display: none; } }
      .receipts__desktop-back {
        display: none; }
        @media (min-width: 1024px) {
          .receipts__desktop-back {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
        .receipts__desktop-back .component-container {
          margin-left: 0; }
      .receipts__submit-info {
        width: 60rem;
        height: 100px;
        margin: 1rem 0 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
                .receipts__submit-info p {
                  padding-top: 0.6rem;
             }

        @media (min-width: 1024px) {
          .receipts__submit-info {
            width: 60%;
            margin: 1rem 6rem 0 0; }
            .receipts__submit-info p {
              padding-top: 1rem; } }
        .receipts__submit-info--extended {
          margin-top: 5rem;
          margin-right: 0; }
      .receipts__minutes {
        padding: 2.8rem 0 0 0;
		font-weight: 700; }
       .receipts__quiz-button {
    padding: 2.4rem 0 2rem 0; }
    @media (min-width: 1024px) {
      .receipts__quiz-button {
        padding: 4rem 0 3rem 0; } }
    .receipts-hero__image img {
      height: auto;
      width: 100%;
	  border-radius: 10px; }
	  
    .rewards {
      width: 100%;
      height: auto;
      background-color: #F9F8F4;
      border-radius: 10px; }
      .rewards h4 {
        padding: 2.5rem 7.3rem 0 2.5rem; }
      .rewards.display-row {
        max-width: 61rem;
        margin: 0 auto; }
        @media (min-width: 1024px) {
          .rewards.display-row {
            max-width: none; } }
        .rewards.display-row h4 {
          text-align: start;
          padding: 2.5rem 2.5rem 0 2.5rem; }
          @media (min-width: 1024px) {
            .rewards.display-row h4 {
              text-align: center; } }
        .rewards.display-row .rewards__icons-container {
          text-align: start; }
          @media (min-width: 1024px) {
            .rewards.display-row .rewards__icons-container {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              width: 100%;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              padding-bottom: 2.2rem; } }
        @media (min-width: 1024px) {
          .rewards.display-row .rewards__icons {
            padding: 0 2.2rem;
            width: 37%;
            min-width: 46rem; } }
      .rewards__icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 5rem 2rem 1.5rem; }
        @media (min-width: 1024px) {
          .rewards__icons {
            padding: 0 7.3rem 2rem 1.5rem; } }
        .rewards__icons img {
          height: 5.2rem;
		  width: 5.2rem; }
        .rewards__icons p {
          margin-left: 0.8rem; }
          @media (min-width: 1024px) {
            .rewards__icons p {
              margin-left: 2rem; } }
			  
@media (min-width: 1024px) {
  .video {
    margin-top: 2.7rem; } }

.video__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 1440px) {
    .video__header {
      width: 130rem; } }

.video__watch {
  width: 60rem;
  height: 100px;
  margin: 1rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (min-width: 1024px) {
    .video__watch {
      width: 50%; } }

.video__titles-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto; }

.video__title, .video__subtitle {
  max-width: 82rem; }

.video__iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 4rem;
  border-radius: 8px;
  overflow: hidden;
  transform: translateZ(0);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-transform: translateZ(0); }
  @media (min-width: 768px) {
    .video__iframe-container {
      width: 60rem;
      height: 34rem;
      padding: 0; } }

.video__player.kfr-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0; }
  
.video .video__iframe-container:focus {
  outline: 2px solid #A10D34;
  outline-offset: .5rem; }
  
.hiw-video-container {
  margin-bottom: 2rem; }
  .hiw-video-container .video__iframe-container {
    margin-top: 2rem; }
  @media (min-width: 1024px) {
    .hiw-video-container {
      margin-bottom: 4rem;
      max-width: 82rem; }
      .hiw-video-container .video__titles-container {
        padding-left: 10rem;
        padding-right: 10rem; }
      .hiw-video-container .video__iframe-container {
        width: 82rem;
        height: 45rem;
        margin-top: 4rem; }
      .hiw-video-container .video__iframe-container:focus {
        outline: 2px solid #A10D34;
        outline-offset: .5rem; } }

.scorecard {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2rem; }
  @media (min-width: 1024px) {
    .scorecard {
      margin-top: 4rem; } }
  .scorecard__list:focus {
    outline: 2px solid #A10D34; }
  .scorecard__list, .scorecard__links {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 2rem;
    padding: 0; }
  .scorecard__links {
    margin-bottom: 4rem; }
    @media (min-width: 1024px) {
      .scorecard__links {
        margin-bottom: 6rem; } }
    .scorecard__links > a {
      margin: 0 0.7rem; }
      @media (min-width: 1024px) {
        .scorecard__links > a {
          margin: 0 1rem; } }
  .scorecard__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0.25rem solid;
    border-radius: 50%;
    color: #464646;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0.4rem;
    padding: 0.5rem;
    overflow: hidden;
    width: 5rem; }
    @media (min-width: 1024px) {
      .scorecard__item {
        border: 0.3rem solid;
        height: 7rem;
        width: 7rem; } }
    .scorecard__item:nth-child(1) {
      border-color: #FF7EAA; }
    .scorecard__item:nth-child(2) {
      border-color: #D31145; }
    .scorecard__item:nth-child(3) {
      border-color: #985ED8; }
    .scorecard__item:nth-child(4) {
      border-color: #F48220; }
    .scorecard__item:nth-child(5) {
      border-color: #33A7DE; }
	.scorecard__item:nth-child(1):focus, .scorecard__item:nth-child(2):focus, .scorecard__item:nth-child(3):focus, .scorecard__item:nth-child(4):focus, .scorecard__item:nth-child(5):focus {
      outline: 2px solid #A10D34;
      outline-offset: .2rem; }
    .scorecard__item img {
      width: 120%; }
  .scorecard__link {
    margin: 0 0.5rem; }

.how-works {
  background-color: #E8E4D2; }
  .how-works .content-container {
    padding-top: 2.5rem; 
    padding-bottom: 2.5rem;
    text-align: initial; }
    .how-works .content-container > *:last-child {
      margin: 2rem 0 0; }
    .how-works .content-container h4 {
      letter-spacing: 0.5px; }
    .how-works .content-container .kfr-button {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
	  min-width: 24rem;
      max-width: 33.5rem; }
    @media (min-width: 1024px) {
      .how-works .content-container {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 11rem;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; 
				padding-right: 5rem; }
        .how-works .content-container > * {
          margin: 0 1.5rem 0 0; }
          .how-works .content-container > *:last-child {
            margin: 0; } }

.onboarding.grid-container__lg-2 {
  max-width: 103rem;
  margin: 0px auto;
  margin-top: 4rem; }
  @media (min-width: 1024px) {
    .onboarding.grid-container__lg-2 {
      margin-top: 6rem; } }
	  
.offer-banner {
  background-color: #FFE935;
  border-radius: 0.8rem;
  padding: 1rem 2rem;
  text-align: initial;
  margin-top: 1.6rem;
  }
  .offer-banner:focus {
    outline: 2px solid #A10D34; }
  .offer-banner p {
    color: #000000; }

.token-recap-component {
  padding-bottom: 10rem; }
  @media (min-width: 1024px) {
    .token-recap-component {
      padding-bottom: 12rem; } }

      @media all and (max-width: 768px) and (orientation: landscape) {
        .token-recap-component {
          padding-bottom: 10rem; } }

.token-recap {
  border-collapse: collapse;
  width: 100%; }
  .token-recap th,
  .token-recap td {
    color: #464646;
    padding: 0; }
    .token-recap th:first-child,
    .token-recap td:first-child {
      text-align: start; }
    .token-recap th:last-child,
    .token-recap td:last-child {
      text-align: end; }
    .token-recap th p,
    .token-recap td p {
      color: #464646; }
  .token-recap th {
    padding-bottom: 1rem; }
    @media (min-width: 1024px) {
      .token-recap th {
        padding: 0 2.4rem 1rem; } }
  .token-recap tbody tr:nth-child(even) td {
    background: #E8E4D2; }
  .token-recap tbody tr:nth-child(odd) td {
    background: #F9F8F4; }
  .token-recap tbody tr:first-child td:first-child {
    border-top-left-radius: 8px; }
  .token-recap tbody tr:first-child td:last-child {
    border-top-right-radius: 8px; }
  .token-recap tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px; }
  .token-recap tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px; }
  .token-recap tbody td {
    padding: 2rem;
    vertical-align: middle; }
    .token-recap tbody td .h3 {
      line-height: 4rem;
      margin: 0; }
    @media (min-width: 1024px) {
      .token-recap tbody td:first-child {
        padding: 2.6rem 2.8rem 2.6rem 2.4rem; }
        .token-recap tbody td:first-child p {
          display: inline-block;
          margin-right: 0.5rem; } }
    .token-recap tbody td:last-child {
      padding: 2rem 2.4rem 2rem 2rem; }
      @media (min-width: 1024px) {
        .token-recap tbody td:last-child {
          padding-right: 5.8rem; } }
      .token-recap tbody td:last-child p {
        color: #000000; }

.token-recap-no-token {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px dotted #969593;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 8.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 1024px) {
    .token-recap-no-token {
      height: 13.2rem;
      margin-top: 2rem; } }
  .token-recap-no-token p {
    font-weight: 500; }
  
.coin-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 98px;
  height: calc(156px + 5rem) !important;
  -webkit-transform: translate3d(0px, 0px, 0px); }
  @media (min-width: 768px) {
    .coin-wrapper {
      min-height: 242px;
      height: calc(242px + 5rem) !important;}
   }

.token {
  font-size: var(--coin-diameter);
  width: 0.1em;
  width: var(--coin-thickness);
  height: 1em;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--spin-background-color)), to(#000000));
  background: linear-gradient(var(--spin-background-color), #000000);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative; }

  .token-container {
   --coin-diameter: 156px !important;
    --spin-background-color: #d31145;
    --coin-front: '';
    --coin-back: '';
    --coin-thickness: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 5px;
    position: relative;
    width: 156px !important;
    height:  156px !important;
    /*width: var(--coin-diameter);*/ }
	@media (min-width: 768px) {
    .token-container {
    --coin-diameter: 242px !important;
      width: 242px !important;
      height: 242px !important; } }
    .token-container:focus {
      outline: none; }
      .token-container:focus:after {
        content: '';
        display: block;
        position: absolute;
        top: -5px;
        bottom: -5px;
        left: -5px;
        right: -5px;
        border-radius: 50%;
        background: none; }
    .token-container.spin .token {
      -webkit-animation: rotate 5s infinite linear;
              animation: rotate 5s infinite linear; }
      @media (prefers-reduced-motion: reduce) {
        .token-container.spin .token {
          -webkit-animation: rotation ease 2s;
                  animation: rotation ease 2s;
          -webkit-transform: rotateY(-90deg);
                  transform: rotateY(-90deg); } }
    .token-container:not(.spin) .token {
      -webkit-transform: rotateY(90deg);
              transform: rotateY(90deg); }
  .token .side {
    background-color: #ffffff; }
    .token .side:before {
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      content: '';
      display: block;
      height: 100%;
      width: 100%; }
    .token .side:after {
      -webkit-animation: shine linear 2.5s infinite;
              animation: shine linear 2.5s infinite;
      content: '';
      position: absolute;
      left: calc(-1 * var(--coin-diameter) / 2);
      bottom: 100%;
      display: block;
      height: calc(var(--coin-diameter) / 1.5);
      width: calc(var(--coin-diameter) * 2);
      background: #ffffff;
      opacity: 0.3; }
      @media (prefers-reduced-motion: reduce) {
        .token .side:after {
          -webkit-animation: none;
                  animation: none; } }
  .token .side, .token:before, .token:after {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    overflow: hidden;
    border-radius: 50%;
    right: -0.396em;
    right: calc((var(--coin-diameter) * -1 / 2) + var(--coin-thickness) + 1px);
    text-align: center;
    line-height: 1;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .token .tails, .token:after {
    left: -0.396em;
    left: calc((var(--coin-diameter) * -1 / 2) + var(--coin-thickness) + 1px);
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg); }
  .token:before, .token:after {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--spin-background-color)), to(#000000));
    background: linear-gradient(var(--spin-background-color), #000000);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg); }
  .token:after {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg); }
  .token .heads:before {
    background-image: var(--coin-front);
    -webkit-transform: translateZ(var(--coin-thickness)/2);
            transform: translateZ(var(--coin-thickness)/2); }
  .token .tails:before {
    background-image: var(--coin-back);
    -webkit-transform: translateZ(calc(-1 * var(--coin-thickness) / 2)) rotateY(180deg);
            transform: translateZ(calc(-1 * var(--coin-thickness) / 2)) rotateY(180deg); }
  .token .imageCoin {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    min-height: 1em; }
  .token__shadow {
    width: calc(var(--coin-diameter) - 8rem);
    height: 0;
    -webkit-box-shadow: 0 0 1.5rem 2rem #000000;
            box-shadow: 0 0 1.5rem 2rem #000000;
    opacity: 0.125;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.4) translateX(-50%) rotateY(90deg);
    bottom: -3rem;
    left: 50%;
    position: absolute; }

.side {
  background-color: #ffffff;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center; }
  .token-container:not([data-token='0']) .side {
    border: 0.5rem solid var(--spin-background-color); }
    .token-container:not([data-token='0']) .side:before {
      background-size: 100%; }
    @media (min-width: 768px) {
      .token-container:not([data-token='0']) .side {
        border: 1rem solid var(--spin-background-color); } }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg); } }

@keyframes rotate {
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg); } }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
    opacity: 1; } }

@keyframes rotation {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
    opacity: 1; } }

.token-container:focus {
  outline: 1px dotted #ffffff; }

.activity-completed {
  margin-bottom: 6.5rem; }
  @media (min-width: 768px) {
    .activity-completed {
      margin-bottom: 12rem; } }
  .activity-completed .coin {
    margin-bottom: 5rem; }
    @media (min-width: 768px) {
      .activity-completed .coin {
        margin-bottom: 8rem; } }
  .activity-completed .offer-banner {
    display: inline-block;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .activity-completed .offer-banner {
        margin-bottom: 5rem; } }

.ccpa__wrapper {
  position: relative; }
  .ccpa__wrapper hr {
    margin-top: 4rem;
    border: 0;
    border-bottom: 2px dotted #969593; }
  .ccpa__wrapper div {
    position: relative;
    width: 100%; }
  .ccpa__wrapper label {
    -webkit-transition: background 0.3s, color 0.3s, top 0.3s, bottom 0.3s, right 0.3s, left 0.3s;
    transition: background 0.3s, color 0.3s, top 0.3s, bottom 0.3s, right 0.3s, left 0.3s;
    position: absolute;
    top: 1.6rem;
    left: 2rem;
    padding: 0;
    font-weight: 500;
    cursor: auto; }
    .ccpa__wrapper label.ccpa__error-msg {
      color: #d31145; }
  .ccpa__wrapper input {
    text-indent: 8px;
    background-color: #F9F8F4;
    border: 1px solid #F9F8F4;
    padding: 1rem;
    width: 100%;
    position: relative;
    height: 60px; }
    .ccpa__wrapper input:hover {
      background-color: #f6f4ed;
      border: 1px solid #f6f4ed; }
    .ccpa__wrapper input:focus {
      background-color: #f1efe4;
      border: 1px solid #f1efe4; }
    .ccpa__wrapper input:not(:-moz-placeholder-shown) + label {
      padding: 0;
      top: 1rem;
      left: 2rem;
      line-height: 1;
      -moz-transition: font-size 300ms, top 300ms;
      transition: font-size 300ms, top 300ms;
      font-size: 1.2rem; }
    .ccpa__wrapper input:not(:-ms-input-placeholder) + label {
      padding: 0;
      top: 1rem;
      left: 2rem;
      line-height: 1;
      -ms-transition: font-size 300ms, top 300ms;
      transition: font-size 300ms, top 300ms;
      font-size: 1.2rem; }
    .ccpa__wrapper input:focus + label,
    .ccpa__wrapper input:not(:placeholder-shown) + label {
      padding: 0;
      top: 1rem;
      left: 2rem;
      line-height: 1;
      -webkit-transition: font-size 300ms, top 300ms;
      transition: font-size 300ms, top 300ms;
      font-size: 1.2rem; }
    .ccpa__wrapper input::-webkit-input-placeholder {
      color: transparent !important; }
    .ccpa__wrapper input::-moz-placeholder {
      color: transparent !important; }
    .ccpa__wrapper input:-ms-input-placeholder {
      color: transparent !important; }
    .ccpa__wrapper input::-ms-input-placeholder {
      color: transparent !important; }
    .ccpa__wrapper input::placeholder {
      color: transparent !important; }
    .ccpa__wrapper input:not(:-moz-placeholder-shown) {
      padding-top: 2.5rem; }
    .ccpa__wrapper input:not(:-ms-input-placeholder) {
      padding-top: 2.5rem; }
    .ccpa__wrapper input:not(:placeholder-shown) {
      padding-top: 2.5rem; }
    .ccpa__wrapper input:-internal-autofill-selected + label {
      padding: 0;
      top: 1rem;
      left: 2rem;
      line-height: 1;
      -webkit-transition: font-size 300ms, top 300ms;
      transition: font-size 300ms, top 300ms;
      font-size: 1.2rem; }
  .ccpa__wrapper h2,
  .ccpa__wrapper h3,
  .ccpa__wrapper h4,
  .ccpa__wrapper h5 {
    margin-top: 4rem;
    text-align: start; }
  .ccpa__wrapper small {
    color: black; }
  .ccpa__wrapper ul {
    margin: 0;
    padding: 0; }
  .ccpa__wrapper li {
    cursor: pointer; }
  .ccpa__wrapper #request-input {
    text-align: left; }
  .ccpa__wrapper .ccpa__dropdown {
    border: none;
    display: block;
    padding: 0;
    width: 100%; }
  .ccpa__wrapper .ccpa__arrow-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    right: 25px;
    top: 20px;
    z-index: 1; }
  .ccpa__wrapper .ccpa__arrow-open {
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }
    .ccpa__wrapper .ccpa__arrow-open.active {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .ccpa__wrapper .ccpa__signature-description {
    margin-top: 0;
    text-align: start;
    font-weight: 500; }
  .ccpa__wrapper .ccpa__dropdown-container {
    line-height: 0;
    margin-top: -1px;
    position: absolute;
    padding: 0;
    z-index: 1;
    left: 0;
    right: 0; }
  .ccpa__wrapper .ccpa__list {
    text-align: start;
    max-height: 0;
    border: none;
    background-color: #F9F8F4;
    border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
    overflow: hidden; }
    .ccpa__wrapper .ccpa__list ul {
      display: none; }
    .ccpa__wrapper .ccpa__list.expand {
      height: 100%;
      max-height: 47.5rem;
      background-color: #f1efe4; }
      .ccpa__wrapper .ccpa__list.expand ul {
        display: block; }
        @media (max-width: 768px) {
          .ccpa__wrapper .ccpa__list.expand ul {
            display: block; } }
    @media (max-width: 768px) {
      .ccpa__wrapper .ccpa__list ul {
        display: none; } }
  .ccpa__wrapper .ccpa__item {
    cursor: pointer;
    width: 100%;
    padding: 20px; }
  .ccpa__wrapper .ccpa__item:hover {
    background-color: #EEEBDD; }
  .ccpa__wrapper .ccpa__item:focus, .ccpa__wrapper .ccpa__item:active {
    outline: none;
    background-color: #EEEBDD; }
  .ccpa__wrapper .ccpa__item-active {
    background-color: #EEEBDD; }
  .ccpa__wrapper .ccpa__input-container {
    margin-top: 2rem;
    text-align: start; }
    @media (max-width: 375px) {
      .ccpa__wrapper .ccpa__input-container.dropdown-request #request-select {
        font-size: 15px; } }
    @media (max-width: 360px) {
      .ccpa__wrapper .ccpa__input-container.dropdown-request #request-select {
        font-size: 14px; } }
    @media (max-width: 320px) {
      .ccpa__wrapper .ccpa__input-container.dropdown-request #request-select {
        font-size: 12px; } }

  .ccpa__wrapper .ccpa__date {
    margin-top: 1rem;
    font-weight: 500; }
  .ccpa__wrapper .ccpa__drop-open:focus {
    outline: none; }
  .ccpa__wrapper .ccpa__input-text {
    border-radius: 0.8rem; }
  .ccpa__wrapper .ccpa__input-selector {
    background-color: #F9F8F4;
    border-radius: 0.8rem;
    border: 1px solid #F9F8F4;
    padding: 18px;
    width: 100%;
    position: relative;
    height: 60px;
    cursor: pointer; }
  .ccpa__wrapper .ccpa__hover {
    padding-top: 2.5rem; }
  .ccpa__wrapper .ccpa__input-selector:hover {
    background-color: #f6f4ed;
    border:1px solid #f6f4ed; }
  .ccpa__wrapper .ccpa__active-state-request {
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
    background-color: #f1efe4; }
  .ccpa__wrapper .ccpa__label-error {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .25px;
    line-height: 2.4rem;
    color: #d31145; }
  .ccpa__wrapper .ccpa__label-error::after {
    content: '*';
    color: #d31145; }
  .ccpa__wrapper .ccpa__label-selector {
    padding: 0;
    top: 1rem;
    left: 2rem;
    line-height: 1;
    -webkit-transition: font-size 300ms, top 300ms;
    transition: font-size 300ms, top 300ms;
    font-size: 1.2rem;
    cursor: pointer; }
  .ccpa__wrapper .ccpa__error-msg {
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .25px;
    font-weight: 500;
    padding-left: 2rem;
    color: #d31145;
    display: none; }
    .ccpa__wrapper .ccpa__error-msg.active {
      display: inline-block; }
  .ccpa__wrapper .ccpa__form-error-msg {
    position: relative;
    color: #d31145;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: .15px;
    font-weight: 500;
    text-align: left;
    padding-left: 3.4rem !important;
    background: transparent url("../../../content/dam/NorthAmerica/kfr-evolution/images/svg/icons/error.svg") no-repeat top 0.5rem left 0 !important;
    background-size: 2.4rem 2.4rem;
    display: none; }
    @media (min-width: 1024px) {
      .ccpa__wrapper .ccpa__form-error-msg {
        font-size: 1.8rem;
        line-height: 2.6rem; } }
    .ccpa__wrapper .ccpa__form-error-msg.active {
      display: inline-block; }
  .ccpa__wrapper .button-wrapper.primary {
    margin-top: 40px; }
  .ccpa__wrapper .ccpa__drop-open:focus .ccpa__input-selector {
    background-color: #f1efe4; }

.page-container #skip_content.content {
  top: 0;
  margin: 0;
  padding: 0; }

.page-container #error_wp p {
  font-size: calc(1.6rem + (18 - 16) * ((100vw - 375px) / (1440 - 375)));
  line-height: calc(2.4rem + (26 - 24) * ((100vw - 375px) / (1440 - 375))); }

.page-container #error_wp .errorwrap {
  border: none;
  border-radius: 0;
  padding: 4rem 0;
  width: 100%;
  max-width: 82rem;
  margin: 2rem auto;
  background-color: transparent; }
  @media (max-width: 1024px) {
    .page-container #error_wp .errorwrap {
      padding: 5rem 2rem 5rem 6rem;
      margin: 3rem auto 2rem; } }
  .page-container #error_wp .errorwrap p {
    position: relative;
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-align: left;
    word-spacing: 0;
    margin: 0;
    padding: 0;
    color: #464646; }
    .page-container #error_wp .errorwrap p .error_msg {
      font-size: calc(1.6rem + (18 - 16) * ((100vw - 375px) / (1440 - 375)));
      line-height: calc(2.4rem + (26 - 24) * ((100vw - 375px) / (1440 - 375)));
      text-align: left;
      margin: 0 auto;
      width: 100%;
      color: #464646; }
    .page-container #error_wp .errorwrap p img {
      display: none; }
    .page-container #error_wp .errorwrap p::before, .page-container #error_wp .errorwrap p.check + header::before {
      content: " ";
      background-image: url(../../../content/dam/NorthAmerica/kfr-evolution/images/png/exclamation.png);
      background-repeat: no-repeat;
      width: 2rem;
      height: 5rem;
      background-size: 100% auto;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0.9rem 0 0 -4rem; }

.page-container .critcom {
  max-width: 100vw;
  background-color: #F9F8F4; }
  .page-container .critcom::after, .page-container .critcom.check + header::after {
    content: none; }

html body {
  margin: 0;
  font-weight: 500;  }
  
        main.main--after-open .ReactModal__Overlay--after-open .ReactModal__Content--after-open button[name=DeletePopUpClosebtn] {
         /* text-indent: -999rem;
          margin: -1rem; 
          width: 6rem;
          height: 6rem; */
          background-size: 100% 100%;
          background-image: url(../../../content/dam/NorthAmerica/kfr-evolution/images/svg/ui/close-button-beige.svg);
          background-repeat: no-repeat;
         }
 
    main .KSTL-Registration-Profile .error-form p::before {
      /*margin: 0.25rem 1rem 0 0;
      float: left;
      content: " ";
      height: 3.5em;
      width: 3.5em; */
      background-image: url(../../../content/dam/NorthAmerica/kfr-evolution/images/svg/icons/error.svg);
      background-repeat: no-repeat;
      background-size: contain;
      }
main .KSTL-Registration-Subscriptions input[type="checkbox"]:checked {
      background-image: url(../../../content/dam/NorthAmerica/kfr-evolution/images/svg/icons/check.svg);
      background-position: 0.2rem, center;
      background-repeat: no-repeat;
      background-size: 80% auto; } 
main .form__active-state-request .form__input-container {
  background-color: #f1efe4;
  border: 1px solid #f1efe4; }

main .form__active-state-request .form__input-container:hover {
  background-color: #f1efe4 !important;
  border: 1px solid #f1efe4 !important; }

main .form__input-container {
  background-color: #F9F8F4;
  border-radius: 0.8rem;
  border: 1px solid #F9F8F4;
  padding: 2rem;
  width: 100%;
  position: relative;
  height: 6.5rem;
  cursor: pointer;
  outline: none; }

main .form__input-container:active {
  background-color: #f1efe5;
  border: 1px solid #f1efe5; }

main .form__input-container:hover {
  background-color: #f6f4ed;
  border: 1px solid #f6f4ed; }

main .form__input-container:focus {
  background-color: #f1efe4;
  border: 1px solid #f1efe4; }

main .form__input-container.form__active-state-request .form__arrow-container {
  z-index: 3; }
  
.footernavigation {
  position: relative;
  padding: 6.5rem 0;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  background: #F9F8F4;
  bottom: 0;
  left: 0;
  margin: 0;
  margin-top: auto;
  width: 100%; }
  
.footer {
  position: relative;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  background: #F9F8F4;
  bottom: 0;
  left: 0;
  margin: 0;
  margin-top: auto;
  width: 100%; }
  .footer:focus {
    outline: 2px solid #ffffff; }
  .footer.kfr-notification-open {
    padding-bottom: 6.5rem; }
  .footer hr {
    border: 0;
    border-bottom: 2px dotted #969593;
    margin-top: 2rem;
    margin-bottom: 4rem; }
	@media (min-width: 768px) {
      .footer hr {
        margin-top: 4rem; } }
  .footer__legals {
    display: none; }
    .footer__legals p {
      text-align: start;
      overflow-wrap: break-word; }
    .footer__legals p + p {
      margin-top: 2.5rem; }
  @media (min-width: 768px) {
    .footer__links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .footer__section-container {
    background: transparent !important;
    margin: 0; }
  .footer__first-items, .footer__second-items {
    padding: 0 !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer__first-items a:not(:last-child), .footer__second-items a:not(:last-child) {
      margin-bottom: 2.5rem; }
      @media (min-width: 768px) {
        .footer__first-items a:not(:last-child), .footer__second-items a:not(:last-child) {
          margin-bottom: 3.5rem; } }
    .footer__first-items a:hover, .footer__second-items a:hover {
      color: #A10D34 !important; }
  .footer__second-items {
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .footer__second-items {
        margin-top: 0; } }
  .footer__copy {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0; }
    @media (min-width: 768px) {
      .footer__copy {
        -ms-flex-item-align: end;
            align-self: flex-end; } }
    @media (min-width: 320px) {
      .footer__copy {
        margin-top: 4rem; } }
    .footer__copy p {
      font-weight: 500; }
  .footer__icon {
    margin-bottom: 2rem;
    text-align: left; }
    @media (min-width: 768px) {
      .footer__icon {
        text-align: right; } }
    .footer__icon a {
      display: inline-block;
      border: 1px solid transparent;
      border-radius: 10%; }
    .footer__icon a:nth-child(2) {
      margin-left: 2rem; }
    .footer__icon a:hover {
      border: 1px dotted #A10D34;
      border-radius: 10%; }
	.footer__icon a:focus {
      outline: 2px solid #A10D34; }

/***** Hero Lockups *****/
.hero-margin {
  padding-top: 6rem; }
  @media (min-width: 1024px) {
    .hero-margin {
      padding-top: 12rem; } }
	  
.hero-margin-small {
  padding-top: 0; }
  @media (min-width: 1024px) {
    .hero-margin-small {
      padding-top: 1rem; } }

.hero-background {
  position: absolute;
  width: 100%;
  height: 100%; }
  .hero-background svg {
    width: 100%;
    height: 100%; }
    .hero-background svg .kelloggs-light-beige {
      fill: #F9F8F4; }
  .hero-background + .component-container {
    padding-bottom: 8rem; }

.image-text-hero {
  position: relative;
  width: 100%;
  margin-top: 5rem; }

.component-container--extended .image-text-hero {
  max-width: 61rem;
  margin: 0 auto; }
  .component-container--extended .image-text-hero .image-hero {
    width: 100%;
    max-width: 40rem;
    margin: 0 auto 3.5rem; }
  .sweepstakes-completed .component-container--extended .image-text-hero .image-hero {
    padding: 0 90px; }
    @media (min-width: 1024px) {
      .component-container--extended .image-text-hero .image-hero {
        margin: 0 auto 4.5rem; } }

.component-container--extended .btn-container {
  max-width: 40rem; }

.component-container--extended .description-hero {
  max-width: 42rem;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .component-container--extended .description-hero {
      margin: 0 auto 3rem; } }

.component-container--no-max {
  max-width: none; }

.title-hero {
  position: relative;
  margin: 0 auto;
  z-index: 2; 
  text-align: center;
}
  .title-hero-centered {
    text-align: center; }
  .title-hero.left {
    text-align: left;
    margin: 0;
    max-width: 70rem; }
  .title-hero h2 {
    font-size: 4.5rem; }
    .title-hero h2 span {
      display: block; }

@media screen and (max-width: 991px) {
  .title-hero h1 {
    padding-top: 3.5rem; }
  .title-hero .h2 {
    padding-top: 0; } }

.description-hero {
  font-weight: 500;
  text-align: center; }
  .description-hero .brands {
    padding: 0 !important; }
  .description-hero.left {
    text-align: left; 
	margin-bottom: 2rem; }
  .description-hero.full {
    max-width: 100%; }
  .description-hero.wide {
    max-width: 60rem; }

    @media (min-width: 1024px) {
      .fixed-width {
        max-width: 75%; } }

.image-hero {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .image-hero.sixteen-nine-ratio + .text-hero {
    margin: 2.5rem 0 0 0; }
  .image-hero:empty {
    padding-top: 0;
    margin: 0; }
  .image-hero.editable {
    position: relative;
    margin: 0 1.25rem 0 0; }
    .image-hero.editable::after {
      content: '';
      background: url("../../../content/dam/NorthAmerica/kfr-evolution/images/icons/edit.png") no-repeat center/50%;
      position: absolute;
      bottom: -1.5rem;
      right: -1.25rem;
      width: 3.5rem;
      height: 3.5rem;
      border-radius: 50%;
      background-color: #ffffff;
      -webkit-box-shadow: 0 2px 0 0 #929292;
              box-shadow: 0 2px 0 0 #929292; }
	 .sweepstakes-completed .image-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .sweepstakes-completed .image-hero::after {
      content: '';
      width: calc(100% - 40px);
      height: 5px;
      border-radius: 50%;
      background: #000000;
      -webkit-box-shadow: 0 0 15px 20px #000000;
      box-shadow: 0 0 15px 20px #000000;
      opacity: 0.125;
      -webkit-transform: scaleY(0.5);
      transform: scaleY(0.4);
      margin-top: 15px; }

.text-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

          .text-black {
            color: #000000; }
            .text-black p {
              color: #000000; 
			  letter-spacing: normal; }

.kfr-full-image-hero {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #1FAAEB;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: height 300ms;
  transition: height 300ms; }
  .kfr-full-image-hero:focus {
    outline: 2px solid #A10D34;
    outline-offset: .5rem; }
  .kfr-full-image-hero.swap .kfr-full-image-hero__image img,
  .kfr-full-image-hero.swap .kfr-full-image-hero__animation img {
    z-index: 10; }
  .kfr-full-image-hero.swap .kfr-celebration img {
    z-index: 0; }
  .kfr-full-image-hero.error-page {
    margin-bottom: 4rem; }
    @media (min-width: 1024px) {
  .kfr-full-image-hero.error-page {
    margin-bottom: 8rem; } }
  .kfr-full-image-hero__image, .kfr-full-image-hero__animation,
  .kfr-full-image-hero .kfr-celebration {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .kfr-full-image-hero__image img, .kfr-full-image-hero__animation img,
    .kfr-full-image-hero .kfr-celebration img {
      width: 100%;
      height: auto;
      -o-object-fit: contain;
         object-fit: contain; }
    .kfr-full-image-hero__image img.error-image, .kfr-full-image-hero__animation img.error-image,
    .kfr-full-image-hero .kfr-celebration img.error-image {
      max-height: 28rem;
      width: 100%; }
      @media (min-width: 1024px) {
        .kfr-full-image-hero__image img.error-image, .kfr-full-image-hero__animation img.error-image,
        .kfr-full-image-hero .kfr-celebration img.error-image {
          max-height: unset;
          width: 100%; } }
  .kfr-full-image-hero .kfr-celebration {
	margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    .kfr-full-image-hero .kfr-celebration img {
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }

.skip-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100; }
  .skip-container .skip-link {
    padding: 6px 8px 6px 8px;
    position: absolute;
    left: 85px;
    margin-top: -12rem;
    height: 30px;
    z-index: 9; }
    @media (min-width: 1024px) {
      .skip-container .skip-link {
        padding: 8px;
        margin-top: -6rem;
        left: 118px;
        position: fixed; } }
    @media (min-width: 1024px) {
      .skip-container .skip-link.nonauth {
        left: 216px; } }
  .skip-container .skip-link:focus {
    margin-top: 0rem;
    -webkit-transition: margin-top 0.3s;
    transition: margin-top 0.3s;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    color: #A10D34;     
	outline: 2px solid #A10D34; }
    @media (min-width: 1024px) {
      .skip-container .skip-link:focus {
        margin-top: 1rem;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; } }

.kfr-header {
  width: 100%;
  background-color: #ffffff;
  height: 5.5rem;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  /*** for ADA ***/ }
  .kfr-header.kfr-logo-only {
    background-color: transparent;
    height: auto;
    position: relative; }
    .kfr-header.kfr-logo-only .kfr-header__nav .kfr-header__section .kfr-header__logo-container {
      width: 8rem;
      height: 8rem;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 0; }
      .kfr-header.kfr-logo-only .kfr-header__nav .kfr-header__section .kfr-header__logo-container.small-scale {
        width: 6rem;
        height: 6rem; }
      @media (min-width: 1024px) {
        .kfr-header.kfr-logo-only .kfr-header__nav .kfr-header__section .kfr-header__logo-container {
          width: 14rem;
          height: 14rem; }
          .kfr-header.kfr-logo-only .kfr-header__nav .kfr-header__section .kfr-header__logo-container.small-scale {
            width: 8rem;
            height: 8rem; } }
  .kfr-header--hidden {
    display: none; }
    @media (min-width: 1024px) {
      .kfr-header--hidden {
        display: block; } }
  .kfr-header .kfr-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2.5rem;
    z-index: 1; }
    .kfr-header .kfr-header__nav .kfr-header__border-container {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100vw;
      height: 0.5rem;
      -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
              box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
      background-color: #ffffff;
      z-index: 2; }
    .kfr-header .kfr-header__nav .kfr-header__section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: auto;
      position: relative; }
      .kfr-header .kfr-header__nav .kfr-header__section.kfr-header__section--align-start {
        z-index: 3; }
      .kfr-header .kfr-header__nav .kfr-header__section.kfr-header__section--align-center {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }

      .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__logo-container {
        margin: 3rem 0 0 0;
        width: 6rem;
        height: 6rem;
        -webkit-box-shadow: 1px 6px 4px 0 rgba(0, 0, 0, 0.15);
                box-shadow: 1px 6px 4px 0 rgba(0, 0, 0, 0.15);
        border-radius: 100%; }
        @media (min-width: 1024px) {
          .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__logo-container {
            margin: 5rem 0 0 0;
            width: 9rem;
            height: 9rem; } }
      .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__section__callout {
        position: absolute;
        top: 0;
        right: -0.5rem;
        -webkit-transform: translateX(0.75rem);
                transform: translateX(0.75rem);
        width: 2rem;
        height: 2rem;
        font-size: 1.2rem;
        background-color: #d31145;
        border-radius: 1rem;
        color: #ffffff;
        line-height: 1.6rem;
        padding: 0.2rem;
        text-align: center; }
      .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__mobile-nav-button {
        -webkit-appearance: none;
        background-color: transparent;
        padding: 0;
        margin: 0;
        height: 4rem;
        display: block;
        cursor: pointer; }
        @media (min-width: 1024px) {
          .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__mobile-nav-button {
            display: none; } }
        .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__mobile-nav-button:focus {
          outline: 2px solid #A10D34; }
        .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__mobile-nav-button:hover .kfr-header__mobile-nav-button__span svg line {
          stroke: #d31145; }
        .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__mobile-nav-button .kfr-header__mobile-nav-button__span {
          display: block;
          margin: 0;
          position: relative;
          height: 7px;
          width: 100%; }
        .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__mobile-nav-button.open-mobile-nav .kfr-header__section__callout {
          display: none; }
        .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__mobile-nav-button.open-mobile-nav .kfr-header__mobile-nav-button__span svg line {
          stroke: #d31145; }

        .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list-container {
          position: fixed;
          top: 100vh;
          left: 0;
          width: 100vw;
          height: 100vh;
          margin: 5.5rem 0 0 0;
          background-color: #ffffff; }
         .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0;
        padding: 2rem 0;
        position: absolute;
        top: 4rem;
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        max-width: 375px; }
        @media (min-height: 400px) and (max-height: 600px) and (max-width: 1023px) {
          .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list {
            height: 90vh;
            overflow-y: auto;
            top: 2rem; } }
          .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list:focus {
            outline: 2px solid #A10D34; }
          .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item.kfr-header__list-item--icon-item {
            text-align: center;
            -webkit-box-flex: 50%;
                -ms-flex: 50%;
                    flex: 50%; }
            .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item.kfr-header__list-item--icon-item:first-child .kfr-header__list-item-content {
              margin: 0 5% 0 10%; }
            .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item.kfr-header__list-item--icon-item:nth-child(2) .kfr-header__list-item-content {
              margin: 0 10% 0 5%; }
            .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item.kfr-header__list-item--icon-item .kfr-header__list-item-content {
              position: relative;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              background-color: #F9F8F4;
              border-radius: 10px;
              width: 85%;
              padding: 10% 0; }
              .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item.kfr-header__list-item--icon-item .kfr-header__list-item-content img {
                padding: 0 0 10% 0; }
              .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item.kfr-header__list-item--icon-item .kfr-header__list-item-content .kfr-header__list-item-content__callout {
                position: absolute;
                top: -0.25rem;
                right: -0.25rem;
                width: 2rem;
                height: 2rem;
                font-size: 1.2rem;
                background-color: #d31145;
                border-radius: 1rem;
                color: #ffffff;
                font-weight: 600;
                line-height: 1.6rem;
                padding: 0.2rem;
                text-align: center; }
			@media (orientation: landscape) and (max-height: 375px) {
  				.kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item.kfr-header__list-item--icon-item .kfr-header__list-item-content .kfr-header__list-item-content__callout {
    			top: 0; } }
          .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item.kfr-header__list-item--text-item {
            margin: 5rem 0 0 0; }
          .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item .kfr-header__link {
            text-align: center;
            font-weight: 600; }
		  .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item .kfr-header__link p {
            color: #000000; }
          .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item .kfr-header__link.kelloggs-red p {
            color: #d31145; }
          .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item .kfr-header__nested-list {
            display: block;
            text-align: center;
            padding: 0;
            margin: 0; }
            .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item .kfr-header__nested-list .kfr-header__nested-list-item {
              margin: 1.5rem 0; }
			.kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item .kfr-header__nested-list li:first-child a {
              color: #000000; }
			.kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item .kfr-header__nested-list li:first-child a:focus {
			  color: #A10D34; }

            @media (orientation: landscape) and (max-height: 600px) {
  			.kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list-container.nav-up .kfr-header__list {
    			height: 80vh;
    			top: 2rem;
    			overflow-y: scroll;
    			overflow-x: hidden;
    			width: 100vw;
    			max-width: 100vw;
    			margin: 0;
    			padding: 2rem 15vw 10rem 15vw; } }
      @media (orientation: landscape) {
        .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item.kfr-header__list-item--text-item {
          margin: 0; }
        .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item.kfr-header__list-item--icon-item .kfr-header__list-item-content img {
          width: 33%; }
        .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item .kfr-header__nested-list .kfr-header__nested-list-item {
          margin: 0.5rem 0; } }
              @media (min-width: 1024px) and (orientation: landscape) {
                .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list-container.nav-up .kfr-header__list {
                  top: 0vh; } }

      @media (min-width: 1024px) {
        .kfr-header .kfr-header__nav .kfr-header__section.is-mobile-only {
          display: none; }
        .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list-container {
          position: relative;
          top: auto;
          left: auto;
          width: 100%;
          height: auto;
          margin: 0;
		  background-color: transparent;		  
		}
        .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          position: relative;
          top: 0;
          left: 0;
          margin: 0;
          -webkit-transform: none;
                  transform: none;
          max-width: 100%;
	      height: auto; }
          .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list:focus {
             outline: 2px solid #A10D34; }
          .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item {
            padding: 0 10rem 0 0;
            -webkit-box-flex: 0;
                -ms-flex: none;
                    flex: none; }
            .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item.kfr-header__list-item--icon-item {
              -webkit-box-flex: 0;
                  -ms-flex: none;
                      flex: none; }
              .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item.kfr-header__list-item--icon-item .kfr-header__list-item-content {
                padding: 0;
                background-color: transparent;
                border-radius: 0; }
                .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item.kfr-header__list-item--icon-item .kfr-header__list-item-content .kfr-header__list-item-content__callout {
                  top: -1rem;
                  -webkit-transform: translate(2rem, 0);
                          transform: translate(2rem, 0); }
            .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item .kfr-header__link {
              position: relative;
              cursor: pointer; }
              .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item .kfr-header__link:hover {
                color: #333333; }
            .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item.kfr-header__list-item--text-item {
              position: relative;
              margin: 0; }
            .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item .kfr-header__nested-list-container {
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              width: 0;
              height: 0;
              overflow: hidden;
              -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
                      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
              background-color: #ffffff;
              border-radius: 10px;
              z-index: 3; }
              .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item .kfr-header__nested-list-container.nav-hide {
                height: 0; } }
        @media (min-width: 1024px) and (max-width: 1024px) {
          .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item .kfr-header__nested-list-container.nav-hide {
            min-height: 200px; } }
      @media (min-width: 1024px) {
              .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item .kfr-header__nested-list-container .kfr-header__nested-list {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                width: 100%;
                padding: 0 10%;
                height: 100%; }
              .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item .kfr-header__nested-list-container .kfr-header__nested-list-item {
                display: none;
                margin: 0.8rem 0;
                text-align: left; }
              .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item .kfr-header__nested-list-container.nav-show .kfr-header__nested-list .kfr-header__nested-list-item {
                display: block; }
            .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item .kfr-header__list-item__image {
              display: none; } }
  @media (min-width: 1024px) {
    .kfr-header.kfr-nonauth .kfr-header__nav .kfr-header__section.kfr-header__section--align-start {
      padding: 0 0 0 10rem; }
    .kfr-header.kfr-nonauth .kfr-header__nav .kfr-header__section.kfr-header__section--align-end {
      padding: 0 10rem 0 0; } }
  .kfr-header.kfr-logo-only .kfr-header__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .kfr-header .kfr-button .kfr-button__label {
    text-transform: none;
    letter-spacing: 0.25px !important;
    line-height: 1.6rem !important; }
    .kfr-header a > div p {
      font-weight: 600; }
  .kfr-header a.kelloggs-red,
  .kfr-header a.kelloggs-red > div p {
    color: #d31145; }
  .kfr-header a:focus > img {
    outline: 2px solid #A10D34; }
  .kfr-header button:focus > img {
    outline: 2px solid #A10D34; }
  .kfr-header a:focus > .kfr-header__img {
    outline: 2px solid #A10D34; }
  .kfr-header a:hover,
   .kfr-header a:hover, .kfr-header a:focus > div p {
    color: #A10D34 !important; }
  .kfr-header a:hover.kelloggs-red,
  .kfr-header a:hover.kelloggs-red > div p {
    color: #A10D34; }
  .kfr-header a:focus,
  .kfr-header a:focus > div p,
  .kfr-header a:focus.kelloggs-red,
  .kfr-header a:focus.kelloggs-red > div p {
    color: #A10D34; }
  .kfr-header p.kfr-header__desktop-nav-button {
    display: none; }
    @media (min-width: 1024px) {
      .kfr-header p.kfr-header__desktop-nav-button {
        display: block; } }
  .kfr-header p.kfr-header__desktop-nav-button.kelloggs-red {
    color: #d31145; }
  .kfr-header p.kfr-header__desktop-nav-button:focus,
  .kfr-header p.kfr-header__desktop-nav-button.kelloggs-red:focus,
  .kfr-header p.kfr-header__desktop-nav-button:hover,
  .kfr-header p.kfr-header__desktop-nav-button.kelloggs-red:hover {
    color: #A10D34 !important;
    outline: none; }

.logo-link img {
  width: 100%;
  height: auto; }

	.background-alternative--container {
    width: 100%;
    max-width: 1920px; }
    .background-alternative--container .background-alternative--bkg-img {
	  position: relative;
      -o-object-fit: contain;
         object-fit: contain;
      height: auto; }
      @media (min-width: 1024px) {
        .background-alternative--container .background-alternative--bkg-img {
          position: absolute; } }
      .background-alternative--container .background-alternative--bkg-img.password-reset {
        width: 100%; }
        @media (min-width: 1024px) {
          .background-alternative--container .background-alternative--bkg-img.password-reset {
            max-width: 25%;
            right: 0;
            bottom: 0; } }

.kfr_background--container {
  z-index: -99;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }
  .kfr_background--container .kfr_background--bkg-img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    max-width: 1920px; }
    .kfr_background--container .kfr_background--bkg-img.small-screens {
      display: block; }
      @media screen and (min-width: 600px) {
        .kfr_background--container .kfr_background--bkg-img.small-screens {
          display: none; } }
    .kfr_background--container .kfr_background--bkg-img.large-screens {
      display: none; }
      @media screen and (min-width: 600px) {
        .kfr_background--container .kfr_background--bkg-img.large-screens {
          display: block; } }
  .kfr_background--container.kfr_background--container--bottom .kfr_background--bkg-img {
    top: unset;
    bottom: 0;
    max-height: 55rem;
    max-width: 1440px; }
	
  .kfr_background--container.kfr_background--container--top.kfr-auth {
    top: 5.5rem; }
  .kfr_background--container.kfr_background--container--top .kfr_background--bkg-img {
    top: 0;
    bottom: unset; }

.user-links {
   margin: 4rem 0 0;
   text-align: initial; }
.user-links .kelloggs-red {
  display: block;
  margin-bottom: 2rem; }
.image-and-list {
  text-align: left; }
  .image-and-list a {
    text-decoration: underline; }
  .image-and-list p {
    margin-bottom: 1rem; }
  .image-and-list h2 {
    margin-top: 2rem; }
    @media (min-width: 1024px) {
      .image-and-list h2 {
        margin-top: 4rem; } }
  .image-and-list .list-footer a {
    text-decoration: none; }
  .grid-container__lg-2 .image-and-list {
    margin-bottom: 3rem; }
  .image-and-list.horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;   
	 max-width: 103rem;
	 margin: 0px auto; }    
.image-and-list.horizontal .image-container {
      width: 100%;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .image-and-list.horizontal .list-container {
      width: 100%;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    @media (min-width: 768px) {
      .image-and-list.horizontal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .image-and-list.horizontal .image-container {
          width: 40%; }
        .image-and-list.horizontal .list-container {
          width: 60%;
          padding-left: 20px; }
        .image-and-list.horizontal h2 {
          margin-top: 0; } }
    .tab-content .image-and-list.horizontal {
      margin-bottom: 1.5rem; }
      @media (min-width: 768px) {
        .tab-content .image-and-list.horizontal {
          margin-bottom: 7.5rem; } }
  .image-and-list img {
    width: 100%;
    border-radius: 1rem; }
        .image-and-list ul {
          padding-left: 1.3rem;
          margin-top: 0; }
          @media (min-width: 1024px) {
            .image-and-list ul {
              margin-top: 1rem; } }
           .image-and-list ul li {
			font-weight: 500;
			text-align: left;
			margin-bottom: 1.5rem;
			color: #464646;
			margin-left: .4rem; }
    .image-and-list ul li::before {
      content: "\2022";
      color: #d31145;
      font-weight: bold;
      display: inline-block;
      width: 1.5rem;
      font-size: 2rem;
      margin-left: -1.8rem;
      position: absolute; }
      @media (min-width: 1024px) {
        .image-and-list ul li::before {
          font-size: 2.2rem; } }

        .how-to-upload {
  			padding-top: 1rem; }
 		 @media (min-width: 1024px) {
   		.how-to-upload {
     		padding-top: 1.3rem; } }
        .how-to-upload.horizontal {
          max-width: 61rem;
          margin: 0 auto; }
          @media (min-width: 1024px) {
            .how-to-upload.horizontal {
              max-width: none; } }
          @media (min-width: 1024px) {
            .how-to-upload.horizontal .how-to-upload__first-block {
              width: 50%;
              -webkit-box-flex: 1;
                  -ms-flex: 1 1 auto;
                      flex: 1 1 auto;
              margin-right: 2.6rem; } }
          .how-to-upload.horizontal .how-to-upload__second-block {
            margin-top: 2.3rem; }
            @media (min-width: 1024px) {
              .how-to-upload.horizontal .how-to-upload__second-block {
                width: 50%;
                margin-top: 0; } }
          @media (min-width: 1024px) {
            .how-to-upload.horizontal .how-to-upload__instructions {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; } }
          .how-to-upload.horizontal .how-to-upload__primary-cta-mobile {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 2.3rem auto; }
            @media (min-width: 1024px) {
              .how-to-upload.horizontal .how-to-upload__primary-cta-mobile {
                display: none; } }
            .how-to-upload.horizontal .how-to-upload__primary-cta-mobile .kfr-button {
              margin: 0 auto; }
              @media (min-width: 1024px) {
                .how-to-upload.horizontal .how-to-upload__primary-cta-mobile .kfr-button {
                  max-width: 43.6rem;
                  margin: auto; } }
          @media (min-width: 1024px) {
            .how-to-upload.horizontal .how-to-upload__primary-cta-desktop {
              width: 100%;
              max-width: none;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              margin-top: 2.5rem; } }
          .how-to-upload.horizontal .how-to-upload__primary-cta-desktop .kfr-button {
            margin: 0 auto; }
            @media (min-width: 1024px) {
              .how-to-upload.horizontal .how-to-upload__primary-cta-desktop .kfr-button {
                max-width: 43.6rem;
                margin: auto; } }
        
        .how-to-upload__second-block {
          margin-top: 2.3rem; }
          @media (min-width: 1024px) {
            .how-to-upload__second-block {
              margin-top: 4rem; } }
        
        .how-to-upload__primary-cta-mobile {
          display: none; }
        
        .how-to-upload__primary-cta-desktop {
          display: none; }
        
        @media (min-width: 1024px) {
          .how-to-upload__secondary-cta {
            display: none; } }
        
        .how-to-upload__cta {
          margin-bottom: 4rem; }
          @media (min-width: 1024px) {
            .how-to-upload__cta {
              margin-bottom: 6rem; } }
        
        .receipt-upload__form {
          max-width: 40rem;
          margin: 0 auto; }
          @media (min-width: 1024px) {
            .receipt-upload__form {
              margin-right: 0; } }
        
        .receipt-upload__grid {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
        
        .receipt-upload__tile {
          border: 2px dotted #6A6355;
          border-radius: 8px;
          width: calc(50% - 1rem);
          padding-bottom: calc(50% - 1.4rem);
          position: relative;
          margin-bottom: 2rem; }
          .receipt-upload__tile:nth-child(2n + 1) {
            margin-right: 1rem; }
          .receipt-upload__tile:nth-child(2n) {
            margin-left: 1rem; }
          .receipt-upload__tile.active, .receipt-upload__tile.filled {
            border: 2px solid #F9F8F4;
            background-color: #F9F8F4; }
        
        .receipt-upload__input {
          display: none; }
        
        .receipt-upload__label {
		  cursor: pointer;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          height: 0;
          width: 0;
          position: absolute;
          border: 1px solid transparent; }
          .receipt-upload__tile.active .receipt-upload__label,
          .receipt-upload__tile.filled .receipt-upload__label {
            height: 100%;
            width: 100%; }
          .receipt-upload__label:focus {
            outline: transparent;
            border: 2px solid #A10D34;
            border-radius: 8px; }
		  .receipt-upload__label:focus i {
            outline: 2px solid #A10D34; }
          .receipt-upload__tile .receipt-upload__label::after {
            display: none;
            content: 'Add next photo for the same receipt';
            text-align: left;
            margin-top: 1rem;
            margin-left: 2rem;
            font-weight: 600;
            min-height: 50%;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;     
			max-width: 10rem; }
    @media (min-width: 768px) {
      .receipt-upload__tile .receipt-upload__label::after {
        max-width: 12rem; } }
          .receipt-upload__tile:first-child .receipt-upload__label::after {
            content: 'Add a photo'; }
          .receipt-upload__tile.active .receipt-upload__label::after {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
        
        .receipt-upload__text {
          display: none;
          text-align: left;
          margin-top: 1rem;
          margin-left: 2rem;
          font-weight: 600;
          min-height: 50%;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .receipt-upload__tile.active .receipt-upload__text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
        
        .receipt-upload__icon {
          display: none;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-top: 1rem;
          margin-left: 1rem;
          height: 48px;
          width: 48px;
          background-color: #ffffff;
          border-radius: 50%;
          -webkit-box-shadow: 0 4px 0 0 rgba(70, 70, 70, 0.4);
                  box-shadow: 0 4px 0 0 rgba(70, 70, 70, 0.4);
          z-index: 1; }
          .receipt-upload__icon::before {
            content: '';
            height: 30px;
            width: 30px;
            background-position: center;
            background-repeat: no-repeat; }
          .receipt-upload__icon.plus-icon::before {
            background-image: url(../../../content/dam/NorthAmerica/kfr-evolution/images/svg/icons/plus-red.svg); }
          .receipt-upload__tile.active .receipt-upload__icon.plus-icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          .receipt-upload__icon.delete-icon {
            border: 1px solid transparent; }
            .receipt-upload__icon.delete-icon:focus {
              outline: transparent;
              border: 2px solid #A10D34;
              border-radius: 50%; }
            .receipt-upload__icon.delete-icon::before {
              background-image: url(../../../content/dam/NorthAmerica/kfr-evolution/images/svg/icons/delete-red.svg); }
            .receipt-upload__tile.filled .receipt-upload__icon.delete-icon {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
        
        .receipt-upload__preview::before {
          content: '';
          height: 80%;
		  width: 100%;
          background-repeat: no-repeat;
		  background-position: 90% center;
          background-size: contain;
          background-image: url(../../../content/dam/NorthAmerica/kfr-evolution/images/svg/icons/receipt.png); }
		  @media (min-width: 1024px) {
			.receipt-upload__preview::before {
				background-position: 80% center; } }
        
        .receipt-upload__preview div {
          height: 100%;
          width: 100%;
          position: absolute;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          overflow: hidden;
          background-color: #F9F8F4; }
        
        .receipt-upload__tile.filled .receipt-upload__preview {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 100%;
          width: 100%;
          position: absolute; }
        
        .receipt-upload__thumbnail {
			 border-radius: 8px;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center;
          width: 100%;
          height: 100%; }
        
        .receipt-upload__error {
          color: #d31145; }
        
        .receipt-upload__submit-button {
          margin-bottom: 4rem; }
          @media (min-width: 1024px) {
            .receipt-upload__submit-button {
              margin-bottom: 0; } }
.trouble-shooting p a {
  text-decoration: underline; }

.trouble-shooting :focus {
  outline: none; }

.trouble-shooting .trouble-shooting__header h1,
.trouble-shooting .trouble-shooting__header p {
  text-align: left; }

.trouble-shooting #KFR_Receipt_Troubleshooting_wrapper {
  margin: 3rem 0 0 0;
  position: relative;
  text-align: left; }
  .trouble-shooting #KFR_Receipt_Troubleshooting_wrapper label {
    display: block;
    cursor: pointer;
    width: 100%;
    position: absolute;
    top: 30%;
    left: 2rem;
    -webkit-transition: font-size 0.3s, top 0.3s ease;
    transition: font-size 0.3s, top 0.3s ease; }
  .trouble-shooting #KFR_Receipt_Troubleshooting_wrapper .form__arrow-container {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    position: absolute;
    right: 25px;
    top: 20px;
    z-index: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
    .trouble-shooting #KFR_Receipt_Troubleshooting_wrapper .form__arrow-container .form__arrow-open {
      cursor: pointer;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
  .trouble-shooting #KFR_Receipt_Troubleshooting_wrapper .form__input-container:hover {
    background-color: #F6F4ED;
    border: 1px solid #F6F4ED; }
  .trouble-shooting #KFR_Receipt_Troubleshooting_wrapper .form__input-container p.request-select {
    text-align: left;
    padding: 1rem 0 0 0;
    position: relative;
    min-height: 3rem; }
  .trouble-shooting #KFR_Receipt_Troubleshooting_wrapper .form__dropdown-container {
    line-height: 0;
    position: absolute;
    padding: 0;
    z-index: 2;
    margin: -1px 0 0 0;
    top: 6.5rem;
    left: 0;
    right: 0;
    overflow-x: hidden; }
    .trouble-shooting #KFR_Receipt_Troubleshooting_wrapper .form__dropdown-container .form__list {
      text-align: start;
      max-height: 0;
      border: none;
      background-color: #f1efe4;
      border-bottom-left-radius: 0.8rem;
      border-bottom-right-radius: 0.8rem;
      margin: 0;
      list-style-type: none;
      -webkit-transition: max-height 0.3s, margin 0s;
      transition: max-height 0.3s, margin 0s;
      overflow-y: scroll;
      width: 100%;
      z-index: 0; }
      .trouble-shooting #KFR_Receipt_Troubleshooting_wrapper .form__dropdown-container .form__list .form__options-list {
        margin: 0;
        padding: 0; 
		display: none; }
        .trouble-shooting #KFR_Receipt_Troubleshooting_wrapper .form__dropdown-container .form__list .form__options-list li p {
          padding: 20px;
          font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
          color: #464646;
          font-size: 1.6rem;
          line-height: 2.4rem;
          font-weight: 500; }
          .trouble-shooting #KFR_Receipt_Troubleshooting_wrapper .form__dropdown-container .form__list .form__options-list li p:focus, .trouble-shooting #KFR_Receipt_Troubleshooting_wrapper .form__dropdown-container .form__list .form__options-list li p:hover {
            background-color: #EEEBDD;
            outline: none; }
          .trouble-shooting #KFR_Receipt_Troubleshooting_wrapper .form__dropdown-container .form__list .form__options-list li p[aria-selected="true"] {
            background-color: #EEEBDD; }
  .trouble-shooting #KFR_Receipt_Troubleshooting_wrapper.filled label {
    position: absolute;
    top: .5rem;
    font-size: 1.2rem; }
  .trouble-shooting #KFR_Receipt_Troubleshooting_wrapper.active .form__input-container {
    border-radius: 0.8rem 0.8rem 0 0; }
  .trouble-shooting #KFR_Receipt_Troubleshooting_wrapper.active .form__arrow-open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .trouble-shooting #KFR_Receipt_Troubleshooting_wrapper.active .form__list {
    opacity: 1;
    max-height: 275px; }
    .trouble-shooting #KFR_Receipt_Troubleshooting_wrapper.active .form__list .form__options-list {
      display: block; }

.trouble-shooting .trouble-shooting__groups {
  -webkit-backface-visibility: visible;
          backface-visibility: visible; }
  .trouble-shooting .trouble-shooting__groups .trouble-shooting-group {
    position: relative;
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: 0;
    -webkit-transition: margin 0.5s, opacity 0.3s , height 0.5s ease-out;
    transition: margin 0.5s, opacity 0.3s , height 0.5s ease-out;
    z-index: 0; }
	.trouble-shooting .trouble-shooting__groups .trouble-shooting-group:focus {
      outline: 2px solid #A10D34;
      outline-offset: .5rem; }
    .trouble-shooting .trouble-shooting__groups .trouble-shooting-group .trouble-shooting-group__steps {
      padding: 0 0 0 2rem;
      margin: 3rem 0 0 0; }
      .trouble-shooting .trouble-shooting__groups .trouble-shooting-group .trouble-shooting-group__steps li {
        position: relative;
        text-align: left;
        margin: 0 0 2rem 0; }
        .trouble-shooting .trouble-shooting__groups .trouble-shooting-group .trouble-shooting-group__steps li:last-of-type {
          margin: 0; }
        .trouble-shooting .trouble-shooting__groups .trouble-shooting-group .trouble-shooting-group__steps li::before {
          content: '';
          display: block;
          height: .8rem;
          width: .8rem;
          background: #d31145;
          border-radius: 50%;
          position: absolute;
          top: 1.3rem;
          left: -1.75rem;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
    .trouble-shooting .trouble-shooting__groups .trouble-shooting-group.selected {
      margin: 4rem 0 0 0;
      height: auto;
      opacity: 1;
      visibility: visible; }
    .trouble-shooting .trouble-shooting__groups .trouble-shooting-group .trouble-shooting-group__summary {
      position: relative;
      text-align: left;
      margin: 3.5rem 0 0 0; }

.trouble-shooting .trouble-shooting__cta-container {
  position: relative;
  z-index: 1;
  max-width: 40rem;
  margin: 6.5rem auto; }
  .trouble-shooting .trouble-shooting__cta-container .trouble-shooting__secondary-headline {
    margin: 0 0 4rem 0; }

.trouble-shooting .trouble-shooting__help_content {
  position: relative;
  z-index: 1; }
  .trouble-shooting .trouble-shooting__help_content p a {
    text-decoration: none; }

@media (max-width: 768px) {
  .trouble-shooting .trouble-shooting__cta-container {
    margin: 4rem auto; } }
        
        .reward-details {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 3rem 0 0 0;
          text-align: start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          @media (min-width: 1024px) {
            .reward-details {
              padding: 3rem 0 0 0; } }
          .reward-details__row {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; }
            @media (min-width: 1024px) {
              .reward-details__row {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row; } }
            @media (min-width: 1024px) {
              .reward-details__row .reward-details__container:first-child {
                -webkit-box-flex: 1;
                    -ms-flex: 1 1 auto;
                        flex: 1 1 auto;
                margin-right: 2.5rem; } }
          .reward-details__container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            margin-bottom: 4.2rem; }
            @media (min-width: 1024px) {
              .reward-details__container {
                width: 50%;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between; } }
            .reward-details__container h2 {
              padding-top: 1.6rem;
              margin-bottom: 0.9rem; }
              @media (min-width: 1024px) {
                .reward-details__container h2 {
                  padding-top: 3.8rem;
                  margin-bottom: 2rem; } }
            .reward-details__container a {
              font-weight: 500; }
			.reward-details__container a:hover, .reward-details__container :link, .reward-details__container :focus {
              text-decoration: underline; }
			  .reward-details__container img {
		       border-radius: 0.8rem; }
			  .reward-details__message {
				position: relative;
				overflow: hidden;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex; }
				.reward-details__message div {
				  -webkit-box-align: center;
					  -ms-flex-align: center;
						  align-items: center;
				  background: #464646;
				  color: #ffffff;
				  display: -webkit-box;
				  display: -ms-flexbox;
				  display: flex;
				  height: 4.5rem;
				  -webkit-box-pack: center;
					  -ms-flex-pack: center;
						  justify-content: center;
				  right: -55%;
				  opacity: 0.9;
				  position: absolute;
				  bottom: 10%;
				  -webkit-transform: rotate(-35deg);
						  transform: rotate(-35deg);
				  width: 140%;
				  font-weight: 700; }  
          .reward-details__primary-cta {
            margin-top: 2rem; }
            @media (min-width: 1024px) {
              .reward-details__primary-cta {
                margin-top: 3rem;
                width: 75%; } }
			  .reward-details__primary-cta button {
				width: 100%; }
          .reward-details__cta-container {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            text-align: center;
            padding-bottom: 4rem; }
            @media (min-width: 1024px) {
              .reward-details__cta-container {
                padding-bottom: 0; } }
            @media (min-width: 1024px) {
              .reward-details__cta-container .kfr-button {
                width: 30%;
                margin: auto; } }
            .reward-details__cta-container h3 {
              margin-bottom: 1.6rem; }
              @media (min-width: 1024px) {
                .reward-details__cta-container h3 {
                  margin-bottom: 3.1rem; } }
          .reward-details img {
            width: 100%; }
        
        .kfr-notification {
          display: none; }
          .kfr-notification__container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            background-color: #d31145;
            color: #ffffff;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            margin-right: auto;
            margin-left: auto;
            width: 90%;
            -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.5);
                    box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.5);
            border-radius: 1.5rem 1.5rem 0 0; }
          .kfr-notification__left {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1; }
          .kfr-notification__right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end; }
		   .kfr-notification__content {
             text-align: center;
             margin: 0 auto;
             padding-right: 3rem; }
           @media (min-width: 768px) {
            .kfr-notification__content {
              margin: 1rem 0; } }
          .kfr-notification__text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-left: 1rem; }
		  .kfr-notification__text:focus {
            outline: 2px solid #ffffff; }
            @media (min-width: 768px) {
              .kfr-notification__text {
                display: inline; } }
          .kfr-notification__link {
            margin-left: 1rem; }
            .kfr-notification__link:hover, .kfr-notification__link:active {
              color: #ffffff;
              text-decoration: underline; }
		  .kfr-notification__link:focus {
             outline: 2px solid #ffffff; }
            @media (min-width: 768px) {
              .kfr-notification__link {
                border-left: 1px solid #ffffff;
                margin-left: 2rem;
                padding-left: 2rem; } }
          .kfr-notification__icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            height: 64px;
            width: 64px;
            margin-left: 1rem; }
            .kfr-notification__icon::before {
              content: ''; }
          .kfr-notification__close-button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border: 1px solid transparent;
            border-radius: 2px;
            background: none;
            height: 21px;
            width: 21px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-right: 2.5rem;
            padding: 2px;
            cursor: pointer; }
         .kfr-notification__close-button:focus {
           outline: 2px solid #ffffff; }
          .kfr-notification__close-icon {
            height: 16px;
            width: 16px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .kfr-notification__close-icon::before {
              content: '';
              height: 16px;
              width: 16px;
              background-position: center;
              background-repeat: no-repeat;
              background-size: 16px auto;
              background-image: url(../../../content/dam/NorthAmerica/kfr-evolution/images/svg/icons/close.svg); }
        
        .icon-party-popper::before {
          content: '';
          height: 64px;
          width: 64px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: 64px auto;
          background-image: url(../../../content/dam/NorthAmerica/kfr-evolution/images/svg/icons/party-popper.png); }
		  
.tabs {
  margin: 3rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  max-width: 750px; }
@media (min-width: 1024px) {
    .tabs {
      margin: 6rem auto; } }
  .tabs .tab {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .tabs .tab-link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #d31145;
    border-bottom: 1px solid #c2c2c2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7px;
    text-transform: uppercase;
	font-weight: bold; }
    .tabs .tab-link:hover, .tabs .tab-link:focus {
      color: #A10D34; }
	.tabs .tab-link:focus {
      outline: 2px solid #A10D34; }
    .tabs .tab-link.active {
      color: #000000;
      padding-bottom: 5px;
      border-bottom: 3px solid #d31145; }

.tab-content {
  display: none; }
  .tab-content.active {
    display: block; }

.tab-content:focus {
  outline: 2px solid #A10D34; }
        
        .rewards-component {
          padding-bottom: 6rem; }
          @media (min-width: 1024px) {
            .rewards-component {
              padding-bottom: 9rem; } }
        
        .prize-grid {
  			margin-top: 3rem;
  			text-align: center; }
  			@media (min-width: 768px) {
    		.prize-grid .kfr-link {
      			margin: 0; } }
          @media (min-width: 1024px) {
            .prize-grid {
              margin-top: 6.5rem; }
              .prize-grid .button-wrapper {
                margin: 2.5rem 0 0; }
    			.prize-grid .button-wrapper .kfr-link,
                .prize-grid .button-wrapper .kfr-button {
                  margin: 0;
                  max-width: 29rem; } }
          .prize-grid h3 {
            margin-bottom: 2rem;
            text-align: center; }
            @media (min-width: 1024px) {
              .prize-grid h3 {
                margin-bottom: 4rem; } }
          .prize-grid__wrapper {
            background-color: #F9F8F4;
            padding: 4.5rem 2.2rem; }
            @media (min-width: 768px) {
              .prize-grid__wrapper {
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                padding: 4rem; } }
.prize-grid__content h3 {
    text-align: left;
    margin-bottom: 2rem; }
    .prize-grid__content h3 {
      font-size: 2rem;
      line-height: 2.6rem; }
      @media screen and (min-width: 375px) {
        .prize-grid__content h3 {
          font-size: calc(2rem + (32  - 20) * ((100vw - 375px) / (1440 - 375)));
          line-height: calc(2.6rem + (36 - 26) * ((100vw - 375px) / (1440 - 375))); } }
      @media screen and (min-width: 1440px) {
        .prize-grid__content h3 {
          font-size: 3.2rem;
          line-height: 3.6rem; } }
          @media (min-width: 768px) {
            .prize-grid__content {
              max-width: 38.7rem;
              padding-right: 2.7rem;
              text-align: initial; } }
          .prize-grid__content p:first-of-type {
            margin-bottom: 2rem; }
          .prize-grid__rewards {
            display: grid;
            grid-column-gap: 2rem;
            grid-row-gap: 2.5rem;
            grid-template-columns: repeat(2, minmax(13.5rem, 17.8rem));
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding: 0;
            width: 100%; }
            @media (min-width: 1024px) {
              .prize-grid__rewards {
                grid-template-columns: repeat(4, minmax(13.5rem, 17.8rem)); } }
            .prize-grid__rewards img {
              height: auto;
              margin-bottom: 1rem;
              width: 100%; }
              @media (min-width: 1024px) {
                .prize-grid__rewards img {
                  margin-bottom: 1.6rem; } }
          .prize-grid__reward {
            overflow: hidden;
            position: relative; }
		@media (min-width: 1024px) {
		.prize-grid__reward p {
         padding: 0 0.5rem; } }
		.prize-grid__reward img {
		 border-radius: 0.5rem; }
          .prize-grid__message {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            background: #464646;
            color: #ffffff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 4.5rem;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            left: -10%;
            opacity: 0.9;
            position: absolute;
            top: 30%;
            -webkit-transform: rotate(-20deg);
                    transform: rotate(-20deg);
            width: 120%; }
        
        .sweep-hero {
          margin-top: 4rem;
          text-align: center; }
          @media (min-width: 768px) {
            .sweep-hero {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              text-align: initial; } }
          @media (min-width: 768px) {
            .sweep-hero__image {
              max-width: 66%; } }
          .sweep-hero__image img {
            margin-bottom: 2rem;
            width: 100%;
            border-radius: 0.8rem; }
          @media (min-width: 768px) {
            .sweep-hero__wrapper {
              margin: 2.4rem 0 2.4rem 4rem;
              max-width: 34%; } }
          .sweep-hero__title {
            margin-bottom: 1rem; }
          .sweep-hero__content {
            margin-bottom: 1rem; }
          .sweep-hero hr {
            margin: 2rem 0;
            border: 0;
            border-bottom: 2px dotted #969593; }
           .sweep-hero__info {
    		margin: 0px auto;
    		padding: 0;
    		max-width: 28rem; }
    @media (min-width: 768px) {
      .sweep-hero__info {
        margin: 0;
        max-width: 100%; } }
            @media all and (max-width: 768px) and (orientation: landscape) {
              .sweep-hero__info {
                margin: 0 auto;
                max-width: 27rem; } }
          .sweep-hero__data {
            text-align: initial; }
            .sweep-hero__data p {
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
              .sweep-hero__data p span {
                margin: 0; }
                .sweep-hero__data p span:first-child {
                  margin-right: 10px; }
				  
.address {
  text-align: left;
  padding-bottom: 6rem; }
  @media (min-width: 1024px) {
    .address {
      padding: 2rem 0; } }
  .address__body {
    padding-top: 2.3rem; }
    @media (min-width: 1024px) {
      .address__body {
        padding-top: 4.2rem; } }
  .address__edit {
    padding: 1.3rem 0 2rem 0; }
    @media (min-width: 1024px) {
      .address__edit {
        padding: 2.2rem 0 4rem 0; } }
  .address__primary-cta {
    padding-top: 2.3rem;
    max-width: 40rem;
    margin: 0 auto; }
    @media (min-width: 1024px) {
      .address__primary-cta {
        padding-top: 4.2rem; } }
  .address__secondary-cta {
    padding-top: 2rem;
    text-align: center; }
    @media (min-width: 1024px) {
      .address__secondary-cta {
        padding-top: 4rem; } }
  .address__cta-container {
    margin: auto; }
    @media (min-width: 1024px) {
      .address__cta-container {
        max-width: 39.8rem; } }
  .address h1 {
    margin-bottom: .6rem; }
    @media (min-width: 1024px) {
      .address h1 {
        margin-bottom: 2rem; } }

.address-form {
  text-align: left;
  padding-bottom: 4rem; }
  @media (min-width: 1024px) {
    .address-form {
      padding: 2rem 0 0 0; } }
  .address-form__form {
    position: relative; }
    .address-form__form hr {
      margin-top: 4rem;
      border: 0;
      border-bottom: 2px dotted #969593; }
    .address-form__form div {
      position: relative;
      width: 100%; }
    .address-form__form label {
      -webkit-transition: background 0.3s, color 0.3s, top 0.3s, bottom 0.3s, right 0.3s, left 0.3s;
      transition: background 0.3s, color 0.3s, top 0.3s, bottom 0.3s, right 0.3s, left 0.3s;
      position: absolute;
      top: 1.6rem;
      left: 2rem;
      padding: 0;
      font-weight: 500;
      cursor: auto; }
      .address-form__form label.address-form__error-msg {
        color: #d31145; }
    .address-form__form input {
      text-indent: 8px;
      background-color: #F9F8F4;
      border: 1px solid #F9F8F4;
      padding: 1rem;
      width: 100%;
      position: relative;
      height: 60px; }
      .address-form__form input:hover {
        background-color: #f6f4ed;
        border: 1px solid #f6f4ed; }
      .address-form__form input:focus {
        background-color: #f1efe4;
        border: 1px solid #f1efe4; }
      .address-form__form input:not(:-moz-placeholder-shown) + label {
        padding: 0;
        top: 1rem;
        left: 2rem;
        line-height: 1;
        -moz-transition: font-size 300ms, top 300ms;
        transition: font-size 300ms, top 300ms;
        font-size: 1.2rem; }
      .address-form__form input:not(:-ms-input-placeholder) + label {
        padding: 0;
        top: 1rem;
        left: 2rem;
        line-height: 1;
        -ms-transition: font-size 300ms, top 300ms;
        transition: font-size 300ms, top 300ms;
        font-size: 1.2rem; }
      .address-form__form input:focus + label,
      .address-form__form input:not(:placeholder-shown) + label {
        padding: 0;
        top: 1rem;
        left: 2rem;
        line-height: 1;
        -webkit-transition: font-size 300ms, top 300ms;
        transition: font-size 300ms, top 300ms;
        font-size: 1.2rem; }
      .address-form__form input::-webkit-input-placeholder {
        color: transparent !important; }
      .address-form__form input::-moz-placeholder {
        color: transparent !important; }
      .address-form__form input:-ms-input-placeholder {
        color: transparent !important; }
      .address-form__form input::-ms-input-placeholder {
        color: transparent !important; }
      .address-form__form input::placeholder {
        color: transparent !important; }
      .address-form__form input:not(:-moz-placeholder-shown) {
        padding-top: 2.5rem; }
      .address-form__form input:not(:-ms-input-placeholder) {
        padding-top: 2.5rem; }
      .address-form__form input:not(:placeholder-shown) {
        padding-top: 2.5rem; }
      .address-form__form input:-internal-autofill-selected + label {
        padding: 0;
        top: 1rem;
        left: 2rem;
        line-height: 1;
        -webkit-transition: font-size 300ms, top 300ms;
        transition: font-size 300ms, top 300ms;
        font-size: 1.2rem; }
    .address-form__form small {
      color: black; }
    .address-form__form ul {
	  display: none;
      margin: 0;
      padding: 0; }
    .address-form__form li {
      cursor: pointer; }
    .address-form__form #request-input {
      text-align: left; }
	 .address-form__form .expand ul {
      display: block; }
    .address-form__form .address-form__arrow-container {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      position: absolute;
      right: 25px;
      top: 20px;
      z-index: 1; }
    .address-form__form .address-form__arrow-open {
      cursor: pointer;
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }
      .address-form__form .address-form__arrow-open.active {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .address-form__form .address-form__signature-description {
      margin-top: 0;
      text-align: start;
      font-weight: 500; }
    .address-form__form .address-form__dropdown-container {
      line-height: 0;
      margin-top: -1px;
      position: absolute;
      padding: 0;
      z-index: 1;
      left: 0;
      right: 0; }
    .address-form__form .address-form__list {
      text-align: start;
      max-height: 0;
      border: none;
      background-color: #F9F8F4;
      border-bottom-left-radius: 0.8rem;
      border-bottom-right-radius: 0.8rem;
      margin: 0;
      padding: 0;
      list-style-type: none;
      -webkit-transition: max-height 0.5s;
      transition: max-height 0.5s;
      overflow: auto; }
      .address-form__form .address-form__list.expand {
        height: 100%;
        max-height: 30rem;
        background-color: #f6f4ed; }
    .address-form__form .address-form__item {
      cursor: pointer;
      width: 100%;
      padding: 20px; }
	.address-form__form .address-form__item[aria-selected="true"] {
      background-color: #EEEBDD; }
    .address-form__form .address-form__item:hover {
      background-color: #f1efe5; }
    .address-form__form .address-form__item:focus {
      outline: none;
      background-color: #f1efe5; }
    .address-form__form .address-form__input-container {
      margin-top: 2rem;
      text-align: start; }
    .address-form__form .address-form__date {
      margin-top: 1rem;
      font-weight: 500; }
    .address-form__form .address-form__drop-open:focus {
      outline: none; }
    .address-form__form .address-form__input-text {
      border-radius: 0.8rem; }
    .address-form__form .address-form__input-selector {
      background-color: #F9F8F4;
      border-radius: 0.8rem;
      border: 1px solid #F9F8F4;
      padding: 18px;
      width: 100%;
      position: relative;
      height: 60px;
      cursor: pointer; }
    .address-form__form .address-form__hover {
      background-color: #f6f4ed;
      padding-top: 2.5rem; }
    .address-form__form .address-form__input-selector:hover {
      background-color: #f6f4ed;
      border: #f6f4ed; }
    .address-form__form .address-form__active-state-request {
      border-top-left-radius: 0.8rem;
      border-top-right-radius: 0.8rem;
      background-color: #f1efe4; }
    .address-form__form .address-form__label-error {
      font-size: 1.6rem;
      font-weight: 500;
      letter-spacing: .25px;
      line-height: 2.4rem;
      color: #d31145; }
    .address-form__form .address-form__label-error::after {
      content: '*';
      color: #d31145; }
    .address-form__form .address-form__label-selector {
      padding: 0;
      top: 1rem;
      left: 2rem;
      line-height: 1;
      -webkit-transition: font-size 300ms, top 300ms;
      transition: font-size 300ms, top 300ms;
      font-size: 1.2rem;
      cursor: pointer; }
    .address-form__form .address-form__error-msg {
      font-size: 1.2rem;
      line-height: 1.6rem;
      letter-spacing: .25px;
      font-weight: 500;
      padding-left: 2rem;
      color: #d31145;
      display: none; }
      .address-form__form .address-form__error-msg.active {
        display: inline-block; }
    .address-form__form .address-form__form-error-msg {
      position: relative;
      color: #d31145;
      font-size: 1.6rem;
      line-height: 2.4rem;
      letter-spacing: .15px;
      font-weight: 500;
      text-align: left;
      padding-left: 3.4rem !important;
      background: transparent url("../../../content/dam/NorthAmerica/kfr-evolution/images/svg/icons/error.svg") no-repeat top 0.5rem left 0 !important;
      background-size: 2.4rem 2.4rem;
      display: none; }
      @media (min-width: 1024px) {
        .address-form__form .address-form__form-error-msg {
          font-size: 1.8rem;
          line-height: 2.6rem; } }
      .address-form__form .address-form__form-error-msg.active {
        display: inline-block; }
    .address-form__form .button-wrapper.primary {
      margin-top: 2.3rem; }
      @media (min-width: 1024px) {
        .address-form__form .button-wrapper.primary {
          margin-top: 4rem; } }
    .address-form__form .address-form__drop-open:focus .address-form__input-selector {
      background-color: #f1efe4; }
  .address-form__body {
    margin-top: 2.3rem; }
    @media (min-width: 1024px) {
      .address-form__body {
        margin-top: 4.2rem; } }
  .address-form__note-container {
    margin-top: 2rem; }
    @media (min-width: 1024px) {
      .address-form__note-container {
        margin-top: 4rem; } }
  .address-form h1 {
    margin-bottom: 1rem; }
    @media (min-width: 1024px) {
      .address-form h1 {
        margin-bottom: 2rem; } }

.confirmation-modal {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 100vh;
  left: 0;
  z-index: 10000; }
  @media (min-width: 1024px) {
    .confirmation-modal.large-modal .confirmation-modal__description {
      padding-bottom: 2.8rem; } }
  .confirmation-modal__open {
    display: block; }
  .confirmation-modal__overlay {
    background-color: #000000;
    opacity: 0.8;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10;
    position: fixed;
    display: none; }
  .confirmation-modal__header img {
    width: 100%; }
  .confirmation-modal__close-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
	     padding-right: 1.5rem;	}
  .confirmation-modal__close-cta {
    border-radius: 50%;
    position: absolute;
    border: none;
    background-color: #F9F8F4;
    margin-top: 1.5rem; }
    .confirmation-modal__close-cta img {
      width: 4rem;
      height: 4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: auto; }
      @media (min-width: 1024px) {
        .confirmation-modal__close-cta img {
          width: 6rem;
          height: 6rem; } }
    .confirmation-modal__close-cta:focus {
      border: 2px solid #A10D34;
      border-radius: 30px; }
  .confirmation-modal__modal {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
    padding: 0;
    width: 33.5rem;
    height: calc(100vh - 40px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;  
	border-radius: 0.8rem; }
    @media (min-width: 600px) {
      .confirmation-modal__modal {
        padding: 0;
        width: 400px; } }
    @media (min-height: 600px) {
      .confirmation-modal__modal {
        height: auto;
        max-height: 90%;
        overflow-y: auto; } }
  .confirmation-modal__modal-container {
    width: 100%;
    background-color: #ffffff;
    border-radius: 0.8rem; }
    @media (min-width: 1024px) {
      .confirmation-modal__modal-container {
        max-width: 40rem;
        margin: auto; } }
  .confirmation-modal__body {
    padding: 5rem 2rem 3rem 2rem; }
    @media (min-width: 1024px) {
      .confirmation-modal__body {
        padding: 7rem 2rem 5rem 2rem; } }
	 .confirmation-modal__body h1 {
        color: #464646;
        letter-spacing: 0.25px; }
    @media (min-width: 1024px) {
      .confirmation-modal__body h3, .confirmation-modal__body p {
        padding: 0 1.5rem; } }

body.modal {
  overflow: hidden; }

.token-celebration {
  display: none;
  background: #ffffff;
  height: 100%;
  left: 0;
  overflow: auto;
  position: absolute;
  top: 100vh;
  width: 100%;
  z-index: 10000; }
  .token-celebration.open {
    display: block; }
  .token-celebration .kfr-full-image-hero__animation img {
    width: 100%; }
    @media (min-width: 600px) {
      .token-celebration .kfr-full-image-hero__animation img {
        width: auto; } }
  .token-celebration .kfr-full-image-hero__image img {
    width: 100%; }
  .token-celebration__content {
    padding-top: 4rem;
    padding-bottom: 6rem; }
    @media (min-width: 1024px) {
      .token-celebration__content {
        padding-top: 6rem;
        padding-bottom: 12rem; } }
  .token-celebration__close {
    margin-left: 50%;
    position: absolute;
    padding: 0;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1000; }
    .token-celebration__close-button {
      display: block;
      height: 40px;
      position: absolute;
      right: 20px;
      top: 20px;
      width: 40px;
      z-index: 1000; }
      .token-celebration__close-button:focus {
        border: 2px solid #A10D34;
        border-radius: 30px; }
      @media (min-width: 768px) {
        .token-celebration__close-button {
          height: 60px;
          right: 40px;
          top: 40px;
          width: 60px; } }
      .token-celebration__close-button img {
        height: 100%;
        width: 100%; }

.legals {
  text-align: start; }
  .legals__content {
    margin-top: 0; }
   .legals__content .h4 {
      margin-top: 4rem; }
    @media (min-width: 1024px) {
      .legals__content {
        margin-top: 2rem; }
        .legals__content .h4 {
          margin-top: 6rem; } }
  .legals p > a {
    text-decoration: underline; }
  .legals br + a,
  .legals p + a {
    color: #d31145; }
    .legals br + a:focus, .legals br + a:active,
    .legals p + a:focus,
    .legals p + a:active {
      color: #6B000F; }
    .legals br + a:hover,
    .legals p + a:hover {
      color: #A10D34; }

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

.block-content {
  text-align: center; }
  .block-content__title {
    margin-top: 2rem; }
    @media (min-width: 1024px) {
      .block-content__title {
        margin-top: 3rem; } }

.featured-content {
  max-width: 103rem;
  margin: 0px auto; }
.featured-content .block-content__image {
  min-height: 22.4rem;
  overflow: hidden; }
  @media (min-width: 768px) {
    .featured-content .block-content__image {
      height: auto; } }
  .featured-content .block-content__image picture img {
    width: 100%; }

.featured-content .grid-container__lg-2 .block-content {
  margin-top: 2rem; }

.featured-content .grid-container__lg-2 .block-content__image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 768px) {
    .featured-content .grid-container__lg-2 .block-content__image {
      min-height: 33.5rem; } }
  .featured-content .grid-container__lg-2 .block-content__image > div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 12.8rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0.5rem;
    position: relative; }
    @media (min-width: 768px) {
      .featured-content .grid-container__lg-2 .block-content__image > div {
        height: 22.5rem; } }
    .featured-content .grid-container__lg-2 .block-content__image > div:nth-child(2) {
      width: 12.4rem; }
      @media (min-width: 768px) {
        .featured-content .grid-container__lg-2 .block-content__image > div:nth-child(2) {
          width: 18rem; } }
      .featured-content .grid-container__lg-2 .block-content__image > div:nth-child(2) div,
      .featured-content .grid-container__lg-2 .block-content__image > div:nth-child(2) img {
        width: 100%; }
    .featured-content .grid-container__lg-2 .block-content__image > div::after {
      content: '';
      width: calc(100% - 80px);
      height: 5px;
      border-radius: 50%;
      background: #000000;
      -webkit-box-shadow: 0 0 10px 10px #000000;
              box-shadow: 0 0 10px 10px #000000;
      opacity: 0.125;
      -webkit-transform: scaleY(0.4);
              transform: scaleY(0.4);
      position: absolute;
      bottom: 0; }
  .featured-content .grid-container__lg-2 .block-content__image .scorecard__item {
    border: 0.8rem solid #ff8300;
    height: 11rem;
    padding: 1rem;
    width: 11rem; }
    @media (min-width: 768px) {
      .featured-content .grid-container__lg-2 .block-content__image .scorecard__item {
        height: 16.6rem;
        padding: 2rem;
        width: 16.6rem; } }

.homepage .button-wrapper {
  display: block; }

.homepage .kfr-link {
  margin: 0 0 0 10px; }

.homepage .activities {
  margin: 0; }

.loading-animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
		  
.loading-animation__gif {
  width: 9.9rem;
  height: 9.9rem; }
  @media (min-width: 1024px) {
    .loading-animation__gif {
      width: 15.5rem;
      height: 15.5rem; } }

.loading-animation__text {
  max-width: 27.6rem;
  margin: auto;
  font-weight: bold; }
  @media (min-width: 1024px) {
    .loading-animation__text {
      max-width: none; } }

.loading-animation-modal {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  z-index: 10000; }
  .loading-animation-modal__open {
    display: block;
	outline: 1px solid transparent;	}
  .loading-animation-modal__overlay {
    background-color: #000000;
    opacity: 0.8;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10; }
  .loading-animation-modal__modal {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
    padding: 0;
    width: 33.5rem;
    height: calc(100vh - 40px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (min-width: 600px) {
      .loading-animation-modal__modal {
        padding: 0;
        width: 400px; } }
    @media (min-height: 600px) {
      .loading-animation-modal__modal {
        height: auto;
        overflow-y: hidden; } }
  .loading-animation-modal__modal-container {
    width: 100%;
    background-color: #ffffff;
    border-radius: 0.8rem;
    padding: 3rem 0; }
    @media (min-width: 1024px) {
      .loading-animation-modal__modal-container {
        max-width: 40rem;
        margin: auto;
        padding: 3rem 4rem; } }
  .loading-animation-modal__body {
    padding: 6rem 2rem; }
    @media (min-width: 1024px) {
      .loading-animation-modal__body h3, .loading-animation-modal__body p {
        padding: 0 1.5rem; } }

.ReactModal__Overlay--after-open .ReactModal__Content--after-open button[name=DeletePopUpClosebtn] {
    text-indent: -999rem;
    background-image: url(../../../content/dam/NorthAmerica/kfr-evolution/images/svg/ui/close-button-beige.svg);
    background-repeat: no-repeat;
    width: 6rem;
    height: 6rem;
    background-size: 100% 100%;
    margin: -1rem;
}

/*added for margintop in address page */
.kfr-back {
    margin-top: 4.5rem;
	padding-left: 1.2rem;
}

@media (min-width: 768px) {
    .kfr-back {
         margin-top: 6.5rem;
         padding-left: 2rem;
    }
}

/* adding css banner spacing issue */ 
  @media screen and (max-width: 991px) { 
    .title-hero h1 {
        padding-top: 3.5rem;
    }
 
    .title-hero .h2, .title-hero .h3 {
        padding-top: 0;
    }
 }
/* Adding css for How it works image spacing issue */
 #tab-receipts .image-and-list .kfr-image-swap img {
     margin-bottom: 40px;
   }
 #tab-receipts .image-and-list .kfr-image-swap img.preview,
 #tab-receipts .image-and-list .kfr-image-swap img.reveal {
     margin-bottom: 0;
   }
@media screen and (max-width: 767px) {
	#tab-receipts .image-and-list .kfr-image-swap img {
     	margin-bottom: 20px;
   }
}
/* Adding css for profile page contactus error message issue */
.error-field .link-contact {
    text-decoration: underline;
}

main .KSTL-Registration-Profile .error-form p {
  display: table !important;
  background: transparent url(../../../content/dam/NorthAmerica/kfr-evolution/images/svg/icons/error.svg) no-repeat top 68% left 0;
}

/* Adding css for critcomm message spacing issue */
.headernavigation.crit-mob + div.critcomm .critcom,
.heroimage.kfr-full-image-hero + div.critcomm .critcom {
  margin: 5.5rem 0 0 0;
}

.headernavigation + div.critcomm .critcom {
  margin: 5.5rem 0 -7.5rem 0;
}

/* Adding css for how it works youtube adobe issue */
.video__iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	overflow: hidden;
}
/* Adding css for  Accessibility item footer links all have no focus borders issue */
a.kelloggs-red:focus{
  border: 2px solid black;
}
/* Adding css for  Accessibility item footer links all have no focus borders issue */

/* Adding css for white spacing for more button link*/

@media (min-width: 1024px) {
    .kfr-header .kfr-header__nav .kfr-header__section .kfr-header__list .kfr-header__list-item .kfr-header__nested-list-container {
        max-height: 160px;
        max-width: 250px;
    }
}

/* Adding css for white spacing more button link end her*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*# sourceMappingURL=normalize.min.css.map */
.faq-container {
	padding: 2em 0;
	text-align: left;
}
.faq-container p,
.faq-container ol,
.faq-container ul {
	margin: 1em 0;
}
.faq-container ol,
.faq-container ul {
	padding-left: 1.2em;
}
.faq-container h1 {
	font-size: 24px;
	line-height: 1.5;
}
.faq-container h2 {
	font-size: 24px;
	line-height: 1.5;
	display: inline-block;
	border-bottom: 1px solid #D31145;
	margin: 1em 0;
}
.faq-container ul {
	list-style: unset;
}
.faq-container h3 {
	font-size: inherit;
	line-height: 1.5;
	margin: 1em 0;
}
.faq-container .content_wrapper {
	width: calc(100% - 2em);
	max-width: 64em;
	margin: auto;
}
.faq-container img {
	width: auto;
	max-width: 100%;
}
.faq-question {
	border-bottom: 2px dotted #969593;
}
.faq-answer table {
	border-collapse: collapse;
	margin: 1em 0 1em;
}
.faq-answer td,
.faq-answer th {
	border: thin solid;
	padding: 0.5em;
	vertical-align: top;
}
.faq-header p {
	margin-left: auto;
	margin-right: auto;
	max-width: 36em;
}
.faq-footer {
	text-align: center;
	margin: 4em 0;
}
.faq-footer p {
	margin-left: auto;
	margin-right: auto;
	max-width: 30em;
}
.faq-answer {
	max-height: 0;
}
.faq-question>input {
	position: absolute;
	opacity: 0;
	left: -999em;
}
.faq-question button {
	display: block;
	cursor:pointer;
	background: #fff;
	font-weight: bold;
	border: none;
	font-size: 1.125em;
	line-height: 1.5;
	width: auto;
	box-shadow: none;
	box-sizing: content-box;
	transition:outline 0.1s;
	position: relative;
	padding: 1em 2em 1em 0.5em;
	margin: 0 -0.5em;
	width: calc(100% - 1.5em);
	text-align: inherit;
	outline-offset:-2px;
	-webkit-appearance:none;
	appearance:none;
	color:#464646;
}
.faq-question a:focus,
.faq-question button:focus {
	outline:2px solid #000; 
}
.faq-question a:hover:focus,
.faq-question button:hover:focus {
	outline:none; 
}
.faq-question a:active,
.faq-question button:active {
	outline:2px solid #ddd; 
}
.faq-question button::before {
	content: '';
	display: block;
	font-size: 1rem;
	position: absolute;
	right: 1.1em;
	top: 50%;
	border-radius: 0;
	border: none;
	border-bottom: 0.2em solid;
	border-right: 0.2em solid;
	width: 1em;
	height: 1em;
	margin-top: -0.9em;
	transform: scaley(1) rotate(45deg);
	transition: transform 0.1s 0.2s, margin 0.1s 0.2s;
}
.faq-answer {
	overflow: hidden;
	transition: max-height 0.25s;
	padding-left: 1em;
}
.faq-answer>div {
	overflow: hidden;
	font-size: 1.125em;
}
.faq-answer>div::after {
	overflow: hidden;
	content: '';
	display: block;
	height: 1em;
}
.faq-answer a {
	visibility:hidden;
	transition: visibility 0s 0.25s;
	color: #D31145;
	word-wrap: break-word;
	font-weight:inherit;
}
.faq-answer a:hover {
	color: #A10D34;
}
.faq-question button[aria-expanded=true]+.faq-answer a,
.faq-question button[aria-expanded=true]~.faq-answer a {
	visibility: visible;
	transition: visibility 0.15s;
}
.faq-question button[aria-expanded=false]+.faq-answer {
	max-height: 0;
}
.faq-question button[aria-expanded=true]::before {
	margin-top: -0.2em;
	transform: scaley(-1) rotate(45deg);
	transition: transform 0.1s, margin 0.1s;
}
.faq-question button[aria-expanded=true]+.faq-answer {
	max-height: none;
}
.faq-promo {
	margin: 2em auto;
	padding: 2em;
	width: 100%;
	height: auto;
	background-color: #F9F8F4;
	border-radius: 10px;
}

@media (min-width:48em) {
	.faq-header {
		text-align: center;
	}
	.faq-container {
		padding: 4em 0;
	}
	.faq-container h1 {
		font-size: 48px;
	}
	.faq-answer {
		padding-left: 2em;
	}
}
@media (min-width:64em) {
	.faq-container h1 {
		font-size: 64px;
        margin: 0;
	}
}
.faq-container{
    padding: 0;
}
main.main{
    padding: 0;
}
/* New added css starts here */
.AvenirNext-Bold {
    font-family: "AvenirNextLTPro-Bold", sans-serif;
}
.AvenirNext-Medium {
    font-family: "AvenirNextLTPro-Medium", sans-serif;
}
.AvenirNext-Heavy {
    font-family: "AvenirNextLTPro-Heavy", sans-serif;
    font-weight: 500;
}
.p-16 {
    font-size: 16px;
}
.btn_responsive{
    display: inline-block;
    width: 200px;
    height: 50px;
    border: 2px solid #fff;
    text-decoration: none;
    background-color: #e00034;
    font-family: "Avenir Condensed DemiBold", Arial, sans-serif;
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
}
.marginBottom-0 {
    margin-bottom: 0;
}
img{
    max-width: 100%;
}
/* New added css ends here */

/*popup css*/
.maon-popup-section {
    width: 90%;
    margin: 0 auto;
    height: auto;
    position: relative;
    padding: 25px;
    background: url(../../../content/dam/NorthAmerica/kfr-evolution/images/transition/homepage-m.png);
    background-repeat: no-repeat;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 5px #ccc;
    background-color: white;
	top: 100px;
	scale: 0.8;
}

.cloase {
    position: absolute;
    right: 0;
    background: #D31145;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    right: 25px;
}

.important {
    margin: 0 auto;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 20px;
}

img.imp-desktop {
    display: none;
}

img.imp-mobile {
    display: block;
    margin: 0 auto;
	width: 250px;
}

.text {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.cloase-w {
    text-decoration: none;
    text-align: center;
}

.cloase-w a {
    text-decoration: none;
}

.button-wrapper.btn-popup {
    max-width: 357px;
}

.button-wrapper {
    margin: 3rem auto;
}

.featurecontentcomponent {
    margin-top: 40px;
}
.text-clr-black{
    color: black;
}


@media (min-width: 600px) {
    img.imp-desktop {
        display: block;
        margin: 0 auto;
        width: 280px;
        height: 280px;
    }

    img.imp-mobile {
        display: none;
    }

    .maon-popup-section {
        width: 1100px;
        background: url(../../../content/dam/NorthAmerica/kfr-evolution/images/transition/homepage2-d.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
    	background-color: white;
		scale:0.8;
		top: 175px;
    }
    .cloase {
        height: 60px;
        width: 60px;
    }
    .title-hero h1{
        
    }
    .button-wrapper {
        margin: 3rem auto;
    }
    .featurecontentcomponent {
        margin-top: 80px;
    }
}

/* Transition first page css by Gurudatt starts here */
.section-container {
    background-repeat: no-repeat;
    background-size: 100% 430px;
    width: 100%;
    min-height: 430px;
    overflow: auto;
	margin-top: -90px;
}

.img-desktop {
    display: block;
}

.img-mobile {
    display: none;
}

.goodbye {
    max-width: 800px;
    margin: auto;
    margin-top: 178px;
}

.section-container section h1 {
    color: black;
    font-size: 60px;
    text-align: center;
    font-weight: normal;
}

section.goodbye h1 {
    font-size: 80px;
    margin-bottom: 60px;
}

.goodbye p {
    color: black;
    text-align: center;
    max-width: 657px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
}

.goodbye p:first-child {
    margin-top: 45px;
}

.goodbye p:last-child {
    margin-top: 40px;
    margin-bottom: 78px;
}

.link {
    color: #D31145;
}

.text-decoration-none {
    text-decoration: none;
}

.seperator {
    width: 90%;
    margin: auto;
    border-bottom: 2px dotted #969593;
}


.qna h1 {
    margin-top: 78px;
}

.qna p {
    font-size: 18px;
}

.qna>p {
    text-align: center;
    color: #464646;
    margin-top: 37px;
    margin-bottom: 83px;
}

.qna>p>a {
    font-size: 16px;
}

.questions-container {
    max-width: 735px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.question-wrapper {
    margin-top: 20px;
}

.question-wrapper:first-child {
    margin-top: 40px;
}

.question-wrapper p {
    margin: 0;
    color: #464646;
}


.tokens figure img {
    margin-left: auto;
    margin-right: auto;
}

.tokens p {
    max-width: 696px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 18px;
}

.tokens figure {
    margin-top: 83px;
}

.tokens h1 {
    margin-top: 26px;
    margin-bottom: 20px;
}

.goodbye p br,
.tokens br,
.qna br,
.upcoming-promos br {
    display: none;
}

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

.activities-btn {
    width: 398px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 52px;
    margin-bottom: 75px;
    color: white;
    background-color: #D31145;
    border: none;
    border-radius: 24px;
}

.section-container .upcoming-promos {
    width: 100%;
    max-width: none;
    position: relative;
    overflow: hidden;
}

.upcoming-promos p {
    max-width: 621px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 18px;
}

.upcoming-promos h1 {
    margin-top: 75px;
    margin-bottom: 20px;
}

.bottom-img-container {
    margin-top: 45px;
}

.cards-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
    width: 100%;
    /* overflow: hidden; */
}

.card {
    width: 292px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 10px #46464626;
    transition: 0.3s;
    margin: 10px;
    border-radius: 10px;
}

.card p {
    font-size: 18px;
    text-align: left;
    width: 90%;
}

.card p:nth-child(3) {
    color: black;
}

.card-img {
    width: 292px;
    height: 228px;
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 15px;
}

.card:nth-child(1) .card-img {
    background-image: url('../../../content/dam/NorthAmerica/kfr-evolution/images/transition/avatar-img.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.card:nth-child(2) .card-img {
    background-image: url('../../../content/dam/NorthAmerica/kfr-evolution/images/transition/rss-img.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.card:nth-child(3) .card-img {
    background-image: url('../../../content/dam/NorthAmerica/kfr-evolution/images/transition/spk-free-coffee-2022-card.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.card:nth-child(4) .card-img {
    background-image: url('../../../content/dam/NorthAmerica/kfr-evolution/images/transition/breakfast-for-all-card.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.card p br {
    display: block;
}

.fpo-container {
    display: flex;
    position: absolute;
    bottom: 200px;
    left: 0;
    right: 0;
    flex-wrap: wrap;
    scale: 0.9;
}

.fpo-container p {
    color: #0AFF00;
    font-size: 200px;
    transform: matrix(0.95, -0.33, 0.33, 0.95, 0, 0);
}


/* Mobile devices */
@media screen and (max-width: 600px) {
    .section-container {
        background-size: 100% 364px;
        min-height: 364px;
    }

    .section-container>section {
        max-width: 329px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-container section h1 {
        font-size: 40px;
    }

    .img-desktop {
        display: none;
    }

    .img-mobile {
        display: block;
    }

    .goodbye {
        margin-top: 80px;
    }

    section.goodbye h1 {
        font-size: 40px;
        margin-bottom: 12px;
		line-height: 1;
    }

    .goodbye p {
        max-width: 329px;
        font-size: 16px;
    }

    .goodbye p:first-child {
        margin-top: 15px;
    }

    .goodbye p:last-child {
        margin-bottom: 48px;
    }

    .goodbye p br,
    .tokens br,
    .qna br,
    .upcoming-promos br {
        display: block;
    }

    .goodbye figure img {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .qna p,
    .tokens p {
        font-size: 16px;
    }

    .qna h1 {
        margin-top: 48px;
    }

    .qna>p {
        margin-top: 40px;
        margin-bottom: 64px;
    }

    .question-wrapper:first-child {
        margin-top: 20px;
    }

    .activities-btn {
        width: 335px;
        margin-top: 27px;
        margin-bottom: 64px;
    }

    .tokens figure {
        margin-top: 64px;
    }

    .upcoming-promos h1 {
        margin-top: 64px;
    }

    .upcoming-promos p {
        max-width: 322px;
    }

    .card {
        width: 160px;
    }

    .card h2 {
        font-size: 16px;
    }

    .card p br {
        display: none;
    }

    .card-img {
        width: 160px;
        height: 125px;
    }

    .fpo-container {
        bottom: 133px;
        justify-content: center;
    }

    .fpo-container p {
        font-size: 150px;
        margin: 114px 0;
    }

    .fpo-container p:last-child {
        display: none;
    }


}

/* Tablet devices */
@media screen and (min-width: 601px) and (max-width: 1023px) {
    .rewards-section img {
        width: 55%;
        margin-left: auto;
        margin-right: auto;
    }

    .rewards-section figure:first-child img {
        width: 100%;
    }

    .section-container section {
        width: 80%;
        margin: auto;
    }

    .fpo-container p {
        margin: 113px auto;
    }

    .fpo-container p:last-child {
        display: none;
    }

}

@media screen and (min-width: 601px) and (max-width: 1023px) {
.section-container section.goodbye{
      margin-top: 76px;
    }
}

/* Transition first page css by Gurudatt ends here */

.transition-activity-popup {
    position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  overflow-y: scroll;
  max-height: 100%;
}



  
@font-face {font-family: 'AvenirNextLTPro-BoldCnIt';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_0_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_0_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_0_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_0_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-Bold';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-BoldCn';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_2_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_2_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_2_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_2_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_2_0.ttf') format('truetype');}

  
@font-face {font-family: 'AvenirNextLTPro-Cn';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_3_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_3_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_3_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_3_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_3_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-CnIt';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_4_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_4_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_4_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_4_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_4_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-BoldIt';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_5_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_5_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_5_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_5_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_5_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-DemiCn';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_6_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_6_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_6_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_6_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_6_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-DemiCnIt';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_7_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_7_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_7_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_7_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_7_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-HeavyCnIt';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_8_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_8_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_8_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_8_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_8_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-HeavyCn';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_9_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_9_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_9_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_9_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_9_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-Demi';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_A_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_A_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_A_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_A_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_A_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-DemiIt';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_B_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_B_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_B_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_B_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_B_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-HeavyIt';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_C_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_C_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_C_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_C_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_C_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-Heavy';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_D_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_D_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_D_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_D_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_D_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-It';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_E_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_E_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_E_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_E_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_E_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-LightCnIt';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_F_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_F_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_F_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_F_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_F_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-LightCn';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_10_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_10_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_10_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_10_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_10_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-LightIt';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_11_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_11_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_11_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_11_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_11_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-Light';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_12_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_12_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_12_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_12_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_12_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-MediumCnIt';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_13_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_13_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_13_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_13_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_13_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-MediumCn';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_14_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_14_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_14_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_14_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_14_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-MediumIt';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_15_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_15_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_15_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_15_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_15_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-Regular';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_16_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_16_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_16_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_16_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_16_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-Medium';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_17_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_17_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_17_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_17_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_17_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-ThinCnIt';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_18_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_18_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_18_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_18_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_18_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-ThinCn';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_19_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_19_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_19_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_19_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_19_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-ThinIt';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1A_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1A_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1A_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1A_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1A_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-UltLtCnIt';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1B_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1B_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1B_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1B_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1B_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-Thin';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1C_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1C_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1C_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1C_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1C_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-UltLtCn';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1D_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1D_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1D_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1D_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1D_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-UltLtIt';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1E_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1E_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1E_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1E_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1E_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirNextLTPro-UltLt';src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1F_0.eot');src: url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1F_0.eot?#iefix') format('embedded-opentype'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1F_0.woff2') format('woff2'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1F_0.woff') format('woff'),url('../../../content/dam/NorthAmerica/kfr-evolution/fonts/38719B_1F_0.ttf') format('truetype');}
 

.AvenirNextLTPro-BoldCnIt {font-family: 'AvenirNextLTPro-BoldCnIt';}
.AvenirNextLTPro-Bold {font-family: 'AvenirNextLTPro-Bold';}
.AvenirNextLTPro-BoldCn {font-family: 'AvenirNextLTPro-BoldCn';}
.AvenirNextLTPro-Cn {font-family: 'AvenirNextLTPro-Cn';}
.AvenirNextLTPro-CnIt {font-family: 'AvenirNextLTPro-CnIt';}
.AvenirNextLTPro-BoldIt {font-family: 'AvenirNextLTPro-BoldIt';}
.AvenirNextLTPro-DemiCn {font-family: 'AvenirNextLTPro-DemiCn';}
.AvenirNextLTPro-DemiCnIt {font-family: 'AvenirNextLTPro-DemiCnIt';}
.AvenirNextLTPro-HeavyCnIt {font-family: 'AvenirNextLTPro-HeavyCnIt';}
.AvenirNextLTPro-HeavyCn {font-family: 'AvenirNextLTPro-HeavyCn';}
.AvenirNextLTPro-Demi {font-family: 'AvenirNextLTPro-Demi';}
.AvenirNextLTPro-DemiIt {font-family: 'AvenirNextLTPro-DemiIt';}
.AvenirNextLTPro-HeavyIt {font-family: 'AvenirNextLTPro-HeavyIt';}
.AvenirNextLTPro-Heavy {font-family: 'AvenirNextLTPro-Heavy';}
.AvenirNextLTPro-It {font-family: 'AvenirNextLTPro-It';}
.AvenirNextLTPro-LightCnIt {font-family: 'AvenirNextLTPro-LightCnIt';}
.AvenirNextLTPro-LightCn {font-family: 'AvenirNextLTPro-LightCn';}
.AvenirNextLTPro-LightIt {font-family: 'AvenirNextLTPro-LightIt';}
.AvenirNextLTPro-Light {font-family: 'AvenirNextLTPro-Light';}
.AvenirNextLTPro-MediumCnIt {font-family: 'AvenirNextLTPro-MediumCnIt';}
.AvenirNextLTPro-MediumCn {font-family: 'AvenirNextLTPro-MediumCn';}
.AvenirNextLTPro-MediumIt {font-family: 'AvenirNextLTPro-MediumIt';}
.AvenirNextLTPro-Regular {font-family: 'AvenirNextLTPro-Regular';}
.AvenirNextLTPro-Medium {font-family: 'AvenirNextLTPro-Medium';}
.AvenirNextLTPro-ThinCnIt {font-family: 'AvenirNextLTPro-ThinCnIt';}
.AvenirNextLTPro-ThinCn {font-family: 'AvenirNextLTPro-ThinCn';}
.AvenirNextLTPro-ThinIt {font-family: 'AvenirNextLTPro-ThinIt';}
.AvenirNextLTPro-UltLtCnIt {font-family: 'AvenirNextLTPro-UltLtCnIt';}
.AvenirNextLTPro-Thin {font-family: 'AvenirNextLTPro-Thin';}
.AvenirNextLTPro-UltLtCn {font-family: 'AvenirNextLTPro-UltLtCn';}
.AvenirNextLTPro-UltLtIt {font-family: 'AvenirNextLTPro-UltLtIt';}
.AvenirNextLTPro-UltLt {font-family: 'AvenirNextLTPro-UltLt';}

