@charset "UTF-8";
/* line 5, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_reset-css.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* line 26, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_reset-css.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 30, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_reset-css.scss */
body {
  line-height: 1; }

/* line 33, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_reset-css.scss */
ol, ul {
  list-style: none; }

/* line 36, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_reset-css.scss */
blockquote, q {
  quotes: none; }

/* line 39, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_reset-css.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* line 44, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_reset-css.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*!
 * Copyright (c) 2018. Piotr Mocek (piotr.mocek@opusb.pl)
 */
@font-face {
  font-family: SourceSansPro;
  src: url("fonts/SourceSansPro-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: SourceSansPro;
  src: url("fonts/SourceSansPro-SemiBold.ttf") format("opentype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: SourceSansPro;
  src: url("fonts/SourceSansPro-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: RobotoCondensed;
  src: url("fonts/RobotoCondensed-Light.ttf") format("opentype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: RobotoCondensed;
  src: url("fonts/RobotoCondensed-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: RobotoCondensed;
  src: url("fonts/RobotoCondensed-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: CaveatBrush;
  src: url("fonts/CaveatBrush-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'amway_symbols';
  src: url("custom-fonts/amway_symbols-webfont.woff2") format("woff2"), url("custom-fonts/amway_symbols-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* line 1, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
.primary-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  transition: all .5s ease;
  position: relative;
  top: 0; }
  /* line 8, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
  .primary-navigation > li, .primary-navigation .submenu > li, .primary-navigation .quick-nav li, .primary-navigation .submenu-container > h2 {
    height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    transition: max-height .5s ease, margin-top .5s ease, height .5s ease, opacity .2s ease; }
    /* line 14, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation > li > .label, .primary-navigation .submenu > li > .label, .primary-navigation .quick-nav li > .label, .primary-navigation .submenu-container > h2 > .label {
      height: 48px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      box-sizing: border-box;
      padding-right: 40px;
      padding-left: 20px; }
      /* line 27, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation > li > .label.invisible, .primary-navigation .submenu > li > .label.invisible, .primary-navigation .quick-nav li > .label.invisible, .primary-navigation .submenu-container > h2 > .label.invisible {
        height: 0; }
      /* line 30, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation > li > .label img.icon, .primary-navigation .submenu > li > .label img.icon, .primary-navigation .quick-nav li > .label img.icon, .primary-navigation .submenu-container > h2 > .label img.icon {
        width: 25px;
        height: 25px;
        margin-right: 10px;
        display: none; }
    /* line 39, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation > li.expanded, .primary-navigation .submenu > li.expanded, .primary-navigation .quick-nav li.expanded, .primary-navigation .submenu-container > h2.expanded {
      height: auto; }
      /* line 41, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation > li.expanded .submenu-container, .primary-navigation .submenu > li.expanded .submenu-container, .primary-navigation .quick-nav li.expanded .submenu-container, .primary-navigation .submenu-container > h2.expanded .submenu-container {
        overflow-y: auto; }
    /* line 45, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation > li.selected, .primary-navigation .submenu > li.selected, .primary-navigation .quick-nav li.selected, .primary-navigation .submenu-container > h2.selected {
      position: relative; }
      /* line 48, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation > li.selected .content-container .dots, .primary-navigation .submenu > li.selected .content-container .dots, .primary-navigation .quick-nav li.selected .content-container .dots, .primary-navigation .submenu-container > h2.selected .content-container .dots {
        pointer-events: auto; }
      /* line 52, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation > li.selected > .label ~ .items-select, .primary-navigation .submenu > li.selected > .label ~ .items-select, .primary-navigation .quick-nav li.selected > .label ~ .items-select, .primary-navigation .submenu-container > h2.selected > .label ~ .items-select {
        display: block; }
      /* line 55, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation > li.selected > .label, .primary-navigation .submenu > li.selected > .label, .primary-navigation .quick-nav li.selected > .label, .primary-navigation .submenu-container > h2.selected > .label {
        padding-left: 20px !important; }
        /* line 57, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
        .primary-navigation > li.selected > .label .icon, .primary-navigation .submenu > li.selected > .label .icon, .primary-navigation .quick-nav li.selected > .label .icon, .primary-navigation .submenu-container > h2.selected > .label .icon {
          display: block; }
      /* line 61, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation > li.selected > .label:after, .primary-navigation .submenu > li.selected > .label:after, .primary-navigation .quick-nav li.selected > .label:after, .primary-navigation .submenu-container > h2.selected > .label:after {
        top: 21px; }
    /* line 76, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation > li .items-select, .primary-navigation .submenu > li .items-select, .primary-navigation .quick-nav li .items-select, .primary-navigation .submenu-container > h2 .items-select {
      display: none;
      position: absolute;
      top: 0;
      right: 4px;
      width: 48px;
      height: 48px;
      background: url(../img/items-icon.svg) 50% 50% no-repeat;
      background-size: 20px; }
      /* line 86, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation > li .items-select.active, .primary-navigation .submenu > li .items-select.active, .primary-navigation .quick-nav li .items-select.active, .primary-navigation .submenu-container > h2 .items-select.active {
        background-image: url(../img/close-icon-gray.svg);
        background-size: 12px;
        right: 2px; }
  /* line 94, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
  .primary-navigation .quick-nav li > .label {
    padding-left: 30px; }
  /* line 98, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
  .primary-navigation .submenu > li .submenu > li {
    margin-right: 0; }
  /* line 101, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
  .primary-navigation .submenu > li .submenu > li > .label {
    padding-left: 40px; }
  /* line 105, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
  .primary-navigation > li {
    max-height: 48px;
    font-family: RobotoCondensed, sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: white;
    position: relative; }
    /* line 112, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation > li > a {
      min-height: 48px;
      box-shadow: rgba(0, 0, 0, 0.25) 0 2px 3px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      height: 48px;
      width: 100%;
      padding: 0 40px 0 20px;
      box-sizing: border-box;
      color: inherit;
      text-decoration: none;
      transition: all .5s ease;
      position: relative;
      line-height: 1; }
      /* line 126, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation > li > a:after {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        content: ' ';
        width: 20px;
        height: 20px;
        background: url(../img/arrow-more-white.svg) 50% 50% no-repeat;
        transition: all .5s ease; }
      /* line 137, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation > li > a.red {
        background: #fbede4;
        color: #a76c47; }
        /* line 140, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
        .primary-navigation > li > a.red + .submenu-container li.expanded:not(.selected) > .label {
          color: #fbede4; }
      /* line 144, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation > li > a.green {
        background: #eff9e4;
        color: #73793b; }
        /* line 147, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
        .primary-navigation > li > a.green + .submenu-container li.expanded:not(.selected) > .label {
          color: #eff9e4; }
      /* line 151, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation > li > a.blue {
        background: #e5fdff;
        color: #396e75; }
        /* line 154, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
        .primary-navigation > li > a.blue + .submenu-container li.expanded:not(.selected) > .label {
          color: #e5fdff; }
      /* line 158, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation > li > a.yellow {
        background: #f8f8e7;
        color: #62625a; }
        /* line 161, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
        .primary-navigation > li > a.yellow + .submenu-container li.expanded:not(.selected) > .label {
          color: #f8f8e7; }
      /* line 165, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation > li > a.black {
        background: black; }
        /* line 167, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
        .primary-navigation > li > a.black + .submenu-container li.expanded:not(.selected) > .label {
          color: black; }
      /* line 171, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation > li > a.gray {
        background: #606060; }
        /* line 173, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
        .primary-navigation > li > a.gray + .submenu-container li.expanded:not(.selected) > .label {
          color: #606060; }
      /* line 177, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation > li > a.aqua {
        background: #f1f2ff;
        color: #38539a; }
        /* line 180, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
        .primary-navigation > li > a.aqua + .submenu-container li.expanded:not(.selected) > .label {
          color: #f1f2ff; }
    /* line 185, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation > li.expanded {
      max-height: 200vh; }
      /* line 187, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation > li.expanded a {
        box-shadow: rgba(0, 0, 0, 0.25) 0 0 0; }
        /* line 189, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
        .primary-navigation > li.expanded a:after {
          transform: translateY(-50%) rotate(90deg); }
    /* line 195, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation > li:nth-child(1) {
      z-index: 12; }
    /* line 195, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation > li:nth-child(2) {
      z-index: 11; }
    /* line 195, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation > li:nth-child(3) {
      z-index: 10; }
    /* line 195, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation > li:nth-child(4) {
      z-index: 9; }
    /* line 195, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation > li:nth-child(5) {
      z-index: 8; }
    /* line 195, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation > li:nth-child(6) {
      z-index: 7; }
    /* line 195, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation > li:nth-child(7) {
      z-index: 6; }
    /* line 195, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation > li:nth-child(8) {
      z-index: 5; }
    /* line 195, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation > li:nth-child(9) {
      z-index: 4; }
    /* line 195, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation > li:nth-child(10) {
      z-index: 3; }
    /* line 195, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation > li:nth-child(11) {
      z-index: 2; }
    /* line 195, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation > li:nth-child(12) {
      z-index: 1; }
  /* line 200, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
  .primary-navigation .submenu-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    /* line 204, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation .submenu-container.hidden {
      height: 0 !important; }
  /* line 208, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
  .primary-navigation .article-bar-header {
    background: white;
    font-family: RobotoCondensed, sans-serif;
    font-weight: 400;
    font-size: 13px;
    padding: 0;
    margin-right: 0;
    width: auto;
    color: #575757;
    border-bottom: solid 1px #aaaaaa;
    position: relative; }
  /* line 220, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
  .primary-navigation .submenu, .primary-navigation .quick-nav {
    background: white; }
    /* line 222, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation .submenu li, .primary-navigation .submenu h2, .primary-navigation .quick-nav li, .primary-navigation .quick-nav h2 {
      background: white;
      font-family: RobotoCondensed, sans-serif;
      font-weight: 400;
      font-size: 13px;
      padding: 0;
      margin-right: 0;
      width: auto;
      color: #575757;
      border-bottom: solid 1px #aaaaaa;
      position: relative; }
      /* line 233, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation .submenu li .label:after, .primary-navigation .submenu h2 .label:after, .primary-navigation .quick-nav li .label:after, .primary-navigation .quick-nav h2 .label:after {
        position: absolute;
        right: 20px;
        top: 24px;
        transform: translateY(-50%);
        transition: all .5s ease;
        content: ' ';
        width: 12px;
        height: 12px;
        background: url(../img/arrow-more.svg) 50% 50% no-repeat; }
      /* line 244, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation .submenu li.selected, .primary-navigation .submenu h2.selected, .primary-navigation .quick-nav li.selected, .primary-navigation .quick-nav h2.selected {
        border-bottom-width: 0;
        height: 48px; }
        /* line 247, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
        .primary-navigation .submenu li.selected > .label:after, .primary-navigation .submenu h2.selected > .label:after, .primary-navigation .quick-nav li.selected > .label:after, .primary-navigation .quick-nav h2.selected > .label:after {
          opacity: 0; }
      /* line 252, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation .submenu li > .submenu-container, .primary-navigation .submenu h2 > .submenu-container, .primary-navigation .quick-nav li > .submenu-container, .primary-navigation .quick-nav h2 > .submenu-container {
        max-height: 0;
        overflow: hidden;
        box-shadow: none;
        transition: all .5s ease; }
      /* line 258, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation .submenu li.expanded, .primary-navigation .submenu h2.expanded, .primary-navigation .quick-nav li.expanded, .primary-navigation .quick-nav h2.expanded {
        height: auto;
        border-bottom: none; }
        /* line 262, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
        .primary-navigation .submenu li.expanded:not(.selected) > .label, .primary-navigation .submenu h2.expanded:not(.selected) > .label, .primary-navigation .quick-nav li.expanded:not(.selected) > .label, .primary-navigation .quick-nav h2.expanded:not(.selected) > .label {
          font-weight: 700; }
        /* line 266, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
        .primary-navigation .submenu li.expanded > .submenu-container, .primary-navigation .submenu h2.expanded > .submenu-container, .primary-navigation .quick-nav li.expanded > .submenu-container, .primary-navigation .quick-nav h2.expanded > .submenu-container {
          max-height: 5000px;
          border-top: solid 1px #aaaaaa; }
        /* line 271, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
        .primary-navigation .submenu li.expanded > .label:after, .primary-navigation .submenu h2.expanded > .label:after, .primary-navigation .quick-nav li.expanded > .label:after, .primary-navigation .quick-nav h2.expanded > .label:after {
          transform: translateY(-50%) rotate(90deg); }
  /* line 278, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
  .primary-navigation .menuExpanded .submenu, .primary-navigation .menuExpanded .quick-nav {
    position: absolute;
    width: 100%;
    overflow-y: scroll;
    max-height: calc(100% - 96px); }
    /* line 284, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation .menuExpanded .submenu li.selected, .primary-navigation .menuExpanded .quick-nav li.selected {
      border-bottom-width: 1px; }
    /* line 287, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation .menuExpanded .submenu li.expanded, .primary-navigation .menuExpanded .quick-nav li.expanded {
      border-bottom: solid 1px #aaaaaa; }
  /* line 295, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
  .primary-navigation .menuExpanded .slick-arrow {
    opacity: 0;
    pointer-events: none; }
  /* line 299, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
  .primary-navigation .menuExpanded .slick-dotted + .dots {
    opacity: 0;
    pointer-events: none; }
  /* line 305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
  .primary-navigation .content-container {
    height: 0;
    overflow: hidden;
    opacity: 0;
    color: black;
    font-size: 10px; }
    /* line 311, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation .content-container .dots {
      pointer-events: none; }
    /* line 315, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation .content-container.content-scrolled .slick-arrow {
      opacity: 0;
      pointer-events: none; }
    /* line 319, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation .content-container.content-scrolled .slick-dotted + .dots {
      opacity: 0;
      pointer-events: none; }
  /* line 325, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
  .primary-navigation.opened {
    height: 100%; }
    /* line 328, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation.opened > li.expanded, .primary-navigation.opened .submenu > li.expanded, .primary-navigation.opened .quick-nav li.expanded {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      /* line 329, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation.opened > li.expanded:not(.selected), .primary-navigation.opened .submenu > li.expanded:not(.selected), .primary-navigation.opened .quick-nav li.expanded:not(.selected) {
        height: 320px; }
      /* line 333, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation.opened > li.expanded .submenu-container, .primary-navigation.opened .submenu > li.expanded .submenu-container, .primary-navigation.opened .quick-nav li.expanded .submenu-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1; }
    /* line 338, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation.opened > li > a:after {
      transform: translateY(-50%) rotate(0deg); }
    /* line 341, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation.opened > li:not(.selected), .primary-navigation.opened .submenu > li:not(.selected) {
      height: 0;
      overflow: hidden;
      border-bottom-width: 0;
      opacity: 0; }
    /* line 347, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .menuExpanded .primary-navigation.opened > li:not(.selected),
    .primary-navigation.opened .menuExpanded .submenu > li:not(.selected) {
      height: auto;
      border-bottom-width: 1px;
      opacity: 1; }
    /* line 353, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation.opened li.expanded .submenu-container {
      height: 48px;
      transition: height .5s ease;
      flex: none; }
    /* line 358, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation.opened li.expanded.menuExpanded .submenu-container {
      height: auto; }
    /* line 361, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation.opened .content-container {
      height: 320px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      opacity: 1; }
    /* line 366, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation.opened .submenu-container {
      box-shadow: rgba(0, 0, 0, 0.25) 0 2px 3px;
      z-index: 1; }
    /* line 371, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation.opened .submenu li.selected > .submenu-container {
      border: none; }
    /* line 375, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation.opened .panels {
      height: 100%; }
      /* line 377, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation.opened .panels .content {
        margin: 0 20px; }
      /* line 380, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation.opened .panels > .slick-list {
        height: 100%; }
        /* line 382, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
        .primary-navigation.opened .panels > .slick-list > .slick-track {
          height: 100%; }
          /* line 384, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
          .primary-navigation.opened .panels > .slick-list > .slick-track > div {
            height: 100%;
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch; }
      /* line 391, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
      .primary-navigation.opened .panels .slick-arrow {
        transition: opacity .5s ease; }
        /* line 393, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
        .primary-navigation.opened .panels .slick-arrow.slick-disabled {
          opacity: 0; }
        /* line 396, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
        .primary-navigation.opened .panels .slick-arrow.slick-prev, .primary-navigation.opened .panels .slick-arrow.slick-next {
          z-index: 10;
          height: 60px;
          width: 60px; }
          /* line 400, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
          .primary-navigation.opened .panels .slick-arrow.slick-prev:before, .primary-navigation.opened .panels .slick-arrow.slick-next:before {
            opacity: .35;
            content: ' ';
            width: 18px;
            height: 35px;
            margin-left: 21px;
            margin-right: 21px;
            display: block; }
        /* line 410, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
        .primary-navigation.opened .panels .slick-arrow.slick-prev {
          left: 0; }
          /* line 412, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
          .primary-navigation.opened .panels .slick-arrow.slick-prev:before {
            background: url(../img/arrow-prev-panel.svg) center center no-repeat; }
        /* line 416, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
        .primary-navigation.opened .panels .slick-arrow.slick-next {
          right: 0; }
          /* line 418, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
          .primary-navigation.opened .panels .slick-arrow.slick-next:before {
            background: url(../img/arrow-next-panel.svg) center center no-repeat; }
    /* line 424, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_primary_navigation.scss */
    .primary-navigation.opened .slick-dotted + .dots {
      transition: opacity .5s ease; }

/* line 1, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
.brand-page {
  display: flex;
  flex: 1;
  height: 100%;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }
  /* line 8, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
  .brand-page.overflowed:after {
    content: '';
    background: url("../img/scroll-down-for-more.svg") 50% 50% no-repeat;
    background-size: contain;
    width: 34px;
    height: 18px;
    position: absolute;
    top: 100%;
    margin-top: -52px;
    left: 50%;
    transform: translateX(-50%);
    opacity: .23;
    transition: opacity .5s ease; }
  /* line 24, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
  .brand-page.overflowed.scrolled:after {
    opacity: 0; }
  /* line 29, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
  .brand-page .article-cover {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    /* line 33, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
    .brand-page .article-cover img {
      width: 100%; }
  /* line 37, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
  .brand-page article {
    padding: 35px 20px;
    font-family: SourceSansPro, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.65; }
    /* line 43, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
    .brand-page article strong,
    .brand-page article b {
      font-weight: 700; }
    /* line 47, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
    .brand-page article ul {
      margin: 2em 0;
      list-style: disc;
      padding-left: 1.5em; }
      /* line 51, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article ul li {
        margin: .3em 0; }
        /* line 53, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
        .brand-page article ul li:first-child {
          margin-top: 0; }
        /* line 56, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
        .brand-page article ul li:last-child {
          margin-bottom: 0; }
    /* line 61, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
    .brand-page article p {
      margin: 1em 0; }
    /* line 64, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
    .brand-page article img {
      display: inline-block;
      width: 30%;
      height: 30%; }
    /* line 69, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
    .brand-page article .subtext {
      font-size: 12px;
      margin: 4px 0 20px 0; }
      /* line 72, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .subtext.last-item {
        margin: 4px 0 0 0; }
    /* line 77, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
    .brand-page article .home-logos {
      margin: 20px 0px;
      display: flex;
      justify-content: center; }
    /* line 82, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
    .brand-page article .nutrition-header {
      font-family: RobotoCondensed, serif;
      font-weight: 300;
      color: #186637;
      font-size: 24px;
      line-height: 1.25;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      margin-bottom: 30px; }
      /* line 86, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .nutrition-header .energize-color {
        color: #00423b !important; }
      /* line 87, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .nutrition-header .refresh-color {
        color: #92c141 !important; }
      /* line 88, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .nutrition-header .recharge-color {
        color: #e72774 !important; }
      /* line 89, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .nutrition-header.heavy {
        font-weight: 700; }
      /* line 97, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .nutrition-header:last-child {
        margin-bottom: 0; }
      /* line 100, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .nutrition-header.truvivity {
        color: #6c8d8a; }
      /* line 103, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .nutrition-header p {
        margin: 0;
        flex: 1;
        padding-right: 20px; }
        /* line 107, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
        .brand-page article .nutrition-header p strong,
        .brand-page article .nutrition-header p b {
          font-weight: 700; }
        /* line 111, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
        .brand-page article .nutrition-header p.header-second-line {
          font-size: 14px;
          margin-top: .3em; }
        /* line 115, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
        .brand-page article .nutrition-header p.header-small-text {
          line-height: 0.8; }
      /* line 119, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .nutrition-header > img {
        display: block;
        width: 52px;
        height: 52px; }
        /* line 123, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
        .brand-page article .nutrition-header > img.img-active-lifestile {
          width: 70px;
          height: 70px; }
    /* line 129, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
    .brand-page article .paragraph-header {
      font-family: RobotoCondensed, serif;
      font-weight: 300;
      font-size: 24px;
      line-height: 1.25;
      margin-bottom: 8px; }
      /* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .paragraph-header.bodykey {
        color: #81bc47; }
      /* line 138, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .paragraph-header.fragrances {
        color: #4c6586; }
      /* line 141, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .paragraph-header.g-and-h {
        color: #b48315; }
      /* line 144, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .paragraph-header.nourish {
        color: #f49a58; }
      /* line 147, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .paragraph-header.refresh {
        color: #afa919; }
      /* line 150, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .paragraph-header.protect {
        color: #9abce2; }
      /* line 153, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .paragraph-header.satinique {
        color: #8a5ea4; }
      /* line 156, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .paragraph-header b {
        font-weight: 700; }
    /* line 160, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
    .brand-page article .container-flex {
      display: flex;
      flex-direction: column; }
    /* line 164, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
    .brand-page article .subheader {
      font-family: RobotoCondensed, serif;
      font-weight: 300;
      font-size: 24px;
      line-height: 1.25;
      margin-bottom: 30px; }
      /* line 170, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .subheader.nutrition {
        color: #186637;
        font-weight: 700; }
      /* line 174, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .subheader.satinique {
        color: #8a5ea4;
        margin-bottom: 8px; }
      /* line 178, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .subheader.no-margin-bottom {
        margin-bottom: 0px; }
      /* line 181, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .subheader b {
        font-weight: 700; }
    /* line 185, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
    .brand-page article .margin-bottom {
      margin-bottom: 30px; }
    /* line 188, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
    .brand-page article .personal-care-header {
      color: #186637;
      font-family: RobotoCondensed, serif;
      font-weight: 300;
      font-size: 24px;
      line-height: 1.25;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      margin-bottom: 30px; }
      /* line 197, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .personal-care-header:last-child {
        margin-bottom: 0; }
      /* line 200, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .personal-care-header.fragrances {
        color: #bf5178; }
      /* line 203, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .personal-care-header.g-and-h {
        color: #b48315; }
      /* line 206, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .personal-care-header.glister {
        color: #6bb42c; }
      /* line 209, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .personal-care-header.hymm {
        color: #005e6e; }
      /* line 212, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .personal-care-header.satinique {
        color: #8a5ea4; }
      /* line 215, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .personal-care-header p {
        margin: 0;
        flex: 1;
        padding-right: 20px; }
        /* line 219, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
        .brand-page article .personal-care-header p strong,
        .brand-page article .personal-care-header p b {
          font-weight: 700; }
        /* line 223, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
        .brand-page article .personal-care-header p .bottom-8px {
          margin-bottom: 8px; }
      /* line 227, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .personal-care-header > img {
        display: block;
        width: 52px;
        height: 52px; }
    /* line 233, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
    .brand-page article .subtext {
      font-size: 12px;
      margin: 4px 0 20px 0; }
    /* line 237, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
    .brand-page article .g-and-h-line-logo-container {
      margin: 10px 0 10px 0;
      width: 100%; }
      /* line 240, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .g-and-h-line-logo-container img {
        width: 90%; }
    /* line 244, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
    .brand-page article .important {
      color: #81bc47;
      font-family: SourceSansPro, serif;
      font-weight: 300;
      font-size: 24px;
      margin-bottom: 30px;
      line-height: 1.25; }
      /* line 251, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .important + .important {
        margin-top: -23px; }
      /* line 254, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .important.no-margin-bottom {
        margin-bottom: 0px; }
      /* line 257, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .important.glister {
        color: #6bb42c;
        margin-bottom: 0px; }
      /* line 261, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .important.hymm {
        color: #005e6e; }
      /* line 264, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .important.satinique {
        color: #8a5ea4; }
      /* line 267, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .important.icook {
        color: #81bd48 !important; }
      /* line 270, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .important.atmosphere {
        color: #3f7490 !important; }
      /* line 273, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .important.espring {
        color: #60a1d7 !important;
        margin-bottom: 8px; }
      /* line 277, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .important.hydra {
        color: #00739c !important;
        margin-bottom: 8px; }
      /* line 281, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .important.artistry {
        color: #caa95b !important; }
      /* line 284, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .important.colour {
        color: #caa95b;
        margin-bottom: 0px; }
      /* line 288, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .important.nyc {
        color: #000; }
      /* line 291, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .important.intensive {
        color: #575757 !important; }
      /* line 294, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .important b {
        font-weight: 700; }
      /* line 297, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      a.blue ~ .content-container .brand-page article .important {
        color: #004b85; }
    /* line 301, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
    .brand-page article .beauty-header {
      color: #caa95b;
      font-family: RobotoCondensed, serif;
      font-weight: 300;
      font-size: 24px;
      line-height: 1.25;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      margin-bottom: 30px; }
      /* line 311, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .beauty-header:last-child {
        margin-bottom: 0; }
      /* line 314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .beauty-header.essential {
        color: #698732 !important; }
      /* line 317, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .beauty-header.hydra {
        color: #00739c !important; }
      /* line 320, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .beauty-header.colour {
        color: #caa95b; }
      /* line 323, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .beauty-header.dermasonic {
        color: #000000; }
      /* line 326, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .beauty-header.intensive {
        color: #575757; }
      /* line 329, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .beauty-header.nyc {
        color: #000; }
      /* line 332, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .beauty-header p {
        margin: 0;
        flex: 1;
        padding-right: 20px; }
        /* line 336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
        .brand-page article .beauty-header p strong,
        .brand-page article .beauty-header p b {
          font-weight: 700; }
      /* line 341, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .beauty-header > img {
        display: block;
        width: 52px;
        height: 52px; }
    /* line 347, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
    .brand-page article .img-container {
      width: 100%;
      margin: 20px 0px; }
      /* line 350, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .img-container > img {
        width: 100%;
        height: auto; }
    /* line 355, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
    .brand-page article .home-header {
      color: #004b85;
      font-family: RobotoCondensed, serif;
      font-weight: 300;
      font-size: 24px;
      line-height: 1.25;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      margin-bottom: 30px; }
      /* line 364, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .home-header:last-child {
        margin-bottom: 0; }
      /* line 367, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .home-header.care {
        color: #004b85; }
      /* line 370, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .home-header.icook {
        color: #81bd48; }
      /* line 373, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .home-header.atmosphere {
        color: #3f7490; }
      /* line 376, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .home-header.no-margin-bottom {
        margin-bottom: 0px; }
      /* line 379, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .home-header p {
        margin: 0;
        flex: 1;
        padding-right: 20px; }
        /* line 383, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
        .brand-page article .home-header p strong,
        .brand-page article .home-header p b {
          font-weight: 700; }
      /* line 388, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .home-header > img {
        display: block;
        width: 52px;
        height: 52px; }
  @media screen and (min-width: 640px) {
    /* line 396, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
    .brand-page article {
      font-size: 16px; }
      /* line 400, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .nutrition-header > img.img-active-lifestile {
        width: 110px;
        height: 110px; }
      /* line 406, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .container-flex {
        display: flex;
        flex-direction: row; }
        /* line 409, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
        .brand-page article .container-flex .flex-text {
          align-self: center;
          flex: 1; }
      /* line 414, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .img-container {
        width: 33%;
        margin: 20px 0px;
        padding-right: 20px; }
        /* line 418, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
        .brand-page article .img-container > img {
          width: 100%;
          height: auto; }
      /* line 423, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
      .brand-page article .g-and-h-line-logo-container {
        margin: 10px 0 10px 0;
        width: 60%; }
        /* line 426, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
        .brand-page article .g-and-h-line-logo-container img {
          width: 90%; } }

/* line 433, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
.quick-nav {
  overflow: hidden;
  max-height: 0;
  transition: all .5s ease; }
  /* line 437, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
  .quick-nav.expanded {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 100%; }
  /* line 442, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
  .quick-nav li {
    min-height: 48px;
    margin: 0 !important;
    padding-right: 20px !important; }
    /* line 446, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_brand_page.scss */
    .quick-nav li .label {
      position: relative; }

/* line 1, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
.ng-scope .article-page {
  display: flex;
  flex: 1;
  height: 100%;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }
  /* line 8, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
  .ng-scope .article-page.overflowed:after {
    content: '';
    background: url("../img/scroll-down-for-more.svg") 50% 50% no-repeat;
    background-size: contain;
    width: 34px;
    height: 18px;
    position: absolute;
    top: 100%;
    margin-top: -52px;
    left: 50%;
    transform: translateX(-50%);
    opacity: .23;
    transition: opacity .5s ease; }
  /* line 24, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
  .ng-scope .article-page.overflowed.scrolled:after {
    opacity: 0; }
  /* line 28, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
  .ng-scope .article-page .article-cover {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    /* line 32, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
    .ng-scope .article-page .article-cover img {
      width: 100%; }
  /* line 36, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
  .ng-scope .article-page article {
    padding: 35px 20px;
    padding-top: 20px;
    font-family: SourceSansPro, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.65; }
    /* line 43, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
    .ng-scope .article-page article a {
      color: black;
      text-decoration: none; }
    /* line 47, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
    .ng-scope .article-page article strong,
    .ng-scope .article-page article b {
      font-weight: 700; }
    /* line 51, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
    .ng-scope .article-page article i {
      font-style: italic; }
    /* line 54, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
    .ng-scope .article-page article ul {
      margin: 2em 0;
      list-style: disc;
      padding-left: 1.5em; }
      /* line 58, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
      .ng-scope .article-page article ul li {
        margin: .3em 0; }
        /* line 60, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
        .ng-scope .article-page article ul li:first-child {
          margin-top: 0; }
        /* line 63, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
        .ng-scope .article-page article ul li:last-child {
          margin-bottom: 0; }
      /* line 67, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
      .ng-scope .article-page article ul.list-symbols {
        list-style: none;
        padding-left: 16px; }
        /* line 70, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
        .ng-scope .article-page article ul.list-symbols li {
          position: relative; }
          /* line 72, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
          .ng-scope .article-page article ul.list-symbols li .symbol {
            position: absolute;
            left: -16px; }
      /* line 78, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
      .ng-scope .article-page article ul.slash-list {
        color: #3a3a3a;
        list-style: none;
        margin: 20px 0;
        padding-left: 10px;
        padding-right: 30px; }
        /* line 84, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
        .ng-scope .article-page article ul.slash-list li {
          line-height: 1.5;
          margin-bottom: 10px;
          padding-left: 0;
          position: relative; }
          /* line 89, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
          .ng-scope .article-page article ul.slash-list li:before {
            color: #27a348;
            content: '/';
            font-weight: 700;
            position: absolute;
            left: -10px; }
    /* line 99, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
    .ng-scope .article-page article h1 {
      font-size: 24px; }
      /* line 101, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
      .ng-scope .article-page article h1.quotes-header {
        width: 71%;
        margin-left: auto;
        margin-right: auto; }
      /* line 106, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
      .ng-scope .article-page article h1 .header-light {
        font-weight: 100; }
    /* line 110, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
    .ng-scope .article-page article h2 {
      font-size: 20px; }
    /* line 113, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
    .ng-scope .article-page article h3 {
      font-size: 16px; }
    /* line 116, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
    .ng-scope .article-page article h1 + h3 {
      margin-top: 1.5em; }
    /* line 119, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
    .ng-scope .article-page article p {
      color: #3a3a3a;
      margin: 1em 0; }
      /* line 122, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
      .ng-scope .article-page article p.strong {
        font-weight: 700;
        margin: 10px 0; }
      /* line 126, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
      .ng-scope .article-page article p:first-child {
        margin-top: 0; }
    /* line 130, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
    .ng-scope .article-page article .justify-center {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }
      /* line 133, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
      .ng-scope .article-page article .justify-center > div {
        max-width: calc(100% - 60px); }
    /* line 137, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
    .ng-scope .article-page article .align-center {
      text-align: center; }
    /* line 140, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
    .ng-scope .article-page article .quick-facts {
      font-family: SourceSansPro, sans-serif; }
      /* line 142, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
      .ng-scope .article-page article .quick-facts .number {
        font-size: 52px;
        color: #008fc5;
        font-weight: 800; }
      /* line 147, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
      .ng-scope .article-page article .quick-facts .emphasized {
        font-size: 20px;
        color: #008fc5;
        font-weight: 500; }
      /* line 152, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
      .ng-scope .article-page article .quick-facts .text {
        font-size: 20px;
        font-weight: 500; }
    /* line 157, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
    .ng-scope .article-page article .rounded-button {
      display: block;
      background: #008fc5;
      padding: 1em 2em;
      color: white;
      border-radius: 8px;
      font-weight: 700;
      border: 0;
      text-decoration: none;
      margin: 4em 2em; }
      /* line 167, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
      .ng-scope .article-page article .rounded-button.compact {
        margin: 1em 2em; }
    /* line 171, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
    .ng-scope .article-page article .horizontal-slider {
      padding-bottom: 30px; }
      /* line 174, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
      .ng-scope .article-page article .horizontal-slider .slick-dots {
        margin: -10px 0 0 !important;
        padding: 0 !important;
        top: auto;
        bottom: 0;
        list-style: none; }
        /* line 180, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
        .ng-scope .article-page article .horizontal-slider .slick-dots li {
          margin: 0; }
          /* line 182, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
          .ng-scope .article-page article .horizontal-slider .slick-dots li button:before {
            opacity: .15; }
          /* line 185, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
          .ng-scope .article-page article .horizontal-slider .slick-dots li.slick-active button:before,
          .ng-scope .article-page article .horizontal-slider .slick-dots li.slick-active button:after {
            opacity: .33; }
      /* line 191, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
      .ng-scope .article-page article .horizontal-slider .slick-arrow {
        opacity: 1 !important;
        pointer-events: auto !important; }
        /* line 194, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
        .ng-scope .article-page article .horizontal-slider .slick-arrow.slick-prev {
          left: -20px; }
        /* line 197, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
        .ng-scope .article-page article .horizontal-slider .slick-arrow.slick-next {
          right: -20px; }
        /* line 200, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
        .ng-scope .article-page article .horizontal-slider .slick-arrow.slick-next:before, .ng-scope .article-page article .horizontal-slider .slick-arrow.slick-prev:before {
          opacity: .7 !important; }
      /* line 205, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
      .ng-scope .article-page article .horizontal-slider:last-child {
        margin-bottom: 0; }
    /* line 209, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
    .ng-scope .article-page article ul.accordion {
      list-style: none;
      width: calc(100% + 40px);
      padding-left: 20px;
      position: relative;
      left: -20px; }
      /* line 216, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
      .ng-scope .article-page article ul.accordion > li {
        margin: 0; }
        /* line 218, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
        .ng-scope .article-page article ul.accordion > li .header {
          width: 100%;
          background-color: #fff;
          box-sizing: border-box;
          border-top: 1px solid #aaa;
          color: #575757;
          padding: 10px 50px 10px 20px;
          position: relative;
          left: -20px;
          right: 20px; }
          /* line 228, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
          .ng-scope .article-page article ul.accordion > li .header:after {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            transition: all .5s ease;
            content: ' ';
            width: 10px;
            height: 10px;
            background: url(../img/arrow-expand-more-gray.svg) 50% 50% no-repeat;
            transform-origin: 50% 50%; }
        /* line 241, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
        .ng-scope .article-page article ul.accordion > li .description {
          padding-right: 40px;
          padding-top: 12px;
          padding-bottom: 12px; }
          /* line 245, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
          .ng-scope .article-page article ul.accordion > li .description ul {
            margin: 15px 0; }
          /* line 248, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
          .ng-scope .article-page article ul.accordion > li .description em {
            font-weight: 800;
            color: #008fc5; }
        /* line 254, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
        .ng-scope .article-page article ul.accordion > li.expanded .header {
          color: #008fc5;
          font-weight: 700;
          border-bottom: 1px solid #aaa; }
          /* line 258, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
          .ng-scope .article-page article ul.accordion > li.expanded .header:after {
            transform: translateY(-50%) rotate(90deg); }
        /* line 263, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
        .ng-scope .article-page article ul.accordion > li.hidden {
          display: none; }
      /* line 267, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
      .ng-scope .article-page article ul.accordion:last-child {
        margin-bottom: 0; }
    /* line 271, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
    .ng-scope .article-page article .quote {
      width: 71%;
      margin: 2em auto; }
      /* line 274, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
      .ng-scope .article-page article .quote .quote-start, .ng-scope .article-page article .quote .quote-end {
        font-family: SourceSansPro, serif;
        font-weight: 700;
        color: #008fc5;
        font-size: 50px;
        line-height: 0;
        position: relative; }
      /* line 282, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
      .ng-scope .article-page article .quote .quote-start {
        top: .4em;
        margin-left: -.65em;
        margin-right: 0.15em; }
      /* line 287, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
      .ng-scope .article-page article .quote .quote-end {
        transform: rotate(180deg);
        transform-origin: 50% 50%;
        margin-left: .2em;
        margin-right: -.7em;
        top: 0.45em; }
      /* line 294, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
      .ng-scope .article-page article .quote:first-child {
        margin-top: 2.75em; }
    /* line 298, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_common.scss */
    .ng-scope .article-page article .quote + .author {
      font-weight: 700;
      color: #008fc5;
      width: 71%;
      margin: 1em auto; }

/* line 8, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article h1, .beauty .article-page article h2, .beauty .article-page article h3 {
  color: #b99e6e;
  font-family: RobotoCondensed, serif;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase; }

/* line 15, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .color-gold {
  color: #b99e6e; }

/* line 18, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .color-black {
  color: #000; }

/* line 21, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .light {
  font-weight: 100; }

/* line 28, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .color-green {
  color: #7fb447 !important; }

/* line 28, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .color-blue {
  color: #487c9e !important; }

/* line 28, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .color-brown {
  color: #827350 !important; }

/* line 28, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .color-light-blue {
  color: #40c8f4 !important; }

/* line 28, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .color-dark-blue {
  color: #1f4d6d !important; }

/* line 28, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .color-creamy {
  color: #ac9495 !important; }

/* line 32, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article img {
  display: inline-block;
  width: 30%;
  height: 30%; }
  /* line 36, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article img.img-half {
    width: 50% !important;
    height: 50% !important; }

/* line 41, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .subtext {
  font-size: 12px;
  margin: 4px 0 20px 0; }
  /* line 44, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .subtext.last-item {
    margin: 4px 0 0 0; }

/* line 49, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .align-right {
  text-align: right; }

/* line 52, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .home-logos {
  margin: 20px 0px;
  display: flex;
  justify-content: center; }

/* line 57, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .container-flex {
  display: flex;
  flex-direction: column; }

/* line 61, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .subheader {
  font-family: RobotoCondensed, serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 30px; }
  /* line 67, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .subheader.nutrition {
    color: #186637;
    font-weight: 700; }
  /* line 71, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .subheader.satinique {
    color: #8a5ea4;
    margin-bottom: 8px; }
  /* line 75, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .subheader.no-margin-bottom {
    margin-bottom: 0px; }
  /* line 78, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .subheader b {
    font-weight: 700; }

/* line 82, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .margin-bottom {
  margin-bottom: 40px; }

/* line 85, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .margin-bottom-half {
  margin-bottom: 20px; }

/* line 88, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .margin-half {
  margin: 20px; }

/* line 91, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .text-section {
  margin-bottom: 30px !important; }
  /* line 93, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .text-section h2 {
    font-family: RobotoCondensed, serif;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: none; }
  /* line 99, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .text-section ul {
    margin-top: 18px; }

/* line 103, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .subtext {
  font-size: 13px;
  margin: 4px 0 20px 0; }

/* line 107, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .g-and-h-line-logo-container {
  margin: 10px 0 10px 0;
  width: 100%; }
  /* line 110, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .g-and-h-line-logo-container img {
    width: 90%; }

/* line 114, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .img-container {
  width: 100%;
  margin: 20px 0px; }
  /* line 117, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .img-container > img {
    width: 100%;
    height: auto; }
  /* line 121, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .img-container.img-full-width {
    width: calc(100% + 40px); }
    /* line 123, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .img-container.img-full-width > img {
      position: relative;
      left: -20px; }

/* line 129, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .sections {
  list-style: none;
  padding-left: 0; }
  /* line 133, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .sections li .description {
    display: none; }
    /* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .sections li .description .text-section {
      margin-bottom: 0; }
  /* line 140, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .sections li.expert .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #aaa;
    padding: 20px 0; }
    /* line 144, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .sections li.expert .header img {
      width: 27%;
      height: 27%;
      -webkit-align-self: center;
      -moz-align-self: center;
      -ms-flex-item-align: center;
      align-self: center; }
    /* line 149, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .sections li.expert .header .expert-content {
      width: 100%;
      -webkit-align-self: center;
      -moz-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      padding-left: 20px;
      padding-right: 25px;
      position: relative; }
      /* line 155, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .sections li.expert .header .expert-content .job {
        font-size: 12px;
        margin: 0; }
      /* line 159, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .sections li.expert .header .expert-content:after {
        position: absolute;
        right: 4px;
        top: 50%;
        transform: translateY(-50%);
        transition: all .5s ease;
        content: ' ';
        width: 12px;
        height: 12px;
        background: url(../img/arrow-more.svg) 50% 50% no-repeat; }
  /* line 172, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .sections li.expert .description {
    margin-bottom: 22px; }
  /* line 177, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .sections li.expert.expanded .expert-content:after {
    transform: translateY(-50%) rotate(90deg); }
  /* line 182, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .sections li.expert:last-of-type {
    border-bottom: 1px solid #aaa; }
  /* line 187, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .sections li.list-gold .header {
    width: calc(100% + 40px);
    background-color: #b99e6e;
    box-sizing: border-box;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 10px 50px 10px 20px;
    position: relative;
    left: -20px;
    right: -20px; }
    /* line 199, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .sections li.list-gold .header:after {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      transition: all .5s ease;
      content: ' ';
      width: 12px;
      height: 12px;
      background: url(../img/arrow-more-white.svg) 50% 50% no-repeat; }
  /* line 213, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .sections li.list-gold.expanded .header:after {
    transform: translateY(-50%) rotate(90deg); }

/* line 221, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .history-tree {
  border-left: 3px solid #b99e6e;
  margin-top: 3em;
  margin-left: 22px;
  padding-bottom: .4em;
  position: relative; }
  /* line 227, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .history-tree .history-branch {
    position: relative;
    margin-bottom: 1em; }
    /* line 230, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .history-tree .history-branch h2 {
      border-bottom: 3px solid #b99e6e;
      display: inline-block;
      line-height: 16px;
      padding-left: 28px;
      padding-bottom: .45em; }
    /* line 237, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .history-tree .history-branch p {
      margin: 1.8em 0 2.2em 32px; }
    /* line 241, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .history-tree .history-branch.branch-tile h2 {
      padding-left: 42px; }
    /* line 244, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .history-tree .history-branch.branch-tile img {
      width: 54px;
      height: 54px;
      position: absolute;
      left: -29px;
      top: 3px; }
    /* line 251, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .history-tree .history-branch.branch-tile:before {
      width: 60px;
      height: 60px;
      background-color: #b99e6e;
      border-radius: 50%;
      content: '';
      position: absolute;
      left: -32px;
      top: 0; }
  /* line 263, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .history-tree:after {
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-top: 18px solid #b99e6e;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: '';
    position: absolute;
    left: -8px;
    bottom: -9px; }

/* line 277, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .side-by-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  /* line 279, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .side-by-side .description {
    width: 100%;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-right: 20px; }
  /* line 284, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .side-by-side img {
    width: 25%;
    height: 25%;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  /* line 289, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .side-by-side.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }

/* line 293, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .motion-disc {
  width: 600px;
  height: 600px;
  background: #b99e6e;
  border-radius: 50%;
  position: relative;
  left: calc(50% - 300px); }
  /* line 300, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .motion-disc .donut {
    width: 540px;
    height: 540px;
    background: #fff;
    border-radius: 50%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    left: 30px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    /* line 316, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .motion-disc .donut .triangle {
      width: 600px;
      height: 600px;
      box-sizing: border-box;
      line-height: 1.35;
      padding: 0 220px;
      position: absolute;
      top: -30px;
      left: -30px;
      text-align: center; }
      /* line 326, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .motion-disc .donut .triangle strong {
        height: 30px;
        color: #fff;
        font-family: SourceSansPro, serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px; }
      /* line 334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .motion-disc .donut .triangle .text {
        height: 160px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        font-family: SourceSansPro, sans-serif;
        font-size: 14px;
        margin: 0;
        margin-top: 20px;
        padding: 0 20px;
        position: relative;
        z-index: 3; }
        /* line 345, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
        .beauty .article-page article .motion-disc .donut .triangle .text p {
          -webkit-align-self: center;
          -moz-align-self: center;
          -ms-flex-item-align: center;
          align-self: center;
          margin: 0;
          position: relative;
          top: -15px; }
        /* line 351, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
        .beauty .article-page article .motion-disc .donut .triangle .text:after {
          width: 100%;
          height: 100%;
          border-right: 1px solid #b99e6e;
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          -webkit-transform: skew(-25.71429deg);
          -moz-transform: skew(-25.71429deg);
          -ms-transform: skew(-25.71429deg);
          -o-transform: skew(-25.71429deg);
          transform: skew(-25.71429deg); }
      /* line 366, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .motion-disc .donut .triangle.compact .text p {
        font-size: 0.9em;
        line-height: 1.1; }
      /* line 370, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .motion-disc .donut .triangle:nth-child(2) {
        -webkit-transform: rotate(51.42857deg);
        -moz-transform: rotate(51.42857deg);
        -ms-transform: rotate(51.42857deg);
        -o-transform: rotate(51.42857deg);
        transform: rotate(51.42857deg); }
      /* line 377, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .motion-disc .donut .triangle:nth-child(3) {
        -webkit-transform: rotate(102.85714deg);
        -moz-transform: rotate(102.85714deg);
        -ms-transform: rotate(102.85714deg);
        -o-transform: rotate(102.85714deg);
        transform: rotate(102.85714deg); }
      /* line 384, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .motion-disc .donut .triangle:nth-child(4) {
        -webkit-transform: rotate(154.28571deg);
        -moz-transform: rotate(154.28571deg);
        -ms-transform: rotate(154.28571deg);
        -o-transform: rotate(154.28571deg);
        transform: rotate(154.28571deg); }
      /* line 391, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .motion-disc .donut .triangle:nth-child(5) {
        -webkit-transform: rotate(205.71428deg);
        -moz-transform: rotate(205.71428deg);
        -ms-transform: rotate(205.71428deg);
        -o-transform: rotate(205.71428deg);
        transform: rotate(205.71428deg); }
      /* line 398, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .motion-disc .donut .triangle:nth-child(6) {
        -webkit-transform: rotate(257.14286deg);
        -moz-transform: rotate(257.14286deg);
        -ms-transform: rotate(257.14286deg);
        -o-transform: rotate(257.14286deg);
        transform: rotate(257.14286deg); }
      /* line 405, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .motion-disc .donut .triangle:nth-child(7) {
        -webkit-transform: rotate(308.57143deg);
        -moz-transform: rotate(308.57143deg);
        -ms-transform: rotate(308.57143deg);
        -o-transform: rotate(308.57143deg);
        transform: rotate(308.57143deg); }
  /* line 414, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .motion-disc .donut-swiper {
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    z-index: 4; }
    /* line 420, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .motion-disc .donut-swiper.donut-swiper-top {
      top: 0; }
    /* line 423, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .motion-disc .donut-swiper.donut-swiper-bottom {
      bottom: 0; }
  /* line 427, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .motion-disc .donut-center {
    width: 200px;
    height: 200px;
    background: #b99e6e;
    border-radius: 50%;
    box-sizing: border-box;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-family: SourceSansPro, sans-serif;
    font-weight: 700;
    position: absolute;
    top: 200px;
    left: 200px;
    text-align: center;
    z-index: 5; }
    /* line 443, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .motion-disc .donut-center p {
      -webkit-align-self: center;
      -moz-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      line-height: 1.35;
      margin: 0;
      padding: 0 15px; }

/* line 452, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .list-gold ol {
  list-style: none;
  margin: 20px 0;
  padding-left: 15px; }
  /* line 456, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .list-gold ol li {
    counter-increment: item;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative; }
    /* line 461, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .list-gold ol li:before {
      color: #b99e6e;
      content: counter(item) ".";
      font-family: SourceSansPro, serif;
      font-weight: 700;
      font-size: 24px;
      line-height: 24px;
      left: -15px;
      top: 0;
      position: absolute; }

/* line 476, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .list-gold.indent-left ol li {
  padding-left: 25px; }

/* line 482, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article .skincare-symbol-list {
  list-style: none;
  padding-left: 48px; }
  /* line 485, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article .skincare-symbol-list li {
    position: relative; }
    /* line 487, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .skincare-symbol-list li:after {
      width: 20px;
      height: 20px;
      background: #fff center center no-repeat;
      content: '';
      position: absolute;
      left: -30px;
      top: 2px; }
    /* line 497, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .skincare-symbol-list li.icon-all-skin-type:after {
      width: 16px;
      height: 16px;
      top: 4px;
      background: url(../units/beauty/img/articles/artistry-skincare/AllSkinTypes.svg); }
    /* line 505, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .skincare-symbol-list li.icon-combination-to-oily:after {
      width: 16px;
      height: 16px;
      top: 4px;
      background: url(../units/beauty/img/articles/artistry-skincare/CombinationToOily.svg); }
    /* line 513, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .skincare-symbol-list li.icon-normal-to-dry:after {
      width: 16px;
      height: 16px;
      top: 4px;
      background: url(../units/beauty/img/articles/artistry-skincare/NormalToDry.svg); }
    /* line 521, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .skincare-symbol-list li.icon-day:after {
      background: url(../units/beauty/img/articles/artistry-skincare/Day.svg); }
    /* line 526, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .skincare-symbol-list li.icon-night:after {
      background: url(../units/beauty/img/articles/artistry-skincare/Night.svg); }

/* line 533, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article.skincare-table-primary .input-container {
  position: relative; }
  /* line 535, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article.skincare-table-primary .input-container input[type=text] {
    width: calc(100% - 48px);
    border: none;
    border-bottom: solid 1px #aaaaaa;
    border-radius: 0;
    box-sizing: border-box;
    color: #686868;
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: 35px;
    margin-bottom: 35px;
    position: relative;
    -webkit-appearance: none; }
    /* line 549, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article.skincare-table-primary .input-container input[type=text]::placeholder {
      color: #686868;
      opacity: 1; }
  /* line 554, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article.skincare-table-primary .input-container:after {
    width: 32px;
    height: 32px;
    background: url(../units/beauty/img/articles/beauty-from-nature/search-icon.png) center center no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    top: calc(50% - 16px);
    right: 0; }

/* line 565, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .article-page article.skincare-table-primary > ul {
  width: calc(100% + 40px);
  padding-left: 20px;
  position: relative;
  left: -20px; }
  /* line 570, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article.skincare-table-primary > ul li {
    margin: 0; }
    /* line 572, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article.skincare-table-primary > ul li .header {
      width: 100%;
      background-color: #fff;
      box-sizing: border-box;
      border-top: 1px solid #aaa;
      color: #575757;
      padding: 10px 50px 10px 20px;
      position: relative;
      left: -20px;
      right: 20px; }
      /* line 582, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article.skincare-table-primary > ul li .header:after {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: all .5s ease;
        content: ' ';
        width: 10px;
        height: 10px;
        background: url(../img/arrow-expand-more-gray.svg) 50% 50% no-repeat; }
    /* line 594, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article.skincare-table-primary > ul li .description {
      padding-right: 40px;
      padding-top: 12px;
      padding-bottom: 12px; }
      /* line 598, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article.skincare-table-primary > ul li .description ul {
        margin: 15px 0; }
    /* line 603, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article.skincare-table-primary > ul li.expanded .header {
      background-color: #f48582;
      color: #fff;
      font-weight: 700; }
      /* line 607, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article.skincare-table-primary > ul li.expanded .header:after {
        background-image: url(../img/close-icon-white.svg); }
    /* line 612, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article.skincare-table-primary > ul li.hidden {
      display: none; }

@media screen and (min-width: 640px) {
  /* line 620, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .article-page article {
    font-size: 16px; }
    /* line 622, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article h1 {
      font-size: 26px; }
    /* line 625, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article h2 {
      font-size: 22px; }
    /* line 630, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .nutrition-header > img.img-active-lifestile {
      width: 110px;
      height: 110px; }
    /* line 636, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .container-flex {
      display: flex;
      flex-direction: row; }
      /* line 639, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .container-flex .flex-text {
        align-self: center;
        flex: 1; }
    /* line 644, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .img-container {
      width: 33%;
      margin: 20px auto;
      padding-right: 20px; }
      /* line 648, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .img-container > img {
        width: 100%;
        height: auto; }
      /* line 652, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .img-container.img-full-width {
        width: 80%;
        margin: 20px auto; }
        /* line 655, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
        .beauty .article-page article .img-container.img-full-width > img {
          left: 0; }
      /* line 659, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .img-container.img-left {
        margin: 0; }
        /* line 661, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
        .beauty .article-page article .img-container.img-left > img {
          left: -20px; }
    /* line 666, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .g-and-h-line-logo-container {
      margin: 10px 0 10px 0;
      width: 60%; }
      /* line 669, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .g-and-h-line-logo-container img {
        width: 90%; }
    /* line 673, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .history-tree {
      margin-left: 32px; }
      /* line 676, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .history-tree .history-branch h2 {
        padding-left: 35px;
        padding-bottom: .45em; }
      /* line 680, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .history-tree .history-branch p {
        margin-left: 2.4em; }
      /* line 684, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .history-tree .history-branch.branch-tile h2 {
        padding-left: 50px; }
      /* line 687, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .history-tree .history-branch.branch-tile img {
        width: 70px;
        height: 70px;
        left: -37px;
        top: -4px; }
      /* line 693, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .history-tree .history-branch.branch-tile:before {
        width: 76px;
        height: 76px;
        left: -40px;
        top: -7px; }
      /* line 701, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .history-tree:after {
        width: 0;
        height: 0;
        width: 0;
        height: 0;
        border-top: 18px solid #b99e6e;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: '';
        position: absolute;
        left: -8px;
        bottom: -9px; }
    /* line 715, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .sections {
      list-style: none;
      padding-left: 0; }
      /* line 721, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .sections li.expert .header img {
        width: 17%;
        height: 17%; }
      /* line 725, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .sections li.expert .header .expert-content {
        padding-left: 25px; }
        /* line 727, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
        .beauty .article-page article .sections li.expert .header .expert-content h3 {
          font-size: 20px; }
        /* line 730, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
        .beauty .article-page article .sections li.expert .header .expert-content .job {
          font-size: 14px; }
      /* line 738, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .sections li.list-gold .description .img-container {
        width: 70%;
        margin: 20px auto; }
    /* line 746, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .side-by-side {
      margin-top: 40px;
      margin-bottom: 60px; }
      /* line 749, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .side-by-side .description {
        width: 100%; }
      /* line 752, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
      .beauty .article-page article .side-by-side img {
        width: 15%;
        height: 15%;
        padding: 0 40px 0 60px; }
    /* line 759, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .article-page article .skin-enemies-disc .donut-center {
      font-size: 14px; } }

/* line 766, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
.beauty .quick-nav {
  overflow: hidden;
  max-height: 0;
  transition: all .5s ease; }
  /* line 770, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .quick-nav.expanded {
    overflow-y: scroll;
    max-height: 100%; }
  /* line 774, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
  .beauty .quick-nav li {
    min-height: 48px;
    margin: 0 !important;
    padding-right: 20px !important; }
    /* line 778, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_beauty.scss */
    .beauty .quick-nav li .label {
      position: relative; }

/* line 7, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article h1, .personal-care .article-page article h2, .personal-care .article-page article h3 {
  font-family: RobotoCondensed, serif;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase; }

/* line 13, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article h3 {
  line-height: 1.5; }

/* line 17, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article section h2 {
  text-transform: none; }

/* line 21, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article > p:first-child {
  margin-top: 0; }

/* line 28, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .color-fragrances {
  color: #73788e !important; }

/* line 28, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .color-mens-grooming {
  color: #004751 !important; }

/* line 28, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .color-body-care {
  color: #2d4877 !important; }

/* line 28, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .color-hair-care {
  color: #797a7d !important; }

/* line 32, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .color-black {
  color: #000; }

/* line 35, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .noto-bold {
  font-family: SourceSansPro, serif;
  font-size: 15px;
  font-weight: 700; }

/* line 40, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .noto-light {
  font-family: SourceSansPro, serif; }

/* line 43, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .width-half {
  width: 50%; }

/* line 46, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article img {
  display: inline-block;
  width: 30%;
  height: 30%; }
  /* line 50, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article img.img-half {
    width: 50% !important;
    height: 50% !important; }

/* line 55, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .subtext {
  font-size: 12px;
  margin: 4px 0 20px 0; }
  /* line 58, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .subtext.last-item {
    margin: 4px 0 0 0; }

/* line 63, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .align-right {
  text-align: right; }

/* line 66, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .align-left {
  text-align: left; }

/* line 69, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .home-logos {
  margin: 20px 0px;
  display: flex;
  justify-content: center; }

/* line 74, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .container-flex {
  display: flex;
  flex-direction: column; }

/* line 78, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .subheader {
  font-family: RobotoCondensed, serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 30px; }
  /* line 84, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .subheader.nutrition {
    color: #186637;
    font-weight: 700; }
  /* line 88, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .subheader.satinique {
    color: #8a5ea4;
    margin-bottom: 8px; }
  /* line 92, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .subheader.no-margin-bottom {
    margin-bottom: 0px; }
  /* line 95, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .subheader b {
    font-weight: 700; }

/* line 99, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .margin-bottom {
  margin-bottom: 30px; }

/* line 102, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .margin-bottom-half {
  margin-bottom: 15px; }

/* line 105, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .margin-top {
  margin-top: 30px; }

/* line 108, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .margin-top-half {
  margin-top: 15px; }

/* line 111, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .margin-top-small {
  margin-top: 5px; }

/* line 114, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .margin-bottom-large {
  margin-bottom: 40px; }

/* line 117, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .margin-half {
  margin: 15px; }

/* line 120, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article table {
  border: 0; }
  /* line 123, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article table thead tr {
    border-top: none; }
    /* line 125, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article table thead tr th {
      font-family: RobotoCondensed, serif;
      font-weight: 700;
      text-align: center;
      border-right: 1px solid #9c9c9c;
      padding: 20px 30px; }
      /* line 131, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article table thead tr th:last-child {
        border-right: none; }
  /* line 138, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article table tbody tr {
    border-top: 1px solid #9c9c9c; }
    /* line 140, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article table tbody tr td {
      border-right: 1px solid #9c9c9c;
      padding: 20px 25px; }
      /* line 143, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article table tbody tr td:last-child {
        border-right: none;
        padding: 20px 0 20px 30px; }
      /* line 147, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article table tbody tr td.col-h {
        color: #f7c849;
        font-family: RobotoCondensed, serif;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        vertical-align: middle; }
      /* line 155, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article table tbody tr td ul {
        margin: 0; }

/* line 162, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .horizontal-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px; }
  /* line 166, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .horizontal-scroll table {
    width: 620px; }

/* line 170, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .subtext {
  font-size: 13px;
  margin: 4px 0 20px 0; }

/* line 174, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .g-and-h-line-logo-container {
  margin: 10px 0 10px 0;
  width: 100%; }
  /* line 177, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .g-and-h-line-logo-container img {
    width: 90%; }

/* line 181, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .img-container {
  width: 100%;
  margin: 20px 0px; }
  /* line 184, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .img-container > img {
    width: 100%;
    height: auto; }
  /* line 188, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .img-container.img-full-width {
    width: calc(100% + 40px); }
    /* line 190, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article .img-container.img-full-width > img {
      position: relative;
      left: -20px; }
  /* line 195, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .img-container.img-last {
    margin: 0; }

/* line 199, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .sections {
  list-style: none;
  padding-left: 0; }
  /* line 203, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .sections li .description {
    display: none; }
    /* line 205, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article .sections li .description .text-section {
      margin-bottom: 0; }

/* line 211, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .cloud {
  width: 100%;
  box-sizing: border-box;
  font-weight: 700;
  margin-bottom: 50px;
  padding: 22px;
  padding-bottom: 20px;
  position: relative; }
  /* line 219, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .cloud h2 {
    color: #fff !important;
    line-height: 1.1;
    margin: 0;
    margin-bottom: 20px; }
  /* line 225, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .cloud p {
    color: #fff !important;
    line-height: 1.75;
    margin: 0; }
  /* line 230, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .cloud ul {
    color: #fff !important;
    margin: 15px 0; }
  /* line 234, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .cloud.cloud-margin-bottom {
    margin-bottom: 70px; }
  /* line 237, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .cloud:after {
    width: 0;
    height: 0;
    border-top-width: 35px;
    border-top-style: solid;
    border-right: 23px solid transparent;
    content: '';
    position: absolute;
    bottom: -35px;
    left: 30px; }

/* line 249, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .woman-buttons {
  margin-top: 30px;
  margin-bottom: 0;
  position: relative; }
  /* line 253, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .woman-buttons > img {
    width: calc(100% + 40px);
    position: relative;
    left: -20px; }
  /* line 258, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .woman-buttons .plus {
    width: 35px;
    height: 35px;
    background: url(../units/personal-care/img/articles/fragrances/glyph-plus.png) center center no-repeat;
    background-size: contain;
    color: #334;
    font-family: SourceSansPro, serif;
    font-weight: 700;
    line-height: 1.2;
    position: absolute; }
    /* line 268, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article .woman-buttons .plus > div {
      height: 35px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      position: relative; }
      /* line 273, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article .woman-buttons .plus > div > div {
        max-width: 0;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        -webkit-transition: max-width .5s, opacity .5s;
        -moz-transition: max-width .5s, opacity .5s;
        -ms-transition: max-width .5s, opacity .5s;
        -o-transition: max-width .5s, opacity .5s;
        transition: max-width .5s, opacity .5s; }
    /* line 286, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article .woman-buttons .plus .plus-left div {
      margin-left: 10px;
      left: 35px;
      text-align: left; }
    /* line 294, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article .woman-buttons .plus .plus-right div {
      margin-right: 10px;
      right: 35px;
      text-align: right; }
    /* line 301, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article .woman-buttons .plus.expanded > div > div {
      min-width: 120px;
      opacity: 1; }

/* line 308, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .img-scroller {
  width: calc(100% + 40px);
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  left: -20px;
  text-align: center; }
  /* line 315, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .img-scroller > img {
    width: 235%; }
  /* line 318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .img-scroller.fragrances-flower {
    position: relative; }
    /* line 320, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article .img-scroller.fragrances-flower div {
      font-size: 13px;
      color: #000;
      display: inline-block;
      position: absolute; }
      /* line 325, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article .img-scroller.fragrances-flower div.fragrances-flower-female {
        color: #f4afce;
        top: 18%;
        left: 7%;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      /* line 335, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article .img-scroller.fragrances-flower div.fragrances-flower-male {
        color: #b6b1ad;
        top: 20%;
        right: -127%;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      /* line 345, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article .img-scroller.fragrances-flower div.fragrances-flower-floral {
        width: 36%;
        bottom: 28%;
        left: 7%;
        line-height: 1.25;
        -webkit-transform: rotate(-23deg);
        -moz-transform: rotate(-23deg);
        -ms-transform: rotate(-23deg);
        -o-transform: rotate(-23deg);
        transform: rotate(-23deg); }
        /* line 355, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
        .personal-care .article-page article .img-scroller.fragrances-flower div.fragrances-flower-floral .color {
          color: #d5608e; }
      /* line 359, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article .img-scroller.fragrances-flower div.fragrances-flower-citrusy {
        width: 31%;
        bottom: 61%;
        left: 47%;
        line-height: 1.25;
        -webkit-transform: rotate(17deg);
        -moz-transform: rotate(17deg);
        -ms-transform: rotate(17deg);
        -o-transform: rotate(17deg);
        transform: rotate(17deg); }
        /* line 369, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
        .personal-care .article-page article .img-scroller.fragrances-flower div.fragrances-flower-citrusy .color {
          color: #9b8d31; }
      /* line 373, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article .img-scroller.fragrances-flower div.fragrances-flower-oriental-female {
        width: 40%;
        bottom: 80%;
        left: 75%;
        line-height: 1.25;
        -webkit-transform: rotate(17deg);
        -moz-transform: rotate(17deg);
        -ms-transform: rotate(17deg);
        -o-transform: rotate(17deg);
        transform: rotate(17deg); }
        /* line 383, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
        .personal-care .article-page article .img-scroller.fragrances-flower div.fragrances-flower-oriental-female .color {
          color: #7f6aa5; }
      /* line 387, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article .img-scroller.fragrances-flower div.fragrances-flower-oriental-male {
        width: 40%;
        bottom: 77%;
        left: 125%;
        line-height: 1.25;
        -webkit-transform: rotate(-25deg);
        -moz-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        -o-transform: rotate(-25deg);
        transform: rotate(-25deg); }
        /* line 397, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
        .personal-care .article-page article .img-scroller.fragrances-flower div.fragrances-flower-oriental-male .color {
          color: #508fc2; }
      /* line 401, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article .img-scroller.fragrances-flower div.fragrances-flower-oriental-woody {
        width: 32%;
        bottom: 58%;
        right: -98%;
        line-height: 1.25;
        -webkit-transform: rotate(-11deg);
        -moz-transform: rotate(-11deg);
        -ms-transform: rotate(-11deg);
        -o-transform: rotate(-11deg);
        transform: rotate(-11deg); }
        /* line 411, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
        .personal-care .article-page article .img-scroller.fragrances-flower div.fragrances-flower-oriental-woody .color {
          color: #877b78; }
      /* line 415, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article .img-scroller.fragrances-flower div.fragrances-flower-oriental-citrusy-male {
        width: 33%;
        bottom: 23%;
        right: -116%;
        line-height: 1.25;
        -webkit-transform: rotate(38deg);
        -moz-transform: rotate(38deg);
        -ms-transform: rotate(38deg);
        -o-transform: rotate(38deg);
        transform: rotate(38deg); }
        /* line 425, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
        .personal-care .article-page article .img-scroller.fragrances-flower div.fragrances-flower-oriental-citrusy-male .color {
          color: #6aaf7b; }
      /* line 429, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article .img-scroller.fragrances-flower div .color {
        display: block;
        margin-top: 5px; }
    /* line 434, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article .img-scroller.fragrances-flower .bigger {
      font-size: 21px; }

/* line 439, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .side-by-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  /* line 441, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .side-by-side .description {
    width: 100%;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-right: 20px; }
  /* line 446, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .side-by-side img {
    width: 25%;
    height: 25%;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  /* line 451, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .side-by-side.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }

/* line 455, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .motion-disc {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  left: calc(50% - 300px); }
  /* line 462, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .motion-disc .donut {
    width: 600px;
    height: 600px;
    border-radius: 50%;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden; }
    /* line 479, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article .motion-disc .donut .triangle {
      width: 600px;
      height: 600px;
      box-sizing: border-box;
      color: #fff;
      font-family: SourceSansPro, serif;
      margin-top: 0;
      padding: 0 210px;
      padding-top: 40px;
      position: absolute;
      top: 0px;
      left: 0px;
      text-align: center; }
      /* line 487, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .lang_PL.personal-care .article-page article .motion-disc .donut .triangle {
        padding: 40px 170px 0; }
      /* line 493, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article .motion-disc .donut .triangle strong {
        height: 30px;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        position: relative;
        z-index: 5; }
      /* line 502, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article .motion-disc .donut .triangle .text {
        font-size: 14px;
        margin: 0;
        padding-top: 20px;
        z-index: 3; }
        /* line 507, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
        .personal-care .article-page article .motion-disc .donut .triangle .text p {
          color: #fff;
          margin: 0;
          position: relative; }
        /* line 512, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
        .personal-care .article-page article .motion-disc .donut .triangle .text:after {
          width: 300px;
          height: 300px;
          background-size: contain;
          content: '';
          position: absolute;
          top: -62px;
          right: 150px;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          z-index: -1; }
      /* line 528, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article .motion-disc .donut .triangle:nth-child(1) {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); }
        /* line 535, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
        .personal-care .article-page article .motion-disc .donut .triangle:nth-child(1) .text:after {
          background: #73c7a6 url(../units/personal-care/img/articles/mens-grooming/disc-gradient1.jpg) right bottom no-repeat; }
      /* line 540, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article .motion-disc .donut .triangle:nth-child(2) {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
        /* line 547, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
        .personal-care .article-page article .motion-disc .donut .triangle:nth-child(2) .text:after {
          background: #6acbd5 url(../units/personal-care/img/articles/mens-grooming/disc-gradient2.jpg) right bottom no-repeat; }
      /* line 552, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article .motion-disc .donut .triangle:nth-child(3) {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
        /* line 559, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
        .personal-care .article-page article .motion-disc .donut .triangle:nth-child(3) .text:after {
          background: #2db1e3 url(../units/personal-care/img/articles/mens-grooming/disc-gradient3.jpg) right bottom no-repeat; }
      /* line 564, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article .motion-disc .donut .triangle:nth-child(4) {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg); }
        /* line 571, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
        .personal-care .article-page article .motion-disc .donut .triangle:nth-child(4) .text:after {
          background: #0d5481 url(../units/personal-care/img/articles/mens-grooming/disc-gradient4.jpg) right bottom no-repeat; }
  /* line 578, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .motion-disc .donut-swiper {
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    z-index: 4; }
    /* line 584, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article .motion-disc .donut-swiper.donut-swiper-top {
      top: 0; }
    /* line 587, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article .motion-disc .donut-swiper.donut-swiper-bottom {
      bottom: 0; }

/* line 593, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .order-list ol {
  list-style: none;
  margin: 20px 0;
  padding-left: 15px; }
  /* line 597, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .order-list ol li {
    counter-increment: item;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative; }
    /* line 602, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article .order-list ol li:before {
      content: counter(item) ".";
      font-family: SourceSansPro, serif;
      font-weight: 700;
      font-size: 24px;
      line-height: 24px;
      left: -15px;
      top: 0;
      position: absolute; }

/* line 620, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article.fragrances-theme h1, .personal-care .article-page article.fragrances-theme h2, .personal-care .article-page article.fragrances-theme h3 {
  color: #73788e; }

/* line 626, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article.fragrances-theme .order-list ol li:before {
  color: #73788e; }

/* line 632, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article.fragrances-theme .cloud {
  background-color: #73788e; }
  /* line 634, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article.fragrances-theme .cloud:after {
    border-top-color: #73788e; }

/* line 639, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .cloud-fragrances {
  background-color: #73788e !important; }
  /* line 641, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .cloud-fragrances:after {
    border-top-color: #73788e !important; }

/* line 620, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article.mens-grooming-theme h1, .personal-care .article-page article.mens-grooming-theme h2, .personal-care .article-page article.mens-grooming-theme h3 {
  color: #004751; }

/* line 626, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article.mens-grooming-theme .order-list ol li:before {
  color: #004751; }

/* line 632, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article.mens-grooming-theme .cloud {
  background-color: #004751; }
  /* line 634, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article.mens-grooming-theme .cloud:after {
    border-top-color: #004751; }

/* line 639, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .cloud-mens-grooming {
  background-color: #004751 !important; }
  /* line 641, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .cloud-mens-grooming:after {
    border-top-color: #004751 !important; }

/* line 620, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article.body-care-theme h1, .personal-care .article-page article.body-care-theme h2, .personal-care .article-page article.body-care-theme h3 {
  color: #2d4877; }

/* line 626, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article.body-care-theme .order-list ol li:before {
  color: #2d4877; }

/* line 632, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article.body-care-theme .cloud {
  background-color: #2d4877; }
  /* line 634, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article.body-care-theme .cloud:after {
    border-top-color: #2d4877; }

/* line 639, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .cloud-body-care {
  background-color: #2d4877 !important; }
  /* line 641, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .cloud-body-care:after {
    border-top-color: #2d4877 !important; }

/* line 620, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article.hair-care-theme h1, .personal-care .article-page article.hair-care-theme h2, .personal-care .article-page article.hair-care-theme h3 {
  color: #797a7d; }

/* line 626, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article.hair-care-theme .order-list ol li:before {
  color: #797a7d; }

/* line 632, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article.hair-care-theme .cloud {
  background-color: #797a7d; }
  /* line 634, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article.hair-care-theme .cloud:after {
    border-top-color: #797a7d; }

/* line 639, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .article-page article .cloud-hair-care {
  background-color: #797a7d !important; }
  /* line 641, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article .cloud-hair-care:after {
    border-top-color: #797a7d !important; }

@media screen and (min-width: 640px) {
  /* line 648, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .article-page article {
    font-size: 16px; }
    /* line 650, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article h1 {
      font-size: 26px; }
    /* line 653, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article h2 {
      font-size: 22px; }
    /* line 658, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article .nutrition-header > img.img-active-lifestile {
      width: 110px;
      height: 110px; }
    /* line 664, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article .container-flex {
      display: flex;
      flex-direction: row; }
      /* line 667, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article .container-flex .flex-text {
        align-self: center;
        flex: 1; }
    /* line 672, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article .img-container {
      width: 45%;
      margin: 20px auto;
      padding-right: 20px; }
      /* line 676, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article .img-container > img {
        width: 100%;
        height: auto; }
      /* line 680, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article .img-container.img-left {
        margin: 0; }
        /* line 682, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
        .personal-care .article-page article .img-container.img-left > img {
          left: -20px; }
    /* line 687, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article .g-and-h-line-logo-container {
      margin: 10px 0 10px 0;
      width: 60%; }
      /* line 690, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article .g-and-h-line-logo-container img {
        width: 90%; }
    /* line 694, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article .sections {
      list-style: none;
      padding-left: 0; }
    /* line 698, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article .side-by-side {
      margin-top: 40px;
      margin-bottom: 60px; }
      /* line 701, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article .side-by-side .description {
        width: 100%; }
      /* line 704, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article .side-by-side img {
        width: 15%;
        height: 15%;
        padding: 0 40px 0 60px; }
    /* line 710, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article .woman-buttons {
      margin-top: 0; }
      /* line 712, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article .woman-buttons .plus {
        width: 45px;
        height: 45px; }
        /* line 715, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
        .personal-care .article-page article .woman-buttons .plus > div {
          height: 45px;
          font-size: 22px; }
        /* line 720, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
        .personal-care .article-page article .woman-buttons .plus .plus-left div {
          margin-left: 20px;
          left: 45px; }
        /* line 726, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
        .personal-care .article-page article .woman-buttons .plus .plus-right div {
          margin-right: 20px;
          right: 45px; }
        /* line 732, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
        .personal-care .article-page article .woman-buttons .plus.expanded > div > div {
          max-width: 180px; }
    /* line 739, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article .img-scroller > img {
      width: 150%; }
    /* line 742, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article .img-scroller.fragrances-flower {
      position: relative; }
      /* line 744, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article .img-scroller.fragrances-flower div {
        font-size: 15px; }
        /* line 746, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
        .personal-care .article-page article .img-scroller.fragrances-flower div.fragrances-flower-male {
          right: -42%; }
        /* line 749, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
        .personal-care .article-page article .img-scroller.fragrances-flower div.fragrances-flower-floral {
          width: 18%;
          left: 7%; }
        /* line 753, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
        .personal-care .article-page article .img-scroller.fragrances-flower div.fragrances-flower-citrusy {
          width: 15%;
          top: 27%;
          left: 30%; }
        /* line 758, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
        .personal-care .article-page article .img-scroller.fragrances-flower div.fragrances-flower-oriental-female {
          width: 22%;
          left: 52%; }
        /* line 762, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
        .personal-care .article-page article .img-scroller.fragrances-flower div.fragrances-flower-oriental-male {
          width: 20%;
          left: 80%; }
        /* line 766, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
        .personal-care .article-page article .img-scroller.fragrances-flower div.fragrances-flower-oriental-woody {
          width: 16%;
          top: 33%;
          right: -24%; }
        /* line 771, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
        .personal-care .article-page article .img-scroller.fragrances-flower div.fragrances-flower-oriental-citrusy-male {
          width: 23%;
          right: -42%; }
      /* line 776, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
      .personal-care .article-page article .img-scroller.fragrances-flower .bigger {
        font-size: 24px; }
    /* line 782, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .article-page article .horizontal-scroll table {
      width: 100%; } }

/* line 789, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
.personal-care .quick-nav {
  overflow: hidden;
  max-height: 0;
  transition: all .5s ease; }
  /* line 793, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .quick-nav.expanded {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 100%; }
  /* line 798, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
  .personal-care .quick-nav li {
    min-height: 48px;
    margin: 0 !important;
    padding-right: 20px !important; }
    /* line 802, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_personal_care.scss */
    .personal-care .quick-nav li .label {
      position: relative; }

/* line 7, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article h1, .home .article-page article h2, .home .article-page article h3 {
  color: #004b85;
  font-family: RobotoCondensed, sans;
  font-weight: 700;
  line-height: 1.25; }
  /* line 12, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article h1.h-underline, .home .article-page article h2.h-underline, .home .article-page article h3.h-underline {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 20px; }
    /* line 16, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article h1.h-underline.color-secondary, .home .article-page article h2.h-underline.color-secondary, .home .article-page article h3.h-underline.color-secondary {
      border-color: #81bc47 !important; }
  /* line 20, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article h1 .h-light, .home .article-page article h2 .h-light, .home .article-page article h3 .h-light {
    font-weight: 100; }

/* line 24, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article table {
  width: 100%; }
  /* line 27, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article table thead tr {
    border-top: none; }
  /* line 31, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article table tr {
    border-top: 1px solid #3a3a3a; }
    /* line 33, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article table tr th, .home .article-page article table tr td {
      padding: 20px 0; }
      /* line 35, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article table tr th:first-child, .home .article-page article table tr td:first-child {
        padding-right: 50px;
        vertical-align: middle; }
  /* line 44, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article table.cols-3 tr th:first-child, .home .article-page article table.cols-3 tr td:first-child {
    padding-right: 40px; }
  /* line 47, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article table.cols-3 tr th:nth-child(2), .home .article-page article table.cols-3 tr td:nth-child(2) {
    padding-right: 50px;
    vertical-align: middle; }
  /* line 54, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article table.laundry-table {
    width: 1000px; }
    /* line 57, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article table.laundry-table thead th {
      font-weight: 700;
      line-height: 1.45;
      padding: 10px;
      text-align: center;
      vertical-align: middle; }
      /* line 63, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article table.laundry-table thead th:not(:first-child) {
        color: #1d94d3; }
      /* line 66, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article table.laundry-table thead th.blue-background {
        background-color: #1d94d3;
        color: #fff; }
    /* line 73, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article table.laundry-table tbody tr {
      border-top: 1px solid #b0b0b0; }
      /* line 75, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article table.laundry-table tbody tr td {
        height: 55px;
        border-right: 1px solid #b0b0b0;
        line-height: 1.45;
        padding: 10px;
        text-align: center;
        vertical-align: middle; }
        /* line 82, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
        .home .article-page article table.laundry-table tbody tr td:not(:first-child) {
          background: url(../img/checkmark-light-blue.svg) center center no-repeat;
          background-size: 22px 22px; }
        /* line 86, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
        .home .article-page article table.laundry-table tbody tr td:last-child {
          border-right: none; }
        /* line 89, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
        .home .article-page article table.laundry-table tbody tr td.checkmark-2 {
          background: none;
          position: relative; }
          /* line 92, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
          .home .article-page article table.laundry-table tbody tr td.checkmark-2:before {
            width: 22px;
            height: 22px;
            background: url(../img/checkmark-light-blue.svg) center center no-repeat;
            content: '';
            position: absolute;
            top: calc(50% - 11px);
            left: calc(50% - 22px); }
          /* line 101, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
          .home .article-page article table.laundry-table tbody tr td.checkmark-2:after {
            width: 22px;
            height: 22px;
            background: url(../img/checkmark-light-blue.svg) center center no-repeat;
            content: '';
            position: absolute;
            top: calc(50% - 11px);
            right: calc(50% - 22px); }
        /* line 111, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
        .home .article-page article table.laundry-table tbody tr td.checkmark-3 {
          position: relative; }
          /* line 113, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
          .home .article-page article table.laundry-table tbody tr td.checkmark-3:before {
            width: 22px;
            height: 22px;
            background: url(../img/checkmark-light-blue.svg) center center no-repeat;
            content: '';
            position: absolute;
            top: calc(50% - 11px);
            left: calc(50% - 34px); }
          /* line 122, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
          .home .article-page article table.laundry-table tbody tr td.checkmark-3:after {
            width: 22px;
            height: 22px;
            background: url(../img/checkmark-light-blue.svg) center center no-repeat;
            content: '';
            position: absolute;
            top: calc(50% - 11px);
            right: calc(50% - 34px); }
  /* line 136, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article table.products-table {
    width: 1100px; }
    /* line 139, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article table.products-table thead th {
      border-right: 1px solid #b0b0b0;
      font-weight: 700;
      line-height: 1.45;
      padding: 10px 20px;
      text-align: center;
      vertical-align: middle; }
      /* line 146, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article table.products-table thead th:nth-child(2) {
        white-space: nowrap; }
      /* line 149, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article table.products-table thead th:last-child {
        border-right: none; }
    /* line 155, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article table.products-table tbody tr {
      border-top: 1px solid #b0b0b0; }
      /* line 157, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article table.products-table tbody tr td {
        height: 55px;
        border-right: 1px solid #b0b0b0;
        line-height: 1.45;
        padding: 10px 0;
        text-align: left;
        vertical-align: middle; }
        /* line 164, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
        .home .article-page article table.products-table tbody tr td:first-child {
          border-right: none; }
          /* line 166, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
          .home .article-page article table.products-table tbody tr td:first-child img {
            width: 100px;
            height: auto; }
        /* line 171, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
        .home .article-page article table.products-table tbody tr td:nth-child(2) {
          min-width: calc(80vw - 100px);
          max-width: calc(100vw - 100px);
          color: #0091c0;
          font-weight: 700;
          padding-right: 5px; }
        /* line 178, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
        .home .article-page article table.products-table tbody tr td:nth-child(3) {
          text-align: center; }
        /* line 181, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
        .home .article-page article table.products-table tbody tr td:nth-child(4), .home .article-page article table.products-table tbody tr td:nth-child(5) {
          padding: 10px 20px; }
        /* line 185, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
        .home .article-page article table.products-table tbody tr td:last-child {
          border-right: none;
          padding: 10px 20px; }
      /* line 191, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article table.products-table tbody tr.row-secondary td {
        height: auto;
        border-top: 1px solid #fff;
        padding-top: 0; }
        /* line 195, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
        .home .article-page article table.products-table tbody tr.row-secondary td:first-child {
          min-width: calc(85vw - 100px);
          max-width: calc(100vw - 100px);
          border-right: 1px solid #b0b0b0;
          color: #0091c0;
          font-weight: 700;
          padding-right: 5px; }
        /* line 203, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
        .home .article-page article table.products-table tbody tr.row-secondary td:nth-child(2) {
          color: #000;
          font-weight: 100;
          text-align: center; }
        /* line 208, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
        .home .article-page article table.products-table tbody tr.row-secondary td:nth-child(3) {
          text-align: left; }
    /* line 215, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article table.products-table.table-smaller {
      width: 900px; }
    /* line 221, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article table.products-table.table-icook tbody tr td {
      width: 90px;
      position: relative; }
      /* line 224, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article table.products-table.table-icook tbody tr td:first-child {
        width: auto;
        border-right: 1px solid #b0b0b0;
        color: #5f353d;
        font-weight: 700; }
      /* line 230, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article table.products-table.table-icook tbody tr td:nth-child(2) {
        width: auto;
        color: #000;
        font-weight: 100;
        padding: 10px 20px; }
      /* line 237, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article table.products-table.table-icook tbody tr td.red-dot:after {
        width: 10px;
        height: 10px;
        background-color: #d11e24;
        border-radius: 50%;
        content: '';
        display: block;
        position: absolute;
        top: calc(50% - 5px);
        left: calc(50% - 5px); }

/* line 255, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article ol {
  list-style: none;
  margin: 20px 0;
  padding-left: 0; }
  /* line 259, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article ol > li {
    counter-increment: item;
    margin-bottom: 10px;
    padding-left: 36px;
    position: relative; }
    /* line 264, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article ol > li:before {
      color: #004b85;
      content: counter(item) ". ";
      font-family: SourceSansPro, sans-serif;
      font-size: 24px;
      font-weight: 700;
      padding-right: 8px;
      position: absolute;
      left: 0;
      top: -12px; }
  /* line 278, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article ol.counter-middle li:before {
    top: -8px; }
  /* line 284, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article ol.h2-list li {
    padding-left: 26px; }
    /* line 286, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article ol.h2-list li h2 {
      color: #004b85;
      border-color: #004b85 !important; }
    /* line 291, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article ol.h2-list li > ul li {
      padding-left: 0; }
      /* line 293, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article ol.h2-list li > ul li:before {
        background-image: url("../img/checkmark-light-blue.svg");
        top: 6px;
        left: -24px; }
    /* line 300, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article ol.h2-list li:before {
      color: #004b85 !important;
      font-size: 20px;
      top: -4px; }

/* line 308, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .h-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  /* line 311, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .h-icon img {
    width: 70px;
    height: 70px;
    padding-right: 20px;
    vertical-align: middle; }

/* line 319, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .drinking-water h1 {
  text-align: center; }
  /* line 321, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .drinking-water h1 img {
    vertical-align: middle;
    width: auto;
    height: 60px; }

/* line 327, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .drinking-water h2 {
  border-bottom: 1px solid #004b85;
  margin-bottom: 30px; }
  /* line 330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .drinking-water h2 img {
    width: auto;
    height: 90px;
    background: #fff;
    position: relative;
    bottom: -18px; }
  /* line 337, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .drinking-water h2 span {
    text-transform: none; }

/* line 341, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .drinking-water .glasses-set {
  margin: 20px 0; }
  /* line 343, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .drinking-water .glasses-set .glasses {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 10px 0; }
    /* line 348, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .drinking-water .glasses-set .glasses img {
      width: auto;
      height: 60px; }

/* line 355, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .list-checkmarks {
  list-style: none;
  margin: 20px 0;
  padding-left: 0; }
  /* line 359, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .list-checkmarks li {
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative; }
    /* line 363, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .list-checkmarks li:before {
      width: 12px;
      height: 12px;
      background: url("../img/checkmark-dark-blue.svg") center center no-repeat;
      background-size: contain;
      color: #004b85;
      content: '';
      position: absolute;
      left: 0;
      top: 6px; }
  /* line 377, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .list-checkmarks.counter-middle li:before {
    top: -8px; }

/* line 387, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .color-amway-blue {
  color: #004b85 !important; }
  /* line 389, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .color-amway-blue.h-underline {
    border-color: #004b85 !important; }

/* line 387, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .color-home-blue {
  color: #1d94d3 !important; }
  /* line 389, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .color-home-blue.h-underline {
    border-color: #1d94d3 !important; }

/* line 387, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .color-home-bordo {
  color: #5f353d !important; }
  /* line 389, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .color-home-bordo.h-underline {
    border-color: #5f353d !important; }

/* line 387, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .color-home-black {
  color: #1d1d1b !important; }
  /* line 389, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .color-home-black.h-underline {
    border-color: #1d1d1b !important; }

/* line 387, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .color-home-yellow {
  color: #e1b900 !important; }
  /* line 389, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .color-home-yellow.h-underline {
    border-color: #e1b900 !important; }

/* line 387, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .color-home-green {
  color: #299b37 !important; }
  /* line 389, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .color-home-green.h-underline {
    border-color: #299b37 !important; }

/* line 387, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .color-home-magenta {
  color: #b93770 !important; }
  /* line 389, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .color-home-magenta.h-underline {
    border-color: #b93770 !important; }

/* line 394, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .color-black {
  color: #000; }

/* line 397, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .article-color {
  color: #004b85; }

/* line 400, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .color-secondary {
  color: #81bc47 !important; }

/* line 403, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article img {
  display: inline-block;
  width: 30%;
  height: 30%; }
  /* line 407, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article img.img-half {
    width: 50% !important;
    height: 50% !important; }

/* line 412, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article sup {
  vertical-align: super;
  font-size: 8px; }

/* line 416, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .subtext {
  font-size: 12px;
  margin: 4px 0 20px 0; }
  /* line 419, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .subtext.last-item {
    margin: 4px 0 0 0; }

/* line 423, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .align-right {
  text-align: right; }

/* line 426, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .home-logos {
  margin: 20px 0px;
  display: flex;
  justify-content: center; }

/* line 431, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .container-flex {
  display: flex;
  flex-direction: column; }

/* line 435, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .subheader {
  font-family: RobotoCondensed, serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 30px; }
  /* line 441, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .subheader.nutrition {
    color: #186637;
    font-weight: 700; }
  /* line 445, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .subheader.satinique {
    color: #8a5ea4;
    margin-bottom: 8px; }
  /* line 449, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .subheader.no-margin-bottom {
    margin-bottom: 0px; }
  /* line 452, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .subheader b {
    font-weight: 700; }

/* line 456, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .margin-left-half {
  margin-left: 15px; }

/* line 459, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .margin-bottom {
  margin-bottom: 30px !important; }

/* line 462, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .margin-bottom-half {
  margin-bottom: 15px !important; }

/* line 465, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .margin-bottom-large {
  margin-bottom: 40px !important; }

/* line 468, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .no-margin-bottom {
  margin-bottom: 0 !important; }

/* line 471, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .margin-top-small {
  margin-top: 5px !important; }

/* line 474, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .margin-top-half {
  margin-top: 15px !important; }

/* line 477, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .no-margin-top {
  margin-top: 0 !important; }

/* line 480, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .subtext {
  font-size: 13px;
  margin: 4px 0 20px 0; }

/* line 484, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .g-and-h-line-logo-container {
  margin: 10px 0 10px 0;
  width: 100%; }
  /* line 487, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .g-and-h-line-logo-container img {
    width: 90%; }

/* line 491, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .img-container {
  width: 100%;
  margin: 20px 0px; }
  /* line 494, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .img-container > img {
    width: 100%;
    height: auto; }
  /* line 498, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .img-container.img-small {
    text-align: center; }
    /* line 500, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .img-container.img-small > img {
      width: 35%;
      height: auto; }
  /* line 505, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .img-container.img-full-width {
    width: calc(100% + 40px); }
    /* line 507, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .img-container.img-full-width > img {
      position: relative;
      left: -20px; }
  /* line 512, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .img-container.img-large {
    text-align: center; }
    /* line 514, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .img-container.img-large > img {
      width: 70%; }
  /* line 518, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .img-container.img-medium {
    text-align: center; }
    /* line 520, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .img-container.img-medium > img {
      width: 50%; }
  /* line 525, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .img-container.espring-closer-look > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    /* line 527, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .img-container.espring-closer-look > div img {
      width: 75%;
      height: 75%; }
    /* line 531, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .img-container.espring-closer-look > div > div {
      position: relative; }
      /* line 533, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .img-container.espring-closer-look > div > div > span {
        display: block;
        line-height: 1.25;
        position: absolute;
        left: 0;
        right: 0; }
      /* line 540, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .img-container.espring-closer-look > div > div > img {
        width: auto;
        height: auto;
        display: block;
        position: absolute;
        -webkit-transform-origin: 0 50% 0;
        -moz-transform-origin: 0 50% 0;
        -ms-transform-origin: 0 50% 0;
        -o-transform-origin: 0 50% 0;
        transform-origin: 0 50% 0;
        -webkit-transform: scale(0.55);
        -moz-transform: scale(0.55);
        -ms-transform: scale(0.55);
        -o-transform: scale(0.55);
        transform: scale(0.55);
        z-index: -1; }
    /* line 559, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .img-container.espring-closer-look > div:nth-child(1) > div > span {
      top: 37%; }
    /* line 565, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .img-container.espring-closer-look > div:nth-child(2) > div > span {
      top: 18%; }
    /* line 568, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .img-container.espring-closer-look > div:nth-child(2) > div > img {
      top: 39%; }
    /* line 574, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .img-container.espring-closer-look > div:nth-child(3) > div > span {
      top: 48%; }
    /* line 579, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .img-container.espring-closer-look > div:nth-child(4) > div > span {
      top: 36%; }
    /* line 586, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .img-container.espring-closer-look > div:nth-child(5) > div > img:nth-of-type(1) {
      top: -3%; }
    /* line 589, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .img-container.espring-closer-look > div:nth-child(5) > div > img:nth-of-type(2) {
      top: 28%; }
    /* line 592, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .img-container.espring-closer-look > div:nth-child(5) > div > img:nth-of-type(3) {
      top: 66%; }
    /* line 596, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .img-container.espring-closer-look > div:nth-child(5) > div > span {
      top: 57%; }
    /* line 602, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .img-container.espring-closer-look > div:nth-child(6) > div > span {
      top: 53%; }

/* line 609, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .sections {
  list-style: none;
  margin-bottom: 35px;
  padding-left: 0; }
  /* line 614, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .sections li.list-laundry {
    margin: 0; }
    /* line 616, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .sections li.list-laundry .header {
      width: calc(100% + 40px);
      background-color: #fff;
      border-top: 1px solid #aaa;
      box-sizing: border-box;
      color: #1d94d3;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      font-weight: 700;
      padding: 10px 50px 10px 20px;
      position: relative;
      left: -20px;
      right: -20px; }
      /* line 629, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .sections li.list-laundry .header img {
        width: auto;
        height: auto;
        max-width: 32px;
        -webkit-align-self: center;
        -moz-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        padding-left: 5px;
        padding-right: 20px;
        vertical-align: middle; }
        /* line 637, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
        .home .article-page article .sections li.list-laundry .header img.symbol-bigger {
          max-width: 38px;
          padding-right: 14px;
          position: relative;
          left: -3px; }
      /* line 644, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .sections li.list-laundry .header:after {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: all .5s ease;
        content: ' ';
        width: 12px;
        height: 12px;
        background: url(../img/arrow-more-light-blue.svg) 50% 50% no-repeat; }
    /* line 657, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .sections li.list-laundry.expanded .header {
      border-bottom: 1px solid #aaa; }
      /* line 659, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .sections li.list-laundry.expanded .header:after {
        transform: translateY(-50%) rotate(90deg); }
    /* line 665, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .sections li.list-laundry:last-child .header {
      border-bottom: 1px solid #aaa; }
  /* line 670, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .sections li .description {
    display: none; }
    /* line 672, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .sections li .description ul.washing-symbols {
      list-style: none;
      padding-left: 0; }
      /* line 675, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .sections li .description ul.washing-symbols li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        margin-bottom: 25px; }
        /* line 679, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
        .home .article-page article .sections li .description ul.washing-symbols li img {
          width: auto;
          height: auto;
          max-width: 56px;
          padding-left: 10px;
          padding-right: 20px;
          position: relative; }
    /* line 689, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .sections li .description ol {
      margin: 20px 0 30px 0; }
      /* line 692, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .sections li .description ol li:before {
        font-size: 20px;
        top: -6px; }

/* line 701, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .article-rect {
  width: 100%;
  background-color: #002f5f;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 40px;
  padding: 22px;
  position: relative; }
  /* line 712, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .article-rect.italic {
    font-style: italic; }
  /* line 715, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .article-rect.padding-top-small {
    padding-top: 18px !important; }
  /* line 718, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .article-rect a {
    color: #fff;
    text-decoration: underline; }

/* line 723, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .cloud {
  width: 100%;
  background-color: #002f5f;
  box-sizing: border-box;
  color: #fff;
  margin-top: 60px;
  padding: 22px;
  position: relative; }
  /* line 731, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .cloud a {
    color: #fff;
    text-decoration: underline; }
  /* line 735, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .cloud h2 {
    color: #fff !important;
    line-height: 1.1;
    margin: 0;
    margin-bottom: 20px; }
  /* line 742, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .cloud img.certification {
    width: 35%;
    height: auto;
    margin-bottom: 20px; }
  /* line 748, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .cloud p {
    color: #fff;
    line-height: 1.75;
    margin: 0;
    margin-bottom: 7px; }
    /* line 753, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .cloud p:last-child {
      margin-bottom: 0; }
  /* line 757, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .cloud ul {
    margin: 15px 0; }
  /* line 760, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .cloud ol {
    margin: 0; }
    /* line 763, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .cloud ol li strong {
      display: block; }
    /* line 766, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .cloud ol li:last-child {
      margin-bottom: 0; }
    /* line 769, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .cloud ol li:before {
      color: #fff !important; }
  /* line 774, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .cloud.cloud-margin-bottom {
    margin-bottom: 70px; }
  /* line 777, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .cloud.color-secondary {
    background-color: #002f5f !important; }
    /* line 779, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .cloud.color-secondary:after {
      border-top-color: #002f5f !important; }
  /* line 783, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .cloud.padding-top-small {
    padding-top: 15px; }
  /* line 786, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .cloud:after {
    width: 0;
    height: 0;
    border-bottom-width: 35px;
    border-bottom-style: solid;
    border-bottom-color: #002f5f;
    border-right: 23px solid transparent;
    content: '';
    position: absolute;
    top: -35px;
    left: 30px; }

/* line 799, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .alphabet {
  height: calc(100% - 50px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 20px;
  right: 10px;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateZ(0); }
  /* line 813, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .alphabet li {
    width: 20px;
    margin: 0;
    font-size: 11px; }

/* line 819, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .img-scroller {
  width: calc(100% + 40px);
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  left: -20px;
  text-align: center; }
  /* line 826, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .img-scroller > img {
    width: 220%; }
  /* line 829, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .img-scroller .stickers-container {
    position: relative; }
    /* line 831, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .img-scroller .stickers-container > div {
      position: absolute;
      font-size: 12px;
      line-height: 1.45;
      z-index: 1; }
    /* line 838, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .img-scroller .stickers-container.stickers-products-that-care > div {
      width: 22vh;
      background: #0294c5;
      color: #fff;
      padding: 8px 10px;
      text-align: left;
      left: 12vh; }
      /* line 845, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.amway-logo {
        bottom: 57vh; }
      /* line 848, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.product-description {
        bottom: 47vh; }
      /* line 851, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.product-uses {
        bottom: 10vh; }
      /* line 854, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.functional-image {
        left: 87vh;
        bottom: 75vh; }
      /* line 858, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.safer-choice {
        left: 87vh;
        bottom: 37vh; }
      /* line 862, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.bioquest-formula {
        left: 87vh;
        bottom: 9vh; }
      /* line 866, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.subtext {
        width: auto;
        background: transparent;
        color: #000;
        font-size: 12px;
        left: 0;
        right: -65vh;
        bottom: -1vh;
        text-align: center;
        white-space: nowrap; }

/* line 881, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .stickers-container {
  position: relative; }
  /* line 883, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .stickers-container > div {
    position: absolute;
    font-size: 14px;
    line-height: 1.45;
    z-index: 1; }
  /* line 890, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .stickers-container.stickers-products-that-care > div {
    width: 22vh;
    background: #0294c5;
    color: #fff;
    padding: 8px 10px;
    text-align: left;
    left: 12vh; }
    /* line 897, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .stickers-container.stickers-products-that-care > div.amway-logo {
      bottom: 57vh; }
    /* line 900, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .stickers-container.stickers-products-that-care > div.product-description {
      bottom: 47vh; }
    /* line 903, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .stickers-container.stickers-products-that-care > div.product-uses {
      bottom: 10vh; }
    /* line 906, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .stickers-container.stickers-products-that-care > div.functional-image {
      left: 87vh;
      bottom: 75vh; }
    /* line 910, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .stickers-container.stickers-products-that-care > div.safer-choice {
      left: 87vh;
      bottom: 37vh; }
    /* line 914, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .stickers-container.stickers-products-that-care > div.bioquest-formula {
      left: 87vh;
      bottom: 9vh; }
    /* line 918, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .stickers-container.stickers-products-that-care > div.subtext {
      width: auto;
      background: transparent;
      color: #000;
      font-size: 12px;
      left: 0;
      right: -65vh;
      bottom: -1vh;
      text-align: center;
      white-space: nowrap; }
  /* line 931, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .stickers-container.cookware-structure {
    width: 35%;
    left: 66.3%; }
    /* line 934, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .stickers-container.cookware-structure div {
      line-height: 12px; }
    /* line 937, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .stickers-container.cookware-structure .carbon-steel {
      top: 11vw; }
    /* line 940, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .stickers-container.cookware-structure .stainless-steel1 {
      top: 22vw; }
    /* line 943, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .stickers-container.cookware-structure .stainless-steel2 {
      top: 31vw; }
    /* line 946, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .stickers-container.cookware-structure .aluminium {
      top: 63.4vw; }
    /* line 949, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .stickers-container.cookware-structure .ferromagnetic-stainless-steel {
      top: 69vw; }
  /* line 953, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .stickers-container.cookware-chart1 {
    color: #68724d; }
    /* line 955, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .stickers-container.cookware-chart1 div {
      width: 17.5vw;
      font-size: 10px;
      top: 78vw;
      text-align: center; }
      /* line 960, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .stickers-container.cookware-chart1 div:nth-child(1) {
        left: 14%; }
      /* line 963, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .stickers-container.cookware-chart1 div:nth-child(2) {
        left: 44%; }
      /* line 966, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .stickers-container.cookware-chart1 div:nth-child(3) {
        left: 75%; }
  /* line 971, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .stickers-container.cookware-chart2 {
    color: #68724d; }
    /* line 973, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .stickers-container.cookware-chart2 div {
      width: 17.5vw;
      font-size: 10px;
      top: 76vw;
      text-align: center; }
      /* line 978, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .stickers-container.cookware-chart2 div:nth-child(1) {
        left: 29%; }
      /* line 981, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .stickers-container.cookware-chart2 div:nth-child(2) {
        left: 61%; }

/* line 987, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .table-scroller {
  width: 100%;
  margin-left: 0;
  padding-bottom: 10px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  left: 0; }
  /* line 994, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .table-scroller > img {
    width: 240%; }

/* line 998, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .washing-machine {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  z-index: -1; }

/* line 1006, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .checkmark-img {
  width: 22px;
  height: 22px;
  margin-right: 2px;
  vertical-align: middle; }

/* line 1012, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .ul-icon {
  list-style-type: none;
  padding-left: 5px; }
  /* line 1015, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .ul-icon li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 12px; }
    /* line 1019, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .ul-icon li img {
      width: 65px;
      min-width: 65px;
      height: 65px;
      padding-right: 18px;
      vertical-align: middle; }
    /* line 1026, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .ul-icon li span {
      line-height: 18px;
      vertical-align: baseline; }

/* line 1032, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .side-by-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  /* line 1034, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .side-by-side .description {
    width: 100%;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-right: 20px; }
  /* line 1039, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .side-by-side img {
    width: 25%;
    height: 25%;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  /* line 1044, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .side-by-side.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  /* line 1048, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .side-by-side.cleaning img {
    width: auto;
    height: auto;
    max-width: 30%;
    max-height: 180px; }

/* line 1061, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.amway-blue-theme h1, .home .article-page article.amway-blue-theme h2, .home .article-page article.amway-blue-theme h3 {
  color: #004b85; }
  /* line 1063, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article.amway-blue-theme h1.h-underline, .home .article-page article.amway-blue-theme h2.h-underline, .home .article-page article.amway-blue-theme h3.h-underline {
    border-color: #004b85; }

/* line 1072, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.amway-blue-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2) {
  color: #004b85; }

/* line 1080, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.amway-blue-theme .cloud {
  background-color: #004b85; }
  /* line 1082, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article.amway-blue-theme .cloud:after {
    border-bottom-color: #004b85; }

/* line 1086, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.amway-blue-theme .article-color {
  color: #004b85; }

/* line 1091, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.amway-blue-theme ol li:before {
  color: #004b85; }

/* line 1096, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.amway-blue-theme .article-rect {
  background-color: #004b85; }

/* line 1100, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .cloud-amway-blue {
  background-color: #004b85 !important; }
  /* line 1102, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .cloud-amway-blue:after {
    border-top-color: #004b85 !important; }

/* line 1061, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-blue-theme h1, .home .article-page article.home-blue-theme h2, .home .article-page article.home-blue-theme h3 {
  color: #1d94d3; }
  /* line 1063, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article.home-blue-theme h1.h-underline, .home .article-page article.home-blue-theme h2.h-underline, .home .article-page article.home-blue-theme h3.h-underline {
    border-color: #1d94d3; }

/* line 1072, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-blue-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2) {
  color: #1d94d3; }

/* line 1080, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-blue-theme .cloud {
  background-color: #1d94d3; }
  /* line 1082, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article.home-blue-theme .cloud:after {
    border-bottom-color: #1d94d3; }

/* line 1086, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-blue-theme .article-color {
  color: #1d94d3; }

/* line 1091, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-blue-theme ol li:before {
  color: #1d94d3; }

/* line 1096, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-blue-theme .article-rect {
  background-color: #1d94d3; }

/* line 1100, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .cloud-home-blue {
  background-color: #1d94d3 !important; }
  /* line 1102, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .cloud-home-blue:after {
    border-top-color: #1d94d3 !important; }

/* line 1061, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-bordo-theme h1, .home .article-page article.home-bordo-theme h2, .home .article-page article.home-bordo-theme h3 {
  color: #5f353d; }
  /* line 1063, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article.home-bordo-theme h1.h-underline, .home .article-page article.home-bordo-theme h2.h-underline, .home .article-page article.home-bordo-theme h3.h-underline {
    border-color: #5f353d; }

/* line 1072, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-bordo-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2) {
  color: #5f353d; }

/* line 1080, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-bordo-theme .cloud {
  background-color: #5f353d; }
  /* line 1082, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article.home-bordo-theme .cloud:after {
    border-bottom-color: #5f353d; }

/* line 1086, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-bordo-theme .article-color {
  color: #5f353d; }

/* line 1091, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-bordo-theme ol li:before {
  color: #5f353d; }

/* line 1096, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-bordo-theme .article-rect {
  background-color: #5f353d; }

/* line 1100, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .cloud-home-bordo {
  background-color: #5f353d !important; }
  /* line 1102, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .cloud-home-bordo:after {
    border-top-color: #5f353d !important; }

/* line 1061, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-black-theme h1, .home .article-page article.home-black-theme h2, .home .article-page article.home-black-theme h3 {
  color: #1d1d1b; }
  /* line 1063, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article.home-black-theme h1.h-underline, .home .article-page article.home-black-theme h2.h-underline, .home .article-page article.home-black-theme h3.h-underline {
    border-color: #1d1d1b; }

/* line 1072, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-black-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2) {
  color: #1d1d1b; }

/* line 1080, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-black-theme .cloud {
  background-color: #1d1d1b; }
  /* line 1082, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article.home-black-theme .cloud:after {
    border-bottom-color: #1d1d1b; }

/* line 1086, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-black-theme .article-color {
  color: #1d1d1b; }

/* line 1091, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-black-theme ol li:before {
  color: #1d1d1b; }

/* line 1096, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-black-theme .article-rect {
  background-color: #1d1d1b; }

/* line 1100, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .cloud-home-black {
  background-color: #1d1d1b !important; }
  /* line 1102, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .cloud-home-black:after {
    border-top-color: #1d1d1b !important; }

/* line 1061, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-yellow-theme h1, .home .article-page article.home-yellow-theme h2, .home .article-page article.home-yellow-theme h3 {
  color: #e1b900; }
  /* line 1063, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article.home-yellow-theme h1.h-underline, .home .article-page article.home-yellow-theme h2.h-underline, .home .article-page article.home-yellow-theme h3.h-underline {
    border-color: #e1b900; }

/* line 1072, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-yellow-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2) {
  color: #e1b900; }

/* line 1080, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-yellow-theme .cloud {
  background-color: #e1b900; }
  /* line 1082, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article.home-yellow-theme .cloud:after {
    border-bottom-color: #e1b900; }

/* line 1086, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-yellow-theme .article-color {
  color: #e1b900; }

/* line 1091, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-yellow-theme ol li:before {
  color: #e1b900; }

/* line 1096, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-yellow-theme .article-rect {
  background-color: #e1b900; }

/* line 1100, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .cloud-home-yellow {
  background-color: #e1b900 !important; }
  /* line 1102, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .cloud-home-yellow:after {
    border-top-color: #e1b900 !important; }

/* line 1061, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-green-theme h1, .home .article-page article.home-green-theme h2, .home .article-page article.home-green-theme h3 {
  color: #299b37; }
  /* line 1063, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article.home-green-theme h1.h-underline, .home .article-page article.home-green-theme h2.h-underline, .home .article-page article.home-green-theme h3.h-underline {
    border-color: #299b37; }

/* line 1072, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-green-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2) {
  color: #299b37; }

/* line 1080, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-green-theme .cloud {
  background-color: #299b37; }
  /* line 1082, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article.home-green-theme .cloud:after {
    border-bottom-color: #299b37; }

/* line 1086, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-green-theme .article-color {
  color: #299b37; }

/* line 1091, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-green-theme ol li:before {
  color: #299b37; }

/* line 1096, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-green-theme .article-rect {
  background-color: #299b37; }

/* line 1100, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .cloud-home-green {
  background-color: #299b37 !important; }
  /* line 1102, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .cloud-home-green:after {
    border-top-color: #299b37 !important; }

/* line 1061, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-magenta-theme h1, .home .article-page article.home-magenta-theme h2, .home .article-page article.home-magenta-theme h3 {
  color: #b93770; }
  /* line 1063, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article.home-magenta-theme h1.h-underline, .home .article-page article.home-magenta-theme h2.h-underline, .home .article-page article.home-magenta-theme h3.h-underline {
    border-color: #b93770; }

/* line 1072, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-magenta-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2) {
  color: #b93770; }

/* line 1080, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-magenta-theme .cloud {
  background-color: #b93770; }
  /* line 1082, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article.home-magenta-theme .cloud:after {
    border-bottom-color: #b93770; }

/* line 1086, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-magenta-theme .article-color {
  color: #b93770; }

/* line 1091, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-magenta-theme ol li:before {
  color: #b93770; }

/* line 1096, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.home-magenta-theme .article-rect {
  background-color: #b93770; }

/* line 1100, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article .cloud-home-magenta {
  background-color: #b93770 !important; }
  /* line 1102, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article .cloud-home-magenta:after {
    border-top-color: #b93770 !important; }

/* line 1107, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .article-page article.alphabet {
  width: 100%;
  box-sizing: border-box;
  padding-right: 40px; }
  /* line 1111, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article.alphabet h2 {
    text-transform: uppercase; }

@media screen and (min-width: 640px) {
  /* line 1117, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .article-page article {
    font-size: 16px; }
    /* line 1119, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article h1 {
      font-size: 26px; }
    /* line 1122, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article h2 {
      font-size: 22px; }
    /* line 1127, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .nutrition-header > img.img-active-lifestile {
      width: 110px;
      height: 110px; }
    /* line 1133, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .container-flex {
      display: flex;
      flex-direction: row; }
      /* line 1136, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .container-flex .flex-text {
        align-self: center;
        flex: 1; }
    /* line 1141, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .img-container {
      width: 50%;
      margin: 20px auto;
      padding-right: 20px; }
      /* line 1145, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .img-container > img {
        width: 100%;
        height: auto; }
      /* line 1149, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .img-container.chart {
        width: 70%; }
    /* line 1153, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .g-and-h-line-logo-container {
      margin: 10px 0 10px 0;
      width: 60%; }
      /* line 1156, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .g-and-h-line-logo-container img {
        width: 90%; }
    /* line 1160, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .sections {
      list-style: none;
      padding-left: 0; }
    /* line 1166, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .cloud img.certification {
      max-width: 25%; }
    /* line 1171, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .glasses-set {
      margin-bottom: 40px; }
    /* line 1175, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .img-scroller > img {
      width: 150%; }
    /* line 1180, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .stickers-container > div {
      font-size: 17px; }
    /* line 1184, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .stickers-container.stickers-products-that-care > div {
      left: 10vh; }
      /* line 1186, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .stickers-container.stickers-products-that-care > div.amway-logo {
        bottom: 52vh; }
      /* line 1189, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .stickers-container.stickers-products-that-care > div.product-description {
        bottom: 44vh; }
      /* line 1192, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .stickers-container.stickers-products-that-care > div.product-uses {
        bottom: 16vh; }
      /* line 1195, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .stickers-container.stickers-products-that-care > div.functional-image {
        left: 80vh;
        bottom: 65vh; }
      /* line 1199, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .stickers-container.stickers-products-that-care > div.safer-choice {
        left: 80vh;
        bottom: 34vh; }
      /* line 1203, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .stickers-container.stickers-products-that-care > div.bioquest-formula {
        left: 80vh;
        bottom: 18vh; }
      /* line 1207, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .stickers-container.stickers-products-that-care > div.subtext {
        font-size: 14px;
        right: -35vh; }
    /* line 1213, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .stickers-container.cookware-structure {
      left: 67%; }
      /* line 1215, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .stickers-container.cookware-structure .carbon-steel {
        top: 6.6vw; }
      /* line 1218, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .stickers-container.cookware-structure .stainless-steel1 {
        top: 12.8vw; }
      /* line 1221, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .stickers-container.cookware-structure .stainless-steel2 {
        top: 16.5vw; }
      /* line 1224, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .stickers-container.cookware-structure .aluminium {
        top: 33.7vw; }
      /* line 1227, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .stickers-container.cookware-structure .ferromagnetic-stainless-steel {
        top: 36.9vw; }
    /* line 1232, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .stickers-container.cookware-chart1 div {
      width: 13.5vw;
      font-size: 13px;
      top: 56vw; }
    /* line 1239, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .stickers-container.cookware-chart2 div {
      width: 13.5vw;
      font-size: 13px;
      top: 54vw; }
      /* line 1243, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .stickers-container.cookware-chart2 div:nth-child(1) {
        left: 28.8%; }
      /* line 1246, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .stickers-container.cookware-chart2 div:nth-child(2) {
        left: 60.4%; }
    /* line 1252, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .article-page article .side-by-side {
      margin-top: 40px;
      margin-bottom: 60px; }
      /* line 1255, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .side-by-side .description {
        width: 100%; }
      /* line 1258, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
      .home .article-page article .side-by-side img {
        width: 15%;
        height: 15%;
        padding: 0 40px 0 60px; } }

/* line 1267, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .quick-nav {
  overflow: hidden;
  max-height: 0;
  transition: all .5s ease; }
  /* line 1271, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .quick-nav.expanded {
    overflow-y: scroll;
    max-height: 100%; }
  /* line 1275, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
  .home .quick-nav li {
    min-height: 48px;
    margin: 0 !important;
    padding-right: 20px !important; }
    /* line 1279, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
    .home .quick-nav li .label {
      position: relative; }

/* line 1284, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_home.scss */
.home .clear {
  clear: both; }

/* line 7, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article h1, .nutrition .article-page article h2, .nutrition .article-page article h3 {
  font-family: RobotoCondensed, sans;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase; }
  /* line 12, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article h1.h-underline, .nutrition .article-page article h2.h-underline, .nutrition .article-page article h3.h-underline {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 20px; }

/* line 18, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article table {
  width: 100%; }
  /* line 21, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article table thead tr {
    border-top: none; }
  /* line 25, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article table tr {
    border-top: 1px solid #3a3a3a; }
    /* line 27, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article table tr th, .nutrition .article-page article table tr td {
      padding: 20px 0; }
      /* line 29, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article table tr th:first-child, .nutrition .article-page article table tr td:first-child {
        padding-right: 30px;
        vertical-align: middle; }
  /* line 38, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article table.cols-3 tr th:first-child, .nutrition .article-page article table.cols-3 tr td:first-child {
    padding-right: 20px; }
  /* line 41, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article table.cols-3 tr th:nth-child(2), .nutrition .article-page article table.cols-3 tr td:nth-child(2) {
    padding-right: 30px;
    vertical-align: middle; }

/* line 49, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article ol {
  list-style: none;
  margin: 20px 0;
  padding-left: 0; }
  /* line 53, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article ol li {
    counter-increment: item;
    margin-bottom: 10px;
    padding-left: 0;
    position: relative; }
    /* line 58, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article ol li:before {
      color: #27a348;
      content: counter(item) ". ";
      font-family: SourceSansPro, serif;
      font-weight: 700; }

/* line 66, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .list-centered {
  padding-bottom: 20px;
  text-align: center; }
  /* line 69, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .list-centered ol {
    margin: 30px 0; }
    /* line 71, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .list-centered ol li {
      margin-bottom: 30px; }
      /* line 73, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .list-centered ol li img {
        width: 100%;
        height: auto; }
      /* line 77, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .list-centered ol li span {
        display: block;
        margin-left: 17%;
        margin-right: 17%; }
      /* line 82, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .list-centered ol li:before {
        display: none; }

/* line 88, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .skin-desc {
  position: relative;
  text-align: center; }
  /* line 91, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .skin-desc h2 {
    display: inline-block; }
  /* line 94, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .skin-desc span {
    font-size: 12px;
    font-weight: 700; }
  /* line 99, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .skin-desc.skin-desc-left h2 {
    position: relative; }
    /* line 101, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .skin-desc.skin-desc-left h2:after {
      width: 10px;
      height: 70px;
      content: '';
      position: absolute;
      left: -16px;
      top: 12px;
      z-index: 2;
      border-left: 1px solid #27a348;
      border-top: 1px solid #27a348; }
  /* line 115, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .skin-desc.skin-desc-right span {
    position: relative; }
    /* line 117, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .skin-desc.skin-desc-right span:after {
      width: 25px;
      height: 70px;
      content: '';
      position: absolute;
      right: -25px;
      bottom: 8px;
      z-index: 2;
      border-right: 1px solid #27a348;
      border-bottom: 1px solid #27a348; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-amway-green {
  color: #81bc47 !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-carbohydrates {
  color: #f3c16c !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-fibre {
  color: #d4ac90 !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-fats {
  color: #ce7883 !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-omega-3-fatty-acids {
  color: #db8b8e !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-omega-6-fatty-acids {
  color: #ac7173 !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-lecithin {
  color: #92a380 !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-water {
  color: #4ea9c2 !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-protein {
  color: #caa191 !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-vitamin-a {
  color: #eb5e24 !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-vitamin-c {
  color: #f6a51c !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-vitamin-b {
  color: #d11e24 !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-vitamin-d {
  color: #7a1715 !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-vitamin-e {
  color: #b36127 !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-vitamin-k {
  color: #c9252b !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-calcium {
  color: #a09b94 !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-phosphorus {
  color: #aeb2b3 !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-magnesium {
  color: #65747b !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-potassium {
  color: #b4bfd0 !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-sodium {
  color: #93b2c3 !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-chloride {
  color: #aad1ef !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-molybdenum {
  color: #93b2c3 !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-iron {
  color: #00386c !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-zinc {
  color: #5c6260 !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-copper {
  color: #2f82a7 !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-manganese {
  color: #96b0af !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-iodine {
  color: #39a9c1 !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-selenium {
  color: #88817f !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-chromium {
  color: #a19d9f !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-carotenoids {
  color: #af6175 !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-polyphenols {
  color: #792267 !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-coenzyme-q10 {
  color: #6aadc2 !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-caffeine {
  color: #45803c !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-herbals {
  color: #92a380 !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-nutrition-green {
  color: #27a348 !important; }

/* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-why-food-suplements {
  color: #b11e54 !important; }

/* line 139, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-black {
  color: #000; }

/* line 142, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .color-secondary {
  color: #002f5f !important; }

/* line 145, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article img {
  display: inline-block;
  width: 30%;
  height: 30%; }
  /* line 149, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article img.img-half {
    width: 50% !important;
    height: 50% !important; }

/* line 154, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .inline-block {
  display: inline-block; }

/* line 157, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .subtext {
  font-size: 12px;
  margin: 4px 0 20px 0; }
  /* line 160, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .subtext.last-item {
    margin: 4px 0 0 0; }

/* line 164, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .align-right {
  text-align: right; }

/* line 167, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .home-logos {
  margin: 20px 0px;
  display: flex;
  justify-content: center; }

/* line 172, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .container-flex {
  display: flex;
  flex-direction: column; }

/* line 176, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .subheader {
  font-family: RobotoCondensed, serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 30px; }
  /* line 182, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .subheader.nutrition {
    color: #186637;
    font-weight: 700; }
  /* line 186, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .subheader.satinique {
    color: #8a5ea4;
    margin-bottom: 8px; }
  /* line 190, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .subheader.no-margin-bottom {
    margin-bottom: 0px; }
  /* line 193, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .subheader b {
    font-weight: 700; }

/* line 197, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .margin-bottom {
  margin-bottom: 30px !important; }

/* line 200, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .margin-bottom-half {
  margin-bottom: 15px !important; }

/* line 203, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .margin-bottom-large {
  margin-bottom: 40px !important; }

/* line 206, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .no-margin-bottom {
  margin-bottom: 0 !important; }

/* line 209, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .margin-top-small {
  margin-top: 5px !important; }

/* line 212, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .margin-top-half {
  margin-top: 15px !important; }

/* line 215, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .no-margin-top {
  margin-top: 0 !important; }

/* line 218, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .subtext {
  font-size: 13px;
  margin: 4px 0 20px 0; }

/* line 222, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .g-and-h-line-logo-container {
  margin: 10px 0 10px 0;
  width: 100%; }
  /* line 225, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .g-and-h-line-logo-container img {
    width: 90%; }

/* line 229, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .img-container {
  width: 100%;
  margin: 20px 0px; }
  /* line 232, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .img-container > img {
    width: 100%;
    height: auto; }
  /* line 236, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .img-container.img-full-width {
    width: calc(100% + 40px); }
    /* line 238, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .img-container.img-full-width > img {
      position: relative;
      left: -20px; }
  /* line 243, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .img-container.nutrilite-logo {
    text-align: center; }
    /* line 245, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .img-container.nutrilite-logo img {
      width: 60%;
      margin-top: 10px; }

/* line 251, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .sections {
  list-style: none;
  margin-bottom: 35px;
  padding-left: 0; }
  /* line 257, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .sections li.list-nutrition .header {
    width: calc(100% + 40px);
    box-sizing: border-box;
    color: #fff;
    font-family: SourceSansPro, sans;
    font-weight: 700;
    padding: 10px 50px 10px 20px;
    position: relative;
    left: -20px;
    right: -20px; }
    /* line 267, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .sections li.list-nutrition .header:after {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      transition: all .5s ease;
      content: ' ';
      width: 16px;
      height: 16px;
      background: url(../img/arrow-more-white.svg) 50% 50% no-repeat; }
  /* line 280, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .sections li .description {
    display: none; }
    /* line 282, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .sections li .description .text-section {
      margin-bottom: 0; }

/* line 288, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud {
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  margin-bottom: 60px;
  padding: 22px;
  position: relative; }
  /* line 296, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud a {
    color: #fff;
    text-decoration: underline; }
  /* line 300, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud h2 {
    color: #fff !important;
    line-height: 1.1;
    margin: 0;
    margin-bottom: 20px; }
  /* line 306, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud p {
    color: #fff;
    line-height: 1.75;
    margin: 0; }
  /* line 311, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud ul {
    margin: 15px 0; }
  /* line 314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud .subtext {
    font-size: 10px;
    font-weight: 100;
    margin: 6px 0; }
  /* line 319, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud .pomegranates {
    width: 30%;
    height: auto;
    position: absolute;
    right: 15px;
    bottom: -35px;
    z-index: 5; }
  /* line 327, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud.cloud-margin-bottom {
    margin-bottom: 70px; }
  /* line 330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud.color-secondary {
    background-color: #002f5f !important; }
    /* line 332, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .cloud.color-secondary:after {
      border-top-color: #002f5f !important; }
  /* line 336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud.why-phytonutrients {
    background-color: #27a348 !important; }
    /* line 338, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .cloud.why-phytonutrients h2 {
      padding-right: 60px;
      position: relative;
      z-index: 6; }
    /* line 343, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .cloud.why-phytonutrients p {
      padding-right: 40px; }
    /* line 346, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .cloud.why-phytonutrients img {
      width: 30%;
      height: auto;
      position: absolute;
      right: -20px;
      top: -50px;
      z-index: 5; }
    /* line 354, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .cloud.why-phytonutrients:after {
      border-top-color: #27a348 !important; }
    @media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
      /* line 358, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .cloud.why-phytonutrients h2 {
        padding-right: 30px; }
      /* line 361, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .cloud.why-phytonutrients p {
        padding-right: 0; } }
  /* line 367, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud.why-food-suplements p {
    font-size: 20px;
    line-height: 1.5; }
    /* line 370, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .cloud.why-food-suplements p span {
      color: #e89199; }
  /* line 375, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud.cloud-blue {
    background-color: #4195d7 !important; }
    /* line 377, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .cloud.cloud-blue h2 {
      color: #9dcef4 !important; }
      /* line 379, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .cloud.cloud-blue h2 .light {
        font-weight: 100; }
    /* line 383, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .cloud.cloud-blue p {
      font-size: 14px; }
      /* line 385, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .cloud.cloud-blue p:not(:first-of-type) {
        margin-top: 15px; }
    /* line 389, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .cloud.cloud-blue:after {
      border-top-color: #4195d7 !important; }
  /* line 393, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud.our-farms {
    padding-top: 18px; }
    /* line 395, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .cloud.our-farms p {
      color: #8ed369;
      font-size: 20px;
      line-height: 1.5; }
  /* line 401, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud.power-of-5-cloud {
    background-color: #1faeae !important;
    font-size: 20px; }
    /* line 404, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .cloud.power-of-5-cloud:after {
      border-top-color: #1faeae !important; }
    /* line 407, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .cloud.power-of-5-cloud p {
      color: #d1e392 !important;
      line-height: 1.5; }
    /* line 411, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .cloud.power-of-5-cloud a {
      color: #fff;
      text-decoration: none; }
  /* line 416, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud.cloud-balance {
    font-size: 20px; }
    /* line 418, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .cloud.cloud-balance p {
      color: #d1e392 !important;
      line-height: 1.5; }
  /* line 423, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud:after {
    width: 0;
    height: 0;
    border-top-width: 35px;
    border-top-style: solid;
    border-right: 23px solid transparent;
    content: '';
    position: absolute;
    bottom: -35px;
    left: 30px; }

/* line 435, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .nutritions-list {
  clear: both;
  list-style: none;
  padding-left: 0; }
  /* line 439, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .nutritions-list li {
    width: calc(33.333% - 1px);
    height: 24vw;
    background-color: #d84434;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    float: left;
    font-size: 16px;
    margin: 0; }
    /* line 453, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .lang-BG.nutrition .article-page article .nutritions-list li {
      font-size: 14px;
      line-height: 1.2; }
      /* line 457, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .lang-BG.nutrition .article-page article .nutritions-list li span.font-smaller {
        font-size: 12px; }
    /* line 462, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .nutritions-list li span {
      line-height: 1.1;
      margin-bottom: 4px;
      text-align: center; }
      /* line 466, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .nutritions-list li span.font-smaller {
        font-size: 14px; }
    /* line 470, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .nutritions-list li strong {
      text-align: center; }
    /* line 473, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .nutritions-list li:first-child {
      background-color: #d11e24; }
    /* line 476, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .nutritions-list li:nth-child(2n) {
      background-color: #d5392e; }
    /* line 479, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .nutritions-list li:nth-child(2n + 6) {
      background-color: #da513d; }
    /* line 482, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .nutritions-list li:last-child {
      background-color: #dc5d45; }
    /* line 485, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .nutritions-list li:nth-last-child(2), .nutrition .article-page article .nutritions-list li:nth-last-child(3), .nutrition .article-page article .nutritions-list li:nth-last-child(4) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    /* line 490, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .nutritions-list li.clear {
      width: 100%;
      height: 1px;
      background: #fff;
      clear: both;
      display: block;
      margin-bottom: 40px; }

/* line 500, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .herbals {
  position: relative; }
  /* line 502, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .herbals p {
    width: 59%;
    position: relative;
    z-index: 2; }
  /* line 507, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .herbals img {
    width: auto;
    height: auto;
    max-width: 128px;
    position: absolute;
    top: -10px;
    right: -20px;
    z-index: 1; }
  /* line 517, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .herbals .garlic img {
    top: 30px; }
  /* line 522, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .herbals .ginko-biloba img {
    top: -30px; }
  /* line 527, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .herbals .ginseng img {
    top: 0; }
  /* line 532, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .herbals .primrose-oil img {
    top: -20px; }
  /* line 537, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .herbals .boswellia img {
    top: 0; }
  /* line 542, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .herbals .saw-palmetto img {
    top: -30px; }

/* line 547, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .alphabet {
  height: calc(100% - 50px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 20px;
  right: 10px;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateZ(0); }
  /* line 561, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .alphabet h2 {
    text-transform: uppercase; }
    /* line 563, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition.lang-BG .article-page article.alphabet h2 {
      text-transform: none !important; }
  /* line 567, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .alphabet li {
    width: 20px;
    margin: 0;
    font-size: 11px; }

/* line 573, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .side-by-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  /* line 575, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .side-by-side .description {
    width: 100%;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-right: 20px; }
  /* line 580, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .side-by-side img {
    width: 25%;
    height: 25%;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  /* line 585, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .side-by-side.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }

/* line 589, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .nutrilite-number-one {
  width: calc(100% + 40px);
  background-color: #27a348;
  padding-bottom: 50px;
  position: relative;
  left: -20px;
  bottom: -35px; }
  /* line 596, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .nutrilite-number-one .number-one-top {
    height: 120px; }
    /* line 598, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .nutrilite-number-one .number-one-top .one {
      width: 60px;
      height: 100%;
      background-color: #fff;
      position: relative;
      left: calc(65% + 40px); }
      /* line 604, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .nutrilite-number-one .number-one-top .one:after {
        width: 60px;
        height: 110px;
        background-color: #fff;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: rotate(50deg);
        -moz-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
        -o-transform: rotate(50deg);
        transform: rotate(50deg);
        transform-origin: left top; }
  /* line 621, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .nutrilite-number-one .number-one-middle {
    position: relative;
    left: 65%; }
    /* line 624, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .nutrilite-number-one .number-one-middle .number-one-rotated-outer {
      display: table; }
      /* line 626, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .nutrilite-number-one .number-one-middle .number-one-rotated-outer .number-one-rotated-inner {
        height: 0;
        padding: 50% 0; }
        /* line 629, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
        .nutrition .article-page article .nutrilite-number-one .number-one-middle .number-one-rotated-outer .number-one-rotated-inner .number-one-rotated {
          display: block;
          transform-origin: top left;
          -webkit-transform: rotate(-90deg) translate(-100%);
          -moz-transform: rotate(-90deg) translate(-100%);
          -ms-transform: rotate(-90deg) translate(-100%);
          -o-transform: rotate(-90deg) translate(-100%);
          transform: rotate(-90deg) translate(-100%);
          margin-top: -50%;
          white-space: nowrap; }
          /* line 639, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
          .nutrition .article-page article .nutrilite-number-one .number-one-middle .number-one-rotated-outer .number-one-rotated-inner .number-one-rotated span {
            color: #fff;
            font-size: 24px;
            margin-right: 20px; }
          /* line 644, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
          .nutrition .article-page article .nutrilite-number-one .number-one-middle .number-one-rotated-outer .number-one-rotated-inner .number-one-rotated div {
            height: 60px;
            background: #fff;
            position: absolute;
            top: 40px;
            left: 0;
            right: 0; }
  /* line 656, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .nutrilite-number-one .number-one-text-left {
    width: calc(50% - 10px);
    line-height: 12px;
    position: absolute;
    bottom: 0;
    left: calc(-65% + 30px); }
    /* line 662, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .nutrilite-number-one .number-one-text-left h2 {
      color: #005f00;
      margin-bottom: 20px; }
    /* line 666, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .nutrilite-number-one .number-one-text-left span {
      color: #fff;
      font-size: 9px;
      position: relative;
      left: 10px; }
      /* line 671, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .nutrilite-number-one .number-one-text-left span a {
        color: #fff; }
      /* line 674, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .nutrilite-number-one .number-one-text-left span:before {
        color: #fff;
        content: '*';
        position: absolute;
        left: -8px;
        top: 1px; }

/* line 684, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .we-control-switcher {
  margin-bottom: 80px;
  position: relative; }
  /* line 687, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .we-control-switcher ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    margin: 20px 0;
    padding: 0; }
    /* line 695, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .we-control-switcher ul li {
      width: 100%;
      color: #cdcfb9;
      margin: 0;
      text-align: center; }
  /* line 702, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .we-control-switcher #switcher-indicator {
    width: 30px;
    height: 30px;
    background-color: #4f842d;
    border-radius: 50%;
    left: calc(10% - 15px);
    position: absolute;
    top: calc(-50% + 8px);
    transition: .3s;
    z-index: -1; }
    /* line 713, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .we-control-switcher #switcher-indicator.pos-2 {
      left: calc(30% - 15px); }
    /* line 713, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .we-control-switcher #switcher-indicator.pos-3 {
      left: calc(50% - 15px); }
    /* line 713, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .we-control-switcher #switcher-indicator.pos-4 {
      left: calc(70% - 15px); }
    /* line 713, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .we-control-switcher #switcher-indicator.pos-5 {
      left: calc(90% - 15px); }

/* line 719, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .we-control-box {
  background-color: #6cb23e;
  display: none;
  margin-bottom: 20px;
  padding: 20px;
  padding-top: 30px;
  position: relative;
  transition: .5s; }
  /* line 727, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .we-control-box.visible {
    display: block; }
  /* line 730, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .we-control-box h1 {
    width: 70%;
    color: #fff !important;
    padding-top: 25px;
    padding-left: 28px;
    position: relative;
    z-index: 5; }
    /* line 737, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .we-control-box h1 span {
      color: #4f842d;
      position: absolute;
      left: 0; }
  /* line 743, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .we-control-box img {
    width: 100px;
    height: 100px;
    filter: drop-shadow(0 0 8px #4f842d);
    -webkit-filter: drop-shadow(0 0 8px #4f842d);
    position: absolute;
    top: -50px;
    right: 20px; }
  /* line 752, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .we-control-box p {
    color: #fff; }

/* line 756, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .why-phytonutrients-brackets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px; }
  /* line 759, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .why-phytonutrients-brackets:last-of-type {
    padding-bottom: 20px; }
  /* line 762, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .why-phytonutrients-brackets > div {
    width: 50%;
    padding-left: 20px; }
    /* line 765, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .why-phytonutrients-brackets > div img {
      width: calc(100% + 60px);
      height: auto;
      position: relative;
      top: 50%;
      left: -60px;
      transform: translateY(-50%); }
    /* line 773, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .why-phytonutrients-brackets > div p {
      margin: 0; }
    /* line 776, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .why-phytonutrients-brackets > div ol {
      counter-reset: list-counter;
      margin-top: 8px;
      margin-bottom: 0; }
      /* line 780, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .why-phytonutrients-brackets > div ol li {
        counter-increment: list-counter;
        font-weight: 700;
        margin-bottom: 0; }
        /* line 784, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
        .nutrition .article-page article .why-phytonutrients-brackets > div ol li:before {
          color: #000;
          content: counter(list-counter) "/ ";
          font-family: inherit;
          font-weight: 100; }
    /* line 792, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .why-phytonutrients-brackets > div:nth-child(2) {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }

/* line 800, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .pins-container .cloud {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: .4s;
  z-index: 5; }
  /* line 806, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .pins-container .cloud.visible {
    opacity: 1;
    pointer-events: auto; }

/* line 812, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .our-story-timeline {
  position: relative; }
  /* line 814, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .our-story-timeline img {
    width: 45%;
    height: 45%;
    display: block;
    margin: 0 auto;
    pointer-events: none;
    position: relative;
    z-index: 5; }
  /* line 823, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .our-story-timeline .date {
    width: 42px;
    height: 42px;
    background-color: #27a348;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    line-height: 42px;
    position: absolute;
    text-align: center;
    white-space: nowrap; }
    /* line 836, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .date:nth-of-type(1) {
      top: 4.5%;
      left: calc(50% + 25px); }
    /* line 840, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .date:nth-of-type(2) {
      top: 6.8%;
      left: calc(50% - 45px); }
    /* line 844, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .date:nth-of-type(3) {
      top: 9%;
      left: calc(50% + 25px); }
    /* line 848, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .date:nth-of-type(4) {
      top: 12.8%;
      left: calc(50% + 25px); }
    /* line 852, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .date:nth-of-type(5) {
      top: 15.8%;
      left: calc(50% - 45px); }
    /* line 856, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .date:nth-of-type(6) {
      top: 17.4%;
      left: calc(50% + 25px); }
    /* line 860, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .date:nth-of-type(7) {
      top: 21.8%;
      left: calc(50% - 45px); }
    /* line 864, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .date:nth-of-type(8) {
      top: 25.8%;
      left: calc(50% - 45px); }
    /* line 868, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .date:nth-of-type(9) {
      top: 28.4%;
      left: calc(50% + 52px); }
    /* line 872, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .date:nth-of-type(10) {
      top: 33.2%;
      left: calc(50% + 65px); }
    /* line 876, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .date:nth-of-type(11) {
      top: 40.8%;
      left: calc(50% - 45px); }
    /* line 880, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .date:nth-of-type(12) {
      top: 44.8%;
      left: calc(50% - 65px); }
    /* line 884, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .date:nth-of-type(13) {
      top: 51.6%;
      left: calc(50% + 25px); }
    /* line 888, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .date:nth-of-type(14) {
      top: 60.2%;
      left: calc(50% + 25px); }
    /* line 892, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .date:nth-of-type(15) {
      top: 64.2%;
      left: calc(50% + 25px); }
    /* line 896, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .date:nth-of-type(16) {
      top: 68.8%;
      left: calc(50% - 45px); }
    /* line 900, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .date:nth-of-type(17) {
      top: 74.8%;
      left: calc(50% + 45px); }
    /* line 904, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .date:nth-of-type(18) {
      top: 85.8%;
      left: calc(50% - 65px); }
  /* line 910, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .our-story-timeline .cloud p:not(:first-of-type) {
    margin-top: 10px; }
  /* line 914, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .our-story-timeline .cloud.triangle-left:after {
    border-right: none;
    border-left: 23px solid transparent; }
  /* line 919, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(1) {
    bottom: 92%; }
    /* line 921, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(1):after {
      left: calc(50% + 80px); }
  /* line 925, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(2) {
    bottom: 90%; }
    /* line 927, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(2):after {
      left: calc(50% - 80px); }
  /* line 931, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(3) {
    bottom: 87%; }
    /* line 933, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(3):after {
      left: calc(50% + 80px); }
  /* line 937, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(4) {
    bottom: 83%; }
    /* line 939, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(4):after {
      left: calc(50% + 80px); }
  /* line 943, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(5) {
    bottom: 80%; }
    /* line 945, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(5):after {
      left: calc(50% - 80px); }
  /* line 949, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(6) {
    bottom: 78.8%; }
    /* line 951, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(6):after {
      left: calc(50% + 80px); }
  /* line 955, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(7) {
    bottom: 74%; }
    /* line 957, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(7):after {
      left: calc(50% - 80px); }
  /* line 961, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(8) {
    bottom: 70%; }
    /* line 963, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(8):after {
      left: calc(50% - 80px); }
  /* line 967, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(9) {
    bottom: 67.5%; }
    /* line 969, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(9):after {
      left: calc(50% + 105px); }
  /* line 973, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(10) {
    bottom: 63%; }
    /* line 975, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(10):after {
      left: calc(50% + 120px); }
  /* line 979, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(11) {
    bottom: 55%; }
    /* line 981, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(11):after {
      left: calc(50% - 80px); }
  /* line 985, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(12) {
    bottom: 51.5%; }
    /* line 987, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(12):after {
      left: calc(50% - 105px); }
  /* line 991, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(13) {
    bottom: 44.8%; }
    /* line 993, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(13):after {
      left: calc(50% + 80px); }
  /* line 997, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(14) {
    bottom: 36%; }
    /* line 999, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(14):after {
      left: calc(50% + 80px); }
  /* line 1003, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(15) {
    bottom: 32%; }
    /* line 1005, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(15):after {
      left: calc(50% + 80px); }
  /* line 1009, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(16) {
    bottom: 28%; }
    /* line 1011, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(16):after {
      left: calc(50% - 80px); }
  /* line 1015, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(17) {
    bottom: 22%; }
    /* line 1017, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(17):after {
      left: calc(50% + 105px); }
  /* line 1021, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(18) {
    bottom: 11%; }
    /* line 1023, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline .cloud:nth-of-type(18):after {
      left: calc(50% - 100px); }

/* line 1029, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .map-our-farms {
  width: calc(100% + 40px);
  position: relative;
  left: -20px; }
  /* line 1033, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .map-our-farms img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    pointer-events: none; }
  /* line 1040, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .map-our-farms .map-pin {
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    position: absolute; }
    /* line 1045, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .map-our-farms .map-pin:nth-of-type(1) {
      top: 32.4%;
      left: 22.6%; }
    /* line 1049, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .map-our-farms .map-pin:nth-of-type(2) {
      top: 31.2%;
      left: 29.6%; }
    /* line 1053, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .map-our-farms .map-pin:nth-of-type(3) {
      top: 49.8%;
      left: 37%; }
    /* line 1057, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .map-our-farms .map-pin:nth-of-type(4) {
      top: 69.3%;
      left: 62.8%; }
  /* line 1062, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .map-our-farms .cloud {
    width: calc(100% - 40px);
    margin-left: 20px; }
    /* line 1065, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .map-our-farms .cloud img {
      width: calc(100% + 44px);
      position: relative;
      left: -22px;
      top: -22px; }
    /* line 1071, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .map-our-farms .cloud h2 {
      margin-bottom: 2px; }
    /* line 1074, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .map-our-farms .cloud h3 {
      border-bottom: 1px solid #fff;
      color: #fff;
      display: inline-block;
      margin-bottom: 25px;
      text-transform: none; }
    /* line 1081, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .map-our-farms .cloud p {
      font-size: 12px;
      font-weight: 100; }
    /* line 1085, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .map-our-farms .cloud:nth-of-type(1) {
      background-color: #baa691;
      bottom: 63.9%; }
      /* line 1088, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .map-our-farms .cloud:nth-of-type(1):after {
        border-top-color: #baa691;
        left: 23.8%; }
    /* line 1093, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .map-our-farms .cloud:nth-of-type(2) {
      background-color: #1596d4;
      bottom: 65.1%; }
      /* line 1096, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .map-our-farms .cloud:nth-of-type(2):after {
        border-top-color: #1596d4;
        left: 31.5%; }
    /* line 1101, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .map-our-farms .cloud:nth-of-type(3) {
      background-color: #002f5f;
      bottom: 46.4%; }
      /* line 1104, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .map-our-farms .cloud:nth-of-type(3):after {
        border-top-color: #002f5f;
        left: 40%; }
    /* line 1109, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .map-our-farms .cloud:nth-of-type(4) {
      background-color: #27a348;
      bottom: 27%; }
      /* line 1112, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .map-our-farms .cloud:nth-of-type(4):after {
        border-top-color: #27a348;
        left: 69.1%; }

/* line 1119, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .falcon-picture {
  position: relative;
  background: url(../units/nutrition/img/articles/why-nutrilite/nut-falcon.jpg) 50% 50% no-repeat;
  background-size: cover;
  margin: 1em -20px;
  padding: 20px 20px; }
  /* line 1125, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .falcon-picture .falcon-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    /* line 1134, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .falcon-picture .falcon-text p {
      color: #fff; }
      /* line 1136, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .falcon-picture .falcon-text p:first-of-type {
        top: 40px; }
      /* line 1139, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .falcon-picture .falcon-text p:last-of-type {
        bottom: 40px; }

/* line 1145, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .img-section {
  width: 100%;
  background-color: #4195d7;
  padding: 30px;
  padding-top: 0;
  position: relative;
  left: -20px; }
  /* line 1152, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .img-section img {
    left: -30px !important; }
  /* line 1155, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .img-section h1 {
    width: calc(100% - 20px);
    color: #fff !important;
    position: relative;
    z-index: 1; }
  /* line 1161, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .img-section p {
    width: calc(100% - 20px);
    color: #fff;
    margin-bottom: 0; }
  /* line 1166, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .img-section .img-section-symbol {
    width: 20vw;
    height: 20vw;
    position: absolute;
    right: 50px;
    top: 50vw; }
    /* line 1172, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .img-section .img-section-symbol img {
      width: 100%;
      height: 100%;
      filter: drop-shadow(0 0 8px #4f842d);
      -webkit-filter: drop-shadow(0 0 8px #4f842d); }

/* line 1180, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .balanced-diet-section {
  width: 100%;
  padding: 30px;
  padding-top: 0;
  position: relative;
  left: -20px; }
  /* line 1186, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .balanced-diet-section h1 {
    width: calc(100% - 20px);
    color: #fff !important;
    position: relative;
    z-index: 5; }
  /* line 1192, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .balanced-diet-section p {
    width: calc(100% - 20px);
    color: #fff;
    margin-bottom: 0; }
  /* line 1197, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .balanced-diet-section img {
    width: calc(100% + 20px);
    height: auto;
    position: absolute;
    left: -30px; }
  /* line 1203, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .balanced-diet-section:nth-of-type(2) {
    background-color: #55331a !important; }
    /* line 1205, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .balanced-diet-section:nth-of-type(2) h1 {
      padding-top: 65vw; }
  /* line 1209, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .balanced-diet-section:nth-of-type(3) {
    background-color: #27a348 !important; }
    /* line 1211, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .balanced-diet-section:nth-of-type(3) h1 {
      padding-top: 55vw; }
  /* line 1215, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .balanced-diet-section:nth-of-type(4) {
    background-color: #ed174b !important; }
    /* line 1217, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .balanced-diet-section:nth-of-type(4) h1 {
      padding-top: 50vw; }
  /* line 1221, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .balanced-diet-section:nth-of-type(5) {
    background-color: #1596d4 !important; }
    /* line 1223, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .balanced-diet-section:nth-of-type(5) img {
      transform: scale(0.75);
      transform-origin: top right; }
    /* line 1227, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .balanced-diet-section:nth-of-type(5) h1 {
      padding-top: 45vw; }
  /* line 1231, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .balanced-diet-section:nth-of-type(6) {
    background-color: #ec9b4b !important; }
    /* line 1233, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .balanced-diet-section:nth-of-type(6) img {
      transform: scale(0.85);
      transform-origin: top right; }
    /* line 1237, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .balanced-diet-section:nth-of-type(6) h1 {
      padding-top: 60vw; }
  /* line 1241, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .balanced-diet-section:nth-of-type(7) {
    background-color: #c45b81 !important; }
    /* line 1243, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .balanced-diet-section:nth-of-type(7) h1 {
      width: 70%;
      padding-top: 45vw; }
  /* line 1248, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .balanced-diet-section:nth-of-type(8) {
    background-color: #79b6e4 !important; }
    /* line 1250, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .balanced-diet-section:nth-of-type(8) h1 {
      padding-top: 45vw; }

/* line 1255, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article > .balanced-diet-section:last-child {
  margin-bottom: -35px; }

/* line 1258, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .five-colors-section {
  width: 100%;
  padding: 30px;
  padding-top: 0;
  position: relative;
  left: -20px; }
  /* line 1264, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .five-colors-section h1 {
    width: calc(100% - 20px);
    color: #fff !important; }
  /* line 1268, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .five-colors-section p {
    width: calc(100% - 20px);
    color: #fff;
    margin-bottom: 0; }
  /* line 1273, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .five-colors-section .img-container {
    margin-top: 0; }
    /* line 1275, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .five-colors-section .img-container img {
      width: 100%;
      height: auto;
      left: -30px !important; }
  /* line 1282, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .five-colors-section:nth-of-type(1) {
    background-color: #794592 !important; }
  /* line 1285, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .five-colors-section:nth-of-type(2) {
    background-color: #ad1917 !important; }
  /* line 1288, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .five-colors-section:nth-of-type(3) {
    background-color: #e67219 !important; }
  /* line 1291, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .five-colors-section:nth-of-type(4) {
    background-color: #43832c !important; }
  /* line 1294, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .five-colors-section:nth-of-type(5) {
    background-color: #b3b3bb !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.amway-green-theme h1, .nutrition .article-page article.amway-green-theme h2, .nutrition .article-page article.amway-green-theme h3 {
  color: #81bc47; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.amway-green-theme h1.h-underline, .nutrition .article-page article.amway-green-theme h2.h-underline, .nutrition .article-page article.amway-green-theme h3.h-underline {
    border-color: #81bc47; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.amway-green-theme h1.h-underline.color-secondary, .nutrition .article-page article.amway-green-theme h2.h-underline.color-secondary, .nutrition .article-page article.amway-green-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.amway-green-theme .cloud {
  background-color: #81bc47; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.amway-green-theme .cloud:after {
    border-top-color: #81bc47; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.amway-green-theme .article-color {
  color: #81bc47; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.amway-green-theme .sections li.list-nutrition .header {
  background-color: #81bc47; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.amway-green-theme ul.slash-list li:before {
  color: #81bc47; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-amway-green {
  background-color: #81bc47 !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-amway-green:after {
    border-top-color: #81bc47 !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.carbohydrates-theme h1, .nutrition .article-page article.carbohydrates-theme h2, .nutrition .article-page article.carbohydrates-theme h3 {
  color: #f3c16c; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.carbohydrates-theme h1.h-underline, .nutrition .article-page article.carbohydrates-theme h2.h-underline, .nutrition .article-page article.carbohydrates-theme h3.h-underline {
    border-color: #f3c16c; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.carbohydrates-theme h1.h-underline.color-secondary, .nutrition .article-page article.carbohydrates-theme h2.h-underline.color-secondary, .nutrition .article-page article.carbohydrates-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.carbohydrates-theme .cloud {
  background-color: #f3c16c; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.carbohydrates-theme .cloud:after {
    border-top-color: #f3c16c; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.carbohydrates-theme .article-color {
  color: #f3c16c; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.carbohydrates-theme .sections li.list-nutrition .header {
  background-color: #f3c16c; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.carbohydrates-theme ul.slash-list li:before {
  color: #f3c16c; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-carbohydrates {
  background-color: #f3c16c !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-carbohydrates:after {
    border-top-color: #f3c16c !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.fibre-theme h1, .nutrition .article-page article.fibre-theme h2, .nutrition .article-page article.fibre-theme h3 {
  color: #d4ac90; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.fibre-theme h1.h-underline, .nutrition .article-page article.fibre-theme h2.h-underline, .nutrition .article-page article.fibre-theme h3.h-underline {
    border-color: #d4ac90; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.fibre-theme h1.h-underline.color-secondary, .nutrition .article-page article.fibre-theme h2.h-underline.color-secondary, .nutrition .article-page article.fibre-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.fibre-theme .cloud {
  background-color: #d4ac90; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.fibre-theme .cloud:after {
    border-top-color: #d4ac90; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.fibre-theme .article-color {
  color: #d4ac90; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.fibre-theme .sections li.list-nutrition .header {
  background-color: #d4ac90; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.fibre-theme ul.slash-list li:before {
  color: #d4ac90; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-fibre {
  background-color: #d4ac90 !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-fibre:after {
    border-top-color: #d4ac90 !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.fats-theme h1, .nutrition .article-page article.fats-theme h2, .nutrition .article-page article.fats-theme h3 {
  color: #ce7883; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.fats-theme h1.h-underline, .nutrition .article-page article.fats-theme h2.h-underline, .nutrition .article-page article.fats-theme h3.h-underline {
    border-color: #ce7883; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.fats-theme h1.h-underline.color-secondary, .nutrition .article-page article.fats-theme h2.h-underline.color-secondary, .nutrition .article-page article.fats-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.fats-theme .cloud {
  background-color: #ce7883; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.fats-theme .cloud:after {
    border-top-color: #ce7883; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.fats-theme .article-color {
  color: #ce7883; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.fats-theme .sections li.list-nutrition .header {
  background-color: #ce7883; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.fats-theme ul.slash-list li:before {
  color: #ce7883; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-fats {
  background-color: #ce7883 !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-fats:after {
    border-top-color: #ce7883 !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.omega-3-fatty-acids-theme h1, .nutrition .article-page article.omega-3-fatty-acids-theme h2, .nutrition .article-page article.omega-3-fatty-acids-theme h3 {
  color: #db8b8e; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.omega-3-fatty-acids-theme h1.h-underline, .nutrition .article-page article.omega-3-fatty-acids-theme h2.h-underline, .nutrition .article-page article.omega-3-fatty-acids-theme h3.h-underline {
    border-color: #db8b8e; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.omega-3-fatty-acids-theme h1.h-underline.color-secondary, .nutrition .article-page article.omega-3-fatty-acids-theme h2.h-underline.color-secondary, .nutrition .article-page article.omega-3-fatty-acids-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.omega-3-fatty-acids-theme .cloud {
  background-color: #db8b8e; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.omega-3-fatty-acids-theme .cloud:after {
    border-top-color: #db8b8e; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.omega-3-fatty-acids-theme .article-color {
  color: #db8b8e; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.omega-3-fatty-acids-theme .sections li.list-nutrition .header {
  background-color: #db8b8e; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.omega-3-fatty-acids-theme ul.slash-list li:before {
  color: #db8b8e; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-omega-3-fatty-acids {
  background-color: #db8b8e !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-omega-3-fatty-acids:after {
    border-top-color: #db8b8e !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.omega-6-fatty-acids-theme h1, .nutrition .article-page article.omega-6-fatty-acids-theme h2, .nutrition .article-page article.omega-6-fatty-acids-theme h3 {
  color: #ac7173; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.omega-6-fatty-acids-theme h1.h-underline, .nutrition .article-page article.omega-6-fatty-acids-theme h2.h-underline, .nutrition .article-page article.omega-6-fatty-acids-theme h3.h-underline {
    border-color: #ac7173; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.omega-6-fatty-acids-theme h1.h-underline.color-secondary, .nutrition .article-page article.omega-6-fatty-acids-theme h2.h-underline.color-secondary, .nutrition .article-page article.omega-6-fatty-acids-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.omega-6-fatty-acids-theme .cloud {
  background-color: #ac7173; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.omega-6-fatty-acids-theme .cloud:after {
    border-top-color: #ac7173; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.omega-6-fatty-acids-theme .article-color {
  color: #ac7173; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.omega-6-fatty-acids-theme .sections li.list-nutrition .header {
  background-color: #ac7173; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.omega-6-fatty-acids-theme ul.slash-list li:before {
  color: #ac7173; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-omega-6-fatty-acids {
  background-color: #ac7173 !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-omega-6-fatty-acids:after {
    border-top-color: #ac7173 !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.lecithin-theme h1, .nutrition .article-page article.lecithin-theme h2, .nutrition .article-page article.lecithin-theme h3 {
  color: #92a380; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.lecithin-theme h1.h-underline, .nutrition .article-page article.lecithin-theme h2.h-underline, .nutrition .article-page article.lecithin-theme h3.h-underline {
    border-color: #92a380; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.lecithin-theme h1.h-underline.color-secondary, .nutrition .article-page article.lecithin-theme h2.h-underline.color-secondary, .nutrition .article-page article.lecithin-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.lecithin-theme .cloud {
  background-color: #92a380; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.lecithin-theme .cloud:after {
    border-top-color: #92a380; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.lecithin-theme .article-color {
  color: #92a380; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.lecithin-theme .sections li.list-nutrition .header {
  background-color: #92a380; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.lecithin-theme ul.slash-list li:before {
  color: #92a380; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-lecithin {
  background-color: #92a380 !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-lecithin:after {
    border-top-color: #92a380 !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.water-theme h1, .nutrition .article-page article.water-theme h2, .nutrition .article-page article.water-theme h3 {
  color: #4ea9c2; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.water-theme h1.h-underline, .nutrition .article-page article.water-theme h2.h-underline, .nutrition .article-page article.water-theme h3.h-underline {
    border-color: #4ea9c2; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.water-theme h1.h-underline.color-secondary, .nutrition .article-page article.water-theme h2.h-underline.color-secondary, .nutrition .article-page article.water-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.water-theme .cloud {
  background-color: #4ea9c2; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.water-theme .cloud:after {
    border-top-color: #4ea9c2; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.water-theme .article-color {
  color: #4ea9c2; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.water-theme .sections li.list-nutrition .header {
  background-color: #4ea9c2; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.water-theme ul.slash-list li:before {
  color: #4ea9c2; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-water {
  background-color: #4ea9c2 !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-water:after {
    border-top-color: #4ea9c2 !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.protein-theme h1, .nutrition .article-page article.protein-theme h2, .nutrition .article-page article.protein-theme h3 {
  color: #caa191; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.protein-theme h1.h-underline, .nutrition .article-page article.protein-theme h2.h-underline, .nutrition .article-page article.protein-theme h3.h-underline {
    border-color: #caa191; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.protein-theme h1.h-underline.color-secondary, .nutrition .article-page article.protein-theme h2.h-underline.color-secondary, .nutrition .article-page article.protein-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.protein-theme .cloud {
  background-color: #caa191; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.protein-theme .cloud:after {
    border-top-color: #caa191; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.protein-theme .article-color {
  color: #caa191; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.protein-theme .sections li.list-nutrition .header {
  background-color: #caa191; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.protein-theme ul.slash-list li:before {
  color: #caa191; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-protein {
  background-color: #caa191 !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-protein:after {
    border-top-color: #caa191 !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-a-theme h1, .nutrition .article-page article.vitamin-a-theme h2, .nutrition .article-page article.vitamin-a-theme h3 {
  color: #eb5e24; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.vitamin-a-theme h1.h-underline, .nutrition .article-page article.vitamin-a-theme h2.h-underline, .nutrition .article-page article.vitamin-a-theme h3.h-underline {
    border-color: #eb5e24; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.vitamin-a-theme h1.h-underline.color-secondary, .nutrition .article-page article.vitamin-a-theme h2.h-underline.color-secondary, .nutrition .article-page article.vitamin-a-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-a-theme .cloud {
  background-color: #eb5e24; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.vitamin-a-theme .cloud:after {
    border-top-color: #eb5e24; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-a-theme .article-color {
  color: #eb5e24; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-a-theme .sections li.list-nutrition .header {
  background-color: #eb5e24; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-a-theme ul.slash-list li:before {
  color: #eb5e24; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-vitamin-a {
  background-color: #eb5e24 !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-vitamin-a:after {
    border-top-color: #eb5e24 !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-c-theme h1, .nutrition .article-page article.vitamin-c-theme h2, .nutrition .article-page article.vitamin-c-theme h3 {
  color: #f6a51c; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.vitamin-c-theme h1.h-underline, .nutrition .article-page article.vitamin-c-theme h2.h-underline, .nutrition .article-page article.vitamin-c-theme h3.h-underline {
    border-color: #f6a51c; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.vitamin-c-theme h1.h-underline.color-secondary, .nutrition .article-page article.vitamin-c-theme h2.h-underline.color-secondary, .nutrition .article-page article.vitamin-c-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-c-theme .cloud {
  background-color: #f6a51c; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.vitamin-c-theme .cloud:after {
    border-top-color: #f6a51c; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-c-theme .article-color {
  color: #f6a51c; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-c-theme .sections li.list-nutrition .header {
  background-color: #f6a51c; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-c-theme ul.slash-list li:before {
  color: #f6a51c; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-vitamin-c {
  background-color: #f6a51c !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-vitamin-c:after {
    border-top-color: #f6a51c !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-b-theme h1, .nutrition .article-page article.vitamin-b-theme h2, .nutrition .article-page article.vitamin-b-theme h3 {
  color: #d11e24; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.vitamin-b-theme h1.h-underline, .nutrition .article-page article.vitamin-b-theme h2.h-underline, .nutrition .article-page article.vitamin-b-theme h3.h-underline {
    border-color: #d11e24; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.vitamin-b-theme h1.h-underline.color-secondary, .nutrition .article-page article.vitamin-b-theme h2.h-underline.color-secondary, .nutrition .article-page article.vitamin-b-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-b-theme .cloud {
  background-color: #d11e24; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.vitamin-b-theme .cloud:after {
    border-top-color: #d11e24; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-b-theme .article-color {
  color: #d11e24; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-b-theme .sections li.list-nutrition .header {
  background-color: #d11e24; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-b-theme ul.slash-list li:before {
  color: #d11e24; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-vitamin-b {
  background-color: #d11e24 !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-vitamin-b:after {
    border-top-color: #d11e24 !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-d-theme h1, .nutrition .article-page article.vitamin-d-theme h2, .nutrition .article-page article.vitamin-d-theme h3 {
  color: #7a1715; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.vitamin-d-theme h1.h-underline, .nutrition .article-page article.vitamin-d-theme h2.h-underline, .nutrition .article-page article.vitamin-d-theme h3.h-underline {
    border-color: #7a1715; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.vitamin-d-theme h1.h-underline.color-secondary, .nutrition .article-page article.vitamin-d-theme h2.h-underline.color-secondary, .nutrition .article-page article.vitamin-d-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-d-theme .cloud {
  background-color: #7a1715; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.vitamin-d-theme .cloud:after {
    border-top-color: #7a1715; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-d-theme .article-color {
  color: #7a1715; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-d-theme .sections li.list-nutrition .header {
  background-color: #7a1715; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-d-theme ul.slash-list li:before {
  color: #7a1715; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-vitamin-d {
  background-color: #7a1715 !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-vitamin-d:after {
    border-top-color: #7a1715 !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-e-theme h1, .nutrition .article-page article.vitamin-e-theme h2, .nutrition .article-page article.vitamin-e-theme h3 {
  color: #b36127; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.vitamin-e-theme h1.h-underline, .nutrition .article-page article.vitamin-e-theme h2.h-underline, .nutrition .article-page article.vitamin-e-theme h3.h-underline {
    border-color: #b36127; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.vitamin-e-theme h1.h-underline.color-secondary, .nutrition .article-page article.vitamin-e-theme h2.h-underline.color-secondary, .nutrition .article-page article.vitamin-e-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-e-theme .cloud {
  background-color: #b36127; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.vitamin-e-theme .cloud:after {
    border-top-color: #b36127; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-e-theme .article-color {
  color: #b36127; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-e-theme .sections li.list-nutrition .header {
  background-color: #b36127; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-e-theme ul.slash-list li:before {
  color: #b36127; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-vitamin-e {
  background-color: #b36127 !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-vitamin-e:after {
    border-top-color: #b36127 !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-k-theme h1, .nutrition .article-page article.vitamin-k-theme h2, .nutrition .article-page article.vitamin-k-theme h3 {
  color: #c9252b; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.vitamin-k-theme h1.h-underline, .nutrition .article-page article.vitamin-k-theme h2.h-underline, .nutrition .article-page article.vitamin-k-theme h3.h-underline {
    border-color: #c9252b; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.vitamin-k-theme h1.h-underline.color-secondary, .nutrition .article-page article.vitamin-k-theme h2.h-underline.color-secondary, .nutrition .article-page article.vitamin-k-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-k-theme .cloud {
  background-color: #c9252b; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.vitamin-k-theme .cloud:after {
    border-top-color: #c9252b; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-k-theme .article-color {
  color: #c9252b; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-k-theme .sections li.list-nutrition .header {
  background-color: #c9252b; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.vitamin-k-theme ul.slash-list li:before {
  color: #c9252b; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-vitamin-k {
  background-color: #c9252b !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-vitamin-k:after {
    border-top-color: #c9252b !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.calcium-theme h1, .nutrition .article-page article.calcium-theme h2, .nutrition .article-page article.calcium-theme h3 {
  color: #a09b94; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.calcium-theme h1.h-underline, .nutrition .article-page article.calcium-theme h2.h-underline, .nutrition .article-page article.calcium-theme h3.h-underline {
    border-color: #a09b94; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.calcium-theme h1.h-underline.color-secondary, .nutrition .article-page article.calcium-theme h2.h-underline.color-secondary, .nutrition .article-page article.calcium-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.calcium-theme .cloud {
  background-color: #a09b94; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.calcium-theme .cloud:after {
    border-top-color: #a09b94; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.calcium-theme .article-color {
  color: #a09b94; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.calcium-theme .sections li.list-nutrition .header {
  background-color: #a09b94; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.calcium-theme ul.slash-list li:before {
  color: #a09b94; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-calcium {
  background-color: #a09b94 !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-calcium:after {
    border-top-color: #a09b94 !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.phosphorus-theme h1, .nutrition .article-page article.phosphorus-theme h2, .nutrition .article-page article.phosphorus-theme h3 {
  color: #aeb2b3; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.phosphorus-theme h1.h-underline, .nutrition .article-page article.phosphorus-theme h2.h-underline, .nutrition .article-page article.phosphorus-theme h3.h-underline {
    border-color: #aeb2b3; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.phosphorus-theme h1.h-underline.color-secondary, .nutrition .article-page article.phosphorus-theme h2.h-underline.color-secondary, .nutrition .article-page article.phosphorus-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.phosphorus-theme .cloud {
  background-color: #aeb2b3; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.phosphorus-theme .cloud:after {
    border-top-color: #aeb2b3; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.phosphorus-theme .article-color {
  color: #aeb2b3; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.phosphorus-theme .sections li.list-nutrition .header {
  background-color: #aeb2b3; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.phosphorus-theme ul.slash-list li:before {
  color: #aeb2b3; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-phosphorus {
  background-color: #aeb2b3 !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-phosphorus:after {
    border-top-color: #aeb2b3 !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.magnesium-theme h1, .nutrition .article-page article.magnesium-theme h2, .nutrition .article-page article.magnesium-theme h3 {
  color: #65747b; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.magnesium-theme h1.h-underline, .nutrition .article-page article.magnesium-theme h2.h-underline, .nutrition .article-page article.magnesium-theme h3.h-underline {
    border-color: #65747b; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.magnesium-theme h1.h-underline.color-secondary, .nutrition .article-page article.magnesium-theme h2.h-underline.color-secondary, .nutrition .article-page article.magnesium-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.magnesium-theme .cloud {
  background-color: #65747b; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.magnesium-theme .cloud:after {
    border-top-color: #65747b; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.magnesium-theme .article-color {
  color: #65747b; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.magnesium-theme .sections li.list-nutrition .header {
  background-color: #65747b; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.magnesium-theme ul.slash-list li:before {
  color: #65747b; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-magnesium {
  background-color: #65747b !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-magnesium:after {
    border-top-color: #65747b !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.potassium-theme h1, .nutrition .article-page article.potassium-theme h2, .nutrition .article-page article.potassium-theme h3 {
  color: #b4bfd0; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.potassium-theme h1.h-underline, .nutrition .article-page article.potassium-theme h2.h-underline, .nutrition .article-page article.potassium-theme h3.h-underline {
    border-color: #b4bfd0; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.potassium-theme h1.h-underline.color-secondary, .nutrition .article-page article.potassium-theme h2.h-underline.color-secondary, .nutrition .article-page article.potassium-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.potassium-theme .cloud {
  background-color: #b4bfd0; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.potassium-theme .cloud:after {
    border-top-color: #b4bfd0; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.potassium-theme .article-color {
  color: #b4bfd0; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.potassium-theme .sections li.list-nutrition .header {
  background-color: #b4bfd0; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.potassium-theme ul.slash-list li:before {
  color: #b4bfd0; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-potassium {
  background-color: #b4bfd0 !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-potassium:after {
    border-top-color: #b4bfd0 !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.sodium-theme h1, .nutrition .article-page article.sodium-theme h2, .nutrition .article-page article.sodium-theme h3 {
  color: #93b2c3; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.sodium-theme h1.h-underline, .nutrition .article-page article.sodium-theme h2.h-underline, .nutrition .article-page article.sodium-theme h3.h-underline {
    border-color: #93b2c3; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.sodium-theme h1.h-underline.color-secondary, .nutrition .article-page article.sodium-theme h2.h-underline.color-secondary, .nutrition .article-page article.sodium-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.sodium-theme .cloud {
  background-color: #93b2c3; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.sodium-theme .cloud:after {
    border-top-color: #93b2c3; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.sodium-theme .article-color {
  color: #93b2c3; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.sodium-theme .sections li.list-nutrition .header {
  background-color: #93b2c3; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.sodium-theme ul.slash-list li:before {
  color: #93b2c3; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-sodium {
  background-color: #93b2c3 !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-sodium:after {
    border-top-color: #93b2c3 !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.chloride-theme h1, .nutrition .article-page article.chloride-theme h2, .nutrition .article-page article.chloride-theme h3 {
  color: #aad1ef; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.chloride-theme h1.h-underline, .nutrition .article-page article.chloride-theme h2.h-underline, .nutrition .article-page article.chloride-theme h3.h-underline {
    border-color: #aad1ef; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.chloride-theme h1.h-underline.color-secondary, .nutrition .article-page article.chloride-theme h2.h-underline.color-secondary, .nutrition .article-page article.chloride-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.chloride-theme .cloud {
  background-color: #aad1ef; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.chloride-theme .cloud:after {
    border-top-color: #aad1ef; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.chloride-theme .article-color {
  color: #aad1ef; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.chloride-theme .sections li.list-nutrition .header {
  background-color: #aad1ef; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.chloride-theme ul.slash-list li:before {
  color: #aad1ef; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-chloride {
  background-color: #aad1ef !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-chloride:after {
    border-top-color: #aad1ef !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.molybdenum-theme h1, .nutrition .article-page article.molybdenum-theme h2, .nutrition .article-page article.molybdenum-theme h3 {
  color: #93b2c3; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.molybdenum-theme h1.h-underline, .nutrition .article-page article.molybdenum-theme h2.h-underline, .nutrition .article-page article.molybdenum-theme h3.h-underline {
    border-color: #93b2c3; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.molybdenum-theme h1.h-underline.color-secondary, .nutrition .article-page article.molybdenum-theme h2.h-underline.color-secondary, .nutrition .article-page article.molybdenum-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.molybdenum-theme .cloud {
  background-color: #93b2c3; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.molybdenum-theme .cloud:after {
    border-top-color: #93b2c3; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.molybdenum-theme .article-color {
  color: #93b2c3; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.molybdenum-theme .sections li.list-nutrition .header {
  background-color: #93b2c3; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.molybdenum-theme ul.slash-list li:before {
  color: #93b2c3; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-molybdenum {
  background-color: #93b2c3 !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-molybdenum:after {
    border-top-color: #93b2c3 !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.iron-theme h1, .nutrition .article-page article.iron-theme h2, .nutrition .article-page article.iron-theme h3 {
  color: #00386c; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.iron-theme h1.h-underline, .nutrition .article-page article.iron-theme h2.h-underline, .nutrition .article-page article.iron-theme h3.h-underline {
    border-color: #00386c; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.iron-theme h1.h-underline.color-secondary, .nutrition .article-page article.iron-theme h2.h-underline.color-secondary, .nutrition .article-page article.iron-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.iron-theme .cloud {
  background-color: #00386c; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.iron-theme .cloud:after {
    border-top-color: #00386c; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.iron-theme .article-color {
  color: #00386c; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.iron-theme .sections li.list-nutrition .header {
  background-color: #00386c; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.iron-theme ul.slash-list li:before {
  color: #00386c; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-iron {
  background-color: #00386c !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-iron:after {
    border-top-color: #00386c !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.zinc-theme h1, .nutrition .article-page article.zinc-theme h2, .nutrition .article-page article.zinc-theme h3 {
  color: #5c6260; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.zinc-theme h1.h-underline, .nutrition .article-page article.zinc-theme h2.h-underline, .nutrition .article-page article.zinc-theme h3.h-underline {
    border-color: #5c6260; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.zinc-theme h1.h-underline.color-secondary, .nutrition .article-page article.zinc-theme h2.h-underline.color-secondary, .nutrition .article-page article.zinc-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.zinc-theme .cloud {
  background-color: #5c6260; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.zinc-theme .cloud:after {
    border-top-color: #5c6260; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.zinc-theme .article-color {
  color: #5c6260; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.zinc-theme .sections li.list-nutrition .header {
  background-color: #5c6260; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.zinc-theme ul.slash-list li:before {
  color: #5c6260; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-zinc {
  background-color: #5c6260 !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-zinc:after {
    border-top-color: #5c6260 !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.copper-theme h1, .nutrition .article-page article.copper-theme h2, .nutrition .article-page article.copper-theme h3 {
  color: #2f82a7; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.copper-theme h1.h-underline, .nutrition .article-page article.copper-theme h2.h-underline, .nutrition .article-page article.copper-theme h3.h-underline {
    border-color: #2f82a7; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.copper-theme h1.h-underline.color-secondary, .nutrition .article-page article.copper-theme h2.h-underline.color-secondary, .nutrition .article-page article.copper-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.copper-theme .cloud {
  background-color: #2f82a7; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.copper-theme .cloud:after {
    border-top-color: #2f82a7; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.copper-theme .article-color {
  color: #2f82a7; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.copper-theme .sections li.list-nutrition .header {
  background-color: #2f82a7; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.copper-theme ul.slash-list li:before {
  color: #2f82a7; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-copper {
  background-color: #2f82a7 !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-copper:after {
    border-top-color: #2f82a7 !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.manganese-theme h1, .nutrition .article-page article.manganese-theme h2, .nutrition .article-page article.manganese-theme h3 {
  color: #96b0af; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.manganese-theme h1.h-underline, .nutrition .article-page article.manganese-theme h2.h-underline, .nutrition .article-page article.manganese-theme h3.h-underline {
    border-color: #96b0af; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.manganese-theme h1.h-underline.color-secondary, .nutrition .article-page article.manganese-theme h2.h-underline.color-secondary, .nutrition .article-page article.manganese-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.manganese-theme .cloud {
  background-color: #96b0af; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.manganese-theme .cloud:after {
    border-top-color: #96b0af; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.manganese-theme .article-color {
  color: #96b0af; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.manganese-theme .sections li.list-nutrition .header {
  background-color: #96b0af; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.manganese-theme ul.slash-list li:before {
  color: #96b0af; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-manganese {
  background-color: #96b0af !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-manganese:after {
    border-top-color: #96b0af !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.iodine-theme h1, .nutrition .article-page article.iodine-theme h2, .nutrition .article-page article.iodine-theme h3 {
  color: #39a9c1; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.iodine-theme h1.h-underline, .nutrition .article-page article.iodine-theme h2.h-underline, .nutrition .article-page article.iodine-theme h3.h-underline {
    border-color: #39a9c1; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.iodine-theme h1.h-underline.color-secondary, .nutrition .article-page article.iodine-theme h2.h-underline.color-secondary, .nutrition .article-page article.iodine-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.iodine-theme .cloud {
  background-color: #39a9c1; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.iodine-theme .cloud:after {
    border-top-color: #39a9c1; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.iodine-theme .article-color {
  color: #39a9c1; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.iodine-theme .sections li.list-nutrition .header {
  background-color: #39a9c1; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.iodine-theme ul.slash-list li:before {
  color: #39a9c1; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-iodine {
  background-color: #39a9c1 !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-iodine:after {
    border-top-color: #39a9c1 !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.selenium-theme h1, .nutrition .article-page article.selenium-theme h2, .nutrition .article-page article.selenium-theme h3 {
  color: #88817f; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.selenium-theme h1.h-underline, .nutrition .article-page article.selenium-theme h2.h-underline, .nutrition .article-page article.selenium-theme h3.h-underline {
    border-color: #88817f; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.selenium-theme h1.h-underline.color-secondary, .nutrition .article-page article.selenium-theme h2.h-underline.color-secondary, .nutrition .article-page article.selenium-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.selenium-theme .cloud {
  background-color: #88817f; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.selenium-theme .cloud:after {
    border-top-color: #88817f; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.selenium-theme .article-color {
  color: #88817f; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.selenium-theme .sections li.list-nutrition .header {
  background-color: #88817f; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.selenium-theme ul.slash-list li:before {
  color: #88817f; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-selenium {
  background-color: #88817f !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-selenium:after {
    border-top-color: #88817f !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.chromium-theme h1, .nutrition .article-page article.chromium-theme h2, .nutrition .article-page article.chromium-theme h3 {
  color: #a19d9f; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.chromium-theme h1.h-underline, .nutrition .article-page article.chromium-theme h2.h-underline, .nutrition .article-page article.chromium-theme h3.h-underline {
    border-color: #a19d9f; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.chromium-theme h1.h-underline.color-secondary, .nutrition .article-page article.chromium-theme h2.h-underline.color-secondary, .nutrition .article-page article.chromium-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.chromium-theme .cloud {
  background-color: #a19d9f; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.chromium-theme .cloud:after {
    border-top-color: #a19d9f; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.chromium-theme .article-color {
  color: #a19d9f; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.chromium-theme .sections li.list-nutrition .header {
  background-color: #a19d9f; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.chromium-theme ul.slash-list li:before {
  color: #a19d9f; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-chromium {
  background-color: #a19d9f !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-chromium:after {
    border-top-color: #a19d9f !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.carotenoids-theme h1, .nutrition .article-page article.carotenoids-theme h2, .nutrition .article-page article.carotenoids-theme h3 {
  color: #af6175; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.carotenoids-theme h1.h-underline, .nutrition .article-page article.carotenoids-theme h2.h-underline, .nutrition .article-page article.carotenoids-theme h3.h-underline {
    border-color: #af6175; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.carotenoids-theme h1.h-underline.color-secondary, .nutrition .article-page article.carotenoids-theme h2.h-underline.color-secondary, .nutrition .article-page article.carotenoids-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.carotenoids-theme .cloud {
  background-color: #af6175; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.carotenoids-theme .cloud:after {
    border-top-color: #af6175; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.carotenoids-theme .article-color {
  color: #af6175; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.carotenoids-theme .sections li.list-nutrition .header {
  background-color: #af6175; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.carotenoids-theme ul.slash-list li:before {
  color: #af6175; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-carotenoids {
  background-color: #af6175 !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-carotenoids:after {
    border-top-color: #af6175 !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.polyphenols-theme h1, .nutrition .article-page article.polyphenols-theme h2, .nutrition .article-page article.polyphenols-theme h3 {
  color: #792267; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.polyphenols-theme h1.h-underline, .nutrition .article-page article.polyphenols-theme h2.h-underline, .nutrition .article-page article.polyphenols-theme h3.h-underline {
    border-color: #792267; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.polyphenols-theme h1.h-underline.color-secondary, .nutrition .article-page article.polyphenols-theme h2.h-underline.color-secondary, .nutrition .article-page article.polyphenols-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.polyphenols-theme .cloud {
  background-color: #792267; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.polyphenols-theme .cloud:after {
    border-top-color: #792267; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.polyphenols-theme .article-color {
  color: #792267; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.polyphenols-theme .sections li.list-nutrition .header {
  background-color: #792267; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.polyphenols-theme ul.slash-list li:before {
  color: #792267; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-polyphenols {
  background-color: #792267 !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-polyphenols:after {
    border-top-color: #792267 !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.coenzyme-q10-theme h1, .nutrition .article-page article.coenzyme-q10-theme h2, .nutrition .article-page article.coenzyme-q10-theme h3 {
  color: #6aadc2; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.coenzyme-q10-theme h1.h-underline, .nutrition .article-page article.coenzyme-q10-theme h2.h-underline, .nutrition .article-page article.coenzyme-q10-theme h3.h-underline {
    border-color: #6aadc2; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.coenzyme-q10-theme h1.h-underline.color-secondary, .nutrition .article-page article.coenzyme-q10-theme h2.h-underline.color-secondary, .nutrition .article-page article.coenzyme-q10-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.coenzyme-q10-theme .cloud {
  background-color: #6aadc2; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.coenzyme-q10-theme .cloud:after {
    border-top-color: #6aadc2; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.coenzyme-q10-theme .article-color {
  color: #6aadc2; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.coenzyme-q10-theme .sections li.list-nutrition .header {
  background-color: #6aadc2; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.coenzyme-q10-theme ul.slash-list li:before {
  color: #6aadc2; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-coenzyme-q10 {
  background-color: #6aadc2 !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-coenzyme-q10:after {
    border-top-color: #6aadc2 !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.caffeine-theme h1, .nutrition .article-page article.caffeine-theme h2, .nutrition .article-page article.caffeine-theme h3 {
  color: #45803c; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.caffeine-theme h1.h-underline, .nutrition .article-page article.caffeine-theme h2.h-underline, .nutrition .article-page article.caffeine-theme h3.h-underline {
    border-color: #45803c; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.caffeine-theme h1.h-underline.color-secondary, .nutrition .article-page article.caffeine-theme h2.h-underline.color-secondary, .nutrition .article-page article.caffeine-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.caffeine-theme .cloud {
  background-color: #45803c; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.caffeine-theme .cloud:after {
    border-top-color: #45803c; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.caffeine-theme .article-color {
  color: #45803c; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.caffeine-theme .sections li.list-nutrition .header {
  background-color: #45803c; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.caffeine-theme ul.slash-list li:before {
  color: #45803c; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-caffeine {
  background-color: #45803c !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-caffeine:after {
    border-top-color: #45803c !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.herbals-theme h1, .nutrition .article-page article.herbals-theme h2, .nutrition .article-page article.herbals-theme h3 {
  color: #92a380; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.herbals-theme h1.h-underline, .nutrition .article-page article.herbals-theme h2.h-underline, .nutrition .article-page article.herbals-theme h3.h-underline {
    border-color: #92a380; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.herbals-theme h1.h-underline.color-secondary, .nutrition .article-page article.herbals-theme h2.h-underline.color-secondary, .nutrition .article-page article.herbals-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.herbals-theme .cloud {
  background-color: #92a380; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.herbals-theme .cloud:after {
    border-top-color: #92a380; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.herbals-theme .article-color {
  color: #92a380; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.herbals-theme .sections li.list-nutrition .header {
  background-color: #92a380; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.herbals-theme ul.slash-list li:before {
  color: #92a380; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-herbals {
  background-color: #92a380 !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-herbals:after {
    border-top-color: #92a380 !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.nutrition-green-theme h1, .nutrition .article-page article.nutrition-green-theme h2, .nutrition .article-page article.nutrition-green-theme h3 {
  color: #27a348; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.nutrition-green-theme h1.h-underline, .nutrition .article-page article.nutrition-green-theme h2.h-underline, .nutrition .article-page article.nutrition-green-theme h3.h-underline {
    border-color: #27a348; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.nutrition-green-theme h1.h-underline.color-secondary, .nutrition .article-page article.nutrition-green-theme h2.h-underline.color-secondary, .nutrition .article-page article.nutrition-green-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.nutrition-green-theme .cloud {
  background-color: #27a348; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.nutrition-green-theme .cloud:after {
    border-top-color: #27a348; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.nutrition-green-theme .article-color {
  color: #27a348; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.nutrition-green-theme .sections li.list-nutrition .header {
  background-color: #27a348; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.nutrition-green-theme ul.slash-list li:before {
  color: #27a348; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-nutrition-green {
  background-color: #27a348 !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-nutrition-green:after {
    border-top-color: #27a348 !important; }

/* line 1303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.why-food-suplements-theme h1, .nutrition .article-page article.why-food-suplements-theme h2, .nutrition .article-page article.why-food-suplements-theme h3 {
  color: #b11e54; }
  /* line 1305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.why-food-suplements-theme h1.h-underline, .nutrition .article-page article.why-food-suplements-theme h2.h-underline, .nutrition .article-page article.why-food-suplements-theme h3.h-underline {
    border-color: #b11e54; }
    /* line 1307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article.why-food-suplements-theme h1.h-underline.color-secondary, .nutrition .article-page article.why-food-suplements-theme h2.h-underline.color-secondary, .nutrition .article-page article.why-food-suplements-theme h3.h-underline.color-secondary {
      border-color: #002f5f; }

/* line 1312, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.why-food-suplements-theme .cloud {
  background-color: #b11e54; }
  /* line 1314, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article.why-food-suplements-theme .cloud:after {
    border-top-color: #b11e54; }

/* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.why-food-suplements-theme .article-color {
  color: #b11e54; }

/* line 1324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.why-food-suplements-theme .sections li.list-nutrition .header {
  background-color: #b11e54; }

/* line 1330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.why-food-suplements-theme ul.slash-list li:before {
  color: #b11e54; }

/* line 1334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article .cloud-why-food-suplements {
  background-color: #b11e54 !important; }
  /* line 1336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article .cloud-why-food-suplements:after {
    border-top-color: #b11e54 !important; }

/* line 1342, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.herbals-theme h2.h-underline {
  display: inline-block; }

/* line 1346, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .article-page article.alphabet {
  width: 100%;
  box-sizing: border-box;
  padding-right: 40px; }

@media screen and (min-width: 640px) {
  /* line 1353, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .article-page article {
    font-size: 16px; }
    /* line 1355, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article h1 {
      font-size: 26px; }
    /* line 1358, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article h2 {
      font-size: 22px; }
    /* line 1363, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .nutrition-header > img.img-active-lifestile {
      width: 110px;
      height: 110px; }
    /* line 1369, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .container-flex {
      display: flex;
      flex-direction: row; }
      /* line 1372, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .container-flex .flex-text {
        align-self: center;
        flex: 1; }
    /* line 1377, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .img-container {
      width: 33%;
      margin: 20px auto;
      padding-right: 20px; }
      /* line 1381, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .img-container > img {
        width: 100%;
        height: auto; }
      /* line 1385, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .img-container.img-full-width {
        width: 80%;
        margin: 20px auto; }
        /* line 1388, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
        .nutrition .article-page article .img-container.img-full-width > img {
          left: 0; }
      /* line 1392, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .img-container.img-left {
        margin: 0; }
        /* line 1394, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
        .nutrition .article-page article .img-container.img-left > img {
          left: -20px; }
    /* line 1399, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .g-and-h-line-logo-container {
      width: 60%;
      margin: 10px 0 10px 0; }
      /* line 1402, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .g-and-h-line-logo-container img {
        width: 90%; }
    /* line 1406, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .sections {
      list-style: none;
      padding-left: 0; }
    /* line 1411, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .nutritions-list li {
      height: 15vw; }
    /* line 1415, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .herbals {
      margin-bottom: 80px !important; }
      /* line 1417, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .herbals p {
        width: 70%; }
      /* line 1420, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .herbals img {
        max-width: 110px;
        top: -50px !important; }
      /* line 1425, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .herbals .primrose-oil img {
        top: -20px !important; }
    /* line 1433, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .list-centered ol li img {
      width: 60%;
      height: auto; }
    /* line 1440, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .side-by-side {
      margin-top: 40px;
      margin-bottom: 60px; }
      /* line 1443, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .side-by-side .description {
        width: 100%; }
      /* line 1446, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .side-by-side img {
        width: 15%;
        height: 15%;
        padding: 0 40px 0 60px; }
    /* line 1454, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .cloud.why-phytonutrients img {
      width: 20%; }
    /* line 1457, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .cloud.why-phytonutrients p {
      padding-right: 100px; }
    /* line 1461, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .cloud .pomegranates {
      width: 20%;
      bottom: -45px; }
    /* line 1466, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .img-container {
      width: calc(100% + 40px) !important; }
    /* line 1469, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .why-phytonutrients-brackets {
      left: auto; }
      /* line 1472, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .why-phytonutrients-brackets > div:first-child {
        text-align: right; }
      /* line 1475, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
      .nutrition .article-page article .why-phytonutrients-brackets > div img {
        width: 70%;
        margin-right: 20px;
        left: auto; }
    /* line 1484, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .nutrilite-number-one .number-one-top .one {
      left: calc(74% + 40px); }
    /* line 1488, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .nutrilite-number-one .number-one-middle {
      left: 74%; }
    /* line 1493, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .our-story-timeline img {
      width: 20%;
      height: 20%; }
    /* line 1500, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .map-our-farms .cloud:nth-of-type(1) {
      bottom: 65%; }
    /* line 1503, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .map-our-farms .cloud:nth-of-type(2) {
      bottom: 66.5%; }
    /* line 1506, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .map-our-farms .cloud:nth-of-type(3) {
      bottom: 48%; }
    /* line 1509, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .map-our-farms .cloud:nth-of-type(4) {
      bottom: 28.5%; }
    /* line 1515, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .falcon-picture img {
      left: -20px !important; }
    /* line 1518, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .falcon-picture p {
      font-size: 20px;
      padding: 0 50px; }
    /* line 1523, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .the-power-of-5 img {
      width: 40%;
      display: block;
      margin: 0 auto; }
    /* line 1530, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .balanced-diet-section:nth-of-type(8) img {
      transform: scale(0.7);
      transform-origin: right top; }
    /* line 1534, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .balanced-diet-section:nth-of-type(8) h1 {
      padding-top: 42vw; }
    /* line 1537, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .balanced-diet-section:nth-of-type(8) p {
      width: calc(100% - 100px); }
    /* line 1543, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .article-page article .five-colors-section .img-container {
      margin-top: 0; } }

/* line 1550, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
.nutrition .quick-nav {
  overflow: hidden;
  max-height: 0;
  transition: all .5s ease; }
  /* line 1554, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .quick-nav.expanded {
    overflow-y: scroll;
    max-height: 100%; }
  /* line 1558, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
  .nutrition .quick-nav li {
    min-height: 48px;
    margin: 0 !important;
    padding-right: 20px !important; }
    /* line 1562, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_nutrition.scss */
    .nutrition .quick-nav li .label {
      position: relative; }

/* line 6, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .cover .cover-container {
  background-color: #f1f2ff; }

/* line 9, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .cover .cover-image {
  background-image: url("../units/amway/img/cover.jpg"); }

/* line 12, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .cover .footer {
  color: #38539a; }

/* line 15, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .cover .lets-start-button {
  background-color: #38539a;
  border-color: #38539a; }

@media screen and (min-width: 640px) {
  /* line 20, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .cover .cover-container {
    background-color: #f1f2ff; }
  /* line 24, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .cover .cover-image {
    background-image: url(../units/amway/img/cover-ipad.jpg); }
  /* line 28, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .cover .footer {
    color: #38539a; }
  /* line 32, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .cover .lets-start-button {
    background-color: #38539a;
    border-color: #38539a; } }

/* line 40, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article h1, .amway .article-page article h2, .amway .article-page article h3 {
  color: #008fc5;
  font-family: RobotoCondensed, sans-serif;
  font-weight: 700;
  line-height: 1.25; }
  /* line 45, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article h1.h-underline, .amway .article-page article h2.h-underline, .amway .article-page article h3.h-underline {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 20px; }
    /* line 49, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article h1.h-underline.color-secondary, .amway .article-page article h2.h-underline.color-secondary, .amway .article-page article h3.h-underline.color-secondary {
      border-color: #81bc47 !important; }
  /* line 53, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article h1 .h-light, .amway .article-page article h2 .h-light, .amway .article-page article h3 .h-light {
    font-weight: 100; }

/* line 57, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article h1 {
  font-family: RobotoCondensed, sans-serif;
  margin-top: 1.6em;
  margin-bottom: .8em;
  font-weight: 700; }

/* line 63, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article h3 {
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  color: #575757; }

/* line 68, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article table {
  width: 100%; }
  /* line 71, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article table thead tr {
    border-top: none; }
  /* line 75, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article table tr {
    border-top: 1px solid #3a3a3a; }
    /* line 77, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article table tr th, .amway .article-page article table tr td {
      padding: 20px 0; }
      /* line 79, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article table tr th:first-child, .amway .article-page article table tr td:first-child {
        padding-right: 50px;
        vertical-align: middle; }
  /* line 88, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article table.cols-3 tr th:first-child, .amway .article-page article table.cols-3 tr td:first-child {
    padding-right: 40px; }
  /* line 91, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article table.cols-3 tr th:nth-child(2), .amway .article-page article table.cols-3 tr td:nth-child(2) {
    padding-right: 50px;
    vertical-align: middle; }
  /* line 98, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article table.laundry-table {
    width: 1000px; }
    /* line 101, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article table.laundry-table thead th {
      font-weight: 700;
      line-height: 1.45;
      padding: 10px;
      text-align: center;
      vertical-align: middle; }
      /* line 107, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article table.laundry-table thead th:not(:first-child) {
        color: #1d94d3; }
      /* line 110, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article table.laundry-table thead th.blue-background {
        background-color: #1d94d3;
        color: #fff; }
    /* line 117, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article table.laundry-table tbody tr {
      border-top: 1px solid #b0b0b0; }
      /* line 119, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article table.laundry-table tbody tr td {
        height: 55px;
        border-right: 1px solid #b0b0b0;
        line-height: 1.45;
        padding: 10px;
        text-align: center;
        vertical-align: middle; }
        /* line 126, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
        .amway .article-page article table.laundry-table tbody tr td:not(:first-child) {
          background: url(../img/checkmark-light-blue.svg) center center no-repeat;
          background-size: 22px 22px; }
        /* line 130, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
        .amway .article-page article table.laundry-table tbody tr td:last-child {
          border-right: none; }
        /* line 133, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
        .amway .article-page article table.laundry-table tbody tr td.checkmark-2 {
          background: none;
          position: relative; }
          /* line 136, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
          .amway .article-page article table.laundry-table tbody tr td.checkmark-2:before {
            width: 22px;
            height: 22px;
            background: url(../img/checkmark-light-blue.svg) center center no-repeat;
            content: '';
            position: absolute;
            top: calc(50% - 11px);
            left: calc(50% - 22px); }
          /* line 145, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
          .amway .article-page article table.laundry-table tbody tr td.checkmark-2:after {
            width: 22px;
            height: 22px;
            background: url(../img/checkmark-light-blue.svg) center center no-repeat;
            content: '';
            position: absolute;
            top: calc(50% - 11px);
            right: calc(50% - 22px); }
        /* line 155, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
        .amway .article-page article table.laundry-table tbody tr td.checkmark-3 {
          position: relative; }
          /* line 157, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
          .amway .article-page article table.laundry-table tbody tr td.checkmark-3:before {
            width: 22px;
            height: 22px;
            background: url(../img/checkmark-light-blue.svg) center center no-repeat;
            content: '';
            position: absolute;
            top: calc(50% - 11px);
            left: calc(50% - 34px); }
          /* line 166, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
          .amway .article-page article table.laundry-table tbody tr td.checkmark-3:after {
            width: 22px;
            height: 22px;
            background: url(../img/checkmark-light-blue.svg) center center no-repeat;
            content: '';
            position: absolute;
            top: calc(50% - 11px);
            right: calc(50% - 34px); }
  /* line 180, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article table.products-table {
    width: 1100px; }
    /* line 183, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article table.products-table thead th {
      border-right: 1px solid #b0b0b0;
      font-weight: 700;
      line-height: 1.45;
      padding: 10px 20px;
      text-align: center;
      vertical-align: middle; }
      /* line 190, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article table.products-table thead th:nth-child(2) {
        white-space: nowrap; }
      /* line 193, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article table.products-table thead th:last-child {
        border-right: none; }
    /* line 199, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article table.products-table tbody tr {
      border-top: 1px solid #b0b0b0; }
      /* line 201, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article table.products-table tbody tr td {
        height: 55px;
        border-right: 1px solid #b0b0b0;
        line-height: 1.45;
        padding: 10px 0;
        text-align: left;
        vertical-align: middle; }
        /* line 208, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
        .amway .article-page article table.products-table tbody tr td:first-child {
          border-right: none; }
          /* line 210, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
          .amway .article-page article table.products-table tbody tr td:first-child img {
            width: 100px;
            height: auto; }
        /* line 215, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
        .amway .article-page article table.products-table tbody tr td:nth-child(2) {
          min-width: calc(80vw - 100px);
          max-width: calc(100vw - 100px);
          color: #0091c0;
          font-weight: 700;
          padding-right: 5px; }
        /* line 222, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
        .amway .article-page article table.products-table tbody tr td:nth-child(3) {
          text-align: center; }
        /* line 225, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
        .amway .article-page article table.products-table tbody tr td:nth-child(4), .amway .article-page article table.products-table tbody tr td:nth-child(5) {
          padding: 10px 20px; }
        /* line 229, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
        .amway .article-page article table.products-table tbody tr td:last-child {
          border-right: none;
          padding: 10px 20px; }
      /* line 235, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article table.products-table tbody tr.row-secondary td {
        height: auto;
        border-top: 1px solid #fff;
        padding-top: 0; }
        /* line 239, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
        .amway .article-page article table.products-table tbody tr.row-secondary td:first-child {
          min-width: calc(85vw - 100px);
          max-width: calc(100vw - 100px);
          border-right: 1px solid #b0b0b0;
          color: #0091c0;
          font-weight: 700;
          padding-right: 5px; }
        /* line 247, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
        .amway .article-page article table.products-table tbody tr.row-secondary td:nth-child(2) {
          color: #000;
          font-weight: 100;
          text-align: center; }
        /* line 252, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
        .amway .article-page article table.products-table tbody tr.row-secondary td:nth-child(3) {
          text-align: left; }
    /* line 259, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article table.products-table.table-smaller {
      width: 900px; }
    /* line 265, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article table.products-table.table-icook tbody tr td {
      width: 90px;
      position: relative; }
      /* line 268, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article table.products-table.table-icook tbody tr td:first-child {
        width: auto;
        border-right: 1px solid #b0b0b0;
        color: #5f353d;
        font-weight: 700; }
      /* line 274, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article table.products-table.table-icook tbody tr td:nth-child(2) {
        width: auto;
        color: #000;
        font-weight: 100;
        padding: 10px 20px; }
      /* line 281, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article table.products-table.table-icook tbody tr td.red-dot:after {
        width: 10px;
        height: 10px;
        background-color: #d11e24;
        border-radius: 50%;
        content: '';
        display: block;
        position: absolute;
        top: calc(50% - 5px);
        left: calc(50% - 5px); }

/* line 299, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article ol {
  list-style: none;
  margin: 20px 0;
  padding-left: 0; }
  /* line 303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article ol > li {
    counter-increment: item;
    margin-bottom: 10px;
    padding-left: 36px;
    position: relative; }
    /* line 308, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article ol > li:before {
      color: #004b85;
      content: counter(item) ". ";
      font-family: SourceSansPro, sans-serif;
      font-size: 24px;
      font-weight: 700;
      padding-right: 8px;
      position: absolute;
      left: 0;
      top: -12px; }
  /* line 322, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article ol.counter-middle li:before {
    top: -8px; }
  /* line 328, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article ol.h2-list li {
    padding-left: 26px; }
    /* line 330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article ol.h2-list li h2 {
      color: #004b85;
      border-color: #004b85 !important; }
    /* line 335, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article ol.h2-list li > ul li {
      padding-left: 0; }
      /* line 337, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article ol.h2-list li > ul li:before {
        background-image: url("../img/checkmark-light-blue.svg");
        top: 6px;
        left: -24px; }
    /* line 344, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article ol.h2-list li:before {
      color: #004b85 !important;
      font-size: 20px;
      top: -4px; }

/* line 352, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article video {
  display: block;
  width: 100%;
  height: auto;
  margin: 3em 0; }

/* line 358, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .black-back {
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  background-color: #000; }
  /* line 363, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .black-back p, .amway .article-page article .black-back h1, .amway .article-page article .black-back h2, .amway .article-page article .black-back h3 {
    color: white; }
  /* line 366, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .black-back:last-child {
    margin-bottom: -35px; }
  /* line 369, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .black-back .rounded-button {
    background: white;
    color: black; }

/* line 374, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.aqua-back {
  background: #008fc5;
  min-height: 100%;
  box-sizing: border-box; }
  /* line 378, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article.aqua-back, .amway .article-page article.aqua-back p, .amway .article-page article.aqua-back h1, .amway .article-page article.aqua-back h2, .amway .article-page article.aqua-back h3 {
    color: white; }
  /* line 381, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article.aqua-back .rounded-button {
    background: white;
    color: #008fc5; }

/* line 389, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .h-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  /* line 392, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .h-icon img {
    width: 70px;
    height: 70px;
    padding-right: 20px;
    vertical-align: middle; }

/* line 399, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .list-checkmarks {
  list-style: none;
  margin: 20px 0;
  padding-left: 0; }
  /* line 403, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .list-checkmarks li {
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative; }
    /* line 407, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article .list-checkmarks li:before {
      width: 12px;
      height: 12px;
      background: url("../img/checkmark-dark-blue.svg") center center no-repeat;
      background-size: contain;
      color: #004b85;
      content: '';
      position: absolute;
      left: 0;
      top: 6px; }
  /* line 421, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .list-checkmarks.counter-middle li:before {
    top: -8px; }

/* line 431, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .color-amway-blue {
  color: #004b85 !important; }
  /* line 433, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .color-amway-blue.h-underline {
    border-color: #004b85 !important; }

/* line 431, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .color-home-blue {
  color: #1d94d3 !important; }
  /* line 433, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .color-home-blue.h-underline {
    border-color: #1d94d3 !important; }

/* line 431, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .color-home-bordo {
  color: #5f353d !important; }
  /* line 433, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .color-home-bordo.h-underline {
    border-color: #5f353d !important; }

/* line 431, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .color-home-black {
  color: #1d1d1b !important; }
  /* line 433, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .color-home-black.h-underline {
    border-color: #1d1d1b !important; }

/* line 431, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .color-home-yellow {
  color: #e1b900 !important; }
  /* line 433, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .color-home-yellow.h-underline {
    border-color: #e1b900 !important; }

/* line 431, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .color-home-green {
  color: #299b37 !important; }
  /* line 433, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .color-home-green.h-underline {
    border-color: #299b37 !important; }

/* line 431, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .color-home-magenta {
  color: #b93770 !important; }
  /* line 433, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .color-home-magenta.h-underline {
    border-color: #b93770 !important; }

/* line 438, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .color-black {
  color: #000; }

/* line 441, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .article-color {
  color: #004b85; }

/* line 444, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .color-secondary {
  color: #81bc47 !important; }

/* line 447, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article img {
  display: block;
  max-width: 100%;
  height: auto; }
  /* line 451, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article img.img-half {
    width: 50% !important;
    height: 50% !important; }
  /* line 455, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article img.borderless {
    margin: -20px;
    margin-bottom: 1em;
    width: 100vw;
    max-width: none; }

/* line 462, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article sup {
  vertical-align: super;
  font-size: 8px; }

/* line 466, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .subtext {
  font-size: 12px;
  margin: 4px 0 20px 0; }
  /* line 469, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .subtext.last-item {
    margin: 4px 0 0 0; }

/* line 473, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .align-right {
  text-align: right; }

/* line 476, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .home-logos {
  margin: 20px 0;
  display: flex;
  justify-content: center; }

/* line 481, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .container-flex {
  display: flex;
  flex-direction: column; }

/* line 485, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .subheader {
  font-family: RobotoCondensed, serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 30px; }
  /* line 491, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .subheader.nutrition {
    color: #186637;
    font-weight: 700; }
  /* line 495, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .subheader.satinique {
    color: #8a5ea4;
    margin-bottom: 8px; }
  /* line 499, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .subheader.no-margin-bottom {
    margin-bottom: 0px; }
  /* line 502, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .subheader b {
    font-weight: 700; }

/* line 506, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .margin-left-half {
  margin-left: 15px; }

/* line 509, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .margin-bottom {
  margin-bottom: 30px !important; }

/* line 512, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .margin-bottom-half {
  margin-bottom: 15px !important; }

/* line 515, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .margin-bottom-large {
  margin-bottom: 40px !important; }

/* line 518, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .no-margin-bottom {
  margin-bottom: 0 !important; }

/* line 521, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .margin-top-small {
  margin-top: 5px !important; }

/* line 524, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .margin-top-half {
  margin-top: 15px !important; }

/* line 527, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .no-margin-top {
  margin-top: 0 !important; }

/* line 530, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .subtext {
  font-size: 13px;
  margin: 4px 0 20px 0; }

/* line 534, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .g-and-h-line-logo-container {
  margin: 10px 0 10px 0;
  width: 100%; }
  /* line 537, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .g-and-h-line-logo-container img {
    width: 90%; }

/* line 541, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .img-container {
  width: 100%;
  margin: 20px 0px; }
  /* line 544, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .img-container > img {
    width: 100%;
    height: auto; }
  /* line 548, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .img-container.img-small {
    text-align: center; }
    /* line 550, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article .img-container.img-small > img {
      width: 35%;
      height: auto; }
  /* line 555, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .img-container.img-full-width {
    width: calc(100% + 40px); }
    /* line 557, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article .img-container.img-full-width > img {
      position: relative;
      left: -20px; }
  /* line 562, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .img-container.img-large {
    text-align: center; }
    /* line 564, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article .img-container.img-large > img {
      width: 70%; }
  /* line 568, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .img-container.img-medium {
    text-align: center; }
    /* line 570, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article .img-container.img-medium > img {
      width: 50%; }

/* line 575, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .sections {
  list-style: none;
  margin-bottom: 35px;
  padding-left: 0; }
  /* line 580, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .sections li.list-laundry {
    margin: 0; }
    /* line 582, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article .sections li.list-laundry .header {
      width: calc(100% + 40px);
      background-color: #fff;
      border-top: 1px solid #aaa;
      box-sizing: border-box;
      color: #1d94d3;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      font-weight: 700;
      padding: 10px 50px 10px 20px;
      position: relative;
      left: -20px;
      right: -20px; }
      /* line 595, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article .sections li.list-laundry .header img {
        width: auto;
        height: auto;
        max-width: 32px;
        -webkit-align-self: center;
        -moz-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        padding-left: 5px;
        padding-right: 20px;
        vertical-align: middle; }
        /* line 603, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
        .amway .article-page article .sections li.list-laundry .header img.symbol-bigger {
          max-width: 38px;
          padding-right: 14px;
          position: relative;
          left: -3px; }
      /* line 610, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article .sections li.list-laundry .header:after {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: all .5s ease;
        content: ' ';
        width: 12px;
        height: 12px;
        background: url(../img/arrow-more-light-blue.svg) 50% 50% no-repeat; }
    /* line 623, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article .sections li.list-laundry.expanded .header {
      border-bottom: 1px solid #aaa; }
      /* line 625, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article .sections li.list-laundry.expanded .header:after {
        transform: translateY(-50%) rotate(90deg); }
    /* line 631, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article .sections li.list-laundry:last-child .header {
      border-bottom: 1px solid #aaa; }
  /* line 636, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .sections li .description {
    display: none; }
    /* line 638, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article .sections li .description ul.washing-symbols {
      list-style: none;
      padding-left: 0; }
      /* line 641, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article .sections li .description ul.washing-symbols li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        margin-bottom: 25px; }
        /* line 645, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
        .amway .article-page article .sections li .description ul.washing-symbols li img {
          width: auto;
          height: auto;
          max-width: 56px;
          padding-left: 10px;
          padding-right: 20px;
          position: relative; }
    /* line 655, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article .sections li .description ol {
      margin: 20px 0 30px 0; }
      /* line 658, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article .sections li .description ol li:before {
        font-size: 20px;
        top: -6px; }

/* line 667, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .article-rect {
  width: 100%;
  background-color: #002f5f;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 40px;
  padding: 22px;
  position: relative; }
  /* line 678, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .article-rect.italic {
    font-style: italic; }
  /* line 681, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .article-rect.padding-top-small {
    padding-top: 18px !important; }
  /* line 684, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .article-rect a {
    color: #fff;
    text-decoration: underline; }

/* line 690, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .img-scroller {
  width: calc(100% + 40px);
  overflow-x: scroll;
  position: relative;
  left: -20px;
  text-align: center; }
  /* line 696, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .img-scroller > img {
    width: 220%; }
  /* line 699, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .img-scroller .stickers-container {
    position: relative; }
    /* line 701, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article .img-scroller .stickers-container > div {
      position: absolute;
      font-size: 12px;
      line-height: 1.45;
      z-index: 1; }
    /* line 708, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article .img-scroller .stickers-container.stickers-products-that-care > div {
      width: 22vh;
      background: #0294c5;
      color: #fff;
      padding: 8px 10px;
      text-align: left;
      left: 12vh; }
      /* line 715, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.amway-logo {
        bottom: 57vh; }
      /* line 718, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.product-description {
        bottom: 47vh; }
      /* line 721, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.product-uses {
        bottom: 10vh; }
      /* line 724, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.functional-image {
        left: 87vh;
        bottom: 75vh; }
      /* line 728, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.safer-choice {
        left: 87vh;
        bottom: 37vh; }
      /* line 732, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.bioquest-formula {
        left: 87vh;
        bottom: 9vh; }
      /* line 736, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.subtext {
        width: auto;
        background: transparent;
        color: #000;
        font-size: 12px;
        left: 0;
        right: -65vh;
        bottom: -1vh;
        text-align: center;
        white-space: nowrap; }

/* line 752, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .table-scroller {
  width: 100%;
  margin-left: 0;
  padding-bottom: 10px;
  overflow-x: scroll;
  left: 0; }
  /* line 758, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .table-scroller > img {
    width: 240%; }

/* line 762, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .checkmark-img {
  width: 22px;
  height: 22px;
  margin-right: 2px;
  vertical-align: middle; }

/* line 768, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article .ul-icon {
  list-style-type: none;
  padding-left: 5px; }
  /* line 771, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article .ul-icon li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 12px; }
    /* line 775, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article .ul-icon li img {
      width: 65px;
      min-width: 65px;
      height: 65px;
      padding-right: 18px;
      vertical-align: middle; }
    /* line 782, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article .ul-icon li span {
      line-height: 18px;
      vertical-align: baseline; }

/* line 794, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.amway-blue-theme h1, .amway .article-page article.amway-blue-theme h2, .amway .article-page article.amway-blue-theme h3 {
  color: #004b85; }
  /* line 796, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article.amway-blue-theme h1.h-underline, .amway .article-page article.amway-blue-theme h2.h-underline, .amway .article-page article.amway-blue-theme h3.h-underline {
    border-color: #004b85; }

/* line 805, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.amway-blue-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2) {
  color: #004b85; }

/* line 813, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.amway-blue-theme .article-color {
  color: #004b85; }

/* line 818, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.amway-blue-theme ol li:before {
  color: #004b85; }

/* line 823, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.amway-blue-theme .article-rect {
  background-color: #004b85; }

/* line 794, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-blue-theme h1, .amway .article-page article.home-blue-theme h2, .amway .article-page article.home-blue-theme h3 {
  color: #1d94d3; }
  /* line 796, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article.home-blue-theme h1.h-underline, .amway .article-page article.home-blue-theme h2.h-underline, .amway .article-page article.home-blue-theme h3.h-underline {
    border-color: #1d94d3; }

/* line 805, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-blue-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2) {
  color: #1d94d3; }

/* line 813, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-blue-theme .article-color {
  color: #1d94d3; }

/* line 818, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-blue-theme ol li:before {
  color: #1d94d3; }

/* line 823, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-blue-theme .article-rect {
  background-color: #1d94d3; }

/* line 794, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-bordo-theme h1, .amway .article-page article.home-bordo-theme h2, .amway .article-page article.home-bordo-theme h3 {
  color: #5f353d; }
  /* line 796, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article.home-bordo-theme h1.h-underline, .amway .article-page article.home-bordo-theme h2.h-underline, .amway .article-page article.home-bordo-theme h3.h-underline {
    border-color: #5f353d; }

/* line 805, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-bordo-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2) {
  color: #5f353d; }

/* line 813, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-bordo-theme .article-color {
  color: #5f353d; }

/* line 818, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-bordo-theme ol li:before {
  color: #5f353d; }

/* line 823, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-bordo-theme .article-rect {
  background-color: #5f353d; }

/* line 794, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-black-theme h1, .amway .article-page article.home-black-theme h2, .amway .article-page article.home-black-theme h3 {
  color: #1d1d1b; }
  /* line 796, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article.home-black-theme h1.h-underline, .amway .article-page article.home-black-theme h2.h-underline, .amway .article-page article.home-black-theme h3.h-underline {
    border-color: #1d1d1b; }

/* line 805, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-black-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2) {
  color: #1d1d1b; }

/* line 813, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-black-theme .article-color {
  color: #1d1d1b; }

/* line 818, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-black-theme ol li:before {
  color: #1d1d1b; }

/* line 823, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-black-theme .article-rect {
  background-color: #1d1d1b; }

/* line 794, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-yellow-theme h1, .amway .article-page article.home-yellow-theme h2, .amway .article-page article.home-yellow-theme h3 {
  color: #e1b900; }
  /* line 796, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article.home-yellow-theme h1.h-underline, .amway .article-page article.home-yellow-theme h2.h-underline, .amway .article-page article.home-yellow-theme h3.h-underline {
    border-color: #e1b900; }

/* line 805, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-yellow-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2) {
  color: #e1b900; }

/* line 813, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-yellow-theme .article-color {
  color: #e1b900; }

/* line 818, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-yellow-theme ol li:before {
  color: #e1b900; }

/* line 823, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-yellow-theme .article-rect {
  background-color: #e1b900; }

/* line 794, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-green-theme h1, .amway .article-page article.home-green-theme h2, .amway .article-page article.home-green-theme h3 {
  color: #299b37; }
  /* line 796, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article.home-green-theme h1.h-underline, .amway .article-page article.home-green-theme h2.h-underline, .amway .article-page article.home-green-theme h3.h-underline {
    border-color: #299b37; }

/* line 805, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-green-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2) {
  color: #299b37; }

/* line 813, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-green-theme .article-color {
  color: #299b37; }

/* line 818, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-green-theme ol li:before {
  color: #299b37; }

/* line 823, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-green-theme .article-rect {
  background-color: #299b37; }

/* line 794, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-magenta-theme h1, .amway .article-page article.home-magenta-theme h2, .amway .article-page article.home-magenta-theme h3 {
  color: #b93770; }
  /* line 796, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article.home-magenta-theme h1.h-underline, .amway .article-page article.home-magenta-theme h2.h-underline, .amway .article-page article.home-magenta-theme h3.h-underline {
    border-color: #b93770; }

/* line 805, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-magenta-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2) {
  color: #b93770; }

/* line 813, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-magenta-theme .article-color {
  color: #b93770; }

/* line 818, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-magenta-theme ol li:before {
  color: #b93770; }

/* line 823, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .article-page article.home-magenta-theme .article-rect {
  background-color: #b93770; }

@media screen and (min-width: 640px) {
  /* line 830, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .article-page article {
    font-size: 16px; }
    /* line 832, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article h1 {
      font-size: 26px; }
    /* line 835, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article h2 {
      font-size: 22px; }
    /* line 840, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article .nutrition-header > img.img-active-lifestile {
      width: 110px;
      height: 110px; }
    /* line 846, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article .container-flex {
      display: flex;
      flex-direction: row; }
      /* line 849, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article .container-flex .flex-text {
        align-self: center;
        flex: 1; }
    /* line 854, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article .img-container {
      width: 50%;
      margin: 20px auto;
      padding-right: 20px; }
      /* line 858, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article .img-container > img {
        width: 100%;
        height: auto; }
      /* line 862, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article .img-container.chart {
        width: 70%; }
    /* line 866, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article .g-and-h-line-logo-container {
      margin: 10px 0 10px 0;
      width: 60%; }
      /* line 869, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article .g-and-h-line-logo-container img {
        width: 90%; }
    /* line 873, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article .sections {
      list-style: none;
      padding-left: 0; }
    /* line 877, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article .glasses-set {
      margin-bottom: 40px; }
    /* line 881, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article .img-scroller > img {
      width: 150%; }
    /* line 885, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .article-page article .side-by-side {
      margin-top: 40px;
      margin-bottom: 60px; }
      /* line 888, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article .side-by-side .description {
        width: 100%; }
      /* line 891, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
      .amway .article-page article .side-by-side img {
        width: 15%;
        height: 15%;
        padding: 0 40px 0 60px; } }

/* line 900, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .quick-nav {
  overflow: hidden;
  max-height: 0;
  transition: all .5s ease; }
  /* line 904, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .quick-nav.expanded {
    overflow-y: scroll;
    max-height: 100%; }
  /* line 908, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
  .amway .quick-nav li {
    min-height: 48px;
    margin: 0 !important;
    padding-right: 20px !important; }
    /* line 912, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
    .amway .quick-nav li .label {
      position: relative; }

/* line 917, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_amway.scss */
.amway .clear {
  clear: both; }

/* line 7, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .cover .cover-container,
.business-opportunity-africa .cover .cover-container {
  background-color: #f1f2ff; }

/* line 10, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .cover .cover-image,
.business-opportunity-africa .cover .cover-image {
  background-image: url("../units/business-opportunity/img/cover.jpg"); }

/* line 14, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .cover .footer,
.business-opportunity-africa .cover .footer {
  color: #38539a; }

/* line 17, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .cover .lets-start-button,
.business-opportunity-africa .cover .lets-start-button {
  background-color: #38539a;
  border-color: #38539a; }

@media screen and (min-width: 640px) {
  /* line 22, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .cover .cover-container,
  .business-opportunity-africa .cover .cover-container {
    background-color: #f1f2ff; }
  /* line 26, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .cover .cover-image,
  .business-opportunity-africa .cover .cover-image {
    background-image: url(../units/business-opportunity/img/cover-ipad.jpg); }
  /* line 30, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .cover .footer,
  .business-opportunity-africa .cover .footer {
    color: #38539a; }
  /* line 34, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .cover .lets-start-button,
  .business-opportunity-africa .cover .lets-start-button {
    background-color: #38539a;
    border-color: #38539a; } }

/* line 46, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.aqua-back,
.business-opportunity .article-page article div.aqua-back,
.business-opportunity-africa .article-page article.aqua-back,
.business-opportunity-africa .article-page article div.aqua-back {
  background: #008fc5;
  min-height: 100%;
  box-sizing: border-box; }
  /* line 52, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article.aqua-back,
  .business-opportunity .article-page article.aqua-back p,
  .business-opportunity .article-page article.aqua-back h1,
  .business-opportunity .article-page article.aqua-back h2,
  .business-opportunity .article-page article.aqua-back h3,
  .business-opportunity .article-page article div.aqua-back,
  .business-opportunity .article-page article div.aqua-back p,
  .business-opportunity .article-page article div.aqua-back h1,
  .business-opportunity .article-page article div.aqua-back h2,
  .business-opportunity .article-page article div.aqua-back h3,
  .business-opportunity-africa .article-page article.aqua-back,
  .business-opportunity-africa .article-page article.aqua-back p,
  .business-opportunity-africa .article-page article.aqua-back h1,
  .business-opportunity-africa .article-page article.aqua-back h2,
  .business-opportunity-africa .article-page article.aqua-back h3,
  .business-opportunity-africa .article-page article div.aqua-back,
  .business-opportunity-africa .article-page article div.aqua-back p,
  .business-opportunity-africa .article-page article div.aqua-back h1,
  .business-opportunity-africa .article-page article div.aqua-back h2,
  .business-opportunity-africa .article-page article div.aqua-back h3 {
    color: white; }
  /* line 60, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article.aqua-back .rounded-button,
  .business-opportunity .article-page article div.aqua-back .rounded-button,
  .business-opportunity-africa .article-page article.aqua-back .rounded-button,
  .business-opportunity-africa .article-page article div.aqua-back .rounded-button {
    background: white;
    color: #008fc5; }

/* line 66, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article h1,
.business-opportunity .article-page article h2,
.business-opportunity .article-page article h3,
.business-opportunity-africa .article-page article h1,
.business-opportunity-africa .article-page article h2,
.business-opportunity-africa .article-page article h3 {
  color: #008fc5;
  font-family: RobotoCondensed, sans-serif;
  font-weight: 700;
  line-height: 1.25; }
  /* line 74, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article h1.h-underline,
  .business-opportunity .article-page article h2.h-underline,
  .business-opportunity .article-page article h3.h-underline,
  .business-opportunity-africa .article-page article h1.h-underline,
  .business-opportunity-africa .article-page article h2.h-underline,
  .business-opportunity-africa .article-page article h3.h-underline {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 20px; }
    /* line 79, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article h1.h-underline.color-secondary,
    .business-opportunity .article-page article h2.h-underline.color-secondary,
    .business-opportunity .article-page article h3.h-underline.color-secondary,
    .business-opportunity-africa .article-page article h1.h-underline.color-secondary,
    .business-opportunity-africa .article-page article h2.h-underline.color-secondary,
    .business-opportunity-africa .article-page article h3.h-underline.color-secondary {
      border-color: #81bc47 !important; }
  /* line 84, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article h1 .h-light,
  .business-opportunity .article-page article h2 .h-light,
  .business-opportunity .article-page article h3 .h-light,
  .business-opportunity-africa .article-page article h1 .h-light,
  .business-opportunity-africa .article-page article h2 .h-light,
  .business-opportunity-africa .article-page article h3 .h-light {
    font-weight: 100; }

/* line 89, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article h1,
.business-opportunity-africa .article-page article h1 {
  font-family: RobotoCondensed, sans-serif;
  margin-top: 1.6em;
  margin-bottom: .8em;
  font-weight: 700; }

/* line 96, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article h3,
.business-opportunity-africa .article-page article h3 {
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  color: #575757; }

/* line 102, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article table,
.business-opportunity-africa .article-page article table {
  width: 100%; }
  /* line 106, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article table thead tr,
  .business-opportunity-africa .article-page article table thead tr {
    border-top: none; }
  /* line 111, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article table tr,
  .business-opportunity-africa .article-page article table tr {
    border-top: 1px solid #3a3a3a; }
    /* line 114, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article table tr th,
    .business-opportunity .article-page article table tr td,
    .business-opportunity-africa .article-page article table tr th,
    .business-opportunity-africa .article-page article table tr td {
      padding: 20px 0; }
      /* line 118, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article table tr th:first-child,
      .business-opportunity .article-page article table tr td:first-child,
      .business-opportunity-africa .article-page article table tr th:first-child,
      .business-opportunity-africa .article-page article table tr td:first-child {
        padding-right: 50px;
        vertical-align: middle; }
  /* line 130, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article table.cols-3 tr th:first-child,
  .business-opportunity .article-page article table.cols-3 tr td:first-child,
  .business-opportunity-africa .article-page article table.cols-3 tr th:first-child,
  .business-opportunity-africa .article-page article table.cols-3 tr td:first-child {
    padding-right: 40px; }
  /* line 134, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article table.cols-3 tr th:nth-child(2),
  .business-opportunity .article-page article table.cols-3 tr td:nth-child(2),
  .business-opportunity-africa .article-page article table.cols-3 tr th:nth-child(2),
  .business-opportunity-africa .article-page article table.cols-3 tr td:nth-child(2) {
    padding-right: 50px;
    vertical-align: middle; }
  /* line 142, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article table.laundry-table,
  .business-opportunity-africa .article-page article table.laundry-table {
    width: 1000px; }
    /* line 146, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article table.laundry-table thead th,
    .business-opportunity-africa .article-page article table.laundry-table thead th {
      font-weight: 700;
      line-height: 1.45;
      padding: 10px;
      text-align: center;
      vertical-align: middle; }
      /* line 153, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article table.laundry-table thead th:not(:first-child),
      .business-opportunity-africa .article-page article table.laundry-table thead th:not(:first-child) {
        color: #1d94d3; }
      /* line 157, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article table.laundry-table thead th.blue-background,
      .business-opportunity-africa .article-page article table.laundry-table thead th.blue-background {
        background-color: #1d94d3;
        color: #fff; }
    /* line 165, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article table.laundry-table tbody tr,
    .business-opportunity-africa .article-page article table.laundry-table tbody tr {
      border-top: 1px solid #b0b0b0; }
      /* line 168, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article table.laundry-table tbody tr td,
      .business-opportunity-africa .article-page article table.laundry-table tbody tr td {
        height: 55px;
        border-right: 1px solid #b0b0b0;
        line-height: 1.45;
        padding: 10px;
        text-align: center;
        vertical-align: middle; }
        /* line 176, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
        .business-opportunity .article-page article table.laundry-table tbody tr td:not(:first-child),
        .business-opportunity-africa .article-page article table.laundry-table tbody tr td:not(:first-child) {
          background: url(../img/checkmark-light-blue.svg) center center no-repeat;
          background-size: 22px 22px; }
        /* line 181, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
        .business-opportunity .article-page article table.laundry-table tbody tr td:last-child,
        .business-opportunity-africa .article-page article table.laundry-table tbody tr td:last-child {
          border-right: none; }
        /* line 185, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
        .business-opportunity .article-page article table.laundry-table tbody tr td.checkmark-2,
        .business-opportunity-africa .article-page article table.laundry-table tbody tr td.checkmark-2 {
          background: none;
          position: relative; }
          /* line 189, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
          .business-opportunity .article-page article table.laundry-table tbody tr td.checkmark-2:before,
          .business-opportunity-africa .article-page article table.laundry-table tbody tr td.checkmark-2:before {
            width: 22px;
            height: 22px;
            background: url(../img/checkmark-light-blue.svg) center center no-repeat;
            content: '';
            position: absolute;
            top: calc(50% - 11px);
            left: calc(50% - 22px); }
          /* line 199, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
          .business-opportunity .article-page article table.laundry-table tbody tr td.checkmark-2:after,
          .business-opportunity-africa .article-page article table.laundry-table tbody tr td.checkmark-2:after {
            width: 22px;
            height: 22px;
            background: url(../img/checkmark-light-blue.svg) center center no-repeat;
            content: '';
            position: absolute;
            top: calc(50% - 11px);
            right: calc(50% - 22px); }
        /* line 210, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
        .business-opportunity .article-page article table.laundry-table tbody tr td.checkmark-3,
        .business-opportunity-africa .article-page article table.laundry-table tbody tr td.checkmark-3 {
          position: relative; }
          /* line 213, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
          .business-opportunity .article-page article table.laundry-table tbody tr td.checkmark-3:before,
          .business-opportunity-africa .article-page article table.laundry-table tbody tr td.checkmark-3:before {
            width: 22px;
            height: 22px;
            background: url(../img/checkmark-light-blue.svg) center center no-repeat;
            content: '';
            position: absolute;
            top: calc(50% - 11px);
            left: calc(50% - 34px); }
          /* line 223, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
          .business-opportunity .article-page article table.laundry-table tbody tr td.checkmark-3:after,
          .business-opportunity-africa .article-page article table.laundry-table tbody tr td.checkmark-3:after {
            width: 22px;
            height: 22px;
            background: url(../img/checkmark-light-blue.svg) center center no-repeat;
            content: '';
            position: absolute;
            top: calc(50% - 11px);
            right: calc(50% - 34px); }
  /* line 238, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article table.products-table,
  .business-opportunity-africa .article-page article table.products-table {
    width: 1100px; }
    /* line 242, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article table.products-table thead th,
    .business-opportunity-africa .article-page article table.products-table thead th {
      border-right: 1px solid #b0b0b0;
      font-weight: 700;
      line-height: 1.45;
      padding: 10px 20px;
      text-align: center;
      vertical-align: middle; }
      /* line 250, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article table.products-table thead th:nth-child(2),
      .business-opportunity-africa .article-page article table.products-table thead th:nth-child(2) {
        white-space: nowrap; }
      /* line 254, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article table.products-table thead th:last-child,
      .business-opportunity-africa .article-page article table.products-table thead th:last-child {
        border-right: none; }
    /* line 261, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article table.products-table tbody tr,
    .business-opportunity-africa .article-page article table.products-table tbody tr {
      border-top: 1px solid #b0b0b0; }
      /* line 264, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article table.products-table tbody tr td,
      .business-opportunity-africa .article-page article table.products-table tbody tr td {
        height: 55px;
        border-right: 1px solid #b0b0b0;
        line-height: 1.45;
        padding: 10px 0;
        text-align: left;
        vertical-align: middle; }
        /* line 272, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
        .business-opportunity .article-page article table.products-table tbody tr td:first-child,
        .business-opportunity-africa .article-page article table.products-table tbody tr td:first-child {
          border-right: none; }
          /* line 275, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
          .business-opportunity .article-page article table.products-table tbody tr td:first-child img,
          .business-opportunity-africa .article-page article table.products-table tbody tr td:first-child img {
            width: 100px;
            height: auto; }
        /* line 281, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
        .business-opportunity .article-page article table.products-table tbody tr td:nth-child(2),
        .business-opportunity-africa .article-page article table.products-table tbody tr td:nth-child(2) {
          min-width: calc(80vw - 100px);
          max-width: calc(100vw - 100px);
          color: #0091c0;
          font-weight: 700;
          padding-right: 5px; }
        /* line 289, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
        .business-opportunity .article-page article table.products-table tbody tr td:nth-child(3),
        .business-opportunity-africa .article-page article table.products-table tbody tr td:nth-child(3) {
          text-align: center; }
        /* line 293, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
        .business-opportunity .article-page article table.products-table tbody tr td:nth-child(4), .business-opportunity .article-page article table.products-table tbody tr td:nth-child(5),
        .business-opportunity-africa .article-page article table.products-table tbody tr td:nth-child(4),
        .business-opportunity-africa .article-page article table.products-table tbody tr td:nth-child(5) {
          padding: 10px 20px; }
        /* line 298, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
        .business-opportunity .article-page article table.products-table tbody tr td:last-child,
        .business-opportunity-africa .article-page article table.products-table tbody tr td:last-child {
          border-right: none;
          padding: 10px 20px; }
      /* line 305, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article table.products-table tbody tr.row-secondary td,
      .business-opportunity-africa .article-page article table.products-table tbody tr.row-secondary td {
        height: auto;
        border-top: 1px solid #fff;
        padding-top: 0; }
        /* line 310, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
        .business-opportunity .article-page article table.products-table tbody tr.row-secondary td:first-child,
        .business-opportunity-africa .article-page article table.products-table tbody tr.row-secondary td:first-child {
          min-width: calc(85vw - 100px);
          max-width: calc(100vw - 100px);
          border-right: 1px solid #b0b0b0;
          color: #0091c0;
          font-weight: 700;
          padding-right: 5px; }
        /* line 319, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
        .business-opportunity .article-page article table.products-table tbody tr.row-secondary td:nth-child(2),
        .business-opportunity-africa .article-page article table.products-table tbody tr.row-secondary td:nth-child(2) {
          color: #000;
          font-weight: 100;
          text-align: center; }
        /* line 325, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
        .business-opportunity .article-page article table.products-table tbody tr.row-secondary td:nth-child(3),
        .business-opportunity-africa .article-page article table.products-table tbody tr.row-secondary td:nth-child(3) {
          text-align: left; }
    /* line 333, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article table.products-table.table-smaller,
    .business-opportunity-africa .article-page article table.products-table.table-smaller {
      width: 900px; }
    /* line 340, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article table.products-table.table-icook tbody tr td,
    .business-opportunity-africa .article-page article table.products-table.table-icook tbody tr td {
      width: 90px;
      position: relative; }
      /* line 344, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article table.products-table.table-icook tbody tr td:first-child,
      .business-opportunity-africa .article-page article table.products-table.table-icook tbody tr td:first-child {
        width: auto;
        border-right: 1px solid #b0b0b0;
        color: #5f353d;
        font-weight: 700; }
      /* line 351, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article table.products-table.table-icook tbody tr td:nth-child(2),
      .business-opportunity-africa .article-page article table.products-table.table-icook tbody tr td:nth-child(2) {
        width: auto;
        color: #000;
        font-weight: 100;
        padding: 10px 20px; }
      /* line 359, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article table.products-table.table-icook tbody tr td.red-dot:after,
      .business-opportunity-africa .article-page article table.products-table.table-icook tbody tr td.red-dot:after {
        width: 10px;
        height: 10px;
        background-color: #d11e24;
        border-radius: 50%;
        content: '';
        display: block;
        position: absolute;
        top: calc(50% - 5px);
        left: calc(50% - 5px); }

/* line 378, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article ol,
.business-opportunity-africa .article-page article ol {
  list-style: none;
  margin: 20px 0;
  padding-left: 0; }
  /* line 383, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article ol > li,
  .business-opportunity-africa .article-page article ol > li {
    counter-increment: item;
    margin-bottom: 10px;
    padding-left: 36px;
    position: relative; }
    /* line 389, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article ol > li:before,
    .business-opportunity-africa .article-page article ol > li:before {
      color: #004b85;
      content: counter(item) ". ";
      font-family: SourceSansPro, sans-serif;
      font-size: 24px;
      font-weight: 700;
      padding-right: 8px;
      position: absolute;
      left: 0;
      top: -12px; }
  /* line 404, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article ol.counter-middle li:before,
  .business-opportunity-africa .article-page article ol.counter-middle li:before {
    top: -8px; }
  /* line 411, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article ol.h2-list li,
  .business-opportunity-africa .article-page article ol.h2-list li {
    padding-left: 26px; }
    /* line 414, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article ol.h2-list li h2,
    .business-opportunity-africa .article-page article ol.h2-list li h2 {
      color: #004b85;
      border-color: #004b85 !important; }
    /* line 420, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article ol.h2-list li > ul li,
    .business-opportunity-africa .article-page article ol.h2-list li > ul li {
      padding-left: 0; }
      /* line 423, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article ol.h2-list li > ul li:before,
      .business-opportunity-africa .article-page article ol.h2-list li > ul li:before {
        background-image: url("../img/checkmark-light-blue.svg");
        top: 6px;
        left: -24px; }
    /* line 431, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article ol.h2-list li:before,
    .business-opportunity-africa .article-page article ol.h2-list li:before {
      color: #004b85 !important;
      font-size: 20px;
      top: -4px; }

/* line 440, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article video,
.business-opportunity-africa .article-page article video {
  display: block;
  width: 100%;
  height: auto;
  margin: 3em 0; }
  /* line 446, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article video:last-child,
  .business-opportunity-africa .article-page article video:last-child {
    margin-bottom: 0; }

/* line 451, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .footnote,
.business-opportunity-africa .article-page article .footnote {
  font-size: 12px;
  margin-top: 5em; }

/* line 456, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article div.black-back,
.business-opportunity-africa .article-page article div.black-back {
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  background-color: #000; }
  /* line 462, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article div.black-back p,
  .business-opportunity .article-page article div.black-back h1,
  .business-opportunity .article-page article div.black-back h2,
  .business-opportunity .article-page article div.black-back h3,
  .business-opportunity-africa .article-page article div.black-back p,
  .business-opportunity-africa .article-page article div.black-back h1,
  .business-opportunity-africa .article-page article div.black-back h2,
  .business-opportunity-africa .article-page article div.black-back h3 {
    color: white; }
  /* line 469, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article div.black-back:last-child,
  .business-opportunity-africa .article-page article div.black-back:last-child {
    margin-bottom: -35px; }
  /* line 473, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article div.black-back .rounded-button,
  .business-opportunity-africa .article-page article div.black-back .rounded-button {
    background: white;
    color: black; }

/* line 479, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article div.aqua-back,
.business-opportunity-africa .article-page article div.aqua-back {
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px; }
  /* line 484, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article div.aqua-back:first-child,
  .business-opportunity-africa .article-page article div.aqua-back:first-child {
    margin-top: -20px; }
  /* line 488, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article div.aqua-back:last-child,
  .business-opportunity-africa .article-page article div.aqua-back:last-child {
    margin-bottom: -35px; }

/* line 493, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .h-icon,
.business-opportunity-africa .article-page article .h-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  /* line 497, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .h-icon img,
  .business-opportunity-africa .article-page article .h-icon img {
    width: 70px;
    height: 70px;
    padding-right: 20px;
    vertical-align: middle; }

/* line 505, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .list-checkmarks,
.business-opportunity-africa .article-page article .list-checkmarks {
  list-style: none;
  margin: 20px 0;
  padding-left: 0; }
  /* line 510, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .list-checkmarks li,
  .business-opportunity-africa .article-page article .list-checkmarks li {
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative; }
    /* line 515, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article .list-checkmarks li:before,
    .business-opportunity-africa .article-page article .list-checkmarks li:before {
      width: 12px;
      height: 12px;
      background: url("../img/checkmark-dark-blue.svg") center center no-repeat;
      background-size: contain;
      color: #004b85;
      content: '';
      position: absolute;
      left: 0;
      top: 6px; }
  /* line 530, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .list-checkmarks.counter-middle li:before,
  .business-opportunity-africa .article-page article .list-checkmarks.counter-middle li:before {
    top: -8px; }

/* line 541, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .color-amway-blue,
.business-opportunity-africa .article-page article .color-amway-blue {
  color: #004b85 !important; }
  /* line 544, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .color-amway-blue.h-underline,
  .business-opportunity-africa .article-page article .color-amway-blue.h-underline {
    border-color: #004b85 !important; }

/* line 541, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .color-home-blue,
.business-opportunity-africa .article-page article .color-home-blue {
  color: #1d94d3 !important; }
  /* line 544, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .color-home-blue.h-underline,
  .business-opportunity-africa .article-page article .color-home-blue.h-underline {
    border-color: #1d94d3 !important; }

/* line 541, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .color-home-bordo,
.business-opportunity-africa .article-page article .color-home-bordo {
  color: #5f353d !important; }
  /* line 544, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .color-home-bordo.h-underline,
  .business-opportunity-africa .article-page article .color-home-bordo.h-underline {
    border-color: #5f353d !important; }

/* line 541, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .color-home-black,
.business-opportunity-africa .article-page article .color-home-black {
  color: #1d1d1b !important; }
  /* line 544, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .color-home-black.h-underline,
  .business-opportunity-africa .article-page article .color-home-black.h-underline {
    border-color: #1d1d1b !important; }

/* line 541, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .color-home-yellow,
.business-opportunity-africa .article-page article .color-home-yellow {
  color: #e1b900 !important; }
  /* line 544, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .color-home-yellow.h-underline,
  .business-opportunity-africa .article-page article .color-home-yellow.h-underline {
    border-color: #e1b900 !important; }

/* line 541, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .color-home-green,
.business-opportunity-africa .article-page article .color-home-green {
  color: #299b37 !important; }
  /* line 544, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .color-home-green.h-underline,
  .business-opportunity-africa .article-page article .color-home-green.h-underline {
    border-color: #299b37 !important; }

/* line 541, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .color-home-magenta,
.business-opportunity-africa .article-page article .color-home-magenta {
  color: #b93770 !important; }
  /* line 544, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .color-home-magenta.h-underline,
  .business-opportunity-africa .article-page article .color-home-magenta.h-underline {
    border-color: #b93770 !important; }

/* line 550, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .color-black,
.business-opportunity-africa .article-page article .color-black {
  color: #000; }

/* line 554, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .article-color,
.business-opportunity-africa .article-page article .article-color {
  color: #004b85; }

/* line 558, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .color-secondary,
.business-opportunity-africa .article-page article .color-secondary {
  color: #81bc47 !important; }

/* line 562, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article img,
.business-opportunity-africa .article-page article img {
  display: block;
  max-width: 100%;
  height: auto; }
  /* line 567, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article img.img-half,
  .business-opportunity-africa .article-page article img.img-half {
    width: 50% !important;
    height: 50% !important; }
  /* line 572, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article img.borderless,
  .business-opportunity-africa .article-page article img.borderless {
    margin: -20px;
    margin-bottom: 1em;
    width: 100vw;
    max-width: none; }

/* line 580, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article sup,
.business-opportunity-africa .article-page article sup {
  vertical-align: super;
  font-size: 8px; }

/* line 585, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .subtext,
.business-opportunity-africa .article-page article .subtext {
  font-size: 12px;
  margin: 4px 0 20px 0; }
  /* line 589, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .subtext.last-item,
  .business-opportunity-africa .article-page article .subtext.last-item {
    margin: 4px 0 0 0; }

/* line 594, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .align-right,
.business-opportunity-africa .article-page article .align-right {
  text-align: right; }

/* line 598, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .home-logos,
.business-opportunity-africa .article-page article .home-logos {
  margin: 20px 0;
  display: flex;
  justify-content: center; }

/* line 604, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .container-flex,
.business-opportunity-africa .article-page article .container-flex {
  display: flex;
  flex-direction: column; }

/* line 609, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .subheader,
.business-opportunity-africa .article-page article .subheader {
  font-family: RobotoCondensed, serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 30px; }
  /* line 616, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .subheader.nutrition,
  .business-opportunity-africa .article-page article .subheader.nutrition {
    color: #186637;
    font-weight: 700; }
  /* line 621, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .subheader.satinique,
  .business-opportunity-africa .article-page article .subheader.satinique {
    color: #8a5ea4;
    margin-bottom: 8px; }
  /* line 626, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .subheader.no-margin-bottom,
  .business-opportunity-africa .article-page article .subheader.no-margin-bottom {
    margin-bottom: 0px; }
  /* line 630, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .subheader b,
  .business-opportunity-africa .article-page article .subheader b {
    font-weight: 700; }

/* line 635, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .margin-left-half,
.business-opportunity-africa .article-page article .margin-left-half {
  margin-left: 15px; }

/* line 639, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .margin-bottom,
.business-opportunity-africa .article-page article .margin-bottom {
  margin-bottom: 30px !important; }

/* line 643, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .margin-bottom-half,
.business-opportunity-africa .article-page article .margin-bottom-half {
  margin-bottom: 15px !important; }

/* line 647, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .margin-bottom-large,
.business-opportunity-africa .article-page article .margin-bottom-large {
  margin-bottom: 40px !important; }

/* line 651, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .no-margin-bottom,
.business-opportunity-africa .article-page article .no-margin-bottom {
  margin-bottom: 0 !important; }

/* line 655, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .margin-top-small,
.business-opportunity-africa .article-page article .margin-top-small {
  margin-top: 5px !important; }

/* line 659, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .margin-top-half,
.business-opportunity-africa .article-page article .margin-top-half {
  margin-top: 15px !important; }

/* line 663, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .no-margin-top,
.business-opportunity-africa .article-page article .no-margin-top {
  margin-top: 0 !important; }

/* line 667, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .subtext,
.business-opportunity-africa .article-page article .subtext {
  font-size: 13px;
  margin: 4px 0 20px 0; }

/* line 672, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .g-and-h-line-logo-container,
.business-opportunity-africa .article-page article .g-and-h-line-logo-container {
  margin: 10px 0 10px 0;
  width: 100%; }
  /* line 676, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .g-and-h-line-logo-container img,
  .business-opportunity-africa .article-page article .g-and-h-line-logo-container img {
    width: 90%; }

/* line 681, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .img-container,
.business-opportunity-africa .article-page article .img-container {
  width: 100%;
  margin: 20px 0px; }
  /* line 685, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .img-container > img,
  .business-opportunity-africa .article-page article .img-container > img {
    width: 100%;
    height: auto; }
  /* line 690, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .img-container.img-small,
  .business-opportunity-africa .article-page article .img-container.img-small {
    text-align: center; }
    /* line 693, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article .img-container.img-small > img,
    .business-opportunity-africa .article-page article .img-container.img-small > img {
      width: 35%;
      height: auto; }
  /* line 699, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .img-container.img-full-width,
  .business-opportunity-africa .article-page article .img-container.img-full-width {
    width: calc(100% + 40px); }
    /* line 702, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article .img-container.img-full-width > img,
    .business-opportunity-africa .article-page article .img-container.img-full-width > img {
      position: relative;
      left: -20px; }
  /* line 708, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .img-container.img-large,
  .business-opportunity-africa .article-page article .img-container.img-large {
    text-align: center; }
    /* line 711, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article .img-container.img-large > img,
    .business-opportunity-africa .article-page article .img-container.img-large > img {
      width: 70%; }
  /* line 716, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .img-container.img-medium,
  .business-opportunity-africa .article-page article .img-container.img-medium {
    text-align: center; }
    /* line 719, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article .img-container.img-medium > img,
    .business-opportunity-africa .article-page article .img-container.img-medium > img {
      width: 50%; }

/* line 725, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .sections,
.business-opportunity-africa .article-page article .sections {
  list-style: none;
  margin-bottom: 35px;
  padding-left: 0; }
  /* line 731, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .sections li.list-laundry,
  .business-opportunity-africa .article-page article .sections li.list-laundry {
    margin: 0; }
    /* line 734, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article .sections li.list-laundry .header,
    .business-opportunity-africa .article-page article .sections li.list-laundry .header {
      width: calc(100% + 40px);
      background-color: #fff;
      border-top: 1px solid #aaa;
      box-sizing: border-box;
      color: #1d94d3;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      font-weight: 700;
      padding: 10px 50px 10px 20px;
      position: relative;
      left: -20px;
      right: -20px; }
      /* line 748, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article .sections li.list-laundry .header img,
      .business-opportunity-africa .article-page article .sections li.list-laundry .header img {
        width: auto;
        height: auto;
        max-width: 32px;
        -webkit-align-self: center;
        -moz-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        padding-left: 5px;
        padding-right: 20px;
        vertical-align: middle; }
        /* line 757, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
        .business-opportunity .article-page article .sections li.list-laundry .header img.symbol-bigger,
        .business-opportunity-africa .article-page article .sections li.list-laundry .header img.symbol-bigger {
          max-width: 38px;
          padding-right: 14px;
          position: relative;
          left: -3px; }
      /* line 765, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article .sections li.list-laundry .header:after,
      .business-opportunity-africa .article-page article .sections li.list-laundry .header:after {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: all .5s ease;
        content: ' ';
        width: 12px;
        height: 12px;
        background: url(../img/arrow-more-light-blue.svg) 50% 50% no-repeat; }
    /* line 779, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article .sections li.list-laundry.expanded .header,
    .business-opportunity-africa .article-page article .sections li.list-laundry.expanded .header {
      border-bottom: 1px solid #aaa; }
      /* line 782, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article .sections li.list-laundry.expanded .header:after,
      .business-opportunity-africa .article-page article .sections li.list-laundry.expanded .header:after {
        transform: translateY(-50%) rotate(90deg); }
    /* line 789, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article .sections li.list-laundry:last-child .header,
    .business-opportunity-africa .article-page article .sections li.list-laundry:last-child .header {
      border-bottom: 1px solid #aaa; }
  /* line 795, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .sections li .description,
  .business-opportunity-africa .article-page article .sections li .description {
    display: none; }
    /* line 798, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article .sections li .description ul.washing-symbols,
    .business-opportunity-africa .article-page article .sections li .description ul.washing-symbols {
      list-style: none;
      padding-left: 0; }
      /* line 802, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article .sections li .description ul.washing-symbols li,
      .business-opportunity-africa .article-page article .sections li .description ul.washing-symbols li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        margin-bottom: 25px; }
        /* line 807, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
        .business-opportunity .article-page article .sections li .description ul.washing-symbols li img,
        .business-opportunity-africa .article-page article .sections li .description ul.washing-symbols li img {
          width: auto;
          height: auto;
          max-width: 56px;
          padding-left: 10px;
          padding-right: 20px;
          position: relative; }
    /* line 818, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article .sections li .description ol,
    .business-opportunity-africa .article-page article .sections li .description ol {
      margin: 20px 0 30px 0; }
      /* line 822, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article .sections li .description ol li:before,
      .business-opportunity-africa .article-page article .sections li .description ol li:before {
        font-size: 20px;
        top: -6px; }

/* line 832, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .article-rect,
.business-opportunity-africa .article-page article .article-rect {
  width: 100%;
  background-color: #002f5f;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 40px;
  padding: 22px;
  position: relative; }
  /* line 844, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .article-rect.italic,
  .business-opportunity-africa .article-page article .article-rect.italic {
    font-style: italic; }
  /* line 848, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .article-rect.padding-top-small,
  .business-opportunity-africa .article-page article .article-rect.padding-top-small {
    padding-top: 18px !important; }
  /* line 852, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .article-rect a,
  .business-opportunity-africa .article-page article .article-rect a {
    color: #fff;
    text-decoration: underline; }

/* line 858, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .img-scroller,
.business-opportunity-africa .article-page article .img-scroller {
  width: calc(100% + 40px);
  overflow-x: scroll;
  position: relative;
  left: -20px;
  text-align: center; }
  /* line 865, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .img-scroller > img,
  .business-opportunity-africa .article-page article .img-scroller > img {
    width: 220%; }
  /* line 869, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .img-scroller .stickers-container,
  .business-opportunity-africa .article-page article .img-scroller .stickers-container {
    position: relative; }
    /* line 872, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article .img-scroller .stickers-container > div,
    .business-opportunity-africa .article-page article .img-scroller .stickers-container > div {
      position: absolute;
      font-size: 12px;
      line-height: 1.45;
      z-index: 1; }
    /* line 880, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article .img-scroller .stickers-container.stickers-products-that-care > div,
    .business-opportunity-africa .article-page article .img-scroller .stickers-container.stickers-products-that-care > div {
      width: 22vh;
      background: #0294c5;
      color: #fff;
      padding: 8px 10px;
      text-align: left;
      left: 12vh; }
      /* line 888, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.amway-logo,
      .business-opportunity-africa .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.amway-logo {
        bottom: 57vh; }
      /* line 892, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.product-description,
      .business-opportunity-africa .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.product-description {
        bottom: 47vh; }
      /* line 896, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.product-uses,
      .business-opportunity-africa .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.product-uses {
        bottom: 10vh; }
      /* line 900, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.functional-image,
      .business-opportunity-africa .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.functional-image {
        left: 87vh;
        bottom: 75vh; }
      /* line 905, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.safer-choice,
      .business-opportunity-africa .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.safer-choice {
        left: 87vh;
        bottom: 37vh; }
      /* line 910, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.bioquest-formula,
      .business-opportunity-africa .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.bioquest-formula {
        left: 87vh;
        bottom: 9vh; }
      /* line 915, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.subtext,
      .business-opportunity-africa .article-page article .img-scroller .stickers-container.stickers-products-that-care > div.subtext {
        width: auto;
        background: transparent;
        color: #000;
        font-size: 12px;
        left: 0;
        right: -65vh;
        bottom: -1vh;
        text-align: center;
        white-space: nowrap; }

/* line 931, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .table-scroller,
.business-opportunity-africa .article-page article .table-scroller {
  width: 100%;
  margin-left: 0;
  padding-bottom: 10px;
  overflow-x: scroll;
  left: 0; }
  /* line 938, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .table-scroller > img,
  .business-opportunity-africa .article-page article .table-scroller > img {
    width: 240%; }

/* line 943, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .checkmark-img,
.business-opportunity-africa .article-page article .checkmark-img {
  width: 22px;
  height: 22px;
  margin-right: 2px;
  vertical-align: middle; }

/* line 950, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article .ul-icon,
.business-opportunity-africa .article-page article .ul-icon {
  list-style-type: none;
  padding-left: 5px; }
  /* line 954, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article .ul-icon li,
  .business-opportunity-africa .article-page article .ul-icon li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 12px; }
    /* line 959, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article .ul-icon li img,
    .business-opportunity-africa .article-page article .ul-icon li img {
      width: 65px;
      min-width: 65px;
      height: 65px;
      padding-right: 18px;
      vertical-align: middle; }
    /* line 967, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article .ul-icon li span,
    .business-opportunity-africa .article-page article .ul-icon li span {
      line-height: 18px;
      vertical-align: baseline; }

/* line 980, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.amway-blue-theme h1,
.business-opportunity .article-page article.amway-blue-theme h2,
.business-opportunity .article-page article.amway-blue-theme h3,
.business-opportunity-africa .article-page article.amway-blue-theme h1,
.business-opportunity-africa .article-page article.amway-blue-theme h2,
.business-opportunity-africa .article-page article.amway-blue-theme h3 {
  color: #004b85; }
  /* line 985, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article.amway-blue-theme h1.h-underline,
  .business-opportunity .article-page article.amway-blue-theme h2.h-underline,
  .business-opportunity .article-page article.amway-blue-theme h3.h-underline,
  .business-opportunity-africa .article-page article.amway-blue-theme h1.h-underline,
  .business-opportunity-africa .article-page article.amway-blue-theme h2.h-underline,
  .business-opportunity-africa .article-page article.amway-blue-theme h3.h-underline {
    border-color: #004b85; }

/* line 995, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.amway-blue-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2),
.business-opportunity-africa .article-page article.amway-blue-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2) {
  color: #004b85; }

/* line 1004, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.amway-blue-theme .article-color,
.business-opportunity-africa .article-page article.amway-blue-theme .article-color {
  color: #004b85; }

/* line 1010, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.amway-blue-theme ol li:before,
.business-opportunity-africa .article-page article.amway-blue-theme ol li:before {
  color: #004b85; }

/* line 1016, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.amway-blue-theme .article-rect,
.business-opportunity-africa .article-page article.amway-blue-theme .article-rect {
  background-color: #004b85; }

/* line 980, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-blue-theme h1,
.business-opportunity .article-page article.home-blue-theme h2,
.business-opportunity .article-page article.home-blue-theme h3,
.business-opportunity-africa .article-page article.home-blue-theme h1,
.business-opportunity-africa .article-page article.home-blue-theme h2,
.business-opportunity-africa .article-page article.home-blue-theme h3 {
  color: #1d94d3; }
  /* line 985, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article.home-blue-theme h1.h-underline,
  .business-opportunity .article-page article.home-blue-theme h2.h-underline,
  .business-opportunity .article-page article.home-blue-theme h3.h-underline,
  .business-opportunity-africa .article-page article.home-blue-theme h1.h-underline,
  .business-opportunity-africa .article-page article.home-blue-theme h2.h-underline,
  .business-opportunity-africa .article-page article.home-blue-theme h3.h-underline {
    border-color: #1d94d3; }

/* line 995, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-blue-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2),
.business-opportunity-africa .article-page article.home-blue-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2) {
  color: #1d94d3; }

/* line 1004, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-blue-theme .article-color,
.business-opportunity-africa .article-page article.home-blue-theme .article-color {
  color: #1d94d3; }

/* line 1010, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-blue-theme ol li:before,
.business-opportunity-africa .article-page article.home-blue-theme ol li:before {
  color: #1d94d3; }

/* line 1016, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-blue-theme .article-rect,
.business-opportunity-africa .article-page article.home-blue-theme .article-rect {
  background-color: #1d94d3; }

/* line 980, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-bordo-theme h1,
.business-opportunity .article-page article.home-bordo-theme h2,
.business-opportunity .article-page article.home-bordo-theme h3,
.business-opportunity-africa .article-page article.home-bordo-theme h1,
.business-opportunity-africa .article-page article.home-bordo-theme h2,
.business-opportunity-africa .article-page article.home-bordo-theme h3 {
  color: #5f353d; }
  /* line 985, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article.home-bordo-theme h1.h-underline,
  .business-opportunity .article-page article.home-bordo-theme h2.h-underline,
  .business-opportunity .article-page article.home-bordo-theme h3.h-underline,
  .business-opportunity-africa .article-page article.home-bordo-theme h1.h-underline,
  .business-opportunity-africa .article-page article.home-bordo-theme h2.h-underline,
  .business-opportunity-africa .article-page article.home-bordo-theme h3.h-underline {
    border-color: #5f353d; }

/* line 995, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-bordo-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2),
.business-opportunity-africa .article-page article.home-bordo-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2) {
  color: #5f353d; }

/* line 1004, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-bordo-theme .article-color,
.business-opportunity-africa .article-page article.home-bordo-theme .article-color {
  color: #5f353d; }

/* line 1010, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-bordo-theme ol li:before,
.business-opportunity-africa .article-page article.home-bordo-theme ol li:before {
  color: #5f353d; }

/* line 1016, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-bordo-theme .article-rect,
.business-opportunity-africa .article-page article.home-bordo-theme .article-rect {
  background-color: #5f353d; }

/* line 980, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-black-theme h1,
.business-opportunity .article-page article.home-black-theme h2,
.business-opportunity .article-page article.home-black-theme h3,
.business-opportunity-africa .article-page article.home-black-theme h1,
.business-opportunity-africa .article-page article.home-black-theme h2,
.business-opportunity-africa .article-page article.home-black-theme h3 {
  color: #1d1d1b; }
  /* line 985, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article.home-black-theme h1.h-underline,
  .business-opportunity .article-page article.home-black-theme h2.h-underline,
  .business-opportunity .article-page article.home-black-theme h3.h-underline,
  .business-opportunity-africa .article-page article.home-black-theme h1.h-underline,
  .business-opportunity-africa .article-page article.home-black-theme h2.h-underline,
  .business-opportunity-africa .article-page article.home-black-theme h3.h-underline {
    border-color: #1d1d1b; }

/* line 995, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-black-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2),
.business-opportunity-africa .article-page article.home-black-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2) {
  color: #1d1d1b; }

/* line 1004, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-black-theme .article-color,
.business-opportunity-africa .article-page article.home-black-theme .article-color {
  color: #1d1d1b; }

/* line 1010, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-black-theme ol li:before,
.business-opportunity-africa .article-page article.home-black-theme ol li:before {
  color: #1d1d1b; }

/* line 1016, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-black-theme .article-rect,
.business-opportunity-africa .article-page article.home-black-theme .article-rect {
  background-color: #1d1d1b; }

/* line 980, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-yellow-theme h1,
.business-opportunity .article-page article.home-yellow-theme h2,
.business-opportunity .article-page article.home-yellow-theme h3,
.business-opportunity-africa .article-page article.home-yellow-theme h1,
.business-opportunity-africa .article-page article.home-yellow-theme h2,
.business-opportunity-africa .article-page article.home-yellow-theme h3 {
  color: #e1b900; }
  /* line 985, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article.home-yellow-theme h1.h-underline,
  .business-opportunity .article-page article.home-yellow-theme h2.h-underline,
  .business-opportunity .article-page article.home-yellow-theme h3.h-underline,
  .business-opportunity-africa .article-page article.home-yellow-theme h1.h-underline,
  .business-opportunity-africa .article-page article.home-yellow-theme h2.h-underline,
  .business-opportunity-africa .article-page article.home-yellow-theme h3.h-underline {
    border-color: #e1b900; }

/* line 995, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-yellow-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2),
.business-opportunity-africa .article-page article.home-yellow-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2) {
  color: #e1b900; }

/* line 1004, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-yellow-theme .article-color,
.business-opportunity-africa .article-page article.home-yellow-theme .article-color {
  color: #e1b900; }

/* line 1010, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-yellow-theme ol li:before,
.business-opportunity-africa .article-page article.home-yellow-theme ol li:before {
  color: #e1b900; }

/* line 1016, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-yellow-theme .article-rect,
.business-opportunity-africa .article-page article.home-yellow-theme .article-rect {
  background-color: #e1b900; }

/* line 980, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-green-theme h1,
.business-opportunity .article-page article.home-green-theme h2,
.business-opportunity .article-page article.home-green-theme h3,
.business-opportunity-africa .article-page article.home-green-theme h1,
.business-opportunity-africa .article-page article.home-green-theme h2,
.business-opportunity-africa .article-page article.home-green-theme h3 {
  color: #299b37; }
  /* line 985, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article.home-green-theme h1.h-underline,
  .business-opportunity .article-page article.home-green-theme h2.h-underline,
  .business-opportunity .article-page article.home-green-theme h3.h-underline,
  .business-opportunity-africa .article-page article.home-green-theme h1.h-underline,
  .business-opportunity-africa .article-page article.home-green-theme h2.h-underline,
  .business-opportunity-africa .article-page article.home-green-theme h3.h-underline {
    border-color: #299b37; }

/* line 995, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-green-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2),
.business-opportunity-africa .article-page article.home-green-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2) {
  color: #299b37; }

/* line 1004, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-green-theme .article-color,
.business-opportunity-africa .article-page article.home-green-theme .article-color {
  color: #299b37; }

/* line 1010, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-green-theme ol li:before,
.business-opportunity-africa .article-page article.home-green-theme ol li:before {
  color: #299b37; }

/* line 1016, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-green-theme .article-rect,
.business-opportunity-africa .article-page article.home-green-theme .article-rect {
  background-color: #299b37; }

/* line 980, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-magenta-theme h1,
.business-opportunity .article-page article.home-magenta-theme h2,
.business-opportunity .article-page article.home-magenta-theme h3,
.business-opportunity-africa .article-page article.home-magenta-theme h1,
.business-opportunity-africa .article-page article.home-magenta-theme h2,
.business-opportunity-africa .article-page article.home-magenta-theme h3 {
  color: #b93770; }
  /* line 985, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article.home-magenta-theme h1.h-underline,
  .business-opportunity .article-page article.home-magenta-theme h2.h-underline,
  .business-opportunity .article-page article.home-magenta-theme h3.h-underline,
  .business-opportunity-africa .article-page article.home-magenta-theme h1.h-underline,
  .business-opportunity-africa .article-page article.home-magenta-theme h2.h-underline,
  .business-opportunity-africa .article-page article.home-magenta-theme h3.h-underline {
    border-color: #b93770; }

/* line 995, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-magenta-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2),
.business-opportunity-africa .article-page article.home-magenta-theme table.products-table tbody tr:not(.row-secondary) td:nth-child(2) {
  color: #b93770; }

/* line 1004, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-magenta-theme .article-color,
.business-opportunity-africa .article-page article.home-magenta-theme .article-color {
  color: #b93770; }

/* line 1010, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-magenta-theme ol li:before,
.business-opportunity-africa .article-page article.home-magenta-theme ol li:before {
  color: #b93770; }

/* line 1016, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .article-page article.home-magenta-theme .article-rect,
.business-opportunity-africa .article-page article.home-magenta-theme .article-rect {
  background-color: #b93770; }

@media screen and (min-width: 640px) {
  /* line 1024, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .article-page article,
  .business-opportunity-africa .article-page article {
    font-size: 16px; }
    /* line 1027, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article h1,
    .business-opportunity-africa .article-page article h1 {
      font-size: 26px; }
    /* line 1031, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article h2,
    .business-opportunity-africa .article-page article h2 {
      font-size: 22px; }
    /* line 1037, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article .nutrition-header > img.img-active-lifestile,
    .business-opportunity-africa .article-page article .nutrition-header > img.img-active-lifestile {
      width: 110px;
      height: 110px; }
    /* line 1044, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article .container-flex,
    .business-opportunity-africa .article-page article .container-flex {
      display: flex;
      flex-direction: row; }
      /* line 1048, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article .container-flex .flex-text,
      .business-opportunity-africa .article-page article .container-flex .flex-text {
        align-self: center;
        flex: 1; }
    /* line 1054, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article .img-container,
    .business-opportunity-africa .article-page article .img-container {
      width: 50%;
      margin: 20px auto;
      padding-right: 20px; }
      /* line 1059, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article .img-container > img,
      .business-opportunity-africa .article-page article .img-container > img {
        width: 100%;
        height: auto; }
      /* line 1064, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article .img-container.chart,
      .business-opportunity-africa .article-page article .img-container.chart {
        width: 70%; }
    /* line 1069, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article .g-and-h-line-logo-container,
    .business-opportunity-africa .article-page article .g-and-h-line-logo-container {
      margin: 10px 0 10px 0;
      width: 60%; }
      /* line 1073, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article .g-and-h-line-logo-container img,
      .business-opportunity-africa .article-page article .g-and-h-line-logo-container img {
        width: 90%; }
    /* line 1078, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article .sections,
    .business-opportunity-africa .article-page article .sections {
      list-style: none;
      padding-left: 0; }
    /* line 1083, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article .glasses-set,
    .business-opportunity-africa .article-page article .glasses-set {
      margin-bottom: 40px; }
    /* line 1088, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article .img-scroller > img,
    .business-opportunity-africa .article-page article .img-scroller > img {
      width: 150%; }
    /* line 1093, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .article-page article .side-by-side,
    .business-opportunity-africa .article-page article .side-by-side {
      margin-top: 40px;
      margin-bottom: 60px; }
      /* line 1097, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article .side-by-side .description,
      .business-opportunity-africa .article-page article .side-by-side .description {
        width: 100%; }
      /* line 1101, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .article-page article .side-by-side img,
      .business-opportunity-africa .article-page article .side-by-side img {
        width: 15%;
        height: 15%;
        padding: 0 40px 0 60px; } }

/* line 1111, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .quick-nav,
.business-opportunity-africa .quick-nav {
  overflow: hidden;
  max-height: 0;
  transition: all .5s ease; }
  /* line 1116, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .quick-nav.expanded,
  .business-opportunity-africa .quick-nav.expanded {
    overflow-y: scroll;
    max-height: 100%; }
  /* line 1121, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .quick-nav li,
  .business-opportunity-africa .quick-nav li {
    min-height: 48px;
    margin: 0 !important;
    padding-right: 20px !important; }
    /* line 1126, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .quick-nav li .label,
    .business-opportunity-africa .quick-nav li .label {
      position: relative; }

/* line 1132, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .clear,
.business-opportunity-africa .clear {
  clear: both; }

/* line 1136, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .africa-blue,
.business-opportunity-africa .africa-blue {
  color: #008fc5; }

/* line 1139, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .table-scroll,
.business-opportunity-africa .table-scroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }

/* line 1143, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .table-africa,
.business-opportunity-africa .table-africa {
  margin-bottom: 5vh;
  border-style: none;
  line-height: 1.4; }
  /* line 1148, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .table-africa .product-pack-table-header,
  .business-opportunity-africa .table-africa .product-pack-table-header {
    background-color: darkgrey;
    font-weight: 700; }
    /* line 1152, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .table-africa .product-pack-table-header th,
    .business-opportunity-africa .table-africa .product-pack-table-header th {
      vertical-align: middle;
      padding: 1vh 2vw;
      text-align: center; }
    /* line 1159, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .table-africa .product-pack-table-header th:nth-of-type(1),
    .business-opportunity-africa .table-africa .product-pack-table-header th:nth-of-type(1) {
      width: 10%;
      padding-right: 2vw; }
    /* line 1164, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .table-africa .product-pack-table-header th:nth-of-type(2),
    .business-opportunity-africa .table-africa .product-pack-table-header th:nth-of-type(2) {
      width: 50%; }
    /* line 1168, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .table-africa .product-pack-table-header th:nth-of-type(3),
    .business-opportunity-africa .table-africa .product-pack-table-header th:nth-of-type(3) {
      width: 25%; }
  /* line 1176, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .table-africa .product-pack-table-product,
  .business-opportunity-africa .table-africa .product-pack-table-product {
    background-color: lightgray; }
    /* line 1179, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .table-africa .product-pack-table-product td,
    .business-opportunity-africa .table-africa .product-pack-table-product td {
      vertical-align: middle;
      padding: 1vh 2vw; }
      /* line 1183, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
      .business-opportunity .table-africa .product-pack-table-product td .red,
      .business-opportunity-africa .table-africa .product-pack-table-product td .red {
        color: red; }
    /* line 1188, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .table-africa .product-pack-table-product td:nth-of-type(1),
    .business-opportunity-africa .table-africa .product-pack-table-product td:nth-of-type(1) {
      width: 10%;
      text-align: center;
      padding-right: 2vw; }
    /* line 1194, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .table-africa .product-pack-table-product td:nth-of-type(2),
    .business-opportunity-africa .table-africa .product-pack-table-product td:nth-of-type(2) {
      width: 50%; }
    /* line 1198, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .table-africa .product-pack-table-product td:nth-of-type(3),
    .business-opportunity-africa .table-africa .product-pack-table-product td:nth-of-type(3) {
      width: 25%;
      text-align: center; }
    /* line 1203, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .table-africa .product-pack-table-product td:nth-of-type(4),
    .business-opportunity-africa .table-africa .product-pack-table-product td:nth-of-type(4) {
      width: 15%;
      text-align: center; }
  /* line 1209, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .table-africa .color-beauty,
  .business-opportunity .table-africa .color-durables,
  .business-opportunity .table-africa .color-business,
  .business-opportunity-africa .table-africa .color-beauty,
  .business-opportunity-africa .table-africa .color-durables,
  .business-opportunity-africa .table-africa .color-business {
    color: white;
    font-weight: 700;
    border-color: white;
    border-width: thick; }
    /* line 1217, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .table-africa .color-beauty th,
    .business-opportunity .table-africa .color-beauty td,
    .business-opportunity .table-africa .color-durables th,
    .business-opportunity .table-africa .color-durables td,
    .business-opportunity .table-africa .color-business th,
    .business-opportunity .table-africa .color-business td,
    .business-opportunity-africa .table-africa .color-beauty th,
    .business-opportunity-africa .table-africa .color-beauty td,
    .business-opportunity-africa .table-africa .color-durables th,
    .business-opportunity-africa .table-africa .color-durables td,
    .business-opportunity-africa .table-africa .color-business th,
    .business-opportunity-africa .table-africa .color-business td {
      vertical-align: middle;
      line-height: normal;
      padding: 1vh 2vw;
      border-style: solid;
      border-color: white;
      border-width: thick; }
    /* line 1227, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .table-africa .color-beauty td:nth-of-type(1),
    .business-opportunity .table-africa .color-durables td:nth-of-type(1),
    .business-opportunity .table-africa .color-business td:nth-of-type(1),
    .business-opportunity-africa .table-africa .color-beauty td:nth-of-type(1),
    .business-opportunity-africa .table-africa .color-durables td:nth-of-type(1),
    .business-opportunity-africa .table-africa .color-business td:nth-of-type(1) {
      padding-right: 2vw; }
  /* line 1232, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .table-africa .color-beauty-alfa,
  .business-opportunity .table-africa .color-durables-alfa,
  .business-opportunity .table-africa .color-business-alfa,
  .business-opportunity-africa .table-africa .color-beauty-alfa,
  .business-opportunity-africa .table-africa .color-durables-alfa,
  .business-opportunity-africa .table-africa .color-business-alfa {
    color: white;
    border-style: solid;
    border-color: white;
    border-width: thick; }
    /* line 1240, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .table-africa .color-beauty-alfa td,
    .business-opportunity .table-africa .color-durables-alfa td,
    .business-opportunity .table-africa .color-business-alfa td,
    .business-opportunity-africa .table-africa .color-beauty-alfa td,
    .business-opportunity-africa .table-africa .color-durables-alfa td,
    .business-opportunity-africa .table-africa .color-business-alfa td {
      vertical-align: middle;
      padding: 1vh 2vw; }
  /* line 1247, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .table-africa .color-product,
  .business-opportunity-africa .table-africa .color-product {
    background-color: #ededed; }
    /* line 1250, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .table-africa .color-product td,
    .business-opportunity-africa .table-africa .color-product td {
      vertical-align: middle;
      text-align: center;
      padding: 0 2vw;
      border-style: solid;
      border-color: white;
      border-width: thick; }
    /* line 1259, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .table-africa .color-product td:nth-of-type(1),
    .business-opportunity-africa .table-africa .color-product td:nth-of-type(1) {
      padding-right: 0; }
  /* line 1264, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .table-africa .color-beauty,
  .business-opportunity-africa .table-africa .color-beauty {
    background-color: #cd1719; }
  /* line 1268, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .table-africa .color-beauty-alfa,
  .business-opportunity-africa .table-africa .color-beauty-alfa {
    background-color: rgba(205, 23, 25, 0.7); }
  /* line 1272, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .table-africa .color-durables,
  .business-opportunity-africa .table-africa .color-durables {
    background-color: #283583; }
    /* line 1275, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .table-africa .color-durables th,
    .business-opportunity .table-africa .color-durables td,
    .business-opportunity-africa .table-africa .color-durables th,
    .business-opportunity-africa .table-africa .color-durables td {
      vertical-align: middle;
      line-height: normal;
      padding: 1vh 2vw;
      border-style: solid;
      border-color: white;
      border-width: thick; }
  /* line 1286, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .table-africa .color-durables-alfa,
  .business-opportunity-africa .table-africa .color-durables-alfa {
    background-color: rgba(40, 53, 131, 0.7); }
  /* line 1290, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .table-africa .color-business,
  .business-opportunity-africa .table-africa .color-business {
    background-color: #898586; }
  /* line 1294, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .table-africa .color-business-alfa,
  .business-opportunity-africa .table-africa .color-business-alfa {
    background-color: rgba(137, 133, 134, 0.7); }

/* line 1299, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .table-africa-delivery-fees,
.business-opportunity-africa .table-africa-delivery-fees {
  background-color: #008fc5;
  border-style: solid;
  border-color: white;
  border-width: medium;
  margin-bottom: 4vh; }
  /* line 1306, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .table-africa-delivery-fees tr:last-child td,
  .business-opportunity-africa .table-africa-delivery-fees tr:last-child td {
    border-bottom-color: #008fc5; }
  /* line 1310, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .table-africa-delivery-fees .delivery-fee-sa-header,
  .business-opportunity-africa .table-africa-delivery-fees .delivery-fee-sa-header {
    background-color: white;
    border-style: solid;
    border-color: #008fc5;
    border-width: thick;
    text-align: center;
    border-bottom-color: white; }
    /* line 1318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .table-africa-delivery-fees .delivery-fee-sa-header th:nth-of-type(1),
    .business-opportunity-africa .table-africa-delivery-fees .delivery-fee-sa-header th:nth-of-type(1) {
      padding-right: 2vw; }
  /* line 1323, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .table-africa-delivery-fees .delivery-fee-sa-body,
  .business-opportunity-africa .table-africa-delivery-fees .delivery-fee-sa-body {
    color: white;
    border-style: solid;
    border-color: white;
    border-width: medium; }
    /* line 1329, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .table-africa-delivery-fees .delivery-fee-sa-body td,
    .business-opportunity-africa .table-africa-delivery-fees .delivery-fee-sa-body td {
      border-style: solid;
      border-color: white;
      border-width: medium; }
    /* line 1335, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .table-africa-delivery-fees .delivery-fee-sa-body td:nth-of-type(1),
    .business-opportunity-africa .table-africa-delivery-fees .delivery-fee-sa-body td:nth-of-type(1) {
      padding: 2vh 2vw;
      width: 65%;
      border-left-color: #008fc5; }
    /* line 1341, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .table-africa-delivery-fees .delivery-fee-sa-body td:nth-of-type(2),
    .business-opportunity-africa .table-africa-delivery-fees .delivery-fee-sa-body td:nth-of-type(2) {
      padding: 2vh 2vw;
      width: 35%;
      text-align: center;
      border-right-color: #008fc5; }

/* line 1352, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .africa-list-squares li,
.business-opportunity-africa .africa-list-squares li {
  list-style: none; }

/* line 1356, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .africa-list-squares li::before,
.business-opportunity-africa .africa-list-squares li::before {
  content: "•";
  color: #008fc5;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

/* line 1366, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity #africa-clear-table tr,
.business-opportunity-africa #africa-clear-table tr {
  border-style: none; }
  /* line 1369, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity #africa-clear-table tr td,
  .business-opportunity-africa #africa-clear-table tr td {
    padding: 2vh 0; }

/* line 1375, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity #africa-info-table,
.business-opportunity-africa #africa-info-table {
  z-index: 1;
  margin-top: 8vh;
  margin-bottom: 2vh;
  border: 10px #008fc5 solid;
  border-collapse: separate;
  border-top-style: none; }
  /* line 1383, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity #africa-info-table tr:first-child,
  .business-opportunity-africa #africa-info-table tr:first-child {
    text-align: center; }
  /* line 1386, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity #africa-info-table #top-layer td,
  .business-opportunity-africa #africa-info-table #top-layer td {
    border-style: none; }
  /* line 1389, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity #africa-info-table #bottom-layer td,
  .business-opportunity-africa #africa-info-table #bottom-layer td {
    border-top: 10px #008fc5 solid; }
    /* line 1391, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity #africa-info-table #bottom-layer td img,
    .business-opportunity-africa #africa-info-table #bottom-layer td img {
      margin: 0 auto;
      margin-top: -40px;
      padding-bottom: 2vh; }
  /* line 1397, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity #africa-info-table tr,
  .business-opportunity-africa #africa-info-table tr {
    border-style: none; }
    /* line 1400, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity #africa-info-table tr td,
    .business-opportunity-africa #africa-info-table tr td {
      padding: 0 2vw; }

/* line 1408, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .africa-table-operating-hours .operating-hours-tr,
.business-opportunity-africa .africa-table-operating-hours .operating-hours-tr {
  border-style: none; }
  /* line 1411, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .africa-table-operating-hours .operating-hours-tr .td-remove-padding,
  .business-opportunity-africa .africa-table-operating-hours .operating-hours-tr .td-remove-padding {
    padding: 1vh 1vw; }

/* line 1416, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .africa-table-operating-hours tr td:nth-of-type(2),
.business-opportunity-africa .africa-table-operating-hours tr td:nth-of-type(2) {
  text-align: center;
  padding: 0;
  border-left-style: solid;
  border-left-color: #008fc5;
  border-left-width: medium;
  vertical-align: middle; }

/* line 1426, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity #africa-pricing-code-table,
.business-opportunity-africa #africa-pricing-code-table {
  border: 2px #008fc5 solid;
  border-collapse: separate;
  border-radius: 0 2em 0 2em;
  overflow: hidden;
  margin-top: 2vh; }
  /* line 1432, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity #africa-pricing-code-table tr .td-remove-padding,
  .business-opportunity-africa #africa-pricing-code-table tr .td-remove-padding {
    padding: 1vh 1vw;
    vertical-align: baseline; }
  /* line 1437, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity #africa-pricing-code-table .reverse,
  .business-opportunity-africa #africa-pricing-code-table .reverse {
    transform: rotate(180deg); }
  /* line 1443, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity #africa-pricing-code-table tr,
  .business-opportunity-africa #africa-pricing-code-table tr {
    border-style: none;
    text-align: center;
    line-height: 1.2; }
  /* line 1449, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity #africa-pricing-code-table tr #pricing-code-head,
  .business-opportunity-africa #africa-pricing-code-table tr #pricing-code-head {
    text-align: center;
    font-weight: 700;
    color: white;
    background-color: #008fc5;
    padding: 2vh 0;
    border-style: none; }
  /* line 1458, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity #africa-pricing-code-table tr td,
  .business-opportunity-africa #africa-pricing-code-table tr td {
    padding: 0 1vw; }
  /* line 1462, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity #africa-pricing-code-table .green,
  .business-opportunity-africa #africa-pricing-code-table .green {
    color: green; }
  /* line 1466, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity #africa-pricing-code-table .blue,
  .business-opportunity-africa #africa-pricing-code-table .blue {
    color: deepskyblue; }
  /* line 1470, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity #africa-pricing-code-table .grey,
  .business-opportunity-africa #africa-pricing-code-table .grey {
    color: grey; }
  /* line 1474, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity #africa-pricing-code-table .red,
  .business-opportunity-africa #africa-pricing-code-table .red {
    color: red; }
  /* line 1478, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity #africa-pricing-code-table tr:nth-of-type(6) td,
  .business-opportunity-africa #africa-pricing-code-table tr:nth-of-type(6) td {
    padding-top: 3vh; }

/* line 1483, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .blue-canvas,
.business-opportunity-africa .blue-canvas {
  background-color: #008fc5;
  width: 100vw;
  margin: -10.5vh -1em 35px -20px;
  padding-bottom: 3vh; }
  /* line 1490, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .blue-canvas #white-title,
  .business-opportunity-africa .blue-canvas #white-title {
    color: white;
    padding-left: 1em;
    padding-top: 8vh; }
  /* line 1496, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .blue-canvas .big-letter,
  .business-opportunity-africa .blue-canvas .big-letter {
    padding: 0 1em;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 4em;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0; }
  /* line 1507, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .blue-canvas .medium-letter,
  .business-opportunity-africa .blue-canvas .medium-letter {
    color: white;
    font-weight: 700;
    font-size: 2em;
    padding: 0 1em;
    margin: -1em 0 0 0;
    text-align: right; }

/* line 1516, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .img-full-width,
.business-opportunity-africa .img-full-width {
  width: 100vw;
  height: auto; }

/* line 1521, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .vodacom-logo,
.business-opportunity-africa .vodacom-logo {
  margin: 2vh auto; }

/* line 1524, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .vodacom-canvas,
.business-opportunity-africa .vodacom-canvas {
  background-color: #e20613;
  margin: 0 -2em;
  padding: 4vh 20vw;
  text-align: center; }
  /* line 1529, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .vodacom-canvas #white-text,
  .business-opportunity-africa .vodacom-canvas #white-text {
    color: white; }

/* line 1534, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .vodacom-flow,
.business-opportunity-africa .vodacom-flow {
  border: 2px solid black;
  border-radius: 2em;
  border-collapse: separate;
  overflow: hidden; }
  /* line 1539, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .vodacom-flow .header-row .header,
  .business-opportunity-africa .vodacom-flow .header-row .header {
    border-style: none;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 1vh;
    text-transform: uppercase;
    font-weight: 700;
    color: white; }
  /* line 1548, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .vodacom-flow .body-row .body,
  .business-opportunity-africa .vodacom-flow .body-row .body {
    padding: 0;
    text-align: center; }
    /* line 1551, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .vodacom-flow .body-row .body img,
    .business-opportunity-africa .vodacom-flow .body-row .body img {
      width: 70%;
      margin: 3vh auto; }
    /* line 1555, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .vodacom-flow .body-row .body .amway-logo,
    .business-opportunity-africa .vodacom-flow .body-row .body .amway-logo {
      margin: 0 auto;
      width: 30%; }
    /* line 1559, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
    .business-opportunity .vodacom-flow .body-row .body .logo,
    .business-opportunity-africa .vodacom-flow .body-row .body .logo {
      width: 50%; }

/* line 1566, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .arrow,
.business-opportunity-africa .arrow {
  margin: 0 auto;
  width: 10%; }

/* line 1571, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity #vodacom-contact-info,
.business-opportunity-africa #vodacom-contact-info {
  border: 1px solid black;
  border-collapse: separate; }
  /* line 1574, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity #vodacom-contact-info tr th,
  .business-opportunity-africa #vodacom-contact-info tr th {
    padding: 0;
    text-align: center;
    border-bottom: 1px solid black; }
  /* line 1579, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity #vodacom-contact-info tr td,
  .business-opportunity-africa #vodacom-contact-info tr td {
    padding: 1vh 1vw;
    line-height: 1;
    vertical-align: middle; }
  /* line 1584, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity #vodacom-contact-info tr:nth-of-type(8) td,
  .business-opportunity-africa #vodacom-contact-info tr:nth-of-type(8) td {
    border-top: 1px solid black; }

/* line 1589, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity #netflorist-canvas,
.business-opportunity-africa #netflorist-canvas {
  background-color: #e64ec8;
  margin: 0 -2em;
  padding: 4vh 20vw;
  text-align: center; }
  /* line 1594, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity #netflorist-canvas .white,
  .business-opportunity-africa #netflorist-canvas .white {
    color: white; }
  /* line 1597, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity #netflorist-canvas p,
  .business-opportunity-africa #netflorist-canvas p {
    font-weight: 700;
    line-height: 1.2; }
  /* line 1601, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity #netflorist-canvas h2,
  .business-opportunity-africa #netflorist-canvas h2 {
    font-weight: 100;
    font-size: 2.7em; }

/* line 1607, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .h2-margin-bottom,
.business-opportunity-africa .h2-margin-bottom {
  margin-bottom: 4vh; }

/* line 1611, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity .amsure-canvas,
.business-opportunity-africa .amsure-canvas {
  background-color: #f39200;
  margin: 0 -2em 2em -2em;
  padding: 4vh 20vw;
  text-align: center; }
  /* line 1616, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .amsure-canvas .white-paragraph,
  .business-opportunity-africa .amsure-canvas .white-paragraph {
    font-size: 1.4em;
    color: white;
    font-weight: 700;
    line-height: 1.4;
    margin: 0; }
  /* line 1623, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
  .business-opportunity .amsure-canvas .white-head,
  .business-opportunity-africa .amsure-canvas .white-head {
    color: white;
    font-weight: 100;
    font-size: 2.6em; }

/* line 1633, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_article_business_opportunity.scss */
.business-opportunity-africa .cover .cover-image {
  background-image: url("../units/business-opportunity-africa/img/cover.jpg"); }

/* line 1, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
.product-panel {
  color: #3a3a3a;
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 35px;
  transition: all .5s ease;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  /* line 10, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
  .product-panel > .packshot {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    transition: all .5s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    position: relative; }
    /* line 17, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel > .packshot img {
      display: block;
      max-height: 100%;
      margin: 0 auto;
      height: auto; }
    /* line 24, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel > .packshot .close {
      display: none;
      background-image: url("../img/close-icon-gray.svg"); }
  /* line 29, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
  .product-panel > .title {
    height: 85px;
    transition: all .5s ease;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    /* line 36, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel > .title h1, .product-panel > .title h2 {
      width: 100%; }
      /* line 38, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      .product-panel > .title h1:first-child, .product-panel > .title h2:first-child {
        margin-top: 0; }
      /* line 41, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      .product-panel > .title h1:last-child, .product-panel > .title h2:last-child {
        margin-bottom: 0; }
  /* line 46, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
  .product-panel > .actions {
    height: 50px;
    transition: all .5s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    justify-content: space-evenly; }
    /* line 52, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel > .actions > div {
      width: 35px; }
    /* line 55, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel > .actions .expand, .product-panel > .actions .add-to-basket, .product-panel > .actions .go-to-swatches {
      width: 35px;
      height: 35px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      transition: all .5s ease; }
  /* line 64, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
  .product-panel > .details {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease;
    font-family: SourceSansPro, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.65;
    position: relative; }
    /* line 74, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel > .details > .name {
      font-size: 17px;
      margin: 1.5em 0 1em 0;
      font-weight: 700; }
    /* line 82, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel > .details > .size,
    .product-panel > .details > .sku,
    .product-panel > .details > price {
      font-weight: 700; }
    /* line 87, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel > .details > .size + .price,
    .product-panel > .details > .sku + .price {
      margin-top: .3em; }
    /* line 91, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel > .details > .sections {
      list-style: none;
      margin-top: 48px; }
      /* line 94, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      .product-panel > .details > .sections > li {
        margin: 0 -20px; }
        /* line 96, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
        .product-panel > .details > .sections > li > .header {
          padding: 0.5em 68px 0.5em 20px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          min-height: 48px;
          box-sizing: border-box;
          border-top: solid 1px #aaaaaa;
          position: relative; }
          /* line 104, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
          .product-panel > .details > .sections > li > .header::after {
            content: '';
            background: url("../img/arrow-expand-more-gray.svg");
            width: 6px;
            height: 11px;
            display: block;
            position: absolute;
            top: 50%;
            right: 20px;
            margin-top: -5px;
            margin-right: -3px; }
        /* line 117, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
        .product-panel > .details > .sections > li > .description {
          padding: 0 20px;
          display: none; }
          /* line 121, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
          .product-panel > .details > .sections > li > .description img {
            max-width: 100%;
            height: auto; }
        /* line 127, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
        .product-panel > .details > .sections > li.expanded > .header {
          border-bottom: solid 1px #aaaaaa;
          font-weight: 600; }
          /* line 130, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
          .product-panel > .details > .sections > li.expanded > .header::after {
            transform: rotate(90deg); }
          /* line 133, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
          a.green ~ .content-container .product-panel > .details > .sections > li.expanded > .header {
            color: #81bc47; }
            /* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
            a.green ~ .content-container .product-panel > .details > .sections > li.expanded > .header::after {
              background: url("../img/arrow-expand-more-green.svg"); }
          /* line 139, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
          a.blue ~ .content-container .product-panel > .details > .sections > li.expanded > .header {
            color: #004b85; }
            /* line 141, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
            a.blue ~ .content-container .product-panel > .details > .sections > li.expanded > .header::after {
              background: url("../img/arrow-expand-more-blue.svg"); }
          /* line 145, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
          a.red ~ .content-container .product-panel > .details > .sections > li.expanded > .header {
            color: #f48582; }
            /* line 147, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
            a.red ~ .content-container .product-panel > .details > .sections > li.expanded > .header::after {
              background: url("../img/arrow-expand-more-red.svg"); }
          /* line 151, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
          a.yellow ~ .content-container .product-panel > .details > .sections > li.expanded > .header {
            color: #f7c849; }
            /* line 153, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
            a.yellow ~ .content-container .product-panel > .details > .sections > li.expanded > .header::after {
              background: url("../img/arrow-expand-more-yellow.svg"); }
    /* line 161, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel > .details ul.swatches {
      padding: 0 !important;
      list-style: none !important;
      margin: 10px -20px !important;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: flex-start;
      justify-items: start; }
      /* line 169, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      .product-panel > .details ul.swatches > li {
        margin: 0 !important;
        width: 33.3%;
        padding: 10px;
        box-sizing: border-box; }
        /* line 174, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
        .product-panel > .details ul.swatches > li .image {
          padding: 10% 0; }
          /* line 176, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
          .product-panel > .details ul.swatches > li .image img {
            display: block;
            width: 60%;
            margin: auto;
            height: auto; }
        /* line 183, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
        .product-panel > .details ul.swatches > li .description {
          text-align: center; }
          /* line 185, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
          .product-panel > .details ul.swatches > li .description .sku {
            font-weight: 700; }
  /* line 192, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
  .product-panel.details-expanded {
    padding-bottom: 0; }
    /* line 194, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel.details-expanded > .packshot {
      height: 0;
      overflow: hidden;
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none; }
    /* line 200, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel.details-expanded > .title {
      height: 0;
      overflow: hidden; }
    /* line 204, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel.details-expanded > .actions {
      margin-bottom: 0;
      margin-top: 15px; }
    /* line 208, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel.details-expanded > .details {
      max-height: 10000px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; }
    /* line 218, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    a.green ~ .content-container .product-panel.details-expanded .more-dots-icon,
    a.green ~ .content-container .product-panel.details-expanded .more-dots-icon:before,
    a.green ~ .content-container .product-panel.details-expanded .more-dots-icon:after {
      background: #81bc47; }
    /* line 223, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    a.blue ~ .content-container .product-panel.details-expanded .more-dots-icon,
    a.blue ~ .content-container .product-panel.details-expanded .more-dots-icon:before,
    a.blue ~ .content-container .product-panel.details-expanded .more-dots-icon:after {
      background: #004b85; }
    /* line 228, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    a.red ~ .content-container .product-panel.details-expanded .more-dots-icon,
    a.red ~ .content-container .product-panel.details-expanded .more-dots-icon:before,
    a.red ~ .content-container .product-panel.details-expanded .more-dots-icon:after {
      background: #f48582; }
    /* line 233, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    a.yellow ~ .content-container .product-panel.details-expanded .more-dots-icon,
    a.yellow ~ .content-container .product-panel.details-expanded .more-dots-icon:before,
    a.yellow ~ .content-container .product-panel.details-expanded .more-dots-icon:after {
      background: #f7c849; }
    /* line 240, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    a.green ~ .content-container .product-panel.details-expanded .book-icon,
    a.green ~ .content-container .product-panel.details-expanded .book-icon:before,
    a.green ~ .content-container .product-panel.details-expanded .book-icon:after {
      background-image: url("../img/book-icon-green.svg"); }
    /* line 245, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    a.blue ~ .content-container .product-panel.details-expanded .book-icon,
    a.blue ~ .content-container .product-panel.details-expanded .book-icon:before,
    a.blue ~ .content-container .product-panel.details-expanded .book-icon:after {
      background-image: url("../img/book-icon-blue.svg"); }
    /* line 250, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    a.red ~ .content-container .product-panel.details-expanded .book-icon,
    a.red ~ .content-container .product-panel.details-expanded .book-icon:before,
    a.red ~ .content-container .product-panel.details-expanded .book-icon:after {
      background-image: url("../img/book-icon-red.svg"); }
    /* line 255, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    a.yellow ~ .content-container .product-panel.details-expanded .book-icon,
    a.yellow ~ .content-container .product-panel.details-expanded .book-icon:before,
    a.yellow ~ .content-container .product-panel.details-expanded .book-icon:after {
      background-image: url("../img/book-icon-yellow.svg"); }
  /* line 262, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
  .product-panel.packshot-expanded {
    padding-bottom: 0; }
    /* line 264, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel.packshot-expanded > .title {
      height: 0;
      overflow: hidden; }
    /* line 268, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel.packshot-expanded > .actions {
      height: 0;
      overflow: hidden; }
    /* line 273, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel.packshot-expanded > .packshot img {
      max-width: 150%; }
    /* line 276, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel.packshot-expanded > .packshot .close {
      display: block; }
  /* line 282, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
  .product-panel h1 {
    font-family: RobotoCondensed, sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    margin-bottom: 1em; }
  /* line 290, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
  .product-panel h1 + h2 {
    font-family: RobotoCondensed, sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-align: center; }
  /* line 297, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
  .product-panel .more-dots-icon {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    display: block; }
    /* line 302, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel .more-dots-icon, .product-panel .more-dots-icon:before, .product-panel .more-dots-icon:after {
      width: 5px;
      height: 5px;
      background: #919191;
      border-radius: 50%; }
    /* line 310, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel .more-dots-icon:before, .product-panel .more-dots-icon:after {
      content: '';
      display: block;
      position: absolute;
      top: 0; }
    /* line 316, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel .more-dots-icon:before {
      left: -10px; }
    /* line 319, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel .more-dots-icon:after {
      right: -10px; }
  /* line 324, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
  .product-panel .swatches-icon {
    width: 20px;
    height: 20px;
    background: url("../img/swatches-icon.svg") 50% 50% no-repeat;
    background-size: contain; }
  /* line 330, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
  .product-panel .book-icon {
    width: 23px;
    height: 30px;
    background: url("../img/book-icon.svg") 50% 50% no-repeat;
    background-size: contain; }
  /* line 336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
  .product-panel .attribute-icons {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 0;
    list-style: none; }
    /* line 342, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel .attribute-icons li {
      width: 0;
      transition: all .5s ease;
      overflow: hidden;
      height: 35px;
      padding: 5px 0;
      padding-left: 35px;
      font-family: SourceSansPro, sans-serif;
      font-weight: 600;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      background-position: left center;
      background-size: 35px;
      background-color: white;
      background-repeat: no-repeat; }
      /* line 351, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      .product-panel .attribute-icons li > span {
        margin-left: 1em;
        margin-right: 1em; }
      /* line 361, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      .product-panel .attribute-icons li b, .product-panel .attribute-icons li strong {
        font-weight: 700; }
      /* line 364, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      .product-panel .attribute-icons li.expanded {
        width: 50vw; }
    /* line 369, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel .attribute-icons .icon-discount10 {
      background-image: url("../img/product-icons/10-percent.svg");
      color: #9cc3ba; }
      /* line 372, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      a.green ~ .content-container .product-panel .attribute-icons .icon-discount10 {
        color: #81bc47;
        background-image: url("../img/product-icons/10-percent-green.svg"); }
      /* line 376, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      a.blue ~ .content-container .product-panel .attribute-icons .icon-discount10 {
        color: #004b85;
        background-image: url("../img/product-icons/10-percent-blue.svg"); }
      /* line 380, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      a.red ~ .content-container .product-panel .attribute-icons .icon-discount10 {
        color: #f48582;
        background-image: url("../img/product-icons/10-percent-red.svg"); }
      /* line 384, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      a.yellow ~ .content-container .product-panel .attribute-icons .icon-discount10 {
        color: #f7c849;
        background-image: url("../img/product-icons/10-percent-yellow.svg"); }
    /* line 389, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel .attribute-icons .icon-ophthalmology {
      background-image: url("../img/product-icons/opthalmology-tested.svg");
      color: #bc9840; }
      /* line 392, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      a.green ~ .content-container .product-panel .attribute-icons .icon-ophthalmology {
        color: #81bc47;
        background-image: url("../img/product-icons/opthalmology-tested-green.svg"); }
      /* line 396, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      a.blue ~ .content-container .product-panel .attribute-icons .icon-ophthalmology {
        color: #004b85;
        background-image: url("../img/product-icons/opthalmology-tested-blue.svg"); }
      /* line 400, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      a.red ~ .content-container .product-panel .attribute-icons .icon-ophthalmology {
        color: #f48582;
        background-image: url("../img/product-icons/opthalmology-tested-red.svg"); }
      /* line 404, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      a.yellow ~ .content-container .product-panel .attribute-icons .icon-ophthalmology {
        color: #f7c849;
        background-image: url("../img/product-icons/opthalmology-tested-yellow.svg"); }
    /* line 409, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel .attribute-icons .icon-dermatology {
      background-image: url("../img/product-icons/dermatology-tested.svg");
      color: #4d841d; }
      /* line 412, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      a.green ~ .content-container .product-panel .attribute-icons .icon-dermatology {
        color: #81bc47;
        background-image: url("../img/product-icons/dermatology-tested-green.svg"); }
      /* line 416, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      a.blue ~ .content-container .product-panel .attribute-icons .icon-dermatology {
        color: #004b85;
        background-image: url("../img/product-icons/dermatology-tested-blue.svg"); }
      /* line 420, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      a.red ~ .content-container .product-panel .attribute-icons .icon-dermatology {
        color: #f48582;
        background-image: url("../img/product-icons/dermatology-tested-red.svg"); }
      /* line 424, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      a.yellow ~ .content-container .product-panel .attribute-icons .icon-dermatology {
        color: #f7c849;
        background-image: url("../img/product-icons/dermatology-tested-yellow.svg"); }
    /* line 429, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel .attribute-icons .icon-hero {
      background-image: url("../img/product-icons/hero-product.svg");
      color: #bc9840; }
      /* line 432, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      a.green ~ .content-container .product-panel .attribute-icons .icon-hero {
        color: #81bc47;
        background-image: url("../img/product-icons/hero-product-green.svg"); }
      /* line 436, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      a.blue ~ .content-container .product-panel .attribute-icons .icon-hero {
        color: #004b85;
        background-image: url("../img/product-icons/hero-product-blue.svg"); }
      /* line 440, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      a.red ~ .content-container .product-panel .attribute-icons .icon-hero {
        color: #f48582;
        background-image: url("../img/product-icons/hero-product-red.svg"); }
      /* line 444, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      a.yellow ~ .content-container .product-panel .attribute-icons .icon-hero {
        color: #f7c849;
        background-image: url("../img/product-icons/hero-product-yellow.svg"); }
    /* line 449, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel .attribute-icons .icon-bestseller {
      background-image: url("../img/product-icons/bestseller.svg");
      color: #73b625; }
      /* line 452, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      a.green ~ .content-container .product-panel .attribute-icons .icon-bestseller {
        color: #81bc47;
        background-image: url("../img/product-icons/bestseller-green.svg"); }
      /* line 456, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      a.blue ~ .content-container .product-panel .attribute-icons .icon-bestseller {
        color: #004b85;
        background-image: url("../img/product-icons/bestseller-blue.svg"); }
      /* line 460, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      a.red ~ .content-container .product-panel .attribute-icons .icon-bestseller {
        color: #f48582;
        background-image: url("../img/product-icons/bestseller-red.svg"); }
      /* line 464, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
      a.yellow ~ .content-container .product-panel .attribute-icons .icon-bestseller {
        color: #f7c849;
        background-image: url("../img/product-icons/bestseller-yellow.svg"); }

/* line 475, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
.product-panel > .details > .description p, .product-panel > .details > .sections > li > .description p, .product-panel > .details > .description table, .product-panel > .details > .sections > li > .description table {
  margin: 2em 0; }

/* line 479, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
.product-panel > .details > .description ul, .product-panel > .details > .sections > li > .description ul {
  margin: 2em 0;
  list-style: disc;
  padding-left: 1.5em; }
  /* line 483, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
  .product-panel > .details > .description ul li, .product-panel > .details > .sections > li > .description ul li {
    margin: .3em 0; }
    /* line 485, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel > .details > .description ul li:first-child, .product-panel > .details > .sections > li > .description ul li:first-child {
      margin-top: 0; }
    /* line 488, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel > .details > .description ul li:last-child, .product-panel > .details > .sections > li > .description ul li:last-child {
      margin-bottom: 0; }
    /* line 491, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel > .details > .description ul li:before, .product-panel > .details > .sections > li > .description ul li:before, .product-panel > .details > .description ul li:after, .product-panel > .details > .sections > li > .description ul li:after {
      content: '';
      display: block;
      position: absolute;
      top: 0; }
    /* line 498, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .product-panel > .details > .description ul li:before, .product-panel > .details > .sections > li > .description ul li:before {
      left: -10px; }

/* line 503, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
.product-panel > .details > .description strong, .product-panel > .details > .sections > li > .description strong, .product-panel > .details > .description b, .product-panel > .details > .sections > li > .description b {
  font-weight: 700; }

/* line 507, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
.product-panel > .details > .description table, .product-panel > .details > .sections > li > .description table {
  border-collapse: collapse; }
  /* line 509, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
  .product-panel > .details > .description table td, .product-panel > .details > .sections > li > .description table td, .product-panel > .details > .description table th, .product-panel > .details > .sections > li > .description table th {
    border: solid 1px #3a3a3a;
    padding: 0 .3em; }

/* line 516, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
.dots {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  transition: all .5s ease; }
  /* line 523, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
  .dots.hidden {
    opacity: 0;
    pointer-events: none; }

/* line 530, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
.content-container .slick-dots {
  bottom: auto;
  top: 50%;
  margin-top: -10px; }
  /* line 534, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
  .content-container .slick-dots li {
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0; }
    /* line 539, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .content-container .slick-dots li button {
      position: absolute;
      width: auto;
      height: auto;
      top: 50%;
      left: 50%;
      margin: -3px; }
    /* line 547, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .content-container .slick-dots li button:before {
      content: ' ';
      width: 6px;
      height: 6px;
      opacity: .4;
      border-radius: 50%;
      background: black; }
    /* line 556, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .content-container .slick-dots li.slick-active button:before {
      opacity: .3; }
    /* line 559, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_product_panel.scss */
    .content-container .slick-dots li.slick-active button:after {
      opacity: .3;
      content: ' ';
      display: block;
      position: absolute;
      width: 12px;
      height: 12px;
      left: -4px;
      top: -4px;
      border: solid 1px black;
      border-radius: 50%; }

/* line 2, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_header.scss */
body > header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  /* line 12, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_header.scss */
  body > header .right-actions {
    white-space: nowrap; }
  /* line 16, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_header.scss */
  body > header .title {
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 0 20px; }
    /* line 26, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_header.scss */
    body > header .title .logo {
      width: 50px;
      height: auto;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      display: none; }
      /* line 34, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_header.scss */
      body > header .title .logo img {
        width: 100%;
        height: auto;
        display: block; }
    /* line 40, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_header.scss */
    body > header .title .text {
      width: 100%; }
  /* line 44, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_header.scss */
  body > header .icon {
    width: 40px;
    height: 40px;
    display: inline-block; }
    /* line 51, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_header.scss */
    body > header .icon#home {
      background: url("../img/home-icon.svg") 50% 50% no-repeat;
      background-size: 20px; }
    /* line 55, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_header.scss */
    body > header .icon#search {
      background: url("../img/search-icon.svg") 50% 50% no-repeat;
      background-size: 20px; }
    /* line 59, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_header.scss */
    body > header .icon#basket {
      background: url("../img/basket-icon.svg") 50% 50% no-repeat;
      background-size: 24px; }

/* line 66, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_header.scss */
#hamburger {
  margin-right: 10px;
  padding: 12px 10px;
  height: 16px;
  display: inline-block; }
  /* line 74, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_header.scss */
  #hamburger > .hamburger-icon {
    position: relative;
    width: 20px;
    height: 2px;
    background: #fff;
    margin-top: 7px; }
    /* line 80, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_header.scss */
    #hamburger > .hamburger-icon:before, #hamburger > .hamburger-icon:after {
      content: '';
      width: 20px;
      height: 2px;
      background: #fff;
      position: absolute; }
    /* line 87, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_header.scss */
    #hamburger > .hamburger-icon:before {
      top: -6px; }
    /* line 90, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_header.scss */
    #hamburger > .hamburger-icon:after {
      bottom: -6px; }

/* line 9, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
#side-menu .blend {
  background: #00275a;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 201;
  display: none; }

/* line 20, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
#side-menu .scroller {
  background: white;
  height: 100%;
  position: absolute;
  width: 85%;
  top: 0;
  right: -85%;
  transition: right .5s ease;
  overflow-y: scroll;
  z-index: 202;
  -webkit-overflow-scrolling: touch; }

/* line 32, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
#side-menu nav {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  background: white;
  color: #00275b;
  position: relative;
  box-sizing: border-box; }
  /* line 43, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
  #side-menu nav:before {
    content: '';
    display: table; }
  /* line 48, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
  #side-menu nav > ul {
    margin-top: 30px; }
    /* line 50, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
    #side-menu nav > ul:first-child {
      margin-top: 48px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      overflow: auto; }
    /* line 55, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
    #side-menu nav > ul:last-child {
      margin-top: 0;
      width: 100%; }
      /* line 60, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
      #side-menu nav > ul:last-child li {
        border-top: solid 1px #8a9db2;
        border-bottom: none; }
        /* line 63, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
        #side-menu nav > ul:last-child li .row {
          height: 48px;
          padding-left: 6px; }
    /* line 70, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
    #side-menu nav > ul li.is-parent {
      position: relative; }
      /* line 72, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
      #side-menu nav > ul li.is-parent:after, #side-menu nav > ul li.is-parent:before {
        display: block;
        content: '';
        width: 18px;
        height: 2px;
        position: absolute;
        right: 18px;
        background-color: black;
        top: 23px;
        margin-top: -1px;
        transition: all .5s ease; }
      /* line 84, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
      #side-menu nav > ul li.is-parent:before {
        width: 2px;
        height: 18px;
        right: 26px;
        margin-top: -9px;
        pointer-events: none; }
      /* line 92, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
      #side-menu nav > ul li.is-parent.expanded:after {
        transform: rotate(180deg); }
      /* line 95, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
      #side-menu nav > ul li.is-parent.expanded:before {
        height: 0;
        margin-top: 0;
        transform: rotate(180deg); }
      /* line 101, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
      #side-menu nav > ul li.is-parent > li {
        color: #000; }
    /* line 105, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
    #side-menu nav > ul li .row {
      height: 48px;
      padding-left: 18px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      border-bottom: solid 1px #8a9db2;
      padding-right: 54px; }
      /* line 111, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
      #side-menu nav > ul li .row .icon-area {
        width: 48px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; }
      /* line 117, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
      #side-menu nav > ul li .row .label {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-align-self: center;
        -moz-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        font-weight: 600;
        font-size: 13px; }
    /* line 124, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
    #side-menu nav > ul li .submenu {
      min-height: 0;
      height: 0;
      overflow: hidden;
      transition: all .5s ease; }
      /* line 129, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
      #side-menu nav > ul li .submenu.submenu-hidden {
        display: none; }
      /* line 132, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
      #side-menu nav > ul li .submenu li {
        font-size: 12px;
        font-weight: 600; }
        /* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
        #side-menu nav > ul li .submenu li .row {
          color: #575757;
          padding-left: 34px;
          height: 48px;
          align-items: center; }
      /* line 144, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
      #side-menu nav > ul li .submenu .submenu li .row {
        padding-left: 69.84px;
        color: #575757;
        font-weight: 400; }
    /* line 153, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
    #side-menu nav > ul li.expanded > .submenu-container > .submenu {
      height: auto;
      min-height: 48px; }
    /* line 158, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
    #side-menu nav > ul li .icon {
      width: 20px;
      height: 20px; }
      /* line 161, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
      #side-menu nav > ul li .icon img {
        display: block;
        height: 20px;
        width: auto;
        margin: 0 auto; }
      /* line 168, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
      #side-menu nav > ul li .icon.exit img {
        height: 25px; }
    /* line 173, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
    #side-menu nav > ul li .letter.icon {
      border-radius: 50%;
      line-height: 20px;
      color: white;
      font-weight: 700;
      font-size: 14px;
      text-align: center; }
  /* line 184, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
  #side-menu nav li.red {
    color: #a76c47; }
    /* line 186, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
    #side-menu nav li.red .letter.icon, #side-menu nav li.red:before, #side-menu nav li.red:after,
    #side-menu nav li.red .submenu > li:before,
    #side-menu nav li.red .submenu > li:after {
      background: #a76c47 !important; }
  /* line 194, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
  #side-menu nav li.green {
    color: #73793b; }
    /* line 196, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
    #side-menu nav li.green .letter.icon, #side-menu nav li.green:before, #side-menu nav li.green:after,
    #side-menu nav li.green .submenu > li:before,
    #side-menu nav li.green .submenu > li:after {
      background: #73793b !important; }
  /* line 204, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
  #side-menu nav li.blue {
    color: #396e75; }
    /* line 206, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
    #side-menu nav li.blue .letter.icon, #side-menu nav li.blue:before, #side-menu nav li.blue:after,
    #side-menu nav li.blue .submenu > li:before,
    #side-menu nav li.blue .submenu > li:after {
      background: #396e75 !important; }
  /* line 214, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
  #side-menu nav li.yellow {
    color: #62625a; }
    /* line 216, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
    #side-menu nav li.yellow .letter.icon, #side-menu nav li.yellow:before, #side-menu nav li.yellow:after,
    #side-menu nav li.yellow .submenu > li:before,
    #side-menu nav li.yellow .submenu > li:after {
      background: #62625a !important; }
  /* line 224, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
  #side-menu nav li.gray {
    color: #606060; }
    /* line 226, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
    #side-menu nav li.gray .letter.icon, #side-menu nav li.gray:before, #side-menu nav li.gray:after,
    #side-menu nav li.gray .submenu > li:before,
    #side-menu nav li.gray .submenu > li:after {
      background: #606060 !important; }
  /* line 234, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
  #side-menu nav li.black {
    color: black; }
    /* line 236, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
    #side-menu nav li.black .letter.icon, #side-menu nav li.black:before, #side-menu nav li.black:after,
    #side-menu nav li.black .submenu > li:before,
    #side-menu nav li.black .submenu > li:after {
      background: black !important; }
  /* line 244, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
  #side-menu nav li.aqua {
    color: #38539a; }
    /* line 246, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
    #side-menu nav li.aqua .letter.icon, #side-menu nav li.aqua:before, #side-menu nav li.aqua:after,
    #side-menu nav li.aqua .submenu > li:before,
    #side-menu nav li.aqua .submenu > li:after {
      background: #38539a !important; }

/* line 257, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
#side-menu.expanded .scroller {
  right: 0; }

/* line 263, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
#side-menu .close {
  display: none; }

/* line 267, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_side-menu.scss */
#side-menu .home {
  display: none; }

/* line 2, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
#search-container {
  position: absolute;
  top: 48px;
  bottom: 100%;
  left: 0;
  right: 0;
  overflow-y: scroll;
  background: white;
  z-index: 15;
  transition: all .5s ease; }
  /* line 12, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
  #search-container > div {
    padding: 30px;
    padding-top: 72px;
    box-sizing: border-box;
    width: 100%;
    height: 100%; }
  /* line 19, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
  #search-container input[type=text] {
    font-weight: 700;
    font-size: 15px;
    color: #204670;
    border: none;
    border-bottom: solid 1px #aaaaaa;
    width: 100%;
    line-height: 35px;
    margin-bottom: 35px;
    display: block;
    -webkit-appearance: none;
    box-sizing: border-box;
    border-radius: 0; }
    /* line 32, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
    #search-container input[type=text]::placeholder {
      color: #204670;
      opacity: 1; }
  /* line 37, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
  #search-container .switch {
    font-size: 14px;
    color: #aaaaaa;
    text-align: center;
    display: block;
    height: 35px;
    line-height: 35px; }
    /* line 44, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
    #search-container .switch::after {
      content: '';
      display: inline-block;
      background: url("../img/arrow-more.svg") 50% 50% no-repeat;
      background-size: contain;
      width: 17px;
      height: 17px;
      transform: rotate(90deg);
      transition: all .5s ease;
      margin-left: .5em;
      vertical-align: text-bottom; }
  /* line 57, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
  #search-container .advanced-switches {
    height: 0;
    overflow: hidden;
    transition: all .5s ease; }
    /* line 61, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
    #search-container .advanced-switches li {
      margin: 18px 0; }
      /* line 63, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
      #search-container .advanced-switches li:first-child {
        margin-top: 30px; }
  /* line 70, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
  #search-container .advanced.expanded .switch:after {
    transform: rotate(-90deg); }
  /* line 74, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
  #search-container .advanced.expanded .advanced-switches {
    height: auto; }
  /* line 78, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
  #search-container input[type=radio] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    transform: translateY(-50%); }
  /* line 87, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
  #search-container label {
    display: block;
    font-size: 13px;
    color: #aaaaaa;
    line-height: 18px;
    padding-left: 35px;
    position: relative; }
    /* line 95, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
    #search-container label::before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: solid 1px #aaaaaa;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
  /* line 108, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
  #search-container :checked + label::after {
    content: '';
    display: block;
    background-color: #3d5883;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: solid 1px #aaaaaa;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%); }
  /* line 121, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
  #search-container .search-button-container {
    text-align: center; }
    /* line 123, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
    #search-container .search-button-container .search-button {
      min-width: calc(40% - 20px);
      height: 35px;
      line-height: 35px;
      margin: 35px auto;
      background: #002f5f;
      color: white;
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
      font-weight: 700;
      font-size: 13px;
      text-align: center;
      text-decoration: none;
      border-radius: 5px;
      white-space: nowrap; }
    /* line 141, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
    #search-container .search-button-container:first-child .search-button {
      margin-top: 0; }
  /* line 146, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
  #search-container .results-number {
    font-size: 15px;
    text-align: center;
    color: #264a76; }
    /* line 150, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
    #search-container .results-number strong {
      font-weight: 700; }
  /* line 154, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
  #search-container .search-results {
    margin: 35px -30px; }
    /* line 156, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
    #search-container .search-results li {
      border-top: solid 1px #aaaaaa;
      font-size: 12px;
      padding-right: 20px;
      padding-left: 20px; }
      /* line 161, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
      #search-container .search-results li > .title {
        line-height: 1.66;
        margin: .5em 0;
        color: #264a76;
        font-weight: 700; }
      /* line 167, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
      #search-container .search-results li > .content {
        color: #575757;
        margin-bottom: 1em;
        line-height: 1.4;
        height: 4em;
        overflow: hidden; }
      /* line 174, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
      #search-container .search-results li .action-trigger {
        width: 60px; }
      /* line 177, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
      #search-container .search-results li .basket-controll {
        display: none; }
      /* line 180, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
      #search-container .search-results li .add-to-shopping-icon {
        background: url("../img/basket-icon.svg") 50% 50% no-repeat;
        margin: auto; }
  /* line 186, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
  #search-container.visible {
    bottom: 0; }

/* line 191, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_search.scss */
.search-results-container {
  overflow-y: auto; }

/* line 1, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_new_releases.scss */
#new-releases-container {
  position: fixed;
  bottom: 0;
  z-index: 200;
  height: 0;
  width: 100%;
  background: white;
  transition: all .5s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-overflow-scrolling: touch; }
  /* line 13, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_new_releases.scss */
  #new-releases-container.expanded {
    height: 100%; }
  /* line 16, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_new_releases.scss */
  #new-releases-container > .header {
    height: 48px;
    background: #606060;
    color: white;
    font-family: RobotoCondensed, sans-serif;
    font-weight: 700;
    font-size: 19px;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    /* line 26, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_new_releases.scss */
    #new-releases-container > .header .close {
      background-color: transparent;
      background-image: url("../img/close-icon-white.svg"); }
  /* line 32, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_new_releases.scss */
  #new-releases-container > .items-list {
    margin: 0;
    flex: 1;
    overflow-y: auto; }
    /* line 36, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_new_releases.scss */
    #new-releases-container > .items-list li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      border-top: solid 1px #aaaaaa;
      font-size: 12px;
      padding-right: 20px; }
      /* line 42, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_new_releases.scss */
      #new-releases-container > .items-list li .image {
        width: 33vw;
        height: 33vw;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center; }
        /* line 47, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_new_releases.scss */
        #new-releases-container > .items-list li .image img {
          display: block;
          width: 100%;
          height: auto; }
      /* line 53, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_new_releases.scss */
      #new-releases-container > .items-list li > .name {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        line-height: 1.66;
        margin: .5em 0; }
        /* line 57, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_new_releases.scss */
        #new-releases-container > .items-list li > .name .brand {
          color: #6e6e6e; }
        /* line 60, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_new_releases.scss */
        #new-releases-container > .items-list li > .name .name {
          font-weight: 700; }

/* line 2, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_extras.scss */
.extras iframe {
  width: 100%;
  height: 100%; }

/* line 9, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_extras.scss */
.primary-navigation > .extras.selected > :first-child {
  height: 0; }

/* line 15, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_extras.scss */
.primary-navigation > .extras.selected > .submenu-container > .submenu > .selected {
  background: black;
  color: white;
  text-transform: uppercase;
  margin-right: 0; }
  /* line 20, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_extras.scss */
  .primary-navigation > .extras.selected > .submenu-container > .submenu > .selected > .label {
    padding-right: 60px;
    font-family: RobotoCondensed, sans-serif;
    font-weight: 600;
    font-size: 19px; }
  /* line 26, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_extras.scss */
  .primary-navigation > .extras.selected > .submenu-container > .submenu > .selected:after {
    width: 15px;
    height: 15px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/close-icon-white.svg) 50% 50% no-repeat;
    pointer-events: none; }

/* line 1, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_nutrients_list.scss */
.nutrients-list {
  list-style: none !important;
  padding-left: 0 !important; }

/* line 6, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_nutrients_list.scss */
.nutrients-list li {
  display: flex;
  align-content: center;
  min-height: 20px;
  width: 240px;
  margin: 5px 0; }
  /* line 13, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_nutrients_list.scss */
  .nutrients-list li > .image {
    width: 25%; }
    /* line 15, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_nutrients_list.scss */
    .nutrients-list li > .image img {
      width: 100%;
      display: block;
      height: auto; }
  /* line 22, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_nutrients_list.scss */
  .nutrients-list li > .text {
    margin-left: 5px;
    flex: 1;
    padding: .5em 1em;
    display: flex;
    align-items: center; }
    /* line 28, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_nutrients_list.scss */
    .nutrients-list li > .text p {
      margin: 0 !important;
      color: white;
      font-weight: 700; }

/* line 38, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_nutrients_list.scss */
.nutrients-list .cherry .image, .nutrients-list .cherry .text, .nutrients-list .apple .image, .nutrients-list .apple .text, .nutrients-list .schizandra .image, .nutrients-list .schizandra .text, .nutrients-list .pomegranat .image, .nutrients-list .pomegranat .text, .nutrients-list .tomato .image, .nutrients-list .tomato .text, .nutrients-list .cranberry .image, .nutrients-list .cranberry .text, .nutrients-list .wolfberry .image, .nutrients-list .wolfberry .text, .nutrients-list .rosehip .image, .nutrients-list .rosehip .text {
  background: #e30e20; }

/* line 42, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_nutrients_list.scss */
.nutrients-list .marigold .image, .nutrients-list .marigold .text, .nutrients-list .mandarin .image, .nutrients-list .mandarin .text, .nutrients-list .carrot .image, .nutrients-list .carrot .text, .nutrients-list .orange .image, .nutrients-list .orange .text, .nutrients-list .ginseng .image, .nutrients-list .ginseng .text, .nutrients-list .tropical_fruits .image, .nutrients-list .tropical_fruits .text {
  background: #ea5a0b; }

/* line 46, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_nutrients_list.scss */
.nutrients-list .alfalfa .image, .nutrients-list .alfalfa .text, .nutrients-list .asparagus .image, .nutrients-list .asparagus .text, .nutrients-list .basil .image, .nutrients-list .basil .text, .nutrients-list .broccoli .image, .nutrients-list .broccoli .text, .nutrients-list .green_tea .image, .nutrients-list .green_tea .text, .nutrients-list .kale .image, .nutrients-list .kale .text, .nutrients-list .opunia_cactus .image, .nutrients-list .opunia_cactus .text, .nutrients-list .oregano .image, .nutrients-list .oregano .text, .nutrients-list .parsley .image, .nutrients-list .parsley .text, .nutrients-list .rosemary .image, .nutrients-list .rosemary .text, .nutrients-list .sage .image, .nutrients-list .sage .text, .nutrients-list .spinach .image, .nutrients-list .spinach .text, .nutrients-list .bilboa .image, .nutrients-list .bilboa .text, .nutrients-list .watercress .image, .nutrients-list .watercress .text {
  background: #225821; }

/* line 50, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_nutrients_list.scss */
.nutrients-list .blueberry .image, .nutrients-list .blueberry .text, .nutrients-list .blackcurrant .image, .nutrients-list .blackcurrant .text, .nutrients-list .bilberry .image, .nutrients-list .bilberry .text {
  background: #005584; }

/* line 54, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_nutrients_list.scss */
.nutrients-list .grape .image, .nutrients-list .grape .text {
  background: #4f286b; }

/* line 58, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_nutrients_list.scss */
.nutrients-list .grapefruit .image, .nutrients-list .grapefruit .text {
  background: #d8388c; }

/* line 62, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_nutrients_list.scss */
.nutrients-list .horseradish .image, .nutrients-list .horseradish .text {
  background: #f6a123; }

/* line 66, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_nutrients_list.scss */
.nutrients-list .wheat_ceramide .image, .nutrients-list .wheat_ceramide .text {
  background: #f6a123; }

/* line 70, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_nutrients_list.scss */
.nutrients-list .lemon .image, .nutrients-list .lemon .text {
  background: #ffdd00; }

/* line 74, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_nutrients_list.scss */
.nutrients-list .citruses .image, .nutrients-list .citruses .text {
  background: #ffdd00; }

/* line 78, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_nutrients_list.scss */
.nutrients-list .plum .image, .nutrients-list .plum .text {
  background: #930256; }

/* line 82, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_nutrients_list.scss */
.nutrients-list .elderberry .image, .nutrients-list .elderberry .text {
  background: #930256; }

/* line 1, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
#popup-container {
  width: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 48px;
  bottom: 100%;
  overflow: hidden;
  transition: all .5s ease;
  z-index: 15; }
  /* line 12, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container.visible {
    bottom: 0; }
  /* line 16, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container .primary-navigation li a {
    padding-right: 80px; }
  /* line 19, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container a:after {
    width: 16px;
    height: 16px;
    background-image: url(../img/close-icon-white.svg); }
  /* line 24, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container table {
    border-right: 30px solid #fff;
    margin: 30px; }
    /* line 29, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
    #popup-container .popup-inner-container table thead tr th {
      font-weight: 700;
      vertical-align: middle;
      padding: 20px 30px;
      border-right: 1px solid #3a3a3a;
      line-height: 1.3; }
      /* line 35, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container table thead tr th:first-child {
        padding: 20px; }
      /* line 38, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container table thead tr th:last-child {
        border-right: none; }
      /* line 41, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container table thead tr th.hidden {
        display: none; }
    /* line 49, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
    #popup-container .popup-inner-container table tbody tr td {
      height: 40px;
      vertical-align: middle;
      padding: 20px;
      border-top: 1px solid #3a3a3a;
      border-right: 1px solid #3a3a3a;
      line-height: 1.3;
      position: relative; }
      /* line 57, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container table tbody tr td:last-child {
        border-right: none; }
      /* line 61, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container table tbody tr td.red-dot:after {
        width: 10px;
        height: 10px;
        background-color: #d11e24;
        border-radius: 50%;
        content: '';
        display: block;
        position: absolute;
        top: calc(50% - 5px);
        left: calc(50% - 5px); }
      /* line 73, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container table tbody tr td.hidden {
        display: none; }
  /* line 80, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container .img-scroller,
  #popup-container .popup-inner-container .table-scroller {
    position: absolute;
    top: 48px;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-x: scroll;
    text-align: center;
    -webkit-overflow-scrolling: touch; }
    /* line 90, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
    #popup-container .popup-inner-container .img-scroller > img,
    #popup-container .popup-inner-container .table-scroller > img {
      height: 100%;
      float: left; }
      /* line 93, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .img-scroller > img.chart,
      #popup-container .popup-inner-container .table-scroller > img.chart {
        height: calc(100% - 140px);
        margin-top: 70px; }
  /* line 99, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container .filters-button {
    width: 19px;
    height: 19px;
    background: url(../img/filters-icon-white.svg) center center no-repeat;
    background-size: contain;
    margin: 10px;
    position: absolute;
    right: 46px;
    top: 5px;
    z-index: 16; }
  /* line 110, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container .filters-container {
    background-color: #fff;
    padding: 40px;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .5s ease; }
    /* line 119, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
    #popup-container .popup-inner-container .filters-container.visible {
      top: 96px; }
    /* line 122, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
    #popup-container .popup-inner-container .filters-container h1 {
      color: #002f5f;
      font-weight: 700;
      margin: 10px 0 30px 0;
      text-align: center; }
    /* line 128, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
    #popup-container .popup-inner-container .filters-container input[type=checkbox] {
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 0;
      width: 20px;
      height: 20px;
      transform: translateY(-50%); }
    /* line 137, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
    #popup-container .popup-inner-container .filters-container label {
      display: block;
      font-size: 13px;
      color: #aaaaaa;
      line-height: 35px;
      padding-left: 35px;
      position: relative; }
      /* line 144, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .filters-container label::before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: solid 1px #aaaaaa;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
    /* line 157, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
    #popup-container .popup-inner-container .filters-container :checked + label::after {
      content: '';
      display: block;
      background-color: #3d5883;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: solid 1px #aaaaaa;
      position: absolute;
      left: 5px;
      top: 50%;
      transform: translateY(-50%); }
    /* line 170, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
    #popup-container .popup-inner-container .filters-container .search-button {
      display: block;
      width: 40%;
      height: 35px;
      line-height: 35px;
      margin: 35px auto;
      background: #002f5f;
      color: white;
      font-weight: 700;
      font-size: 13px;
      text-align: center;
      text-decoration: none;
      border-radius: 5px; }
      /* line 183, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .filters-container .search-button:first-child {
        margin-top: 0; }
  /* line 189, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container .img-scroller .bone-mass-chart {
    position: relative; }
    /* line 191, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
    #popup-container .popup-inner-container .img-scroller .bone-mass-chart > span, #popup-container .popup-inner-container .img-scroller .bone-mass-chart div {
      position: absolute;
      font-size: 14px;
      line-height: 1.2;
      text-align: left;
      z-index: 1; }
    /* line 198, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
    #popup-container .popup-inner-container .img-scroller .bone-mass-chart .bone-mass {
      left: 36px;
      top: calc(54vh + 48px);
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      transform-origin: left bottom; }
    /* line 208, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
    #popup-container .popup-inner-container .img-scroller .bone-mass-chart .bone-mass-age {
      left: 90px;
      top: 73vh; }
    /* line 212, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
    #popup-container .popup-inner-container .img-scroller .bone-mass-chart .bone-mass-first {
      width: calc(30.7vh - 73px);
      bottom: calc(-35vh + 46px);
      left: calc(25.6vh - 61px); }
    /* line 218, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
    #popup-container .popup-inner-container .img-scroller .bone-mass-chart .bone-mass-second {
      width: calc(30.7vh - 73px);
      bottom: calc(-35vh + 46px);
      left: calc(76.8vh - 183px); }
    /* line 223, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
    #popup-container .popup-inner-container .img-scroller .bone-mass-chart .bone-mass-third {
      width: calc(40vh - 116px);
      bottom: calc(-35vh + 46px);
      left: calc(121.3vh - 240px); }
      /* line 228, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      .lang-BG #popup-container .popup-inner-container .img-scroller .bone-mass-chart .bone-mass-third {
        width: calc(45vh - 90px);
        bottom: calc(-35vh + 36px);
        left: calc(121.3vh - 285px); }
    /* line 234, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
    #popup-container .popup-inner-container .img-scroller .bone-mass-chart .bone-mass-fourth {
      width: calc(23vh - 55px);
      bottom: calc(-30vh - 140px);
      left: calc(177.4vh - 423px); }
      @media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
        /* line 234, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
        #popup-container .popup-inner-container .img-scroller .bone-mass-chart .bone-mass-fourth {
          bottom: calc(-33vh - 90px); } }
  /* line 243, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container .img-scroller .popup-stickers-container {
    position: relative; }
    /* line 245, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
    #popup-container .popup-inner-container .img-scroller .popup-stickers-container > span, #popup-container .popup-inner-container .img-scroller .popup-stickers-container div {
      position: absolute;
      font-size: 14px;
      line-height: 1.2;
      z-index: 1; }
  /* line 253, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container .img-scroller .stickers-human-body > div {
    background: #fff;
    display: inline-block;
    padding: 3px 7px;
    white-space: nowrap; }
  /* line 259, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container .img-scroller .stickers-human-body .optic-nerve {
    top: calc(60vh - 96px);
    left: 12vh; }
  /* line 263, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container .img-scroller .stickers-human-body .rods-and-cones {
    top: calc(88.5vh - 96px);
    left: 6vh; }
  /* line 267, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container .img-scroller .stickers-human-body .cornea {
    top: calc(36.5vh - 96px);
    left: 100vh; }
  /* line 271, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container .img-scroller .stickers-human-body .pupil {
    top: calc(57.5vh - 96px);
    left: 108.5vh; }
  /* line 275, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container .img-scroller .stickers-human-body .lens {
    top: calc(66vh - 96px);
    left: 100vh; }
  /* line 279, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container .img-scroller .stickers-human-body .retina {
    top: calc(83vh - 96px);
    left: 93vh; }
  /* line 283, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container .img-scroller .stickers-human-body .spongy-bone {
    top: calc(41vh - 96px);
    left: 18vh; }
  /* line 287, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container .img-scroller .stickers-human-body .bone-marrow {
    top: calc(71vh - 96px);
    left: 14vh; }
  /* line 291, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container .img-scroller .stickers-human-body .cartilage {
    top: calc(36.5vh - 96px);
    left: 101vh; }
  /* line 295, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container .img-scroller .stickers-human-body .compact-bone {
    top: calc(54vh - 96px);
    left: 91vh; }
  /* line 299, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container .img-scroller .stickers-human-body .frontal-lobe {
    top: calc(39.5vh - 96px);
    left: 8vh; }
  /* line 303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container .img-scroller .stickers-human-body .parietal-lobe {
    top: calc(33.3vh - 96px);
    left: 90vh; }
  /* line 307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container .img-scroller .stickers-human-body .temporal-lobe {
    top: calc(44.5vh - 96px);
    left: 94vh; }
  /* line 311, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container .img-scroller .stickers-human-body .occipital-lobe {
    top: calc(60.2vh - 96px);
    left: 97vh; }
  /* line 315, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container .img-scroller .stickers-human-body .vena-cava {
    width: 50%;
    top: calc(39.8vh - 96px);
    left: 12vh;
    white-space: normal; }
  /* line 321, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container .img-scroller .stickers-human-body .blood-flow {
    top: calc(60.5vh - 96px);
    left: 18vh; }
  /* line 325, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container .popup-inner-container .img-scroller .stickers-human-body .aorta {
    width: 50%;
    top: calc(31vh - 96px);
    left: 83vh;
    white-space: normal; }
  @media screen and (min-width: 640px) {
    /* line 334, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
    #popup-container .popup-inner-container .img-scroller {
      overflow: hidden; }
      /* line 336, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .img-scroller > img {
        width: 100% !important;
        height: auto !important;
        margin-top: calc(50% + 48px) !important;
        transform: translateY(-50%) !important; }
      /* line 343, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .img-scroller .bone-mass-chart .bone-mass {
        left: -7px;
        top: calc(50vh + 30px); }
      /* line 347, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .img-scroller .bone-mass-chart .bone-mass-first {
        width: 20vw;
        top: 27vh;
        left: 12vw; }
      /* line 353, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .img-scroller .bone-mass-chart .bone-mass-second {
        width: 15vw;
        top: 27vh;
        left: 37vw; }
      /* line 358, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .img-scroller .bone-mass-chart .bone-mass-third {
        width: 32vw;
        top: 27vh;
        left: 58vw; }
      /* line 363, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .img-scroller .bone-mass-chart .bone-mass-fourth {
        width: 12vw;
        top: 37vh;
        left: 84vw; }
      /* line 370, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .img-scroller .stickers-human-body .optic-nerve {
        top: calc(70.4vh - 96px);
        left: 4vh; }
      /* line 374, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .img-scroller .stickers-human-body .rods-and-cones {
        top: calc(53.1vh - 96px);
        left: 6vh; }
      /* line 378, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .img-scroller .stickers-human-body .cornea {
        top: calc(39.1vh - 96px);
        left: 62vh; }
      /* line 382, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .img-scroller .stickers-human-body .pupil {
        top: calc(51.9vh - 96px);
        left: 64.5vh; }
      /* line 386, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .img-scroller .stickers-human-body .lens {
        top: calc(56.6vh - 96px);
        left: 61vh; }
      /* line 390, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .img-scroller .stickers-human-body .retina {
        top: calc(67.2vh - 96px);
        left: 56vh; }
      /* line 394, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .img-scroller .stickers-human-body .spongy-bone {
        top: calc(41.8vh - 96px);
        left: 13vh; }
      /* line 398, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .img-scroller .stickers-human-body .bone-marrow {
        top: calc(59.9vh - 96px);
        left: 9vh; }
      /* line 402, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .img-scroller .stickers-human-body .cartilage {
        top: calc(39vh - 96px);
        left: 60vh; }
      /* line 406, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .img-scroller .stickers-human-body .compact-bone {
        top: calc(49.6vh - 96px);
        left: 55vh; }
      /* line 410, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .img-scroller .stickers-human-body .frontal-lobe {
        top: calc(40.6vh - 96px);
        left: 6vh; }
      /* line 414, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .img-scroller .stickers-human-body .parietal-lobe {
        top: calc(36.9vh - 96px);
        left: 54vh; }
      /* line 418, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .img-scroller .stickers-human-body .temporal-lobe {
        top: calc(43.8vh - 96px);
        left: 56vh; }
      /* line 422, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .img-scroller .stickers-human-body .occipital-lobe {
        top: calc(53.4vh - 96px);
        left: 58vh; }
      /* line 426, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .img-scroller .stickers-human-body .vena-cava {
        top: calc(41vh - 96px);
        left: 2vh; }
      /* line 430, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .img-scroller .stickers-human-body .blood-flow {
        top: calc(53.5vh - 96px);
        left: 6vh; }
      /* line 434, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
      #popup-container .popup-inner-container .img-scroller .stickers-human-body .aorta {
        top: calc(35.5vh - 96px);
        left: 50vh; } }
  /* line 442, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_popup.scss */
  #popup-container > .close {
    width: 35px;
    height: 35px;
    margin: 0;
    opacity: 0;
    right: 10px;
    top: 6px; }

/* line 1, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
.drawer-popup {
  position: fixed;
  bottom: 0;
  z-index: 200;
  height: 0;
  width: 100%;
  background: white;
  transition: all .5s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-overflow-scrolling: touch; }
  /* line 13, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
  .drawer-popup.expanded {
    height: 100%; }
  /* line 16, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
  .drawer-popup > .header {
    height: 48px;
    background: #606060;
    color: white;
    font-family: RobotoCondensed, sans-serif;
    font-weight: 700;
    font-size: 19px;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    /* line 26, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    .drawer-popup > .header .close {
      background-color: transparent;
      background-image: url("../img/close-icon-white.svg"); }

/* line 33, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
#usage-instructions {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  padding: 0 20px;
  padding-bottom: 40px;
  box-sizing: border-box; }
  /* line 40, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
  #usage-instructions h1 {
    font-family: RobotoCondensed, serif;
    font-size: 24px;
    font-weight: 700;
    display: table;
    margin: 2em auto 1em;
    max-width: 90%;
    max-width: calc(100% - 40px);
    text-transform: uppercase;
    border-bottom: solid 2px #002f5f;
    color: #002f5f;
    text-align: center; }
  /* line 53, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
  #usage-instructions .screen {
    position: relative; }
    /* line 55, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen + .screen {
      margin-top: 50px; }
    /* line 58, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen img {
      display: block;
      max-width: 100%;
      height: auto;
      position: relative;
      z-index: 2; }
    /* line 65, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen .screenshot {
      position: absolute;
      width: 78.3%;
      left: 11.5%;
      box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.3);
      z-index: 1; }
    /* line 72, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen p {
      color: #3a3a3a;
      position: absolute;
      font-size: 14px;
      font-weight: 400; }
    /* line 79, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#cover .screenshot {
      top: 14.5%; }
    /* line 83, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#cover p#enter-menu {
      top: 1.5%;
      right: 13%; }
    /* line 87, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#cover p#exit {
      top: 1.5%;
      left: 14%; }
    /* line 91, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#cover p#find-products {
      top: 6%;
      right: 21%;
      max-width: 55%; }
    /* line 96, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#cover p#access-content-list {
      top: 96%;
      left: 16%; }
    /* line 102, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#main-menu {
      margin-top: 2em; }
      /* line 104, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
      #usage-instructions .screen#main-menu .screenshot {
        top: 13.4%; }
      /* line 108, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
      #usage-instructions .screen#main-menu p#subcategory-list {
        top: 5.9%;
        right: 14%;
        text-align: right; }
      /* line 113, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
      #usage-instructions .screen#main-menu p#bundle-up-category-list {
        bottom: 97.3%;
        right: 32%;
        text-align: right; }
      /* line 118, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
      #usage-instructions .screen#main-menu p#open-article {
        top: 96.9%;
        right: 32%; }
    /* line 124, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#hamburger-menu {
      margin-top: 2em; }
      /* line 126, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
      #usage-instructions .screen#hamburger-menu .screenshot {
        top: 13.5%; }
      /* line 130, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
      #usage-instructions .screen#hamburger-menu p#hamburger-bundleup-category-list {
        right: 32%;
        text-align: right;
        bottom: 97.3%; }
      /* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
      #usage-instructions .screen#hamburger-menu p#hamburger-close {
        top: 6%;
        right: 10%; }
      /* line 139, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
      #usage-instructions .screen#hamburger-menu p#exit-app {
        top: 88%;
        left: 35%; }
      /* line 143, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
      #usage-instructions .screen#hamburger-menu p#hamburger-unwind-category-list {
        bottom: 3.9%;
        right: 14%;
        text-align: right;
        transform: translateY(-50%); }
      /* line 149, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
      #usage-instructions .screen#hamburger-menu p#hamburger-goto-article {
        top: 97.3%;
        right: 20.5%; }
    /* line 156, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#search .screenshot {
      top: 8.9%; }
    /* line 160, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#search p#close-search {
      top: 0.5%;
      right: 14%; }
    /* line 164, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#search p#search-products {
      top: 96.5%;
      left: 15%;
      width: 70%;
      text-align: center; }
    /* line 173, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#search-02 .screenshot {
      top: 8.5%; }
    /* line 177, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#search-02 p#close-search-2 {
      top: 0.4%;
      right: 19%; }
    /* line 181, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#search-02 p#search-again {
      top: 91.3%;
      left: 15%; }
    /* line 185, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#search-02 p#open-found-product {
      right: 13%;
      top: 96.8%; }
    /* line 191, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#main-view {
      margin-top: 2.5em; }
      /* line 193, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
      #usage-instructions .screen#main-view .screenshot {
        top: 12.9%; }
      /* line 197, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
      #usage-instructions .screen#main-view p#mv-unwind-articles-list {
        bottom: 97.8%;
        right: 14.3%;
        text-align: right; }
      /* line 202, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
      #usage-instructions .screen#main-view p#mv-unwind-category-list {
        right: 14.3%;
        top: 6.6%;
        text-align: right;
        transform: translateY(-50%); }
      /* line 208, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
      #usage-instructions .screen#main-view p#mv-scroll-down {
        top: 91.3%;
        left: 15%;
        width: 70%;
        text-align: center; }
      /* line 214, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
      #usage-instructions .screen#main-view p#mv-next-article {
        right: 15%;
        top: 97.6%; }
    /* line 221, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#article-list .screenshot {
      top: 9.5%; }
    /* line 226, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#article-list p#list-view-close {
      top: 0.5%;
      right: 15%; }
    /* line 230, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#article-list p#list-show-article {
      top: 96.9%;
      left: 15%; }
    /* line 237, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#ingredients_search .screenshot {
      top: 9.8%; }
    /* line 241, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#ingredients_search p#search-ingredient {
      top: .8%;
      right: 14.5%; }
    /* line 245, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#ingredients_search p#ingradient-inforamtions {
      top: 92%;
      right: 14%;
      text-align: right;
      width: 75%; }
    /* line 254, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#glossary .screenshot {
      top: 9.5%; }
    /* line 259, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#glossary p#glossary-close {
      top: 0.5%;
      right: 15%; }
    /* line 263, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#glossary p#tap-the-letter {
      top: 96.9%;
      right: 22%; }
    /* line 270, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#interactive-elements-01 .screenshot {
      top: 1.9%; }
    /* line 275, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#interactive-elements-01 p#swipe-left-right {
      top: 93.5%;
      right: 14%;
      text-align: right;
      width: 75%;
      transform: translateY(-33%); }
    /* line 285, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#interactive-elements-02 .screenshot {
      top: 12%; }
    /* line 289, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#interactive-elements-02 p#scroll-and-swipe-01 {
      top: 1.65%;
      text-align: right;
      right: 14%;
      width: 74%;
      transform: translateY(-50%); }
    /* line 299, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#interactive-elements-03 .screenshot {
      top: 12.3%; }
    /* line 303, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#interactive-elements-03 p#scroll-and-swipe-02 {
      top: 2%;
      text-align: right;
      right: 14%;
      width: 74%;
      transform: translateY(-50%); }
    /* line 313, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#interactive-elements-04 .screenshot {
      top: 12.1%; }
    /* line 317, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_users_guide.scss */
    #usage-instructions .screen#interactive-elements-04 p#scroll-and-swipe-03 {
      top: 1.7%;
      text-align: right;
      right: 14%;
      width: 74%;
      transform: translateY(-50%); }

/* line 1, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
#onboarding {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 800;
  font-family: 'CaveatBrush', "Comic Sans MS", sans-serif;
  font-size: 21px;
  color: white;
  background: transparent;
  width: 100%;
  height: 100%;
  box-sizing: border-box; }
  /* line 16, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
  #onboarding .compound-overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0; }
  /* line 22, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
  #onboarding .slide {
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%; }
    /* line 28, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
    #onboarding .slide .layer {
      position: absolute; }
    /* line 34, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
    #onboarding .slide .mr-smart {
      display: block;
      width: 57%;
      margin: 2em auto; }
    /* line 39, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
    #onboarding .slide .mr-smart + p {
      text-align: center; }
    /* line 42, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
    #onboarding .slide .short-arrow {
      height: 71px;
      width: auto; }
    /* line 46, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
    #onboarding .slide .medium-arrow {
      height: 158px;
      width: auto; }
    /* line 50, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
    #onboarding .slide .long-arrow {
      height: 198px;
      width: auto; }
    /* line 55, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
    #onboarding .slide#hello p {
      text-align: center; }
    /* line 58, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
    #onboarding .slide#hello .buttons {
      display: table;
      margin: 1em auto; }
    /* line 62, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
    #onboarding .slide#hello .button {
      border-radius: 5px;
      border: solid 2px white;
      font-family: SourceSansPro, sans-serif;
      font-weight: 700;
      font-size: 13px;
      padding: .7em 2em;
      text-decoration: none;
      color: inherit;
      display: block;
      margin: 1.5em;
      text-align: center; }
      /* line 74, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
      #onboarding .slide#hello .button.active {
        background: white;
        color: #15365e; }
    /* line 81, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
    #onboarding .slide #exit-app .short-arrow {
      transform: scaleX(-1) rotate(45deg);
      transform-origin: center top; }
    /* line 85, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
    #onboarding .slide #exit-app p {
      margin-left: 40px;
      margin-top: -13px; }
    /* line 90, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
    #onboarding .slide #find-products {
      position: absolute;
      text-align: right;
      right: 76px;
      top: 50px; }
      /* line 95, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
      #onboarding .slide #find-products p {
        width: 50vw;
        max-width: 37.5vh;
        text-align: right; }
      /* line 100, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
      #onboarding .slide #find-products .medium-arrow {
        transform: rotate(25deg) translateX(8px) translateY(-14px);
        margin-right: 50px; }
    /* line 106, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
    #onboarding .slide#option1 > p {
      text-align: center;
      margin-top: 5em; }
    /* line 110, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
    #onboarding .slide#option1 .layer {
      top: 50px;
      right: 31px;
      text-align: right; }
      /* line 114, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
      #onboarding .slide#option1 .layer .long-arrow {
        transform: rotate(8deg) translateX(-13px); }
    /* line 119, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
    #onboarding .slide #explore {
      width: 60vw;
      max-width: 45vh;
      left: 30px; }
      /* line 124, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
      #onboarding .slide #explore .short-arrow {
        transform: scaleX(-1);
        margin-left: 35%; }
      /* line 128, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
      #onboarding .slide #explore p {
        margin-top: 10px; }
    /* line 133, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
    #onboarding .slide#option2 > p {
      margin-top: 5em;
      text-align: center; }
    /* line 137, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
    #onboarding .slide#option2 .layer {
      width: 60%;
      left: 20%;
      top: 40vh;
      text-align: center; }
      /* line 142, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
      #onboarding .slide#option2 .layer .short-arrow {
        transform: rotate(10deg); }
    /* line 148, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
    #onboarding .slide #explore2 {
      width: 70vw;
      max-width: 52.5vh;
      left: 20%; }
      /* line 152, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
      #onboarding .slide #explore2 .short-arrow {
        margin-left: 30%; }
      /* line 155, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
      #onboarding .slide #explore2 p {
        margin-top: 10px; }
    /* line 159, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
    #onboarding .slide #back-to-menu {
      width: 75vw;
      max-width: 56.25vh;
      right: 60px;
      top: 60px;
      text-align: right; }
      /* line 165, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
      #onboarding .slide #back-to-menu .short-arrow {
        transform: translateX(-27px) translateY(-21px) rotate(69deg);
        position: absolute;
        right: 0; }
      /* line 170, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
      #onboarding .slide #back-to-menu p {
        margin-top: 42px;
        margin-right: 40px; }
    /* line 175, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
    #onboarding .slide #product-list {
      top: 157px;
      width: 57vw;
      max-width: 42.75vh;
      text-align: right;
      right: 30px; }
      /* line 181, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
      #onboarding .slide #product-list .short-arrow {
        position: absolute;
        right: 0;
        transform: scaleX(-1) rotate(-20deg); }
      /* line 186, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
      #onboarding .slide #product-list p {
        margin-right: 33px;
        margin-top: 68px; }
    /* line 191, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
    #onboarding .slide #explore-products {
      top: 281px;
      margin-right: 156px;
      right: 0;
      margin-left: 20px; }
      /* line 196, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
      #onboarding .slide #explore-products .short-arrow {
        position: absolute;
        right: 0;
        transform: translateY(-11px) translateX(53px) rotate(98deg); }
      /* line 201, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
      #onboarding .slide #explore-products p {
        text-align: right; }
    /* line 205, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
    #onboarding .slide #about-brand {
      bottom: 40px;
      width: 45vw;
      max-width: 33.75vh;
      right: 50%; }
      /* line 210, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
      #onboarding .slide #about-brand .short-arrow {
        transform: scaleX(-1) rotate(224deg);
        margin-right: 75px;
        margin-left: auto;
        display: block; }
    /* line 217, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
    #onboarding .slide #switch-products {
      padding-bottom: 183px;
      width: calc(100% - 80px);
      left: 40px; }
      /* line 221, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
      #onboarding .slide #switch-products p {
        text-align: center; }
      /* line 224, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
      #onboarding .slide #switch-products p + .medium-arrow {
        position: absolute;
        transform: rotate(155deg);
        right: 10px; }
      /* line 229, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
      #onboarding .slide #switch-products .medium-arrow + .medium-arrow {
        position: absolute;
        left: 10px;
        transform: scaleX(-1) rotate(155deg); }
    /* line 235, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
    #onboarding .slide #side-menu-exit {
      bottom: 60px;
      width: 45vw;
      max-width: 33.75vw;
      margin-right: 5%;
      right: 0; }
      /* line 241, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
      #onboarding .slide #side-menu-exit .short-arrow {
        position: absolute;
        transform: scaleX(-1) rotate(120deg);
        left: -60px;
        top: -10px; }
      /* line 247, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
      #onboarding .slide #side-menu-exit p {
        margin-bottom: 31px; }
    /* line 251, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
    #onboarding .slide #discover-more {
      width: calc(100% - 80px);
      text-align: center;
      left: 40px;
      bottom: 90px; }
      /* line 256, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
      #onboarding .slide #discover-more p {
        margin-bottom: 72px; }
      /* line 259, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
      #onboarding .slide #discover-more p + .short-arrow {
        position: absolute;
        left: 84px;
        transform: scaleX(-1) rotate(150deg);
        bottom: 0; }
      /* line 265, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/includes/_onboarding.scss */
      #onboarding .slide #discover-more .short-arrow + .short-arrow {
        position: absolute;
        left: 255px;
        transform: translateX(-60px) rotate(150deg);
        bottom: 0; }

/* line 27, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
html {
  height: 100%;
  overflow: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background: gray; }

/* line 34, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
body ::-webkit-scrollbar {
  width: 0;
  height: 0; }

/* line 39, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
body {
  font-family: SourceSansPro, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: white;
  height: 100%;
  overflow: hidden;
  max-width: 75vh;
  position: relative;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  /* line 52, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  body > header {
    height: 48px;
    background: #000;
    position: relative;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.25) 0 2px 3px; }
  /* line 61, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  body > main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: scroll;
    position: relative; }
    /* line 66, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
    body > main.overflow-hidden {
      overflow: hidden; }
  /* line 72, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  body.splash > main {
    overflow: hidden; }
  /* line 76, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  body.splash .cover {
    top: 0; }
  /* line 80, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  body.splash .primary-navigation {
    top: 100%; }
  /* line 85, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  body .cover-container {
    height: 100%;
    padding: 3%; }
  /* line 91, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  body .cover .cover-container {
    background-color: #fbede4; }
  /* line 95, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  body .cover .cover-image {
    background-image: url(../img/beauty-cover.jpg);
    box-shadow: 0px 5px 10px grey; }
  /* line 100, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  body .cover .footer {
    color: #a76c47;
    box-shadow: 0px 5px 10px grey; }
  /* line 105, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  body .cover .lets-start-button {
    background-color: #a76c47;
    border-color: #a76c47; }
  @media screen and (min-width: 640px) {
    /* line 111, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
    body .cover .cover-container {
      background-color: #fbede4; }
    /* line 115, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
    body .cover .cover-image {
      background-image: url(../img/beauty-cover-ipad.jpg); }
    /* line 119, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
    body .cover .footer {
      color: #a76c47; }
    /* line 123, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
    body .cover .lets-start-button {
      background-color: #a76c47;
      border-color: #a76c47; } }
  /* line 131, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  body.nutrition .cover-container {
    background-color: #eff9e4; }
  /* line 135, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  body.nutrition .cover-image {
    background-image: url(../img/nutrition-cover.jpg); }
  /* line 139, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  body.nutrition .footer {
    color: #73793b; }
  /* line 143, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  body.nutrition .lets-start-button {
    background-color: #73793b;
    border-color: #73793b; }
  @media screen and (min-width: 640px) {
    /* line 149, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
    body.nutrition .cover-container {
      background-color: #eff9e4; }
    /* line 153, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
    body.nutrition .cover-image {
      background-image: url(../img/nutrition-cover-ipad.jpg); }
    /* line 157, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
    body.nutrition .footer {
      color: #73793b; }
    /* line 161, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
    body.nutrition .lets-start-button {
      background-color: #73793b;
      border-color: #73793b; } }
  /* line 169, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  body.home .cover-container {
    background-color: #e5fdff; }
  /* line 173, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  body.home .cover-image {
    background-image: url(../img/home-cover.jpg); }
  /* line 177, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  body.home .footer {
    color: #396e75; }
  /* line 181, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  body.home .lets-start-button {
    background-color: #396e75;
    border-color: #396e75; }
  @media screen and (min-width: 640px) {
    /* line 187, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
    body.home .cover-container {
      background-color: #e5fdff; }
    /* line 191, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
    body.home .cover-image {
      background-image: url(../img/home-cover-ipad.jpg); }
    /* line 195, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
    body.home .footer {
      color: #396e75; }
    /* line 199, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
    body.home .lets-start-button {
      background-color: #396e75;
      border-color: #396e75; } }
  /* line 207, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  body.personal-care .cover-container {
    background-color: #f8f8e7; }
  /* line 211, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  body.personal-care .cover-image {
    background-image: url(../img/personal-care-cover.jpg); }
  /* line 215, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  body.personal-care .footer {
    color: #62625a; }
  /* line 219, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  body.personal-care .lets-start-button {
    background-color: #62625a;
    border-color: #62625a; }
  @media screen and (min-width: 640px) {
    /* line 225, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
    body.personal-care .cover-container {
      background-color: #f8f8e7; }
    /* line 229, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
    body.personal-care .cover-image {
      background-image: url(../img/personal-care-cover-ipad.jpg); }
    /* line 233, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
    body.personal-care .footer {
      color: #62625a; }
    /* line 237, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
    body.personal-care .lets-start-button {
      background-color: #62625a;
      border-color: #62625a; } }

/* line 245, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: all .5s ease; }
  /* line 256, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  .cover .cover-image {
    height: 68%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain; }
  /* line 264, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  .cover .footer {
    height: 29%;
    font-weight: 700;
    font-size: 27px;
    color: #002f5f;
    background: white;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 5%;
    text-align: left; }
  @media screen and (min-width: 640px) {
    /* line 280, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
    .cover .footer {
      height: 30%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      display: flex;
      align-items: center;
      font-weight: 700;
      font-size: 42px;
      color: #002f5f;
      background: white;
      padding: 0 10%; }
      /* line 292, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
      .cover .footer div {
        width: 100%;
        padding: 0;
        margin: 0; }
      /* line 297, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
      .cover .footer button {
        margin: 0;
        font-size: 24px; }
      /* line 301, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
      .cover .footer div:nth-of-type(2) {
        text-align: right; } }
  /* line 307, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  .cover .lets-start-button {
    background-color: #002f5f;
    margin-top: 6%;
    padding: 10px 20px;
    color: white;
    font-size: 18px;
    border-color: #002f5f;
    border-radius: 25px; }

/* line 318, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
.close {
  width: 45px;
  height: 45px;
  margin: 0 5px;
  background: white url("../img/close-icon.svg") 50% 50% no-repeat;
  background-size: 15px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 203; }

/* line 331, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
.add-to-shopping-icon {
  width: 23px;
  height: 21px;
  background: url("../img/basket-icon-gray.svg") 50% 50% no-repeat;
  background-size: contain; }

/* line 338, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
.amway-icon {
  font-family: 'amway_symbols';
  font-weight: 400 !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2em;
  line-height: .9; }
  /* line 346, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  .amway-icon.all_skin:before {
    content: '\2558'; }
  /* line 350, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  .amway-icon.sensitive_skin:before {
    content: '\2560'; }
  /* line 354, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  .amway-icon.combination-to-oily_skin:before {
    content: '\2555'; }
  /* line 358, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  .amway-icon.normal-to-dry_skin:before {
    content: '\2559'; }
  /* line 362, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  .amway-icon.allergy_tested:before {
    content: '\255b'; }
  /* line 366, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  .amway-icon.ophthalmology_tested:before {
    content: '\255f'; }
  /* line 370, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  .amway-icon.daily_usage:before {
    content: '\2554'; }
  /* line 374, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  .amway-icon.nightly_usage:before {
    content: '\255a'; }
  /* line 378, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  .amway-icon.square_dispenser:before {
    content: '\2555'; }
  /* line 382, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  .amway-icon.rectangle_dispenser:before {
    content: '\2556'; }
  /* line 386, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  .amway-icon.plastic_squeeze:before {
    content: '\2554'; }
  /* line 390, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  .amway-icon.pistol_grip:before {
    content: '\2557'; }
  /* line 394, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  .amway-icon.pour_cap:before {
    content: '\2558'; }
  /* line 398, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  .amway-icon.dispenser_ball:before {
    content: '\2559'; }
  /* line 402, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  .amway-icon.star_espring:before {
    content: '\2553'; }
  /* line 406, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  .amway-icon.one_drops:before {
    content: '\255c'; }
  /* line 410, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  .amway-icon.two_drops:before {
    content: '\255d'; }
  /* line 414, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  .amway-icon.three_drops:before {
    content: '\255e'; }

/* line 421, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
.cover-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

/* line 429, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
.cover-video {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  overflow: hidden;
  position: relative; }
  /* line 435, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  .cover-video video {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

/* Overthrow CSS:
   Enable overflow: auto on elements with overthrow class when html element has overthrow class too */
/* line 447, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
.overthrow-enabled .overthrow {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* line 452, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
.unresponsive {
  pointer-events: none; }

/* line 456, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
.slick-arrow.slick-disabled {
  pointer-events: none; }

/* line 460, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
.inline-block {
  display: inline-block; }

/* line 464, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
.underlined {
  text-decoration: underline; }

/* line 468, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
.nobr {
  white-space: nowrap; }

/* line 472, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
.backgrounded {
  z-index: -1 !important; }

/* line 476, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
.semitransparent-svg-overlay {
  fill: #00275a;
  opacity: .75; }

/* line 481, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
.selection-frame {
  position: absolute;
  width: 2px;
  height: 2px;
  border: solid 1px red;
  pointer-events: none;
  z-index: 999; }
  /* line 489, E:/Szymon.Szweda/PRACE/__AMWAY/manual-2018-sept/app/css/app.scss */
  .selection-frame:after {
    content: '';
    border: solid 1px white;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

/*# sourceMappingURL=app.css.map */