body:not(.page-node-type-adv-component-page, .page-node-type-adv-component-product, .page-node-type-adv-component-products-page) {
  line-height: initial;
}
/**
 * @file
 * Visual styles for pager.
 * originally from /themes/contrib/classy/css/components/pager.css
 */
.pager__items {
  clear: both;
  text-align: center;
}
.pager__item {
  display: inline;
  padding: 0.5em;
}
.pager__item.is-active {
  font-weight: bold;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/** reset **/
html,
body,
ol,
ul,
li,
p,
fieldset,
h1,
h2,
h3,
h4,
label {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: underline;
}
* {
  box-sizing: border-box;
}
.float--left {
  float: left;
}
.float--right {
  float: right;
}
.float--none {
  float: none;
}
/** global classes **/
@media (min-width: 768px) {
  .two--columns::after {
    content: '';
    height: 1px;
    display: table;
    width: 100%;
    clear: both;
  }
  .two--columns > article,
  .two--columns > .column {
    float: left;
    margin-right: 40px;
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
  .two--columns > article:nth-child(2n + 1),
  .two--columns > .column:nth-child(2n + 1) {
    clear: left;
  }
  .two--columns > article:nth-child(2n),
  .two--columns > .column:nth-child(2n) {
    margin-right: 0;
  }
  .two--columns > article:nth-last-child(2),
  .two--columns > .column:nth-last-child(2),
  .two--columns > article:nth-last-child(1),
  .two--columns > .column:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .two--columns > article,
  .two--columns > .column {
    margin-bottom: 20px;
  }
  .two--columns > article:last-child,
  .two--columns > .column:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .three--columns::after {
    content: '';
    height: 1px;
    display: table;
    width: 100%;
    clear: both;
  }
  .three--columns > article,
  .three--columns > .column {
    float: left;
    margin-right: 40px;
    width: calc(33.3% - 26.66px);
    margin-bottom: 40px;
  }
  .three--columns > article:nth-child(3n),
  .three--columns > .column:nth-child(3n) {
    margin-right: 0;
  }
  .three--columns > article:nth-child(3n + 1),
  .three--columns > .column:nth-child(3n + 1) {
    clear: left;
  }
  .three--columns > article:nth-last-child(3),
  .three--columns > .column:nth-last-child(3),
  .three--columns > article:nth-last-child(2),
  .three--columns > .column:nth-last-child(2),
  .three--columns > article:nth-last-child(1),
  .three--columns > .column:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .three--columns > article,
  .three--columns > .column {
    margin-bottom: 20px;
  }
  .three--columns > article:nth-last-child(1),
  .three--columns > .column:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .four--columns::after {
    content: '';
    height: 1px;
    display: table;
    width: 100%;
    clear: both;
  }
  .four--columns > article,
  .four--columns > .column {
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    width: calc(25% - 30px);
  }
  .four--columns > article:nth-child(4n + 1),
  .four--columns > .column:nth-child(4n + 1) {
    clear: left;
  }
  .four--columns > article:nth-child(4n),
  .four--columns > .column:nth-child(4n) {
    margin-right: 0;
  }
  .four--columns > article:nth-last-child(4),
  .four--columns > .column:nth-last-child(4),
  .four--columns > article:nth-last-child(3),
  .four--columns > .column:nth-last-child(3),
  .four--columns > article:nth-last-child(2),
  .four--columns > .column:nth-last-child(2),
  .four--columns > article:nth-last-child(1),
  .four--columns > .column:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .four--columns::after {
    content: '';
    height: 1px;
    display: table;
    width: 100%;
    clear: both;
  }
  .four--columns > article,
  .four--columns > .column {
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    width: calc(50% - 20px);
  }
  .four--columns > article:nth-child(2n),
  .four--columns > .column:nth-child(2n) {
    margin-right: 0;
  }
  .four--columns > article:nth-last-child(2),
  .four--columns > .column:nth-last-child(2),
  .four--columns > article:nth-last-child(1),
  .four--columns > .column:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .four--columns > article,
  .four--columns > .column {
    margin-bottom: 20px;
  }
  .four--columns > article:nth-last-child(1),
  .four--columns > .column:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.image--block {
  display: block;
  width: 100%;
  height: auto;
}
.text--center {
  text-align: center;
}
@media (max-width: 767px) {
  .text--center-mobile {
    text-align: center;
  }
}
.text--left {
  text-align: left;
}
@media (max-width: 767px) {
  .text--left-mobile {
    text-align: left;
  }
}
.text--right {
  text-align: right;
}
@media (max-width: 767px) {
  .text--right-mobile {
    text-align: right;
  }
}
.image--round {
  border-radius: 50%;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.image--round {
  border-radius: 50%;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.width-mobile--100 {
  width: 100%;
}
.flex {
  display: flex;
}
.flex--justify-content-space-between {
  justify-content: space-between;
}
.flex--justify-content-center {
  justify-content: center;
}
@media (max-width: 767px) {
  .flex--justify-content-center-mobile {
    justify-content: center;
  }
}
.flex--direction-column {
  flex-direction: column;
  width: 100%;
}
.flex--align-items-flex-start {
  align-items: flex-start;
}
.flex--align-items-flex-end {
  align-items: flex-end;
}
.flex--align-items-center {
  align-items: center;
}
.flex--align-items-stretch {
  align-items: stretch;
}
.flex--only-desktop {
  display: flex;
}
@media (max-width: 767px) {
  .flex--only-desktop {
    display: block;
  }
}
.flex--only-mobile {
  display: block;
}
@media (max-width: 767px) {
  .flex--only-mobile {
    display: flex;
  }
}
.flex--wrap {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .flex--wrap-mobile {
    flex-wrap: wrap;
  }
}
.flex--basis-100 {
  flex-basis: 100%;
}
.flex--basis-100-minus-200 {
  flex-basis: calc(100% - 200px);
}
@media (max-width: 767px) {
  .flex--basis-100-minus-200 {
    flex-basis: 100%;
  }
}
.flex--basis-40 {
  flex-basis: 40%;
}
@media (max-width: 767px) {
  .flex--basis-40 {
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .flex--mobile-order-1 {
    order: 1;
  }
  .flex--mobile-order-2 {
    order: 2;
  }
  .flex--mobile-order-3 {
    order: 3;
  }
  .flex--mobile-order-4 {
    order: 4;
  }
  .flex--mobile-order-5 {
    order: 5;
  }
  .flex--mobile-order-6 {
    order: 6;
  }
}
.position--relative {
  position: relative;
}
.position--absolute {
  position: absolute;
}
.position--bottom-0 {
  bottom: 0;
}
.padding-60-50 {
  padding: 60px 50px;
}
.padding-100 {
  padding: 100px;
}
.padding-15 {
  padding: 15px;
}
@media (max-width: 767px) {
  .padding--mobile-40-20 {
    padding: 40px 20px;
  }
  .padding--mobile-40 {
    padding: 40px;
  }
}
.margin-bottom--0 {
  margin-bottom: 0;
}
.margin-bottom--25 {
  margin-bottom: 25px;
}
.margin-bottom--30 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .margin-bottom-mobile--25 {
    margin-bottom: 25px;
  }
}
.margin-top--20 {
  margin-top: 20px;
}
.margin-right--36 {
  margin-right: 36px;
}
.margin-left--36 {
  margin-left: 36px;
}
/** fonts **/
@font-face {
  font-family: 'VAGRoundedStd-Thin';
  src: url('/themes/custom/myrenal_components/webfonts/VAGRoundedStd-Thin.woff2') format('woff2'), url('/themes/custom/myrenal_components/webfonts/VAGRoundedStd-Thin.woff') format('woff');
}
@font-face {
  font-family: 'VAGRounded-from-trashhand';
  font-weight: 100 499;
  font-style: normal;
  src: url('/themes/custom/myrenal_components/webfonts/VAGRoundedStd-Thin.woff2') format('woff2'), url('/themes/custom/myrenal_components/webfonts/VAGRoundedStd-Thin.woff') format('woff');
}
@font-face {
  font-family: 'VAGRounded-from-trashhand';
  font-weight: 500 900;
  font-style: normal;
  src: url('/themes/custom/myrenal_components/webfonts/VAGRoundedStd-Bold.woff2') format('woff2'), url('/themes/custom/myrenal_components/webfonts/VAGRoundedStd-Bold.woff') format('woff');
}
.container {
  max-width: 900px;
  margin: 0 auto;
}
* {
  font-family: 'VAGRoundedStd-Thin', 'sans-serif';
}
* strong {
  font-weight: 700;
}
p {
  font-family: 'VAGRoundedStd-Thin', 'sans-serif';
  font-size: 16px;
  line-height: 1.3em;
}
p strong {
  font-weight: 700;
}
@media (min-width: 992px) {
  p {
    font-size: 20px;
    line-height: 1.3em;
  }
}
#content-wrapper {
  padding-top: 70px;
}
main {
  padding-top: 70px;
}
a.link-more {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 45px;
  font-size: 18px;
  line-height: 1.3em;
  line-height: 34px;
  min-height: 34px;
  color: #bb5c03;
}
a.link-more::before {
  content: '';
  background: url(@{path}/img/icons/icon-discover-more.svg) center center no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0;
}
a.link-back {
  position: relative;
  color: #bb5c03;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 45px;
  font-size: 18px;
  line-height: 1.3em;
  line-height: 34px;
  min-height: 34px;
}
a.link-back::before {
  content: '';
  background: url(@{path}/img/icons/icon-back.png) center center no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0;
}
ul.fancy-list li {
  margin: 0 0 40px 0;
  padding: 0 0 0 30px;
  list-style-image: none;
  list-style: none;
  color: #bb5c03;
  position: relative;
  font-weight: bold;
  font-size: 20px;
}
ul.fancy-list li:before {
  content: '';
  background: url(@{path}/img/icons/bullet.png) center center no-repeat;
  display: inline-block;
  width: 22px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
}
ul.fancy-list li span.description {
  display: block;
  color: #00816D;
  font-weight: 500;
}
ul.fancy-list li span.description a {
  display: block;
}
.paragraph--scheme-white {
  background-color: #ffffff;
}
.pre-footer {
  background-color: #bb5c03;
}
.pre-footer--nav {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 45px 0;
}
@media (min-width: 768px) {
  .pre-footer--nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.pre-footer--nav li {
  display: inline-block;
}
@media (min-width: 768px) {
  .pre-footer--nav li {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .pre-footer--nav li {
    display: block;
  }
}
.pre-footer--nav li a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.3em;
  display: inline-block;
  width: auto;
}
.pre-footer--nav li a:hover {
  text-decoration: underline;
}
.footer {
  background-color: #00816D;
}
.footer ul,
.footer--nav {
  padding: 50px 0;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .footer ul,
  .footer--nav {
    display: flex;
    text-align: left;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .footer ul li,
  .footer--nav li {
    border-right: 1px solid #ffffff;
  }
}
.footer ul li a,
.footer--nav li a,
.footer ul li strong,
.footer--nav li strong {
  font-weight: normal;
  color: #ffffff;
  padding: 0 15px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.3em;
}
.footer ul li a:hover,
.footer--nav li a:hover,
.footer ul li strong:hover,
.footer--nav li strong:hover {
  color: #bb5c03;
}
.footer ul li:last-of-type,
.footer--nav li:last-of-type {
  border-right: none;
}
.footer-logo {
  text-align: center;
  padding: 0 0 40px;
}
.footer-logo img {
  width: 226px;
}
@media (min-width: 768px) {
  .footer-logo img {
    width: 304px;
  }
}
.footer .optanon-toggle-display {
  cursor: pointer;
  padding-inline-end: 50px;
}
.footer .optanon-toggle-display:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 50px;
  aspect-ratio: 187 / 90;
  margin-inline-start: 5px;
  transform: translateY(-2px);
  background-image: url("/themes/custom/myrenal_components/css/original/img/footer-privacy_link.svg");
  background-size: contain;
}
@media (max-width: 767px) {
  .footer .optanon-toggle-display {
    margin-top: 5px;
  }
}
.block-brand {
  text-align: center;
  background-color: #fcfcfc;
  padding: 50px 20px;
}
.block-brand--text {
  font-size: 16px;
  line-height: 1.3em;
  color: #707070;
}
.block-brand--slogan {
  font-size: 16px;
  line-height: 1.3em;
  color: #050505;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.block-brand--company {
  color: #00a2c9;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.block-two-columns {
  padding: 0 20px;
}
.block-two-columns--inner {
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .block-two-columns--inner {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .block-two-columns--left,
  .block-two-columns--right {
    width: 50%;
  }
}
.block-three-columns {
  padding: 0 20px;
}
.block-three-columns--inner {
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .block-three-columns--inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .block-three-columns--left,
  .block-three-columns--right,
  .block-three-columns--center {
    width: calc(33.333% - 10px);
  }
}
.nav {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 5;
}
.nav__container {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  height: 70px;
  align-items: center;
}
@media (max-width: 1380px) {
  .nav__container {
    position: relative;
    z-index: 2;
    justify-content: space-between;
  }
  .nav__container:after {
    content: '';
    position: absolute;
    z-index: 0;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.nav__logo {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
.nav__logo__link {
  display: flex;
}
.nav__logo__link img {
  width: 100px;
}
.nav__home {
  position: relative;
  z-index: 1;
  margin-left: 10px;
}
.nav__home a {
  color: #bb5c03;
  font-size: 1.5em;
}
@media (max-width: 1023px) {
  .nav__home {
    margin-left: auto;
  }
  .nav__home a {
    color: #00816D;
  }
}
.nav__hamburger {
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 45px;
  height: 22px;
  margin-left: 10px;
  margin-right: 20px;
}
@media (min-width: 1380px) {
  .nav__hamburger {
    display: none;
  }
}
.nav__hamburger--icon {
  position: absolute;
  display: block;
  background: #707070;
  border: 1px solid #707070;
  width: 43px;
  height: 4px;
  border-radius: 10px;
}
.nav__hamburger--icon:nth-of-type(1) {
  top: 0;
  left: 0;
}
.nav__hamburger--icon:nth-of-type(2) {
  top: 8px;
  left: 0;
}
.nav__hamburger--icon:nth-of-type(3) {
  top: 16px;
  left: 0;
}
.nav__list {
  display: none;
}
.nav__list_children .arrow {
  content: "";
  background: url("/themes/custom/myrenal_components/css/original/img/icons/menu-arrow.png") center no-repeat;
  display: inline-block;
  margin-left: 15px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .nav__list_children .arrow {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media (min-width: 1380px) {
  .nav__list {
    display: flex;
    margin-left: 10px;
    justify-content: space-around;
    width: 100%;
  }
}
@media (max-width: 1380px) {
  .nav__list:not(.nav__list_sub) {
    border-bottom: 5px solid #444444;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 70px;
  }
}
@media (min-width: 1380px) {
  .nav__item:hover .nav__list_sub {
    display: block !important;
    margin-left: 0;
  }
}
.nav__item .is-active .nav__link,
.nav__item--active .nav__link {
  font-weight: 900;
}
@media (min-width: 1380px) {
  .nav__item .is-active .nav__link,
  .nav__item--active .nav__link {
    font-weight: 500;
    color: #bb5c03;
  }
}
@media (min-width: 1380px) {
  .nav__item--expanded:hover {
    color: #bb5c03;
  }
  .nav__item--expanded:hover .arrow {
    transform: rotate(-180deg) translateY(50%);
    transform-origin: center;
  }
}
@media screen and (max-width: 1380px) {
  .nav__item--open {
    display: flex;
    flex-direction: column-reverse;
  }
  .nav__item--open .arrow {
    transform: rotate(0deg) translateY(-50%);
    transform-origin: center;
  }
  .nav__item--open .nav__list_sub {
    display: block;
  }
}
@media (max-width: 1380px) {
  .nav__item {
    background-color: #00816D;
    color: #ffffff;
    position: relative;
  }
  .nav__item--submenu_control {
    position: absolute;
    right: 0;
    top: 0%;
    height: 62px;
    aspect-ratio: 1;
    z-index: 1000;
    cursor: pointer;
  }
  .nav__item--submenu_control::before,
  .nav__item--submenu_control::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 35%;
    width: 30%;
    height: 3px;
    background-color: #ffffff;
    transition: transform 0.3s ease;
    transform-origin: center;
  }
  .nav__item--submenu_control::before {
    transform: translateY(-50%);
  }
  .nav__item--submenu_control::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .nav__item--submenu_control + .nav__link {
    padding-left: 60px;
    padding-right: 60px;
  }
  .nav__item.open .nav__item--submenu_control::after {
    transform: translateY(-50%) rotate(0deg);
  }
  .nav__item.open > .nav__list_sub {
    display: block !important;
  }
}
.nav__item--level-1.nav__item--has-children:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 2px;
  background-color: #00816D;
  mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBzdHlsZT0iZmlsbDojMDA4OWZmIiBkPSJNNTA1IDEyM2MtOS05LTI0LTktMzMgMEwyNTYgMzM5IDQwIDEyM2EyMyAyMyAwIDEgMC0zMyAzM2wyMzMgMjMzYTIzIDIzIDAgMCAwIDMyIDBsMjMzLTIzM2M5LTkgOS0yNCAwLTMzeiIvPjwvc3ZnPg==');
  -webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBzdHlsZT0iZmlsbDojMDA4OWZmIiBkPSJNNTA1IDEyM2MtOS05LTI0LTktMzMgMEwyNTYgMzM5IDQwIDEyM2EyMyAyMyAwIDEgMC0zMyAzM2wyMzMgMjMzYTIzIDIzIDAgMCAwIDMyIDBsMjMzLTIzM2M5LTkgOS0yNCAwLTMzeiIvPjwvc3ZnPg==');
  mask-repeat: no-repeat;
  mask-size: contain;
}
.nav__item--level-1:has(.is-active):after {
  background-color: #bb5c03;
}
#nav-toggler {
  display: none;
}
#nav-toggler:checked ~ .nav__list {
  display: block;
  z-index: -1;
}
@media (min-width: 1380px) {
  #nav-toggler:checked ~ .nav__list {
    display: flex;
    margin-left: 10px;
    justify-content: space-around;
    width: 100%;
  }
}
.nav__link {
  color: #00816D;
  font-size: 17px;
  line-height: 1.3em;
  transition: color 0.3s;
  position: relative;
  padding: 1rem 0;
  text-transform: uppercase;
}
.nav__link:hover {
  text-decoration: none;
}
@media (min-width: 1380px) {
  .nav__link:hover {
    color: #bb5c03;
  }
  .nav__link:hover .arrow {
    transform: rotate(-180deg) translateY(50%);
    transform-origin: center;
  }
}
@media (max-width: 1380px) {
  .nav__link {
    color: #ffffff;
    display: block;
    padding: 20px 15px;
  }
}
.nav__list_sub {
  display: none !important;
}
@media (min-width: 1380px) {
  .nav__list_sub {
    position: absolute;
    padding: 25px 0 5px !important;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 0 0 20px 20px;
    width: max-content;
  }
}
@media (min-width: 1380px) {
  .nav__list_sub .nav__item:not(:last-child) .nav__link span.underline {
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
    background-color: #000000;
  }
}
@media (max-width: 1380px) {
  .nav__list_sub .nav__item {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.nav__list_sub .nav__item .nav__link {
  position: relative;
  padding: 10px 20px;
  display: block;
}
@media (min-width: 1380px) {
  .nav__list_sub .nav__item .nav__link {
    color: #00816D;
  }
  .nav__list_sub .nav__item .nav__link:hover {
    color: #bb5c03;
  }
}
/**
 * ----------------------------------------
 * animation scale-in-ver-top
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
/**
* ----------------------------------------
* animation scale-out-ver-top
* ----------------------------------------
*/
@-webkit-keyframes scale-out-ver-top {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes scale-out-ver-top {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  99% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.block-explore__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}
.block-explore__items {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .block-explore__items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.block-explore__item {
  height: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.block-explore__label {
  text-align: center;
  color: #df1e72;
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 1.3em;
}
.block-explore__label .h2 {
  color: #df1e72;
  font-size: 34px;
  line-height: 1.3em;
  font-weight: 300;
}
.block-explore__underline {
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.3em;
}
.link__kidney {
  color: #00816D;
  font-size: 19px;
  line-height: 1.3em;
  text-align: center;
  font-family: 'VAGRounded-from-trashhand', 'sans-serif';
  display: block;
  margin-top: 15px;
  flex-basis: 100%;
}
.badge {
  background-image: url(@{path}/img/badge-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.badge__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 145px;
}
.badge__text {
  color: #ffffff;
  line-height: 1em;
  padding: 8px;
  text-align: center;
}
.badge__label {
  font-size: 26px;
  line-height: 1.3em;
  font-family: 'VAGRounded-from-trashhand', 'sans-serif';
}
.badge__description {
  font-size: 13px;
  line-height: 1.3em;
  font-family: 'VAGRoundedStd-Thin', 'sans-serif';
}
.badge__description strong {
  font-weight: 700;
}
.badge.badge--regular .badge__text {
  font-family: 'VAGRoundedStd-Thin', 'sans-serif';
}
.badge.badge--regular .badge__text strong {
  font-weight: 700;
}
.badge.badge--download {
  padding: 75px 30px 20px;
}
.badge.badge--green {
  background-image: url(@{path}/img/badge-green.svg);
}
.badge.badge--green.badge--download {
  background-image: url(@{path}/img/badge-green-download.svg);
}
.badge.badge--pink {
  background-image: url(@{path}/img/badge-pink.svg);
  background-size: contain;
}
.badge.badge--pink.badge--download {
  background-image: url(@{path}/img/badge-pink-download.svg);
}
.badge.badge--orange {
  background-image: url(@{path}/img/badge-orange.svg);
  background-size: contain;
}
.badge.badge--orange.badge--download {
  background-image: url(@{path}/img/badge-orange-download.svg);
}
.badge.badge--yellow {
  background-image: url(@{path}/img/badge-yellow.svg);
  background-size: contain;
}
.badge.badge--yellow.badge--download {
  background-image: url(@{path}/img/badge-yellow-download.svg);
}
@media (max-width: 767px) {
  .badge.badge--small {
    width: 100px;
    height: 100px;
  }
}
.badge.badge--bigger {
  width: 125px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .badge.badge--bigger .badge__label {
    font-size: 18px;
    line-height: 1.3em;
  }
  .badge.badge--bigger .badge__description {
    font-size: 11px;
    line-height: 1.3em;
  }
}
@media (min-width: 768px) {
  .badge.badge--bigger {
    width: 210px;
    height: 210px;
  }
}
.badge.badge--big {
  width: 290px;
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-infoblock__inner {
  margin: 0 auto;
  padding: 50px 0 0;
}
@media (min-width: 768px) {
  .block-infoblock__inner {
    max-width: 650px;
  }
}
@media (min-width: 992px) {
  .block-infoblock__inner {
    max-width: 900px;
    padding: 50px 20px 0;
  }
}
.block-infoblock__label {
  font-family: 'VAGRounded-from-trashhand', 'sans-serif';
  margin-bottom: 20px;
  padding: 0 15px;
}
.block-infoblock__label .h1 {
  font-family: 'VAGRoundedStd-Thin', 'sans-serif' !important;
  font-size: 40px !important;
  line-height: 1.3em !important;
  font-weight: 300 !important;
}
.block-infoblock__label .h1 strong {
  font-weight: 700 !important;
}
.block-infoblock__label .h2 {
  font-family: 'VAGRoundedStd-Thin', 'sans-serif';
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 0;
}
.block-infoblock__label .h2 strong {
  font-weight: 700;
}
@media (min-width: 992px) {
  .block-infoblock__label {
    max-width: 50%;
  }
  .block-infoblock__label .h2 {
    font-size: 54px;
    line-height: 1.3em;
  }
}
.block-infoblock__items {
  position: relative;
}
@media (max-width: 767px) {
  .block-infoblock__items {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .block-infoblock__item-inner {
    display: flex;
  }
}
.block-infoblock__info {
  margin-bottom: 20px;
  padding: 0 15px;
}
.block-infoblock__info p {
  font-size: 16px;
  line-height: 1.3em;
  line-height: 1.45em;
}
@media (min-width: 992px) {
  .block-infoblock__info {
    width: 50%;
    margin-bottom: 50px;
  }
  .block-infoblock__info p {
    font-size: 19px;
    line-height: 1.3em;
  }
}
.block-infoblock__items--carousel.slick-dotted.slick-slider {
  margin-bottom: 40px;
}
.block-infoblock__image {
  padding: 0 15px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.block-infoblock__image img {
  margin: 0 auto;
  z-index: 2;
  position: relative;
  width: 70%;
}
.block-infoblock__image .badge {
  position: absolute;
  z-index: 1;
  top: -10%;
  left: 0;
}
@media (max-width: 767px) {
  .block-infoblock__image .badge {
    top: -15px;
    left: 15%;
    right: auto;
    z-index: 3;
  }
}
@media (min-width: 992px) {
  .block-infoblock__image {
    width: 50%;
    text-align: left;
  }
}
.block-infoblock--pink {
  background-color: #df1e72;
}
.block-infoblock--pink .block-infoblock__label,
.block-infoblock--pink .block-infoblock__info,
.block-infoblock--pink .block-infoblock__info p {
  color: #ffffff;
}
.block-infoblock--pearl {
  background-color: #FCF8DD;
}
.block-infoblock--pearl .block-infoblock__label,
.block-infoblock--pearl .block-infoblock__info,
.block-infoblock--pearl .block-infoblock__info p {
  color: #bb5c03;
}
.block-infoblock--lime {
  background-color: #AEC90B;
}
.block-infoblock--lime .block-infoblock__label,
.block-infoblock--lime .block-infoblock__info,
.block-infoblock--lime .block-infoblock__info p {
  color: #ffffff;
}
.block-infoblock--sand {
  background-color: #F5E895;
}
.block-infoblock--sand .block-infoblock__label,
.block-infoblock--sand .block-infoblock__info,
.block-infoblock--sand .block-infoblock__info p {
  color: #bb5c03;
}
.block-infoblock--orange {
  background-color: #bb5c03;
}
.block-infoblock--orange .block-infoblock__label,
.block-infoblock--orange .block-infoblock__info,
.block-infoblock--orange .block-infoblock__info p {
  color: #ffffff;
}
.block-infoblock--light-blue {
  background-color: #8DC7EA;
}
.block-infoblock--light-blue .block-infoblock__label,
.block-infoblock--light-blue .block-infoblock__info,
.block-infoblock--light-blue .block-infoblock__info p {
  color: #ffffff;
}
.block-infoblock--white {
  background-color: #ffffff;
}
.block-infoblock--white .block-infoblock__label,
.block-infoblock--white .block-infoblock__info,
.block-infoblock--white .block-infoblock__info p {
  color: #bb5c03;
}
.block-infoblock--green {
  background-color: #00816D;
}
.block-infoblock--green .block-infoblock__label,
.block-infoblock--green .block-infoblock__info,
.block-infoblock--green .block-infoblock__info p {
  color: #ffffff;
}
.block-infoblock .slick-left,
.block-infoblock .slick-right {
  position: absolute;
  top: 30%;
  left: -40px;
  text-align: right;
  cursor: pointer;
}
@media (max-width: 767px) {
  .block-infoblock .slick-left,
  .block-infoblock .slick-right {
    display: none;
  }
}
.block-infoblock .slick-left i,
.block-infoblock .slick-right i {
  color: #00816D;
  display: block;
  font-size: 3em;
}
.block-infoblock .slick-left span,
.block-infoblock .slick-right span {
  display: block;
  color: #00816D;
}
.block-infoblock .slick-right {
  left: auto;
  right: -40px;
  text-align: left;
}
.block-infoblock .slick-dots {
  margin-top: 15px;
  bottom: -35px;
}
.block-infoblock .slick-dots li button:before {
  background-color: #000000;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}
.block-infoblock .slick-dots.slick-active button:before {
  background-color: #000000;
}
.block-infoblock--summary .block-infoblock__info {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .block-infoblock--summary .block-infoblock__info {
    margin-bottom: 0;
  }
}
.block-infoblock--summary .block-infoblock__image .badge {
  right: 50px;
  left: auto;
  top: 0;
  z-index: 4;
}
@media (max-width: 767px) {
  .block-infoblock--summary .block-infoblock__image .badge .badge__inner {
    width: 100px;
    height: 100px;
  }
  .block-infoblock--summary .block-infoblock__image .badge .badge__label {
    font-size: 18px;
    line-height: 1.3em;
  }
  .block-infoblock--summary .block-infoblock__image .badge .badge__label a {
    font-size: inherit;
  }
}
@media (min-width: 992px) {
  .block-infoblock--summary .block-infoblock__image .badge {
    top: -70px;
  }
}
@media (min-width: 992px) {
  .block-infoblock--summary .block-infoblock__image .splash .splash__inner {
    top: -100px;
  }
}
.block-infoblock--summary .block-infoblock__image .splash + img {
  margin-top: -120px;
}
@media (min-width: 992px) {
  .block-infoblock--summary .block-infoblock__image .splash + img {
    margin-top: -200px;
  }
}
.splash__inner {
  background-image: url(@{path}/img/splash.svg);
  background-size: contain;
  margin-right: 0;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .splash__inner {
    width: 370px;
    height: 370px;
  }
}
.splash__label {
  color: #df1e72;
  font-family: 'VAGRounded-from-trashhand', 'sans-serif';
  font-size: 25px;
  line-height: 1.3em;
  max-width: 75px;
  text-align: center;
  position: relative;
  right: 25px;
  line-height: 1em;
}
.splash__label a {
  color: inherit;
}
.block-video__inner {
  padding: 70px 0;
}
.block-video__wrapper {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1199px) {
  .block-video__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    width: 90%;
  }
}
.block-video__wrapper iframe {
  border: 0;
  width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .block-video__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.block-video--green {
  background-color: #00816D;
}
.video--wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video--wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.block-game__inner {
  padding: 30px 0;
}
.block-game #food-smash-game-area {
  width: 90%;
  margin: 0 auto;
  outline: 1px solid red;
}
@media (min-width: 768px) {
  .block-game #food-smash-game-area {
    width: 56%;
  }
}
.block-game--green {
  background-color: #00816D;
}
.block-game .note {
  margin-bottom: 30px;
}
.block-game .note__inner {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .block-game .note__inner {
    max-width: 56%;
  }
}
.block-game .note__inner P {
  color: #ffffff;
}
.block-announcement {
  padding-bottom: 30px;
}
.block-announcement__inner {
  margin: 0 auto;
  max-width: 900px;
}
.block-announcement--green {
  background-color: #00816D;
}
.block-announcement--smash-game .block-announcement__description {
  color: #F6E236;
  font-size: 34px;
  line-height: 1.3em;
  margin: auto 20px;
}
.block-announcement--smash-game .block-announcement__inner {
  text-align: center;
}
@media (min-width: 530px) {
  .block-announcement--smash-game .block-announcement__inner {
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .block-announcement--smash-game .block-announcement__inner {
    max-width: 56%;
  }
}
.note__inner {
  max-width: 900px;
  margin: 0 auto;
}
.webform-submission-form {
  padding: 50px 20px;
}
.webform-submission-form .section__content {
  padding: 20px;
}
.webform-submission-form .section__content a {
  color: #bb5c03;
}
.webform-submission-form .section__content .webform-type-fieldset {
  padding: 20px;
  border-color: #00816D;
}
.webform-submission-form .section__content .webform-type-fieldset legend {
  font-size: 20px;
}
.webform-submission-form .section__content .webform-button--submit {
  border: 1px solid #bb5c03;
  background-color: #ffffff;
  color: #bb5c03;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  transition: 0.3s ease;
}
.webform-submission-form .section__content .webform-button--submit:hover,
.webform-submission-form .section__content .webform-button--submit:focus {
  background-color: #bb5c03;
  color: #ffffff;
}
.webform-submission-form .section__content .form-item label {
  display: block;
  cursor: pointer;
}
.webform-submission-form .section__content .form-item input,
.webform-submission-form .section__content .form-item textarea,
.webform-submission-form .section__content .form-item select {
  display: block;
}
.webform-submission-form .section__content .form-item input,
.webform-submission-form .section__content .form-item textarea,
.webform-submission-form .section__content .form-item select {
  width: 100%;
  max-width: 50%;
}
.webform-submission-form .section__content .form-type-checkbox,
.webform-submission-form .section__content .form-type-radio {
  display: flex;
  align-items: center;
}
.webform-submission-form .section__content .form-type-checkbox label,
.webform-submission-form .section__content .form-type-radio label {
  margin-left: 5px;
}
.webform-submission-form .section__content .form-type-checkbox .form-checkbox,
.webform-submission-form .section__content .form-type-radio .form-checkbox,
.webform-submission-form .section__content .form-type-checkbox .form-radio,
.webform-submission-form .section__content .form-type-radio .form-radio {
  cursor: pointer;
  width: 20px;
  height: 20px;
  max-width: 100%;
}
.protected-pages-enter-password {
  max-width: 800px;
  margin: 0px auto;
  text-align: center;
  padding: 40px 5px;
}
.protected-pages-enter-password #edit-protected-page-enter-password {
  padding: 20px 0px;
}
.protected-pages-enter-password #edit-submit {
  border-color: #00816D;
  color: #00816D;
  border: 5px solid;
  padding: 0 2rem;
  background-color: var(--pt-white);
  font-size: 2rem;
  transition: transform 0.3s ease;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  border-radius: 50px;
  margin-top: 20px;
}
.protected-pages-enter-password #edit-submit:hover {
  outline: 0;
  transform: scale(1.1);
  text-decoration: underline;
}
.protected_pages_description {
  padding: 15px 30px;
}
.paragraph--slide-more-per-page {
  padding-bottom: 50px;
}
.paragraph--slide-more-per-page__inner {
  margin: 0 auto;
  max-width: 900px;
}
.paragraph--slide-more-per-page__carousel {
  position: relative;
}
.paragraph--slide-more-per-page .slide:hover,
.paragraph--slide-more-per-page .slide:focus {
  outline: none;
}
.paragraph--slide-more-per-page .slick-left,
.paragraph--slide-more-per-page .slick-right {
  position: absolute;
  top: 30%;
  left: -40px;
  text-align: right;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .paragraph--slide-more-per-page .slick-left,
  .paragraph--slide-more-per-page .slick-right {
    left: 0;
  }
}
@media (max-width: 767px) {
  .paragraph--slide-more-per-page .slick-left,
  .paragraph--slide-more-per-page .slick-right {
    display: none;
  }
}
.paragraph--slide-more-per-page .slick-left i,
.paragraph--slide-more-per-page .slick-right i {
  color: #00816D;
  display: block;
  font-size: 3em;
}
.paragraph--slide-more-per-page .slick-left span,
.paragraph--slide-more-per-page .slick-right span {
  display: block;
  color: #00816D;
}
.paragraph--slide-more-per-page .slick-right {
  left: auto;
  right: -40px;
  text-align: left;
}
@media (max-width: 1023px) {
  .paragraph--slide-more-per-page .slick-right {
    right: 0;
  }
}
.paragraph--slide-more-per-page .slick-dots {
  margin-top: 15px;
  bottom: -35px;
}
.paragraph--slide-more-per-page .slick-dots li button:before {
  background-color: #000000;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}
.paragraph--slide-more-per-page .slick-dots.slick-active button:before {
  background-color: #000000;
}
.paragraph--slide-more-per-page__item .slide--with-image__inner {
  width: 210px;
  height: 210px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  padding: 0 20px;
}
.paragraph--slide-more-per-page__item .slide--with-image__inner .text p {
  font-family: 'VAGRounded-from-trashhand', 'sans-serif';
  font-size: 20px;
  line-height: 1.3em;
}
.paragraph--slide-more-per-page__item .slide--with-image__inner .text p em {
  font-style: normal;
  font-size: 16px;
  line-height: 1.3em;
}
.slider--oral-diet-carousel .paragraph--slide-more-per-page__item .slide--with-image__inner {
  width: 290px;
  height: 290px;
  padding: 0 60px;
}
@media (max-width: 991px) {
  .slider--oral-diet-carousel .slick-left {
    left: 10px;
  }
  .slider--oral-diet-carousel .slick-right {
    right: 10px;
  }
}
@media (min-width: 992px) {
  .slider--methods-of-feeding .paragraph--slide-simple .slide__text {
    max-width: 490px;
  }
}
.slider--methods-of-feeding .paragraph--slide-simple .slide__text h3 {
  font-size: 24px;
  line-height: 1.3em;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .slider--methods-of-feeding .paragraph--slide-simple .slick-left {
    left: -10px;
  }
  .slider--methods-of-feeding .paragraph--slide-simple .slick-right {
    right: -10px;
  }
}
.slider--tips-carousel .paragraph--slide-more-per-page__item .slide--circle-with-image {
  position: relative;
}
.slider--tips-carousel .paragraph--slide-more-per-page__item .slide--circle-with-image__text {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 290px;
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
  text-align: center;
}
.slider--tips-carousel .paragraph--slide-more-per-page__item .slide--circle-with-image__text p {
  font-size: 14px;
  line-height: 1.3em;
}
.slider--tips-carousel .paragraph--slide-more-per-page__item .slide--circle-with-image__image {
  position: relative;
  max-width: 245px;
  margin: -50px auto 0 auto;
  min-height: 200px;
}
.slider--tips-carousel .slide--circle-with-image__text {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .slider--tips-carousel .slick-left {
    left: 10px;
  }
  .slider--tips-carousel .slick-right {
    right: 10px;
  }
}
.carousel-label .text__inner h2 {
  text-align: center;
  font-weight: 300;
  padding: 40px 20px;
  font-size: 25px;
  line-height: 1.3em;
}
@media (min-width: 768px) {
  .carousel-label .text__inner h2 {
    font-size: 30px;
    line-height: 1.3em;
  }
}
.paragraph--slide-simple {
  padding-bottom: 50px;
  position: relative;
}
.paragraph--slide-simple__inner {
  margin: 0 auto;
  max-width: 900px;
}
.paragraph--slide-simple__carousel {
  position: relative;
}
.paragraph--slide-simple .slick-left,
.paragraph--slide-simple .slick-right {
  position: absolute;
  top: 30%;
  left: -45px;
  text-align: right;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .paragraph--slide-simple .slick-left,
  .paragraph--slide-simple .slick-right {
    left: 0;
  }
}
@media (max-width: 767px) {
  .paragraph--slide-simple .slick-left,
  .paragraph--slide-simple .slick-right {
    display: none;
  }
}
.paragraph--slide-simple .slick-left i,
.paragraph--slide-simple .slick-right i {
  color: #00816D;
  display: block;
  font-size: 3em;
}
.paragraph--slide-simple .slick-left span,
.paragraph--slide-simple .slick-right span {
  display: block;
  color: #00816D;
}
.paragraph--slide-simple .slick-right {
  left: auto;
  right: -40px;
  text-align: left;
}
@media (max-width: 1023px) {
  .paragraph--slide-simple .slick-right {
    right: 0;
  }
}
.paragraph--slide-simple .slick-dots {
  margin-top: 15px;
  bottom: -35px;
}
.paragraph--slide-simple .slick-dots li button:before {
  background-color: #000000;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}
.paragraph--slide-simple .slick-dots.slick-active button:before {
  background-color: #000000;
}
.paragraph--slide-simple .slick-slide {
  outline: none;
}
.paragraph--slide-simple--homepage-slider .slick-left,
.paragraph--slide-simple--homepage-slider .slick-right {
  top: 50%;
  z-index: 1;
}
.paragraph--slide-simple--homepage-slider .slick-left {
  left: -40px;
}
.paragraph--slide-simple--homepage-slider .slick-right {
  right: -40px;
}
@media (max-width: 991px) {
  .paragraph--slide-simple--homepage-slider .slick-left {
    left: 10px;
  }
  .paragraph--slide-simple--homepage-slider .slick-right {
    right: 10px;
  }
}
.paragraph--slide-simple--type-of-tubes.section--container {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .paragraph--slide-simple--type-of-tubes.section--container .slick-left {
    left: -10px;
  }
  .paragraph--slide-simple--type-of-tubes.section--container .slick-right {
    right: -10px;
  }
}
.read-more-text {
  display: none;
}
.read-more-link {
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .section--container.bg--pink.paragraph--slide-simple--type-of-tubes .slide__text {
    width: 50%;
  }
  .section--container.bg--pink.paragraph--slide-simple--type-of-tubes img.slide__image {
    width: 20%;
  }
  .section--container.bg--pearl.slider--methods-of-feeding img.slide__image {
    width: 50%;
  }
  .section--infoblock.section--methods-of-feeding.bg--pearl .section__inner p {
    padding-bottom: 0px!important;
  }
  .section--infoblock.section--methods-of-feeding.bg--pearl .section__content,
  .section--container.section--types-of-tubes.bg--pink .section__content {
    padding-left: 15px;
  }
}
.section--container.bg--pink .paragraph--slide-simple .slick-left i,
.section--container.bg--pink .paragraph--slide-simple .slick-right i {
  color: #000;
}
.section--container.bg--pink .paragraph--slide-simple .slick-left span,
.section--container.bg--pink .paragraph--slide-simple .slick-right span {
  color: #000;
}
.section--container.bg--sand .paragraph--slide-simple .slick-left i,
.section--container.bg--sand .paragraph--slide-simple .slick-right i {
  color: #000;
}
.section--container.bg--sand .paragraph--slide-simple .slick-left span,
.section--container.bg--sand .paragraph--slide-simple .slick-right span {
  color: #000;
}
.section--container.bg--pearl .paragraph--slide-simple .slick-left i,
.section--container.bg--pearl .paragraph--slide-simple .slick-right i {
  color: #000;
}
.section--container.bg--pearl .paragraph--slide-simple .slick-left span,
.section--container.bg--pearl .paragraph--slide-simple .slick-right span {
  color: #000;
}
.slide--block-with-image:hover,
.slide--block-with-image:focus,
.slide--block-with-image:active {
  outline: none;
}
.slide--block-with-image .slide--with-image__inner:hover,
.slide--block-with-image .slide--with-image__inner:focus,
.slide--block-with-image .slide--with-image__inner:active {
  outline: none;
}
@media (min-width: 992px) {
  .slide--block-with-image .slide--with-image__row {
    display: flex;
  }
}
.slide--block-with-image .slide__text {
  margin-bottom: 30px;
}
.slide--block-with-image .slide__text p {
  font-size: 19px;
  line-height: 1.3em;
}
@media (min-width: 992px) {
  .slide--block-with-image .slide__text {
    margin-bottom: 0;
    padding: 0 15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .slide--block-with-image .slide__text {
    width: auto;
    max-width: 100%;
  }
}
.slide--block-with-image .slide__image {
  max-width: 70%;
  margin: 0 auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .slide--block-with-image .slide__image {
    width: auto;
  }
}
.slide--homepage-slide .slide--with-image__inner {
  position: relative;
}
.slide--homepage-slide .slide--with-image__inner:hover,
.slide--homepage-slide .slide--with-image__inner:focus,
.slide--homepage-slide .slide--with-image__inner:active {
  outline: none;
}
@media (max-width: 991px) {
  .slide--homepage-slide .slide--with-image__inner {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide--homepage-slide .slide--with-image__inner {
    align-items: center;
  }
}
.slide--homepage-slide .slide--with-image__row {
  order: 3;
}
@media (min-width: 992px) {
  .slide--homepage-slide .slide--with-image__row {
    order: 0;
    display: flex;
  }
}
.slide--homepage-slide .slide--with-image__label {
  order: 1;
}
.slide--homepage-slide .slide--with-image__label h2 {
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
}
.slide--homepage-slide .slide--with-image__label p {
  font-size: 19px;
  line-height: 1.3em;
  text-align: center;
}
@media (min-width: 992px) {
  .slide--homepage-slide .slide--with-image__label {
    order: 0;
    padding: 0 20px 30px;
  }
}
.slide--homepage-slide .slide__text {
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  text-align: center;
  border: 2px solid;
  border-radius: 50%;
  position: relative;
  left: 50px;
  margin-bottom: -40px;
}
.slide--homepage-slide .slide__text p {
  font-size: 12px;
  line-height: 1.3em;
}
@media (min-width: 768px) {
  .slide--homepage-slide .slide__text {
    left: 40px;
    width: 425px;
    height: 425px;
    padding: 0 100px;
    margin-bottom: 0;
  }
  .slide--homepage-slide .slide__text p {
    font-size: 20px;
    line-height: 1.3em;
  }
}
@media (min-width: 992px) {
  .slide--homepage-slide .slide__text {
    margin-bottom: 0;
  }
}
.slide--homepage-slide .slide__image {
  width: 250px;
  position: relative;
  right: 10px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .slide--homepage-slide .slide__image {
    width: 420px;
  }
}
.slide--homepage-slide--circle-orange {
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.slide--homepage-slide--circle-orange blockquote,
.slide--homepage-slide--circle-orange .blockquote {
  z-index: 1;
  order: 2;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: -65px;
  width: 170px;
  height: 170px;
  background-image: url('/sites\/default\/files\/2020-08\/circle-bg-orange.svg');
  background-size: contain;
  background-position: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  padding: 0 20px;
}
.slide--homepage-slide--circle-orange blockquote h3,
.slide--homepage-slide--circle-orange .blockquote h3,
.slide--homepage-slide--circle-orange blockquote .h3,
.slide--homepage-slide--circle-orange .blockquote .h3 {
  font-family: 'VAGRounded-from-trashhand', 'sans-serif';
  color: inherit;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.3em;
}
.slide--homepage-slide--circle-orange blockquote p,
.slide--homepage-slide--circle-orange .blockquote p {
  color: inherit;
  font-size: 13px;
  line-height: 1.3em;
}
@media (min-width: 768px) {
  .slide--homepage-slide--circle-orange blockquote,
  .slide--homepage-slide--circle-orange .blockquote {
    width: 209px;
    height: 209px;
    position: relative;
    left: -100px;
    top: 55px;
  }
  .slide--homepage-slide--circle-orange blockquote h3,
  .slide--homepage-slide--circle-orange .blockquote h3,
  .slide--homepage-slide--circle-orange blockquote .h3,
  .slide--homepage-slide--circle-orange .blockquote .h3 {
    font-size: 22px;
    line-height: 1.3em;
  }
}
@media (min-width: 992px) {
  .slide--homepage-slide--circle-orange blockquote,
  .slide--homepage-slide--circle-orange .blockquote {
    position: absolute;
    top: 30px;
    order: 0;
    left: -60px;
    margin-left: 40px;
  }
}
.paragraph--text--section-label {
  margin-bottom: 30px;
}
.paragraph--text--section-label h2,
.paragraph--text--section-label .h2 {
  font-size: 30px;
  line-height: 1.3em;
  text-align: center;
  font-weight: 300;
}
.paragraph--text--resources {
  text-align: center;
}
.paragraph--text--resources p,
.paragraph--text--resources li {
  font-size: 14px;
}
.paragraph--text--section-resources {
  text-align: center;
}
.paragraph--text--section-resources p,
.paragraph--text--section-resources li {
  font-size: 14px;
}
.paragraph--text a {
  text-decoration: underline;
}
.paragraph--text table {
  border-color: #00816D;
}
.paragraph--text table tr:nth-child(odd) {
  background-color: #F2F2E4;
}
.paragraph--text table td {
  padding: 10px;
}
@media sdcreen and (max-width: 600px) {
  .paragraph--text {
    padding: 0 20px;
  }
}
.paragraph--text ol,
.paragraph--text ul {
  padding-left: 20px;
  margin-bottom: 8px;
}
.paragraph--text ol li,
.paragraph--text ul li {
  font-size: 19px;
  line-height: 1.3em;
  margin-bottom: 6px;
}
.paragraph--text ul li {
  list-style: disc;
}
.paragraph--text ol li {
  list-style: decimal;
}
.section__extra {
  flex-direction: column;
  flex-wrap: wrap;
}
.section--container .section__inner {
  max-width: 900px;
  margin: 0 auto;
}
.section__inner {
  position: relative;
}
.section--infoblock .section__inner {
  padding: 20px 20px 0;
}
@media (min-width: 992px) {
  .section--infoblock .section__inner {
    padding: 50px 20px 0;
  }
}
.section--infoblock .background {
  max-width: 340px;
  z-index: 2;
  margin: 0 auto;
  position: relative;
  width: 70%;
}
@media (min-width: 992px) {
  .section--infoblock .background {
    position: absolute;
    width: 50%;
  }
}
.section--infoblock .background-position-right-bottom {
  bottom: -5px;
}
@media (min-width: 992px) {
  .section--infoblock .background-position-right-bottom {
    right: 0;
  }
}
.section--infoblock .background-position-right-center {
  top: 50%;
}
@media (min-width: 992px) {
  .section--infoblock .background-position-right-center {
    transform: translateY(-50%);
    right: 0;
  }
}
.section--infoblock .background-position-left-top {
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .section--infoblock .paragraph--text .text__inner {
    max-width: 50%;
  }
}
.section--infoblock .paragraph--text.paragraph--title-h1 .text h1,
.section--infoblock .paragraph--text.paragraph--title-h1 .text .h1 {
  font-size: 30px !important;
  line-height: 1.3em !important;
}
@media (min-width: 992px) {
  .section--infoblock .paragraph--text.paragraph--title-h1 .text h1,
  .section--infoblock .paragraph--text.paragraph--title-h1 .text .h1 {
    font-size: 52px !important;
    line-height: 1.3em !important;
  }
}
.section--infoblock .paragraph--text .text h1,
.section--infoblock .paragraph--text .text .h1 {
  font-size: 34px !important;
  line-height: 1.3em !important;
  font-family: 'VAGRoundedStd-Thin', 'sans-serif' !important;
  margin-bottom: 20px;
  font-weight: 300 !important;
}
.section--infoblock .paragraph--text .text h1 strong,
.section--infoblock .paragraph--text .text .h1 strong {
  font-weight: 700 !important;
}
@media (min-width: 992px) {
  .section--infoblock .paragraph--text .text h1,
  .section--infoblock .paragraph--text .text .h1 {
    font-size: 40px !important;
    line-height: 1.3em !important;
  }
}
.section--infoblock .paragraph--text .text h2,
.section--infoblock .paragraph--text .text .h2 {
  font-family: 'VAGRounded-from-trashhand', 'sans-serif';
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3em;
}
@media (min-width: 992px) {
  .section--infoblock .paragraph--text .text h2,
  .section--infoblock .paragraph--text .text .h2 {
    font-size: 54px;
    line-height: 1.3em;
  }
}
.section--infoblock .paragraph--text .text p {
  font-size: 19px;
  line-height: 1.3em;
  line-height: 1.45em;
  margin-bottom: 10px;
}
.section--infoblock .paragraph--text .text p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .section--infoblock .paragraph--text .text p:last-of-type {
    padding-bottom: 50px;
  }
}
.section--infoblock .paragraph--text .text p a {
  color: inherit;
  font-style: italic;
}
.section--infoblock-management .section__inner {
  min-height: 625px;
}
.section--infoblock-management .background {
  height: 250px;
  z-index: 0;
}
@media (max-width: 991px) {
  .section--infoblock-management .background {
    height: 155px;
  }
}
@media (max-width: 991px) {
  .section--infoblock-management .section__extra {
    position: relative;
  }
}
@media (max-width: 991px) {
  .section--infoblock-management .extra--circle {
    top: 0;
    right: 0;
  }
}
.section--infoblock-fluid .section__inner {
  min-height: 500px;
}
.section--infoblock-summary .section__inner {
  min-height: 430px;
}
@media (max-width: 991px) {
  .section--infoblock-summary .section__extra {
    position: relative;
  }
}
@media (max-width: 991px) {
  .section--infoblock-summary .extra--circle {
    top: 0;
    right: 0;
  }
}
.section--infoblock-usefull .section__inner {
  padding-top: 0;
  padding-bottom: 50px;
}
.section--infoblock-usefull .paragraph--text .text__inner {
  width: 100%;
  max-width: 100%;
}
.section--infoblock-usefull .paragraph--text .text__inner h2,
.section--infoblock-usefull .paragraph--text .text__inner .h2 {
  margin-bottom: 20px;
  font-family: 'VAGRoundedStd-Thin', 'sans-serif';
}
.section--infoblock-usefull .paragraph--text .text__inner h2 strong,
.section--infoblock-usefull .paragraph--text .text__inner .h2 strong {
  font-weight: 700;
}
@media (min-width: 992px) {
  .section--infoblock-usefull .paragraph--text .text__inner ul {
    display: flex;
  }
}
.section--infoblock-usefull .paragraph--text .text__inner ul li {
  margin-right: 20px;
}
.section--infoblock-usefull .paragraph--text .text__inner ul li a {
  font-size: 19px;
  line-height: 1.3em;
  color: inherit;
}
.section--resource-library.section--container .section__inner {
  max-width: 1180px;
  display: flex;
  flex-direction: column;
}
.section--resource-library:first-child .section__inner {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .section--resource-library .section__inner {
    padding: 50px 40px 100px;
  }
}
@media (max-width: 991px) {
  .section--resource-library .section__inner {
    padding: 40px 20px 60px;
  }
}
.section--resource-library .section__inner .paragraph--title-h1 h1,
.section--resource-library .section__inner .paragraph--title-h1 .h1 {
  margin: 0.25em 0 0.5em;
  font-size: 35px;
  line-height: 1.3em;
  font-family: 'VAGRoundedStd-Thin', 'sans-serif';
}
.section--resource-library .section__inner .paragraph--title-h1 h1 strong,
.section--resource-library .section__inner .paragraph--title-h1 .h1 strong {
  font-weight: 700;
}
.section--resource-library .section__inner .paragraph--text--section-label h3,
.section--resource-library .section__inner .paragraph--text--section-label .h3 {
  font-size: 32px;
  line-height: 1.3em;
  font-family: 'VAGRoundedStd-Thin', 'sans-serif';
  margin-bottom: 20px;
  font-weight: 300;
}
.section--resource-library .section__inner .paragraph--text--section-label h3 strong,
.section--resource-library .section__inner .paragraph--text--section-label .h3 strong {
  font-weight: 700;
}
@media (min-width: 992px) {
  .section--resource-library .section__inner .paragraph--text--section-label h3,
  .section--resource-library .section__inner .paragraph--text--section-label .h3 {
    font-size: 30px;
    line-height: 1.3em;
  }
}
.section--resource-library .background {
  order: -1;
  width: 360px;
  height: 97px;
  margin: 0 auto;
}
.section--resource-library .background .desktop {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .section--infoblock-header .section__inner {
    padding-top: 100px;
  }
}
.section--infoblock-header .background {
  width: 100%;
  height: 360px;
  max-width: 400px;
}
.section--infoblock-header .background .desktop {
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.section--infoblock .desktop {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.section--flex .section__content {
  display: flex;
  flex-wrap: wrap;
}
.section--energy .background-position-right-bottom {
  height: 300px;
  max-width: 415px;
  width: 100%;
}
@media (min-width: 768px) {
  .section--oral-diet-header {
    border-bottom: 123px solid #F6CC97;
    padding-bottom: 100px;
  }
}
.section--oral-diet-header .background-position-right-bottom {
  height: 450px;
  max-width: 490px;
  width: 100%;
  bottom: -197px;
}
.section--oral-diet-header .extra--download {
  position: absolute;
  bottom: -180px;
  left: 30px;
}
@media (max-width: 767px) {
  .section--oral-diet-header .section__inner {
    padding: 20px 0 0;
    display: flex;
    flex-direction: column;
  }
  .section--oral-diet-header .section__inner .background {
    position: initial;
  }
  .section--oral-diet-header .section__inner .section__extra .extra {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .section--oral-diet-header .section__content {
    padding: 0 20px;
    order: 1;
  }
}
@media (max-width: 767px) {
  .section--oral-diet-header .background {
    order: 2;
  }
}
@media (max-width: 767px) {
  .section--oral-diet-header .section__extra {
    order: 3;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section--oral-diet-header .section__extra .extra {
    position: relative;
    bottom: 0;
    left: 0;
  }
}
.section--fluid,
.section--vit-d {
  overflow: hidden;
}
.section--fluid .background-position-right-bottom,
.section--vit-d .background-position-right-bottom {
  height: 360px;
  max-width: 415px;
  width: 100%;
}
.section--fluid .background-position-right-top,
.section--vit-d .background-position-right-top {
  height: 270px;
  max-width: 330px;
  width: 100%;
  top: -50px;
  right: 25%;
}
.section--protein .background-position-right-center,
.section--potassium .background-position-right-center,
.section--salt .background-position-right-center {
  width: 100%;
  height: 250px;
}
.section--salt .extra .extra__content {
  margin-top: 0;
}
.section--eating-out {
  padding: 0;
}
@media (min-width: 992px) {
  .section--eating-out {
    padding: 70px 20px 50px;
  }
}
.section--eating-out .background-position-top-right {
  height: 300px;
  max-width: 440px;
  width: 100%;
  top: 30px;
  right: 0;
}
@media (max-width: 767px) {
  .section--eating-out .section__extra .extra {
    position: relative;
    bottom: 0;
    left: 0;
    transform: translate(0);
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .section--eating-out .background {
    height: calc(300 * 100vw / 320);
    max-width: initial;
    width: 100%;
    top: 0;
    right: 0;
    position: relative;
  }
}
.section--tube-feeding .paragraph--text .text__inner {
  width: 100%;
}
@media (min-width: 992px) {
  .section--tube-feeding .paragraph--text .text__inner {
    max-width: 490px;
  }
}
.section--methods-of-feeding .paragraph--slider-title {
  padding-bottom: 20px;
}
.section--methods-of-feeding .paragraph--slider-title .text__inner {
  max-width: 100%;
}
.section--methods-of-feeding .paragraph--slider-title .text__inner .text h2 {
  font-weight: 100;
}
@media (max-width: 767px) {
  .section--methods-of-feeding .paragraph--slider-title .text__inner .text h2 {
    font-size: 40px;
    line-height: 1.3em;
    margin-bottom: 5px;
  }
}
.section--methods-of-feeding .paragraph--slider-title .text__inner .text p {
  padding-bottom: 0;
}
.section--methods-of-feeding .paragraph--text .text .h2,
.section--methods-of-feeding .paragraph--text .text h2 {
  font-size: 40px;
  line-height: 1.3em;
}
.section--recipes .background-position-bottom-center {
  height: 210px;
  max-width: 440px;
  width: 100%;
  bottom: 0;
  right: 0;
}
.section--recipes.section--infoblock .paragraph--text .text h2.h1 {
  font-size: 34px;
  line-height: 1.3em;
}
.section--recipes .section__extra {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .section--recipes .section__extra .extra {
    position: relative;
    transform: translate(0);
    margin: 0 auto;
    left: 0;
    top: auto;
    bottom: auto;
    margin-top: 20px;
  }
}
.section--how-is-kidney-managed {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .section--how-is-kidney-managed {
    padding-bottom: 170px;
  }
}
.section--how-is-kidney-managed .paragraph--text {
  position: relative;
  z-index: 2;
}
.section--how-is-kidney-managed .paragraph--text .text h2 {
  font-family: 'VAGRoundedStd-Thin', 'sans-serif';
  font-size: 30px;
  line-height: 1.3em;
}
.section--how-is-kidney-managed .paragraph--text .text h2 strong {
  font-weight: 700;
}
.section--how-is-kidney-managed .paragraph--text .text p {
  font-size: 17px;
  line-height: 1.3em;
}
.section--how-is-kidney-managed .paragraph--text .text__inner {
  padding-right: 5px;
}
.section--how-is-kidney-managed .background-position-left-top {
  max-width: 100%;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section--how-is-kidney-managed .background-position-left-top .desktop {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.section--how-is-kidney-managed .background-position-right-center {
  width: 465px;
  height: 100%;
  max-width: 100%;
}
.section--how-is-kidney-managed .background-position-right-center .desktop {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.section--about-kidney-disease {
  position: relative;
  padding-bottom: 90px;
}
.section--about-kidney-disease .section__content {
  position: relative;
  z-index: 2;
  padding: 30px 30px 0px;
}
@media (min-width: 992px) {
  .section--about-kidney-disease .section__content {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 30px 70px;
  }
  .section--about-kidney-disease .section__content > div:nth-of-type(1) {
    flex-basis: 100%;
  }
  .section--about-kidney-disease .section__content > div:nth-of-type(n+2) {
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .section--about-kidney-disease .section__content .paragraph--text {
    margin-bottom: 30px;
  }
  .section--about-kidney-disease .section__content .paragraph--text:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .section--about-kidney-disease .section__content .paragraph--text {
    padding: 0 10px;
  }
}
.section--about-kidney-disease .section__content .paragraph--text.paragraph--text--section-label {
  padding: 0;
}
.section--about-kidney-disease .section__extra {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 190px);
  z-index: 1;
}
.section--about-kidney-disease .section__extra .extra--circle {
  position: relative;
}
@media (max-width: 991px) {
  .section--about-kidney-disease .section__extra .extra--circle--big {
    width: 170px;
    height: 170px;
  }
  .section--about-kidney-disease .section__extra .extra--circle--big h2 {
    font-size: 18px;
    line-height: 1.3em;
  }
}
.section--about-kidney-disease .background {
  content: '';
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .section--about-kidney-disease .background {
    display: none;
  }
}
.section--about-kidney-disease .background .desktop {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.section--about-kidney-disease + .section {
  padding-top: 120px;
}
.section--symptoms-carousel {
  padding: 120px 20px 0;
}
.section--symptoms-carousel .paragraph--text.paragraph--text--section-label {
  padding: 0;
  margin-bottom: 50px;
}
.section--symptoms-carousel .paragraph--text.paragraph--text--section-label h2,
.section--symptoms-carousel .paragraph--text.paragraph--text--section-label .h2 {
  margin-bottom: 10px;
}
.section--symptoms-carousel .paragraph--text.paragraph--text--section-label p {
  text-align: center;
  font-size: 18px;
  line-height: 1.3em;
}
@media (min-width: 992px) {
  .section--symptoms-carousel .paragraph--text.paragraph--text--section-label p {
    font-size: 20px;
    line-height: 1.3em;
  }
}
@media (max-width: 991px) {
  .section--symptoms-carousel .slick-left {
    left: -10px;
  }
  .section--symptoms-carousel .slick-right {
    right: -10px;
  }
}
.section--carousel-label {
  padding: 40px 0;
}
.section--carousel-label h2,
.section--carousel-label .h2 {
  font-size: 30px;
  line-height: 1.3em;
  text-align: center;
  font-weight: 300;
}
.section--types-of-tubes {
  padding: 20px;
}
@media (min-width: 768px) {
  .section--types-of-tubes {
    padding: 50px 20px 0;
  }
}
.section--types-of-tubes .h2 {
  font-family: 'VAGRounded-from-trashhand', 'sans-serif';
  font-size: 54px;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.section--types-of-tubes .paragraph--text .text .h2,
.section--types-of-tubes .paragraph--text .text h2 {
  font-size: 40px;
  line-height: 1.3em;
}
.section--types-of-tubes .slide__text .h3 {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 10px;
}
.section--types-of-tubes .paragraph--slider-title .h2 {
  font-weight: 100;
}
@media (max-width: 767px) {
  .section--types-of-tubes .paragraph--slider-title .h2 {
    font-size: 40px;
    line-height: 1.3em;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .section--types-of-tubes .paragraph--slide-simple__carousel .slide__text {
    padding-right: 50px;
  }
}
.section--types-of-tubes .paragraph--slide-simple__carousel .slide__text p {
  font-size: 16px;
  line-height: 1.3em;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  .section--types-of-tubes .paragraph--slide-simple__carousel .slide__text p {
    font-size: 19px;
    line-height: 1.3em;
  }
}
@media (min-width: 768px) {
  .section--types-of-tubes .paragraph--slide-simple__carousel .slide__image {
    padding-top: 30px;
  }
}
.section--types-of-tubes .paragraph--slide-simple__carousel .slick-left,
.section--types-of-tubes .paragraph--slide-simple__carousel .slick-right {
  display: none;
  color: #ffffff;
}
.section--types-of-tubes .paragraph--slide-simple__carousel .slick-left i,
.section--types-of-tubes .paragraph--slide-simple__carousel .slick-right i,
.section--types-of-tubes .paragraph--slide-simple__carousel .slick-left span,
.section--types-of-tubes .paragraph--slide-simple__carousel .slick-right span {
  color: inherit;
}
@media (max-width: 1023px) {
  .section--types-of-tubes .paragraph--slide-simple__carousel .slick-left {
    left: -44px;
  }
  .section--types-of-tubes .paragraph--slide-simple__carousel .slick-right {
    right: -42px;
  }
}
@media (max-width: 991px) {
  .section--types-of-tubes .paragraph--slide-simple__carousel .slick-left {
    left: -10px;
  }
  .section--types-of-tubes .paragraph--slide-simple__carousel .slick-right {
    right: -10px;
  }
}
@media (max-width: 991px) {
  .section--types-of-feeds .paragraph--text .text p {
    font-size: 16px;
    line-height: 1.3em;
  }
}
.section--types-of-feeds .paragraph--text .text .h2,
.section--types-of-feeds .paragraph--text .text h2 {
  font-size: 40px;
  line-height: 1.3em;
}
.section--other-benefits .paragraph--text .text .h2,
.section--other-benefits .paragraph--text .text h2 {
  font-size: 40px;
  line-height: 1.3em;
}
.section-living-kd {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .section-living-kd .section__inner {
    display: flex;
    flex-direction: column;
  }
  .section-living-kd .section__content {
    order: 1;
  }
  .section-living-kd .section__extra {
    order: 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .section-living-kd .background {
    order: 3;
  }
}
@media (min-width: 992px) {
  .section-living-kd .paragraph--text .text__inner {
    max-width: 415px;
    padding: 50px 20px 0px 30px;
  }
}
.section-living-kd .paragraph--text .text__inner .h1 {
  font-size: 36px;
  line-height: 1.3em;
}
.section-living-kd .paragraph--text .text__inner p:last-of-type {
  padding-bottom: 0;
}
.section-living-kd .section__extra {
  padding-top: 25px;
  padding-left: 30px;
}
.section-living-kd .extra--download {
  height: 85px;
  width: 230px;
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.section-living-kd .extra--download a {
  font-size: 30px;
}
.section--video {
  padding: 30px 20px;
}
@media (min-width: 992px) {
  .section--video {
    padding: 80px 20px;
  }
}
.section--video .text__inner .text {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.section--video .text__inner .text iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (min-width: 992px) {
  .section--school {
    padding-bottom: 100px;
  }
}
.section--school .text__inner {
  margin-left: auto;
}
.section--school .section__extra {
  position: relative;
  top: 50px;
  text-align: center;
}
.section--activities .paragraph--text .text__inner {
  max-width: 435px;
  padding: 50px 20px 0px 30px;
}
@media screen and (max-width: 991px) {
  .section--activities .paragraph--text .text__inner {
    max-width: 100%;
  }
}
.section--activities .section__extra {
  display: flex;
  padding: 0 30px 30px;
}
.section--activities .section__extra .extra {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .section--activities .section__extra {
    justify-content: center;
    flex-wrap: wrap;
  }
  .section--activities .section__extra .extra {
    margin: 10px;
  }
}
.section--activities .extra--circle {
  width: 145px;
  height: 145px;
}
.section--activities .extra--circle a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  line-height: 1.3em;
}
.section--activities .extra--circle a span {
  display: inline-block;
  font-size: 12px;
  line-height: 1.3em;
  line-height: 16px;
}
.section--activities .extra-position--top-center {
  top: 100px;
  left: 420px;
}
@media screen and (max-width: 991px) {
  .section--activities .extra-position--top-center {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .section--activities .section__inner {
    display: flex;
    flex-direction: column;
  }
  .section--activities .section__inner .section__content {
    order: 2;
  }
  .section--activities .section__inner .section__extra {
    order: 3;
  }
  .section--activities .section__inner .background-position-activities {
    order: 1;
    max-width: 500px;
    height: 300px;
  }
}
.section--summary {
  padding-bottom: 20px;
}
.section--summary .paragraph--text .text .h2,
.section--summary .paragraph--text .text h2 {
  font-size: 40px;
  line-height: 1.3em;
}
.extra {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.extra--splash {
  max-width: 300px;
  width: 100%;
  height: 300px;
}
@media (max-width: 991px) {
  .extra--splash {
    position: relative;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .extra--splash {
    max-width: 370px;
    height: 370px;
  }
}
.extra--splash .extra__content {
  color: #df1e72;
  font-size: 25px;
  line-height: 1.3em;
  max-width: 75px;
  text-align: center;
  margin-right: 45px;
  line-height: 1em;
}
.extra--circle {
  width: 100px;
  height: 100px;
}
@media (min-width: 992px) {
  .extra--circle {
    width: 145px;
    height: 145px;
  }
}
.extra--circle .extra__content {
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
  padding: 0 10px;
  line-height: 1em;
  margin-top: 10px;
}
.extra--circle .extra__content a {
  font-size: 18px;
  line-height: 1.3em;
}
@media (min-width: 992px) {
  .extra--circle .extra__content a {
    font-size: 25px;
    line-height: 1.3em;
  }
}
.extra--circle--big {
  width: 125px;
  height: 125px;
  z-index: 3;
}
@media (min-width: 992px) {
  .extra--circle--big {
    z-index: 2;
    width: 209px;
    height: 209px;
  }
}
.extra--circle--big .extra__content {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .extra--circle--big .extra__content {
    padding: 0 30px;
  }
}
.extra--circle--big .extra__content h2 {
  font-family: 'VAGRounded-from-trashhand', 'sans-serif';
  font-size: 22px;
  line-height: 1.3em;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .extra--circle--big .extra__content h3 {
    font-size: 18px;
    line-height: 1.3em;
    line-height: 1em;
    margin-bottom: 5px;
  }
}
.extra--circle--big .extra__content p {
  font-size: 13px;
  line-height: 1.3em;
}
@media (max-width: 991px) {
  .extra--circle--big .extra__content p {
    font-size: 11px;
    line-height: 1.3em;
  }
}
.extra--in-content {
  position: relative;
  display: inline-block;
}
.extra__content h3 {
  font-size: 26px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 10px;
}
.extra__content p {
  font-size: 13px;
  line-height: 1.3em;
  line-height: 1em;
}
.extra__content a {
  font-size: 25px;
  line-height: 1.3em;
}
.extra__content h3,
.extra__content a {
  font-family: 'VAGRounded-from-trashhand', 'sans-serif';
}
.extra__content h3,
.extra__content p,
.extra__content a {
  color: inherit;
  line-height: 1em;
}
.extra--download {
  width: 200px;
  height: 206px;
  padding: 75px 30px 20px 30px;
  text-align: center;
  align-items: flex-start;
  z-index: 3;
}
.extra--download a,
.extra--download p {
  font-family: 'VAGRounded-from-trashhand', 'sans-serif';
  font-size: 22px;
  line-height: 1.3em;
}
.extra--download a span,
.extra--download p span {
  font-family: 'VAGRoundedStd-Thin', 'sans-serif';
  display: inline-block;
  font-size: 14px;
  line-height: 1.3em;
  line-height: 18px;
}
.extra--download a span strong,
.extra--download p span strong {
  font-weight: 700;
}
.extra--button {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 230px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.extra--button a {
  font-size: 30px;
  line-height: 1.3em;
}
.extra--btn {
  border: 5px solid #000000;
  min-width: 435px;
  max-width: 435px;
  margin-top: 15px;
  border-radius: 50px;
}
@media screen and (max-width: 640px) {
  .extra--btn {
    min-width: auto;
    max-width: 100%;
  }
}
.extra--btn a {
  color: #fcfcfc;
}
.extra--btn.extra {
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
  justify-content: flex-start;
}
.extra--btn-wrapper {
  color: #fcfcfc;
  padding: 3px 10px;
  display: flex;
  border-radius: 50px;
  min-height: 50px;
  justify-content: left;
  align-content: center;
  flex-direction: row;
  cursor: pointer;
  border: 2px solid;
  border-image: linear-gradient(90deg, transparent, transparent, rgba(255, 255, 255, 0.8), transparent, transparent) 1 20%;
  margin: -1px;
}
.extra--btn-border {
  display: flex;
}
.extra--btn-inner {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.extra--btn-dwn-text {
  font-family: VAGRounded-from-trashhand;
  margin: 0px 10px 0px 4px;
  font-size: 1.4em;
}
.extra--btn-dwn-text p,
.extra--btn-dwn-text a {
  font-family: 'VAGRoundedStd-Thin';
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
}
.extra--btn-icon {
  min-width: 50px;
  background-image: url(/themes/custom/myrenal/img/icons/btn-download-icon.svg);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}
.extra--btn-text {
  font-family: 'VAGRounded-from-trashhand';
  font-size: xx-large;
}
.extra--btn-text-span {
  padding: 10px 10px 10px 0px;
  font-family: vag;
  font-size: 0.9em;
  font-weight: bold;
}
.extra--btn.color--pink {
  background-color: #c91b67;
  border-color: #e81f76;
}
.extra--btn.color--orange {
  background-color: #f0ae47;
  border-color: #f29100;
}
.extra--btn.color--orange a {
  color: #000000;
}
.extra--btn.color--green {
  background-color: #007367;
  border-color: #007f6e;
}
.extra--btn.color--dark-green {
  background-color: #00816D;
  border-color: #169c83;
}
.extra--btn.color--white {
  background-color: #e3e3e3;
  border-color: #fff;
}
.extra--btn.color--white a {
  color: #000000;
}
.extra--btn.color--black {
  background-color: #000000;
  border-color: #000000;
}
.extra--btn.color--whit-fc {
  background-color: #cacaca;
  border-color: #fcfcfc;
}
.extra--btn.color--whit-fc a {
  color: #000000;
}
.extra--btn.color--peach {
  background-color: #c5a379;
  border-color: #F6CC97;
}
.extra--btn.color--peach a {
  color: #000000;
}
.extra--btn.color--pearl {
  background-color: #cac6b1;
  border-color: #FCF8DD;
}
.extra--btn.color--pearl a {
  color: #000000;
}
.extra--btn.color--light-blue {
  background-color: #719fbb;
  border-color: #8DC7EA;
}
.extra--btn.color--light-blue a {
  color: #000000;
}
.extra--btn.color--lime {
  background-color: #8ba109;
  border-color: #AEC90B;
}
.extra--btn.color--lime a {
  color: #000000;
}
.extra--btn.color--yellow {
  background-color: #c5b52b;
  border-color: #F6E236;
}
.extra--btn.color--yellow a {
  color: #000000;
}
.extra--btn.color--sand {
  background-color: #c4ba77;
  border-color: #F5E895;
}
.extra--btn.color--sand a {
  color: #000000;
}
.extra--btn.color--green-light {
  background-color: #737362;
  border-color: #90907A;
}
.extra--btn.color--green-light a {
  color: #000000;
}
.extra--btn.color--brown {
  background-color: #4f473a;
  border-color: #635948;
}
.extra--btn.color--gray {
  background-color: #9d9993;
  border-color: #C4BFB8;
}
.extra--btn.color--gray a {
  color: #000000;
}
@media (min-width: 992px) {
  .extra-position--right-center {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .extra-position--right-top {
    top: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .extra-position--right-bottom {
    bottom: 0;
    right: 0;
  }
}
.extra-position--right-top-25 {
  right: 10%;
  bottom: 25%;
}
@media (min-width: 992px) {
  .extra-position--right-top-25 {
    top: 25%;
    right: 0;
    bottom: auto;
  }
}
@media (min-width: 992px) {
  .extra-position--right-25-center {
    top: 50%;
    right: 25%;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .extra-position--right-20-top-15 {
    top: 15%;
    right: 20%;
  }
}
.extra-position--left-60-top-20 {
  left: 60%;
  top: 20%;
  transform: translateX(-50%);
}
.extra-position--left-70-top-10 {
  left: 70%;
  top: 10%;
  transform: translateX(-50%);
}
.extra-position--left-60-bottom-0 {
  left: 60%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .extra-position--right-center--mob-rel {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 991px) {
  .extra-position--right-center--mob-rel {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    width: 100%;
    height: auto;
    padding: 20px;
    background-size: 300%;
    margin-top: 20px;
  }
  .extra-position--right-center--mob-rel .extra__content {
    margin: 0;
    padding: 0;
  }
  .extra-position--right-center--mob-rel .extra__content p {
    text-align: lef;
  }
}
.section--activities .section__extra .extra.extra--btn,
.section--activities .section__extra .extra--btn.extra--in-content {
  justify-content: flex-start;
}
.section--resource-library .section__extra {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section--resource-library .section__extra .extra--btn {
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .section--resource-library .section__extra .extra--btn {
    width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .section--resource-library .section__extra .extra--btn {
    width: 100%;
  }
}
.section--resource-library .section__extra .extra--btn .extra--btn-wrapper {
  flex-grow: 1;
}
.section--resource-library .section__extra .extra--btn .extra--btn-wrapper .extra--btn-border {
  flex-grow: 1;
}
.section--resource-library .section__extra .extra--btn .extra--btn-wrapper .extra--btn-border .extra--btn-text {
  align-self: center;
  margin-right: 0.25em;
}
.paragraph--image-text--about-vitaflo {
  margin-bottom: 30px;
}
.paragraph--image-text--about-vitaflo .paragraph--image-text__inner {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .paragraph--image-text--about-vitaflo .paragraph--image-text__inner {
    width: 50%;
  }
}
.paragraph--image-text--about-vitaflo .paragraph--image-text__image {
  max-width: 82px;
  margin-right: 20px;
}
.paragraph--image-text--about-vitaflo .paragraph--image-text__text {
  font-size: 14px;
  line-height: 1.3em;
}
.paragraph--image-text--about-vitaflo .paragraph--image-text__text p {
  font-size: inherit;
}
.background.background-position-hp-living {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .background.background-position-hp-living {
    height: calc(230 * 100vw / 320);
    max-height: 360px;
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .background.background-position-hp-living {
    margin-top: 0;
    left: 480px;
    bottom: 30px;
  }
}
.background.background-position-how-is-kidney-managed {
  height: 100%;
  top: 0;
  right: 0;
  width: 465px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .background.background-position-how-is-kidney-managed {
    height: calc(220 * 100vw / 320);
    max-height: 385px;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .background.background-position-how-is-kidney-managed-green {
    top: -15px;
    left: -20px;
    max-width: initial;
    width: 500px;
    height: 110%;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .background.background-position-dietary-principles {
    height: 240px;
    bottom: 0px;
    right: 0;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .background.background-position-fluid-glass {
    height: calc(230 * 100vw / 320);
    max-height: 360px;
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .background.background-position-fluid-glass {
    height: 340px;
    top: 160px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .background.background-position-fluid-bubbles {
    display: none;
  }
}
@media (min-width: 992px) {
  .background.background-position-fluid-bubbles {
    top: 15px;
    left: 415px;
    height: 275px;
  }
}
@media (max-width: 991px) {
  .background.background-position-tube-feeding {
    position: relative;
    height: calc(160 * 100vw / 320);
    max-height: 420px;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .background.background-position-tube-feeding {
    height: 420px;
    width: 100%;
    top: 60px;
    right: 25px;
  }
}
@media (max-width: 991px) {
  .background.background-position-other-benefits {
    position: relative;
    height: calc(250 * 100vw / 320);
    max-height: 440px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .background.background-position-other-benefits {
    height: 440px;
    max-width: 100%;
    width: 450px;
    bottom: -50%;
    right: 0;
  }
}
@media (max-width: 991px) {
  .background.background-position-living-kd {
    max-height: 520px;
    padding-top: 20px;
    height: calc(280 * 100vw / 320);
  }
}
@media (min-width: 992px) {
  .background.background-position-living-kd {
    height: 520px;
    bottom: 110px;
    left: 420px;
  }
}
@media (min-width: 992px) {
  .background.background-position-living-kd-text {
    height: 615px;
    top: 75px;
    left: 15px;
    max-width: 440px;
  }
}
@media (max-width: 991px) {
  .background.background-position-school {
    max-height: 520px;
    padding-top: 20px;
    height: calc(280 * 100vw / 320);
  }
}
@media (min-width: 992px) {
  .background.background-position-school {
    height: 720px;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .background.background-position-school-text {
    top: 34px;
    right: -410px;
    width: 500px;
    max-width: 100%;
    height: 675px;
    left: 0;
  }
}
@media (max-width: 991px) {
  .background.background-position-type-of-tubes {
    position: relative;
    height: calc(320 * 100vw / 320);
    max-height: 460px;
    width: 100%;
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  .background.background-position-type-of-tubes {
    height: 426px;
    width: 100%;
    top: 60px;
    right: 80px;
  }
}
@media (min-width: 992px) {
  .background.background-position-activities {
    width: 400px;
    height: 340px;
    right: 0;
    top: 400px;
    left: 310px;
  }
}
@media (max-width: 767px) {
  .background.background-position-oral-diet {
    height: calc(320 * 100vw / 320);
    width: calc(320 * 100vw / 320);
    margin: 0;
    max-width: initial;
  }
}
@media (min-width: 992px) {
  .background.background-position-oral-diet {
    height: 450px;
    max-width: 490px;
    width: 100%;
    bottom: -197px;
    right: -30px;
  }
}
.vp-header {
  padding: 50px 20px;
}
.vp-header--inner {
  max-width: 1140px;
  margin: 0 auto;
}
.vp-header--image {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
}
.vp-header--image-inner {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.vp-header--image-inner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.vp-header--image p {
  font-size: 16px;
  font-weight: bold;
}
.vp-header--box {
  max-width: 500px;
  width: 100%;
  padding: 30px 30px;
  margin: 0 auto;
  box-shadow: -2px 2px 8px 0 #808080;
}
.vp-header--box h1 {
  font-size: 24px !important;
}
.vp-header--box h1:after {
  content: '';
  display: block;
  height: 15px;
  width: 70%;
  background-color: #007f6e;
  margin-bottom: 20px;
}
.vp-header--box ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.vp-header--box ul li {
  font-size: 16px;
  line-height: 1.4em;
  position: relative;
  padding-left: 5px;
}
.vp-header--box ul li:before {
  position: absolute;
  left: -15px;
  top: 6px;
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background-color: #85abb7;
}
.vp-header--box p {
  font-size: 12px;
}
.vp-banner {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  padding: 50px 0;
}
.vp-banner--inner {
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
}
.vp-banner--left {
  padding: 30px 20px 20px;
}
.vp-banner--right {
  padding: 0 20px 30px;
}
.vp-banner--right p {
  font-size: 14px !important;
}
.vp-banner h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.vp-banner p {
  font-size: 14px;
  color: #111111;
  line-height: 1.4;
}
.vp-banner p strong {
  font-size: 18px;
  font-weight: 700;
}
.vp-about {
  margin-bottom: 30px;
}
.vp-about--inner {
  max-width: 1140px;
  margin: 0 auto;
}
.vp-about--inner h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.vp-about--image {
  width: 100%;
  display: flex;
}
.vp-about--image-inner {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.vp-about--image-inner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.vp-about--left,
.vp-about--right {
  width: 100%;
  padding: 0 20px;
}
.vp-about--right {
  margin-left: 0;
  text-align: center;
}
.vp-about--right .vp-about--image-inner {
  margin-bottom: 30px;
}
.vp-about--left {
  margin-top: 30px;
}
.vp-about--left .vp-about--image-inner {
  width: 300px;
  height: 300px;
  margin: 0 auto 20px;
}
.vp-about p {
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
}
.vp-about ul {
  padding-left: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.vp-about ul li {
  font-size: 16px;
  line-height: 1.4em;
  position: relative;
  padding-left: 5px;
}
.vp-about ul li:before {
  position: absolute;
  left: -15px;
  top: 6px;
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background-color: #85abb7;
}
.vp-htu {
  text-align: center;
}
.vp-htu--inner {
  max-width: 1170px;
  margin: 0 auto;
}
.vp-htu--steps {
  margin-bottom: 40px;
}
.vp-htu--step {
  width: 280px;
  font-size: 18px;
  margin: 0 auto 20px;
}
.vp-htu--step p {
  font-size: 16px !important;
}
.vp-htu--step-img {
  margin: 0 auto;
  width: 70px;
}
.vp-htu--step-img img {
  max-width: 100%;
}
.vp-htu h2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}
.vp-htu p {
  font-size: 14px;
}
.vp-htu a {
  margin-top: 20px;
}
.vp-table {
  padding: 40px 20px;
}
.vp-table--inner {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}
.vp-table table {
  border: 1px solid #007f6e;
  margin-bottom: 30px;
}
.vp-table table thead {
  background-color: #007f6e;
  color: #ffffff;
}
.vp-table table th {
  border: 1px solid #007f6e;
  padding: 10px;
}
.vp-table table td {
  border: 1px solid #b3b3b3;
  padding: 10px;
}
.vp-table table td:first-of-type {
  background-color: #f2f2f2;
}
.vp-table--wrapper {
  text-align: left;
  overflow: auto;
}
.vp-references {
  background-color: #f2f2f2;
  padding: 40px 20px;
}
.vp-references--inner {
  max-width: 1170px;
  margin: 0 auto;
}
.vp-references--inner p {
  font-size: 14px;
  line-height: 1.4em;
}
.vp-prefooter {
  padding: 30px 0;
  background-color: #d9d9d9;
}
.vp-prefooter--inner {
  max-width: 1570px;
  margin: 0 auto;
  padding: 0 20px;
}
.vp-prefooter--info {
  max-width: 570px;
}
.vp-prefooter--info > p {
  margin-bottom: 10px;
}
.vp-prefooter--info p {
  font-size: 16px;
}
.vp-prefooter--label {
  margin-bottom: 10px;
}
.vp-prefooter--label p,
.vp-prefooter--label h2,
.vp-prefooter--label h3,
.vp-prefooter--label h4,
.vp-prefooter--label a {
  font-size: 14px;
  margin-right: 0;
}
.vp-prefooter--label a {
  color: #007f6e;
  text-decoration: underline;
}
.vp-prefooter--links {
  max-width: 570px;
  width: 100%;
}
.vp-prefooter--link {
  padding: 20px 20px 15px;
  border-radius: 22px;
  background-color: #c0c0c0;
  display: block;
  color: #010101;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 8px;
  width: 100%;
}
.vp-prefooter--link img {
  max-width: 30px;
  margin-right: 10px;
}
.vp-prefooter--link span:first-of-type {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.vp-prefooter--link span:last-of-type * {
  color: #007f6e !important;
  font-size: 20px;
}
.vp--link {
  font-size: 16px;
  margin: 0 auto 0 0;
  padding: 10px 29px 9px;
  background-color: #007f6e;
  display: inline-block;
  color: #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .vp-header--inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .vp-header--image {
    margin-bottom: 0;
  }
  .vp-header--box h1 {
    font-size: 36px !important;
  }
  .vp-header ul li {
    font-size: 18px;
  }
  .vp-header p {
    font-size: 14px;
  }
  .vp-banner--inner {
    display: flex;
  }
  .vp-banner--left {
    padding: 30px 30px 30px 20px;
  }
  .vp-banner--right {
    padding: 30px 20px 13px 0;
  }
  .vp-banner--right p {
    font-size: 20px !important;
  }
  .vp-banner h2 {
    font-size: 36px;
  }
  .vp-banner p {
    font-size: 16px;
  }
  .vp-banner p strong {
    font-size: 20px;
  }
  .vp-about--inner {
    display: flex;
  }
  .vp-about--inner h2 {
    font-size: 36px;
    padding-left: 20px;
    font-weight: 100;
    margin-bottom: 40px;
  }
  .vp-about--image {
    padding-top: 30px;
  }
  .vp-about--left,
  .vp-about--right {
    padding: 0;
    width: 50%;
  }
  .vp-about--right {
    margin-left: 60px;
    padding-right: 20px;
  }
  .vp-about p {
    font-size: 18px;
  }
  .vp-about ul li {
    font-size: 18px;
  }
  .vp-htu--steps {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .vp-htu--step {
    width: 320px;
    font-size: 22px;
    margin: 0;
  }
  .vp-htu--step p {
    font-size: 22px !important;
  }
  .vp-htu h2 {
    font-weight: 100;
    font-size: 36px;
  }
  .vp-htu p {
    font-size: 16px;
  }
  .vp-references--inner p {
    font-size: 16px;
  }
  .vp-prefooter--inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .vp-prefooter--info {
    margin-right: 20px;
  }
  .vp-prefooter--info > p {
    margin-bottom: 0;
  }
  .vp-prefooter--label {
    margin-bottom: 40px;
  }
  .vp-prefooter--label p,
  .vp-prefooter--label h2,
  .vp-prefooter--label h3,
  .vp-prefooter--label h4,
  .vp-prefooter--label a {
    font-size: 22px;
    margin-right: 0;
  }
  .vp-prefooter--link {
    padding: 20px 30px 15px;
    font-size: 18px;
  }
  .vp-prefooter--link span:last-of-type * {
    font-size: 20px;
  }
  .vp--link {
    font-size: 18px;
  }
}
@media screen and (min-width: 1080px) {
  .vp-header--image-inner {
    width: 420px;
    height: 420px;
  }
  .vp-header--box h1 {
    font-size: 48px !important;
  }
  .vp-banner--left {
    padding: 30px 60px 30px 53px;
  }
  .vp-banner--right {
    padding: 30px 10px 13px 0;
  }
  .vp-banner--right p {
    font-size: 24px !important;
  }
  .vp-banner h2 {
    font-size: 48px;
  }
  .vp-about--inner h2 {
    font-size: 60px;
    padding-left: 0;
  }
  .vp-about--image-inner {
    width: 420px;
    height: 420px;
  }
  .vp-about--right {
    margin-left: 150px;
    padding-right: 0;
  }
  .vp-about--left .vp-about--image-inner {
    width: 480px;
    height: 480px;
    margin: 0;
  }
  .vp-about p {
    font-size: 18px;
  }
  .vp-about ul li {
    font-size: 18px;
  }
  .vp-htu--step {
    font-size: 28px;
  }
  .vp-htu--step p {
    font-size: 28px !important;
  }
  .vp-htu h2 {
    font-size: 60px;
  }
  .vp-prefooter--info {
    margin-right: 0;
  }
  .vp-prefooter--label p,
  .vp-prefooter--label h2,
  .vp-prefooter--label h3,
  .vp-prefooter--label h4,
  .vp-prefooter--label a {
    font-size: 28px;
  }
  .vp-prefooter--link {
    font-size: 20px;
  }
  .vp-prefooter--link span:last-of-type * {
    font-size: 24px;
  }
  .vp--link {
    font-size: 18px;
  }
}
/* fonts - START */
@font-face {
  font-family: 'poppyseed';
  src: url("/themes/custom/myrenal_components/css/original/webfonts/DJB-Poppyseed.ttf") format('opentype');
  font-weight: normal;
  font-style: normal;
}
/* fonts - END */
/* elemens - START */
.ren_rec-row {
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 768px) {
  .ren_rec-row {
    max-width: 1300px;
    padding: 0 40px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .ren_rec-row {
    width: 100%;
    padding: 0 calc(20 * 100vw / 375);
  }
}
.ren_rec--button {
  background-color: #c91b67;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: flex-start;
  border-radius: 50px;
  min-height: 50px;
  border: 5px solid #e81f76;
  text-decoration: none;
}
.ren_rec--button--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fcfcfc;
  border-radius: 50px;
  padding: 3px 10px;
  border: 2px solid;
  border-image: linear-gradient(90deg, transparent, transparent, rgba(255, 255, 255, 0.8), transparent, transparent) 1 20%;
  column-gap: 10px;
  width: 100%;
}
.ren_rec--button--inner:after {
  content: "";
}
.ren_rec--button--icon {
  height: 40px;
  width: 40px;
  background-image: url("/themes/custom/myrenal_components/css/original/img/icons/btn-download-icon.svg");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  flex-shrink: 0;
}
.ren_rec--button--dwn_text {
  font-family: 'VAGRounded-from-trashhand';
  font-size: 24px;
}
.ren_rec--button--text {
  font-family: 'VAGRoundedStd-Thin';
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
}
/* elemens - END */
/* all recipes page - START */
@media (min-width: 768px) {
  .recipe--mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .recipe--desktop {
    display: none;
  }
}
.recipes-all--header {
  background-color: #AEC90B;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 768px) {
  .recipes-all--header {
    min-height: 580px;
    display: grid;
    grid-template-columns: minmax(40px, 1fr) minmax(auto, 410px) 100px minmax(auto, 410px) minmax(40px, 1fr);
    grid-template-areas: ". headertext . . .";
  }
  .recipes-all--header:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 145px;
    background: #eee0d2;
  }
  .recipes-all--header:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-image: url("/themes/custom/myrenal_components/css/original/img/recipes_all-bg-desktop.svg");
    background-position: calc(50% + 320px) bottom;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  .recipes-all--header:after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 750 / 627;
    background-image: url("/themes/custom/myrenal_components/css/original/img/recipes_all-bg-mobile.png");
    background-size: cover;
  }
}
.recipes-all--header--inner {
  z-index: 1;
}
@media (min-width: 768px) {
  .recipes-all--header--inner {
    grid-area: headertext;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .recipes-all--header--inner {
    padding: calc(50 * 100vw / 375) calc(20 * 100vw / 375) calc(40 * 100vw / 375);
  }
}
.recipes-all--header--title {
  color: #fff;
}
@media (min-width: 768px) {
  .recipes-all--header--title {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .recipes-all--header--title {
    margin-bottom: calc(20 * 100vw / 375);
    padding: 0 calc(30 * 100vw / 375);
  }
}
@media (min-width: 768px) {
  .recipes-all--header--title h1 {
    font-size: 50px !important;
  }
}
@media (max-width: 767px) {
  .recipes-all--header--title h1 {
    font-size: calc(35 * 100vw / 375) !important;
  }
}
.recipes-all--header--text {
  color: #fff;
}
@media (min-width: 768px) {
  .recipes-all--header--text {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .recipes-all--header--text {
    margin-bottom: calc(30 * 100vw / 375);
    padding: 0 calc(30 * 100vw / 375);
  }
}
.recipes-all--header--text p:not(:last-of-type) {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .recipes-all--header--button_wrapper {
    margin-bottom: 60px;
  }
}
.view-recipes {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .view-recipes {
    padding: 0 calc(20 * 100vw / 375);
    margin-bottom: calc(60 * 100vw / 375);
  }
}
.view-recipes .view-filters {
  position: relative;
}
@media (min-width: 768px) {
  .view-recipes .view-filters {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .view-recipes .view-filters {
    padding: calc(30 * 100vw / 375) 0;
  }
}
.view-recipes .view-filters .recipe-categories--items .flex {
  justify-content: center;
}
@media (min-width: 768px) {
  .view-recipes .view-filters .recipe-categories--items .flex {
    column-gap: 60px;
  }
}
@media (max-width: 767px) {
  .view-recipes .view-filters .recipe-categories--items .flex {
    flex-direction: column;
    align-items: center;
    row-gap: calc(25 * 100vw / 375);
  }
}
.view-recipes .view-filters .recipe-categories--items .flex .recipe-categories--link {
  display: block;
  color: #007F6E;
  line-height: 1;
}
@media (min-width: 768px) {
  .view-recipes .view-filters .recipe-categories--items .flex .recipe-categories--link {
    font-size: 30px;
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .view-recipes .view-filters .recipe-categories--items .flex .recipe-categories--link {
    font-size: calc(20 * 100vw / 375);
  }
}
.view-recipes .view-filters .recipe-categories--items .flex .recipe-categories--link-active {
  text-decoration: underline;
}
.view-recipes .view-content .block--recipe-items {
  display: grid;
}
@media (min-width: 768px) {
  .view-recipes .view-content .block--recipe-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .view-recipes .view-content .block--recipe-items {
    grid-template-columns: 1fr;
    row-gap: calc(30 * 100vw / 375);
    padding: 0 calc(30 * 100vw / 375);
  }
}
.view-recipes .view-content .block--recipe-items .block--recipe-item {
  position: relative;
}
@media (min-width: 768px) {
  .view-recipes .view-content .block--recipe-items .block--recipe-item {
    aspect-ratio: 370 / 240;
  }
}
@media (max-width: 767px) {
  .view-recipes .view-content .block--recipe-items .block--recipe-item {
    aspect-ratio: 272 / 166;
  }
}
.view-recipes .view-content .block--recipe-items .block--recipe-item .block--recipe-image_wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.view-recipes .view-content .block--recipe-items .block--recipe-item .block--recipe-image_wrapper .block--recipe-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-color: #f7f7f7;
}
@media (max-width: 767px) {
  .view-recipes .view-content .block--recipe-items .block--recipe-item .block--recipe-image_wrapper .block--recipe-image svg {
    position: absolute;
    height: 100%;
    width: 100%;
  }
}
.view-recipes .view-content .block--recipe-items .block--recipe-item .block--recipe-link_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #007F6E;
  background-color: var(--recipe-category-color);
}
.view-recipes .view-content .block--recipe-items .block--recipe-item .block--recipe-link_wrapper .block--recipe-renastep {
  position: absolute;
  right: 0;
  top: -40px;
  width: 30%;
  aspect-ratio: 122 / 60;
  background-image: url("/themes/custom/myrenal_components/css/original/img/renastep_filter_logo.png");
  background-size: cover;
}
.view-recipes .view-content .block--recipe-items .block--recipe-item .block--recipe-link_wrapper .block--recipe-link {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: calc(22 / 18);
  width: 100%;
  padding: 18px 20px 10px;
}
.view-recipes .pager {
  padding: 40px 0 0;
}
@media (max-width: 767px) {
  .view-recipes .pager {
    font-size: calc(20 * 100vw / 375);
    padding: calc(40 * 100vw / 375) 0 0;
  }
}
.view-recipes .pager__item a {
  font-size: 20px;
  line-height: 1;
  color: #007F6E;
}
@media (max-width: 767px) {
  .view-recipes .pager__item a {
    font-size: calc(20 * 100vw / 375);
  }
}
.recipes-all--renastep {
  max-width: 1020px;
  margin: 60px auto;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
}
@media (max-width: 767px) {
  .recipes-all--renastep {
    display: none;
  }
}
.recipes-all--renastep-logo {
  flex-shrink: 0;
  width: 122px;
  aspect-ratio: 122 / 60;
  background-image: url("/themes/custom/myrenal_components/css/original/img/renastep_filter_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.recipes-all--renastep-text * {
  font-size: 14px;
  line-height: 20px;
  color: #6e6e6e;
}
/* all recipes page - END */
/* recipe page - START */
.ren_rec {
  position: relative;
  background-color: #fff;
}
@media (min-width: 768px) {
  .ren_rec {
    margin-bottom: 220px;
  }
}
@media (max-width: 767px) {
  .ren_rec {
    margin-bottom: calc(100 * 100vw / 375);
  }
}
.ren_rec--header {
  background-size: cover;
  max-width: 100%;
}
@media (min-width: 768px) {
  .ren_rec--header {
    aspect-ratio: 1920 / 634;
    min-height: 450px;
    display: flex;
  }
}
@media (min-width: 768px) {
  .ren_rec--header .ren_rec-row {
    display: flex;
    column-gap: 40px;
  }
}
@media (max-width: 767px) {
  .ren_rec--header .ren_rec-row {
    padding: 0 calc(40 * 100vw / 375);
  }
}
@media (min-width: 768px) {
  .ren_rec--header--title_wrapper {
    align-self: center;
    flex: 1 1 50%;
    padding: 70px 0 20px;
  }
}
@media (max-width: 767px) {
  .ren_rec--header--title_wrapper {
    text-align: center;
    padding: calc(40 * 100vw / 375) 0 calc(20 * 100vw / 375);
  }
}
.ren_rec--header--title_wrapper h1 {
  color: #df1e72;
  font-family: "poppyseed", "VAGRounded-from-trashhand";
}
@media (min-width: 768px) {
  .ren_rec--header--title_wrapper h1 {
    font-size: 75px !important;
    line-height: 110px;
  }
}
@media (max-width: 767px) {
  .ren_rec--header--title_wrapper h1 {
    font-size: calc(30 * 100vw / 375) !important;
    line-height: calc(45 * 100vw / 375);
  }
}
@media (min-width: 768px) {
  .ren_rec--header--img_wrapper {
    flex: 1 1 50%;
    align-self: flex-end;
  }
}
.ren_rec--header--img_wrapper img {
  display: block;
  width: 100%;
}
.ren_rec--base_info {
  background-color: #df1e72;
}
@media (min-width: 768px) {
  .ren_rec--base_info {
    margin: 7px 0;
  }
}
@media (max-width: 767px) {
  .ren_rec--base_info {
    margin: calc(7 * 100vw / 375) 0;
  }
}
@media (min-width: 768px) {
  .ren_rec--base_info--list {
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1px;
    margin: 7px 0;
  }
}
@media (max-width: 767px) {
  .ren_rec--base_info--list {
    padding: calc(15 * 100vw / 375) 0;
  }
}
.ren_rec--base_info--item {
  color: #fff;
  text-align: center;
  line-height: calc(31 / 21);
}
@media (min-width: 768px) {
  .ren_rec--base_info--item {
    background-color: #df1e72;
    padding: 20px;
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .ren_rec--base_info--item {
    font-size: calc(16 * 100vw / 375);
  }
}
@media (min-width: 768px) {
  .ren_rec--grid_wrapper {
    position: relative;
    display: grid;
    grid-template-columns: minmax(40px, 1fr) minmax(auto, 590px) 40px minmax(auto, 590px) minmax(40px, 1fr);
    grid-template-rows: auto 10px auto auto;
    grid-template-areas: " . ingredients . video . " " .      .      . video . " " .    method   . video . " " .    method   .  file . ";
    margin-bottom: 70px;
  }
  .ren_rec--grid_wrapper::before {
    content: "";
    background-color: #AEC90B;
    grid-column: 1 / -1;
    grid-row: 1 / 1;
  }
  .ren_rec--grid_wrapper::after {
    content: "";
    background-color: #F29100;
    grid-column: 1 / -1;
    grid-row: 3 / -1;
  }
}
@media (max-width: 767px) {
  .ren_rec--grid_wrapper {
    margin-bottom: calc(55 * 100vw / 375);
  }
}
.ren_rec--ingredients {
  grid-area: ingredients;
  position: relative;
}
@media (min-width: 768px) {
  .ren_rec--ingredients {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .ren_rec--ingredients {
    padding: calc(20 * 100vw / 375) calc(40 * 100vw / 375) calc(40 * 100vw / 375);
    background-color: #AEC90B;
  }
}
.ren_rec--ingredients--title {
  font-family: "poppyseed", "VAGRounded-from-trashhand";
  line-height: calc(70 / 40);
  color: #3E3E3E;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .ren_rec--ingredients--title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .ren_rec--ingredients--title {
    font-size: calc(30 * 100vw / 375);
  }
}
@media (min-width: 768px) {
  .ren_rec--ingredients--list {
    column-count: 2;
    column-gap: 20px;
  }
}
.ren_rec--ingredients--list li {
  color: #3E3E3E;
  line-height: calc(24 / 20);
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .ren_rec--ingredients--list li {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ren_rec--ingredients--list li {
    font-size: calc(16 * 100vw / 375);
  }
}
.ren_rec--video {
  aspect-ratio: 505 / 320;
  position: relative;
}
.ren_rec--video_wrapper {
  grid-area: video;
  position: relative;
  align-self: flex-start;
  background: #fff;
}
@media (min-width: 768px) {
  .ren_rec--video_wrapper {
    max-width: 545px;
    margin: 30px 0;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .ren_rec--video_wrapper {
    padding: calc(20 * 100vw / 375);
  }
}
.ren_rec--video_wrapper.ren_rec-transition .ren_rec--video--cover {
  opacity: 0;
}
.ren_rec--video_wrapper.ren_rec-active .ren_rec--video--cover {
  display: none;
}
.ren_rec--video--cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.ren_rec--video--cover:hover .ren_rec--video--control {
  transform: scale(2);
}
.ren_rec--video--control {
  transition: all 0.3s ease-in-out;
  aspect-ratio: 1;
  background-image: url("/themes/custom/myrenal_components/css/original/img/ico-start.png");
  background-size: cover;
}
@media (min-width: 768px) {
  .ren_rec--video--control {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .ren_rec--video--control {
    width: calc(80 * 100vw / 375);
  }
}
.ren_rec--video .video-embed-field-responsive-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.ren_rec--video--label {
  display: flex;
  align-items: center;
  color: #D8026B;
  font-family: "poppyseed", "VAGRounded-from-trashhand";
  cursor: pointer;
  line-height: 1;
}
.ren_rec--video--label:after {
  content: "";
  background-image: url("/themes/custom/myrenal_components/css/original/img/ico-start-red.png");
  background-size: cover;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .ren_rec--video--label:after {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .ren_rec--video--label:after {
    width: calc(35 * 100vw / 375);
    height: calc(35 * 100vw / 375);
  }
}
@media (min-width: 768px) {
  .ren_rec--video--label {
    padding: 15px 0;
    font-size: 40px;
    column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .ren_rec--video--label {
    padding: calc(10 * 100vw / 375) 0;
    font-size: calc(25 * 100vw / 375);
    column-gap: calc(10 * 100vw / 375);
  }
}
.ren_rec--video--text {
  color: #3E3E3E;
  line-height: calc(22 / 20);
}
@media (min-width: 768px) {
  .ren_rec--video--text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ren_rec--video--text {
    font-size: calc(16 * 100vw / 375);
  }
}
.ren_rec--method {
  grid-area: method;
  position: relative;
}
@media (min-width: 768px) {
  .ren_rec--method {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .ren_rec--method {
    padding: calc(20 * 100vw / 375) calc(40 * 100vw / 375) calc(40 * 100vw / 375);
    background-color: #F29100;
  }
}
.ren_rec--method--title {
  font-family: "poppyseed", "VAGRounded-from-trashhand";
  line-height: calc(70 / 40);
  color: #3E3E3E;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .ren_rec--method--title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .ren_rec--method--title {
    font-size: calc(30 * 100vw / 375);
  }
}
.ren_rec--method--list {
  counter-reset: custom-counter;
}
.ren_rec--method--list li {
  color: #3E3E3E;
  line-height: calc(24 / 20);
  display: flex;
  position: relative;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .ren_rec--method--list li {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ren_rec--method--list li {
    font-size: calc(16 * 100vw / 375);
  }
}
.ren_rec--method--list li:before {
  position: relative;
  content: counter(custom-counter) ".";
  counter-increment: custom-counter;
  margin-right: 0.5em;
}
.ren_rec--method--list li * {
  font-size: inherit;
}
.ren_rec--file_wrapper {
  grid-area: file;
  position: relative;
  display: flex;
}
@media (min-width: 768px) {
  .ren_rec--file_wrapper {
    padding: 55px 0 45px;
  }
}
@media (max-width: 767px) {
  .ren_rec--file_wrapper {
    padding: calc(20 * 100vw / 375) calc(15 * 100vw / 375) calc(40 * 100vw / 375);
    background-color: #F29100;
  }
}
@media (min-width: 768px) {
  .ren_rec--other_first_row {
    display: flex;
    column-gap: 50px;
  }
}
@media (min-width: 768px) {
  .ren_rec--other_second_row {
    margin-top: 140px;
  }
}
@media (max-width: 767px) {
  .ren_rec--other_second_row {
    margin-top: calc(80 * 100vw / 375);
  }
}
@media (min-width: 768px) {
  .ren_rec--nutrition {
    flex: 0 1 50%;
  }
}
@media (max-width: 767px) {
  .ren_rec--nutrition {
    margin-bottom: calc(50 * 100vw / 375);
  }
}
.ren_rec--nutrition caption {
  font-family: "poppyseed", "VAGRounded-from-trashhand";
  line-height: calc(70 / 43);
  color: #3E3E3E;
  margin-bottom: 0.5em;
  text-align: left;
}
@media (min-width: 768px) {
  .ren_rec--nutrition caption {
    font-size: 43px;
  }
}
@media (max-width: 767px) {
  .ren_rec--nutrition caption {
    font-size: calc(30 * 100vw / 375);
  }
}
.ren_rec--nutrition table th {
  background-color: #41768D;
  color: #fff !important;
}
.ren_rec--nutrition table td,
.ren_rec--nutrition table th {
  line-height: 1.2;
  border: 1px solid #41768D;
  color: #41768D;
}
@media (min-width: 768px) {
  .ren_rec--nutrition table td,
  .ren_rec--nutrition table th {
    font-size: 20px;
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .ren_rec--nutrition table td,
  .ren_rec--nutrition table th {
    font-size: calc(14 * 100vw / 375);
    padding: calc(10 * 100vw / 375) calc(12 * 100vw / 375);
  }
}
.ren_rec--hint {
  color: #df1e72;
}
@media (min-width: 768px) {
  .ren_rec--hint {
    flex: 0 1 50%;
  }
}
@media (max-width: 767px) {
  .ren_rec--hint {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .ren_rec--hint--inner {
    width: 210px;
    text-align: center;
  }
}
.ren_rec--hint--inner a {
  color: inherit;
  text-decoration: underline;
}
.ren_rec--hint:before {
  content: "";
  display: block;
  aspect-ratio: 209 / 184;
  background-image: url("/themes/custom/myrenal_components/css/original/img/recipe-handy_hint.png");
  background-size: cover;
}
@media (min-width: 768px) {
  .ren_rec--hint:before {
    width: 210px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .ren_rec--hint:before {
    width: calc(140 * 100vw / 375);
    margin: 0 auto calc(20 * 100vw / 375);
  }
}
@media (max-width: 767px) {
  .ren_rec--hint * {
    font-size: calc(16 * 100vw / 375);
  }
}
.ren_rec--renastep {
  display: flex;
}
@media (min-width: 768px) {
  .ren_rec--renastep {
    column-gap: 35px;
  }
}
@media (max-width: 767px) {
  .ren_rec--renastep {
    flex-direction: column;
    align-items: center;
    row-gap: calc(25 * 100vw / 375);
  }
}
.ren_rec--renastep_logo {
  flex-shrink: 0;
  aspect-ratio: 366 / 179;
  background-image: url("/themes/custom/myrenal_components/css/original/img/recipe-renastep_logo.png");
  background-size: cover;
}
@media (min-width: 768px) {
  .ren_rec--renastep_logo {
    align-self: flex-start;
    width: 183px;
  }
}
@media (max-width: 767px) {
  .ren_rec--renastep_logo {
    width: calc(120 * 100vw / 375);
  }
}
.ren_rec--renastep_text {
  color: #717171;
}
@media (max-width: 767px) {
  .ren_rec--renastep_text * {
    text-align: center;
    font-size: calc(16 * 100vw / 375);
  }
}
.ren_rec--back_link {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  min-height: 50px;
  padding: 10px 30px;
  background-color: #007F6E;
  border: 5px solid #007f6e;
  color: #fff;
  font-family: 'VAGRoundedStd-Thin';
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .ren_rec--back_link {
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  .ren_rec--back_link {
    width: 100%;
    margin-top: calc(40 * 100vw / 375);
  }
}
.ren_rec--back_link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  right: -2px;
  height: 50%;
  box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.5);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  z-index: 1;
  pointer-events: none;
}
.ren_rec--back_link_wrapper {
  display: flex;
}
@media (min-width: 768px) {
  .ren_rec--back_link_wrapper {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .ren_rec--back_link_wrapper {
    margin-top: calc(40 * 100vw / 375);
  }
}
/* recipe page - END */
html[dir="rtl"] * {
  direction: rtl !important;
}
html[dir="rtl"] .section--infoblock-usefull {
  padding: 0 20px;
}
html[dir="rtl"] .nav__logo {
  margin-right: 20px;
}
@media screen and (min-width: 992px) {
  html[dir="rtl"] .background.background-position-hp-living {
    left: 0;
    right: 480px;
  }
}
html[dir="rtl"] .slide--homepage-slide .slide__text {
  right: 50px;
  left: auto;
}
@media screen and (min-width: 768px) {
  html[dir="rtl"] .slide--homepage-slide .slide__text {
    right: 40px;
  }
}
html[dir="rtl"] .slide--homepage-slide .slide__image {
  left: 10px;
  right: auto;
}
@media screen and (min-width: 768px) {
  html[dir="rtl"] .slide--homepage-slide--circle-orange blockquote,
  html[dir="rtl"] .slide--homepage-slide--circle-orange .blockquote {
    right: -110px;
  }
}
@media screen and (min-width: 992px) {
  html[dir="rtl"] .slide--homepage-slide--circle-orange blockquote,
  html[dir="rtl"] .slide--homepage-slide--circle-orange .blockquote {
    right: -60px;
  }
}
html[dir="rtl"] .paragraph--slide-simple .slick-left,
html[dir="rtl"] .paragraph--slide-simple .slick-right,
html[dir="rtl"] .paragraph--slide-more-per-page .slick-left,
html[dir="rtl"] .paragraph--slide-more-per-page .slick-right {
  z-index: 1000;
}
@media screen and (max-width: 870px) {
  html[dir="rtl"] .paragraph--slide-simple .slick-left,
  html[dir="rtl"] .paragraph--slide-simple .slick-right,
  html[dir="rtl"] .paragraph--slide-more-per-page .slick-left,
  html[dir="rtl"] .paragraph--slide-more-per-page .slick-right {
    display: none;
  }
}
html[dir="rtl"] .paragraph--slide-simple .slick-left {
  right: -45px;
  left: auto;
}
@media screen and (max-width: 1023px) {
  html[dir="rtl"] .paragraph--slide-simple .slick-left {
    right: 10px;
  }
}
html[dir="rtl"] .paragraph--slide-simple .slick-right {
  left: -40px;
  right: auto;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  html[dir="rtl"] .paragraph--slide-simple .slick-right {
    left: 10px;
  }
}
html[dir="rtl"] .fa-caret-right:before {
  content: "\f0d9";
}
html[dir="rtl"] .fa-caret-left:before {
  content: "\f0da";
}
html[dir="rtl"] .paragraph--slide-more-per-page .slick-left {
  right: -40px;
  left: auto;
}
@media screen and (max-width: 1023px) {
  html[dir="rtl"] .paragraph--slide-more-per-page .slick-left {
    right: 10px;
  }
}
html[dir="rtl"] .paragraph--slide-more-per-page .slick-right {
  left: -40px;
  right: auto;
}
@media screen and (max-width: 1023px) {
  html[dir="rtl"] .paragraph--slide-more-per-page .slick-right {
    left: 10px;
  }
}
html[dir="rtl"] .background.background-position-how-is-kidney-managed {
  left: 0;
  right: auto;
}
@media screen and (min-width: 992px) {
  html[dir="rtl"] .background.background-position-how-is-kidney-managed-green {
    left: auto;
    right: -10px;
    height: 130%;
  }
  html[dir="rtl"] .background.background-position-how-is-kidney-managed-green .desktop {
    transform: scaleX(-1);
  }
}
html[dir="rtl"] .section--infoblock-usefull .paragraph--text .text__inner ul {
  padding-right: 20px;
}
html[dir="rtl"] .section--infoblock-usefull .paragraph--text .text__inner ul li {
  margin-right: 0;
  padding-left: 10px;
  margin-left: 20px;
}
html[dir="rtl"] .block-explore__item img {
  transform: scaleX(-1);
}
html[dir="rtl"] .footer ul li:first-of-type {
  border-right: none;
}
html[dir="rtl"] .footer ul li:last-of-type {
  border-right: 1px solid #ffffff;
  padding: 0 10px;
}
html[dir="rtl"] .extra-position--right-20-top-15 {
  position: relative;
}
@media screen and (min-width: 992px) {
  html[dir="rtl"] .extra-position--right-20-top-15 {
    left: 20%;
    position: absolute;
    right: auto;
    z-index: 3;
  }
}
@media screen and (min-width: 992px) {
  html[dir="rtl"] .extra-position--right-center,
  html[dir="rtl"] .section--infoblock .background-position-right-bottom,
  html[dir="rtl"] .extra-position--right-top-25,
  html[dir="rtl"] .section--infoblock .background-position-right-center {
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 992px) {
  html[dir="rtl"] .extra-position--right-top-25 {
    left: -20px;
    right: auto;
  }
}
html[dir="rtl"] .extra-position--left-60-bottom-0 {
  left: 20%;
}
@media screen and (min-width: 992px) {
  html[dir="rtl"] .extra-position--left-60-bottom-0 {
    right: 60%;
    left: auto;
    transform: translateX(50%);
  }
}
html[dir="rtl"] .section--oral-diet-header .extra--download {
  left: auto;
  right: 30px;
}
html[dir="rtl"] .section--recipes .background-position-bottom-center,
html[dir="rtl"] .section--eating-out .background-position-top-right {
  right: auto;
  left: 0;
}
@media screen and (min-width: 992px) {
  html[dir="rtl"] .background.background-position-tube-feeding {
    left: 25px;
    right: auto;
  }
}
@media screen and (min-width: 992px) {
  html[dir="rtl"] .background.background-position-type-of-tubes {
    left: 80px;
    right: auto;
    height: 400px;
    top: 40px;
  }
}
@media screen and (min-width: 992px) {
  html[dir="rtl"] .background.background-position-other-benefits {
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 992px) {
  html[dir="rtl"] .background.background-position-living-kd {
    right: 420px;
    left: auto;
  }
}
@media screen and (min-width: 992px) {
  html[dir="rtl"] .background.background-position-living-kd-text {
    left: auto;
    right: 0;
    height: 580px;
    top: 45px;
  }
}
@media screen and (min-width: 992px) {
  html[dir="rtl"] .background.background-position-school-text {
    top: 25px;
    left: -440px;
    right: 0;
  }
}
html[dir="rtl"] .section--activities .extra-position--top-center {
  right: 420px;
  left: 0;
}
@media screen and (min-width: 992px) {
  html[dir="rtl"] .background.background-position-activities {
    right: 310px;
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  html[dir="rtl"] .extra-position--right-center,
  html[dir="rtl"] .extra-position--right-top-25 {
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  html[dir="rtl"] .section--activities .extra-position--top-center {
    right: 0;
    position: relative;
  }
}
html[dir="rtl"] .extra--btn-wrapper {
  justify-content: right;
}
html[dir="rtl"] .section--oral-diet-header .extra--btn {
  min-width: auto;
}
html[dir="rtl"] .section--fluid .background-position-right-top {
  right: 75%;
}
@media screen and (max-width: 991px) {
  html[dir="rtl"] .section--fluid .background-position-right-top {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  html[dir="rtl"] .recipes-all--header:after,
  article[dir="rtl"] .recipes-all--header:after {
    background-position: calc(50% - 400px) bottom;
  }
  html[dir="rtl"] .view-recipes .view-content .block--recipe-items .block--recipe-item .block--recipe-link_wrapper .block--recipe-renastep,
  article[dir="rtl"] .view-recipes .view-content .block--recipe-items .block--recipe-item .block--recipe-link_wrapper .block--recipe-renastep {
    left: 10px;
    right: initial;
  }
}
.strong--yellow strong {
  color: #F6E236;
}
.color--white {
  color: #ffffff;
}
.color--black {
  color: #000000;
}
.color--whit-fc {
  color: #fcfcfc;
}
.color--orange {
  color: #bb5c03;
}
.color--peach {
  color: #F6CC97;
}
.color--pearl {
  color: #FCF8DD;
}
.color--dark-green {
  color: #00816D;
}
.color--light-blue {
  color: #8DC7EA;
}
.color--lime {
  color: #AEC90B;
}
.color--yellow {
  color: #F6E236;
}
.color--sand {
  color: #F5E895;
}
.color--pale-blue {
  color: #deeeec;
}
.color--green-light {
  color: #90907A;
}
.color--brown {
  color: #635948;
}
.color--gray {
  color: #C4BFB8;
}
.color--pink {
  color: #df1e72;
}
.bg--white {
  background-color: #ffffff;
}
.bg--black {
  background-color: #000000;
}
.bg--whit-fc {
  background-color: #fcfcfc;
}
.bg--orange {
  background-color: #bb5c03;
}
.bg--peach {
  background-color: #F6CC97;
}
.bg--pearl {
  background-color: #FCF8DD;
}
.bg--dark-green {
  background-color: #00816D;
}
.bg--light-blue {
  background-color: #8DC7EA;
}
.bg--lime {
  background-color: #AEC90B;
}
.bg--yellow {
  background-color: #F6E236;
}
.bg--sand {
  background-color: #F5E895;
}
.bg--pale-blue {
  background-color: #deeeec;
}
.bg--green-light {
  background-color: #90907A;
}
.bg--brown {
  background-color: #635948;
}
.bg--gray {
  background-color: #C4BFB8;
}
.bg--pink {
  background-color: #df1e72;
}
.bg--orange {
  background-color: #f5a733;
}
.bg--pink {
  background-color: #ed4c91;
}
.slide--homepage-slide.bd--white .slide__text {
  border-color: #ffffff;
}
.slide--homepage-slide.bd--black .slide__text {
  border-color: #000000;
}
.slide--homepage-slide.bd--whit-fc .slide__text {
  border-color: #fcfcfc;
}
.slide--homepage-slide.bd--orange .slide__text {
  border-color: #bb5c03;
}
.slide--homepage-slide.bd--peach .slide__text {
  border-color: #F6CC97;
}
.slide--homepage-slide.bd--pearl .slide__text {
  border-color: #FCF8DD;
}
.slide--homepage-slide.bd--dark-green .slide__text {
  border-color: #00816D;
}
.slide--homepage-slide.bd--light-blue .slide__text {
  border-color: #8DC7EA;
}
.slide--homepage-slide.bd--lime .slide__text {
  border-color: #AEC90B;
}
.slide--homepage-slide.bd--yellow .slide__text {
  border-color: #F6E236;
}
.slide--homepage-slide.bd--sand .slide__text {
  border-color: #F5E895;
}
.slide--homepage-slide.bd--pale-blue .slide__text {
  border-color: #deeeec;
}
.slide--homepage-slide.bd--green-light .slide__text {
  border-color: #90907A;
}
.slide--homepage-slide.bd--brown .slide__text {
  border-color: #635948;
}
.slide--homepage-slide.bd--gray .slide__text {
  border-color: #C4BFB8;
}
.slide--homepage-slide.bd--pink .slide__text {
  border-color: #df1e72;
}
.column--1 {
  width: 100%;
}
.column--2 {
  width: 50%;
}
