/*
 *
 * @project        nescafe-d9-mwn
 * @author         Dov Atlin [One Method]
 * @build          Tue, Oct 5, 2021 2:33 PM ET
 * @copyright      Copyright (c) 2021
 *
 */

@font-face {
  font-family: "Stick-A-Round";
  src: url("stick-around.woff2") format("woff2"), url("stick-around.woff") format("woff");
}
.flex-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-grid > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media all and (min-width: 864px) {
  .flex-grid.flex-grid-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
@media all and (min-width: 864px) {
  .flex-grid.flex-grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
  }
}
@media all and (min-width: 864px) {
  .flex-grid.flex-grid--gap {
    margin-right: -0px;
  }
}
@media all and (min-width: 864px) {
  .flex-grid.flex-grid--gap > *:not(:last-child) {
    margin-right: 0px;
  }
  .flex-grid.flex-grid--gap.flex-grid-2 > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 0px);
            flex: 1 1 calc(50% - 0px);
  }
  .flex-grid.flex-grid--gap.flex-grid-3 > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33% - 0px);
            flex: 1 1 calc(33% - 0px);
  }
}
.cards-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cards-grid > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media all and (min-width: 864px) {
  .cards-grid.flex-grid-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
@media all and (min-width: 864px) {
  .cards-grid.flex-grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
  }
}
@media all and (min-width: 864px) {
  .cards-grid.flex-grid--gap {
    margin-right: -25px;
  }
}
@media all and (min-width: 864px) {
  .cards-grid.flex-grid--gap > *:not(:last-child) {
    margin-right: 25px;
  }
  .cards-grid.flex-grid--gap.flex-grid-2 > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 25px);
            flex: 1 1 calc(50% - 25px);
  }
  .cards-grid.flex-grid--gap.flex-grid-3 > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33% - 25px);
            flex: 1 1 calc(33% - 25px);
  }
}
.nescafe-container {
  max-width: 1320px;
  padding: 0 32px;
  margin: 0 auto;
}
@media all and (min-width: 1380px) {
  .nescafe-container {
    margin: 0 auto;
  }
}
.nescafe-container .region {
  padding: 85px 35px 80px 35px;
}
.nescafe-container .region--beige {
  background: #f5f1ed;
}
.nescafe-container .image-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}
.nescafe-container .image-bg.curved {
  border-bottom-right-radius: 70px;
}
.card--image-text-horz .image img {
  border-radius: 8px;
  overflow: hidden;
}
.card--image-text-vert:not(:last-child) {
  margin-bottom: 50px;
}
.card--image-text-vert .text > *:last-child {
  margin-bottom: 0px;
}
.card--image-text-vert .image-bg {
  margin-bottom: 22px;
  min-height: 240px;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-center.v {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-center.h {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-center.vh {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*
CustomFeatureComponent
NescafeCoffeeOriginsHero
*/
.cup-of-respect-hero[data-component="CupOfRespectHero"] {
  color: #fff;
  width: 100%;
  height: 20vw;
  min-height: 240px;
  background-image: url("cor-hero.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  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;
  padding: 0 30px;
}
.cup-of-respect[data-component="CupOfRespect"] {
  visibility: visible;
  position: relative;
  font-family: 'Gotham Rounded Book', Helvetica, sans-serif;
  background-color: #f5f1ed;
}
.cup-of-respect[data-component="CupOfRespect"] h2 {
  margin-bottom: 1.5rem;
  font-family: 'Gotham Rounded Medium', Helvetica, sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.cup-of-respect[data-component="CupOfRespect"] h3 {
  margin-bottom: 1.5rem;
  font-family: 'Gotham Rounded Medium', Helvetica, sans-serif;
  font-size: 1.875rem;
  color: #067a3e;
  line-height: 1.3;
}
.cup-of-respect[data-component="CupOfRespect"] p {
  font-family: 'Gotham Rounded Book', Helvetica, sans-serif;
  font-size: 1.125rem;
}
.cup-of-respect[data-component="CupOfRespect"] p:last-child {
  margin-bottom: 0;
}
.cup-of-respect[data-component="CupOfRespect"] .cup-of-respect__inner {
  max-width: 740px;
  margin: 0 auto;
  padding: 5rem 2rem;
}
.cup-of-respect[data-component="CupOfRespect"] .cup-of-respect__wide {
  max-width: 1080px;
  margin: 0 auto;
}
.cup-of-respect[data-component="CupOfRespect"] .cup-of-respect-progress {
  border-top: 1px solid rgba(100,100,100,0.5);
}
.cup-of-respect[data-component="CupOfRespect"] .cup-of-respect-map img {
  margin: 0 auto;
}
.cup-of-respect[data-component="CupOfRespect"] .cup-of-respect-map img.mobile {
  display: none;
}
.cup-of-respect-table[data-component="CupOfRespectTable"] {
  position: relative;
}
.cup-of-respect-table[data-component="CupOfRespectTable"]:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: #fff;
}
.cup-of-respect-table[data-component="CupOfRespectTable"] .table__wrapper {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cup-of-respect-grid[data-component="CupOfRespectGrid"] {
  padding-top: 7.5rem;
}
.cup-of-respect-grid[data-component="CupOfRespectGrid"] .grid__wrapper {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
  font-family: 'Gotham Rounded Book', Helvetica, sans-serif;
}
.cup-of-respect-grid[data-component="CupOfRespectGrid"] .card--image-text-horz {
  margin-bottom: 40px;
}
.cup-of-respect-grid[data-component="CupOfRespectGrid"] .card--image-text-horz .image {
  margin-bottom: 2rem;
}
.cup-of-respect-grid[data-component="CupOfRespectGrid"] h2 {
  font-family: 'Gotham Rounded Medium', Helvetica, sans-serif;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 5rem;
  line-height: 1.3;
}
.cup-of-respect-grid[data-component="CupOfRespectGrid"] h3 {
  font-family: 'Stick-A-Round', Helvetica, sans-serif;
  font-size: 3.75rem;
  color: #067a3e;
  margin-bottom: 0.25em;
  line-height: 1;
}
.cup-of-respect-grid[data-component="CupOfRespectGrid"] p {
  font-size: 1.25rem;
}
.cup-of-respect-grid[data-component="CupOfRespectGrid"] p.subhead {
  font-family: 'Gotham Rounded Medium', Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.cup-of-respect-grid[data-component="CupOfRespectGrid"] p em {
  color: #067a3e;
  font-family: 'Gotham Rounded Medium', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
.cup-of-respect-alliance .alliance__wrapper {
  margin: 4rem auto;
  border-top: 1px solid rgba(100,100,100,0.5);
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cup-of-respect-alliance .alliance__wrapper .alliance-logo {
  padding: 0 2.375rem;
}
.cup-of-respect-alliance .alliance__wrapper .alliance-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 2.375rem;
}
.cup-of-respect-alliance .alliance__wrapper .alliance-text p {
  margin-bottom: 0;
  font-family: 'Gotham Rounded Medium', Helvetica, sans-serif;
}
.cup-of-respect-tout[data-component="CupOfRespectTout"] {
  background-color: #067a3e;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("tout-background.jpg");
  color: #fff;
}
.cup-of-respect-tout[data-component="CupOfRespectTout"] .flex-grid {
  padding: 3rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cup-of-respect-tout[data-component="CupOfRespectTout"] .cta {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  padding-right: 2rem;
}
.cup-of-respect-tout[data-component="CupOfRespectTout"] .products {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
}
.cup-of-respect-tout[data-component="CupOfRespectTout"] .products img.mobile {
  display: none;
}
.cup-of-respect-tout[data-component="CupOfRespectTout"] h2 {
  font-family: 'Gotham Rounded Medium', Helvetica, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.cup-of-respect-tout[data-component="CupOfRespectTout"] a.btn-cta {
  display: inline-block;
  padding: 1rem;
  background-color: #000;
  font-family: 'Gotham Rounded Medium', Helvetica, sans-serif;
  font-size: 1rem;
  color: #fff;
  border-radius: 3px;
}
.cup-of-respect-table[data-component="CupOfRespectTable"] .table__wrapper {
  overflow-y: hidden;
  overflow-x: auto;
  font-family: 'Gotham Rounded Medium', Helvetica, sans-serif;
}
.cup-of-respect-table[data-component="CupOfRespectTable"] .table__wrapper table th,
.cup-of-respect-table[data-component="CupOfRespectTable"] .table__wrapper table td {
  padding: 1.875rem 1.5rem;
  border: 1px solid #fff;
  text-align: left;
  line-height: 1.4;
}
.cup-of-respect-table[data-component="CupOfRespectTable"] .table__wrapper table thead th {
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  color: #067a3e;
}
.cup-of-respect-table[data-component="CupOfRespectTable"] .table__wrapper table tbody th {
  background-color: #e8e5e2;
  font-weight: normal;
  font-size: 1.375rem;
}
.cup-of-respect-table[data-component="CupOfRespectTable"] .table__wrapper table tbody td {
  background-color: #f5f1ed;
  font-size: 1rem;
  vertical-align: middle;
}
.cup-of-respect-table[data-component="CupOfRespectTable"] .table__wrapper table tbody td:last-child {
  min-width: auto;
  color: #067a3e;
  text-align: center;
}
.cup-of-respect-table[data-component="CupOfRespectTable"] .table__wrapper table tbody td .data {
  display: block;
  font-size: 2.5rem;
}
@media only screen and (min-width: 864px) {
  .card--image-text-horz .image {
    min-height: 388px;
    margin-bottom: 0;
  }
  .card--image-text-horz .text {
    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;
  }
  .card--image-text-horz:nth-child(odd) .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .card--image-text-horz:nth-child(odd) .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 3%;
    padding-right: 11%;
  }
  .card--image-text-horz:nth-child(even) .text {
    padding-left: 11%;
    padding-right: 3%;
  }
  .card--image-text-vert:not(:last-child) {
    margin-bottom: 0;
  }
  .cup-of-respect-grid[data-component="CupOfRespectGrid"] .card--image-text-horz {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .nescafe-container .region {
    padding: 130px 35px 120px 35px;
  }
  .card--image-text-vert .image-bg {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 863px) {
  .cup-of-respect[data-component="CupOfRespect"] .cup-of-respect__inner {
    padding: 3rem 0rem;
  }
  .cup-of-respect[data-component="CupOfRespect"] .cup-of-respect__wide {
    margin-left: -32px;
    margin-right: -32px;
  }
  .cup-of-respect-grid[data-component="CupOfRespectGrid"] {
    padding-top: 5rem;
  }
  .cup-of-respect-grid[data-component="CupOfRespectGrid"] h2 {
    margin-bottom: 3rem;
    font-size: 1.875rem;
  }
  .cup-of-respect-grid[data-component="CupOfRespectGrid"] h3 {
    font-size: 3rem;
  }
  .cup-of-respect-grid[data-component="CupOfRespectGrid"] p {
    font-size: 1.125rem;
  }
  .cup-of-respect-alliance .alliance__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .cup-of-respect-alliance .alliance__wrapper .alliance-logo {
    padding: 0;
    margin-bottom: 1rem;
  }
  .cup-of-respect-alliance .alliance__wrapper .alliance-text {
    padding: 0;
  }
  .cup-of-respect-table[data-component="CupOfRespectTable"] .table__wrapper table thead th {
    font-size: 1.125rem;
  }
  .cup-of-respect-table[data-component="CupOfRespectTable"] .table__wrapper table tbody th {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 639px) {
  .cup-of-respect[data-component="CupOfRespect"] h2 {
    font-size: 1.875rem;
  }
  .cup-of-respect[data-component="CupOfRespect"] h3 {
    font-size: 1.5rem;
  }
  .cup-of-respect[data-component="CupOfRespect"] .cup-of-respect-map img.desktop {
    display: none;
  }
  .cup-of-respect[data-component="CupOfRespect"] .cup-of-respect-map img.mobile {
    display: block;
  }
  .cup-of-respect-grid[data-component="CupOfRespectGrid"] h3 {
    font-size: 2.5rem;
  }
  .cup-of-respect-grid[data-component="CupOfRespectGrid"] p {
    font-size: 1rem;
  }
  .cup-of-respect-tout[data-component="CupOfRespectTout"] {
    background-image: url("tout-background-m.jpg");
  }
  .cup-of-respect-tout[data-component="CupOfRespectTout"] .cta {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    text-align: center;
    padding: 0 1rem;
  }
  .cup-of-respect-tout[data-component="CupOfRespectTout"] .products {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-top: 2.5rem;
  }
  .cup-of-respect-tout[data-component="CupOfRespectTout"] .products img.desktop {
    display: none;
  }
  .cup-of-respect-tout[data-component="CupOfRespectTout"] .products img.mobile {
    display: block;
  }
  .cup-of-respect-tout[data-component="CupOfRespectTout"] h2 {
    font-size: 1.875rem;
  }
  .cup-of-respect-table[data-component="CupOfRespectTable"] .table__wrapper table {
    min-width: 600px;
  }
  .cup-of-respect-table[data-component="CupOfRespectTable"] .table__wrapper table tbody th {
    min-width: 160px;
    position: sticky;
    top: 0;
    left: 0;
  }
  .cup-of-respect-table[data-component="CupOfRespectTable"] .table__wrapper table tbody td {
    min-width: 300px;
  }
}
@media only screen and (max-width: 374px) {
  .cup-of-respect-hero[data-component="CupOfRespectHero"] {
    height: 85vw;
    background-image: url("cor-hero-m.jpg");
  }
}
