/*! 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.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -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. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * 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;
}

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-widget-gplus {
  overflow: hidden;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}

.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.w-form-formradioinput--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
}

.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-checkbox::before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.w-checkbox::after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
    font-family: Mrdodo, sans-serif;
    color: #007078;
    font-size: 100%;
    line-height: 100%;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Veneer, Impact, sans-serif;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

p {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 400;
}

a {
    text-decoration: underline;
}

ul {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px;
}

ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px;
}

img {
    display: inline-block;
    max-width: 100%;
}

blockquote {
    margin-bottom: 10px;
    padding: 10px 20px;
    border-left: 5px solid #e2e2e2;
    font-size: 18px;
    line-height: 22px;
}

figcaption {
    margin-top: 5px;
    color: rgba(77, 74, 71, 0.48);
    font-size: 16px;
    text-align: center;
}

.container {
    display: block;
    width: 100%;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.container.container-kibble {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.container.container--center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.container.container--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.container.container--lp-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.container.container--footer-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.container.container--blog-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.container.container--small {
    max-width: 700px;
}

.container.container--medium {
    max-width: 1060px;
}

.container.container--edge {
    padding-right: 0px;
    padding-left: 0px;
}

.container.container--tiny {
    max-width: 500px;
}

.navbar-brand {
    display: block;
    margin-right: 16px;
    margin-left: 0px;
    padding-left: 0px;
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.navbar-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.logo-brand {
    height: 48px;
}

.wobble {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 95%;
}

.kibble-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 324px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 3.4em;
    line-height: 1.1em;
}

.kibble-descr {
    max-width: 520px;
    margin-top: 32px;
    color: #007078;
    font-size: 1.6em;
    line-height: 1.4em;
}

.kibble-pane {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100vh;
    min-height: 100vh;
    padding: 128px 32px 128px 96px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.kibble-heading {
    margin-top: 0px;
    margin-bottom: 48px;
    font-family: Veneer, Impact, sans-serif;
    color: #007078;
    font-size: 100px;
    line-height: 1.1em;
    font-weight: 400;
}

.kibble-count {
    margin-right: 32px;
    font-family: Veneer, Impact, sans-serif;
    color: #007078;
    font-size: 6.4em;
    line-height: 1em;
}

.kibble-description {
    margin-bottom: 0px;
    color: #007078;
    font-size: 2em;
    line-height: 1.4em;
}

.section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 64px 0px;
    background-color: #eaf8f8;
}

.section.section--kibble {
    display: block;
    padding: 0px;
    background-color: #5bcaca;
}

.section.section--delicious {
    padding: 0px;
    background-color: #fff;
}

.section.section--favourite {
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.section.section--fresh {
    background-color: #fff;
    text-align: center;
}

.section.section--friends {
    padding: 0px;
}

.section.section--pals {
    min-height: 90vh;
    padding-right: 64px;
    padding-left: 64px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/ocean_bg--wide-optimised.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.section.section--fresh-ingredients {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: rgba(232, 225, 215, 0.6);
}

.section.section--recipe {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #5bcaca;
    text-align: center;
}

.section.section--revolution {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: rgba(232, 225, 215, 0.6);
}

.section.section--fresh-cta {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #d7e200;
}

.section.section--help {
    background-color: #5bcaca;
}

.section.section--reviews {
    background-color: #fff;
    text-align: center;
}

.section.section--cats-fussy {
    background-color: #d7e200;
    color: #007078;
}

.section.section--cta-blocks {
    background-color: #fff;
}

.section.section--cats-best {
    background-color: #5bcaca;
    color: #007078;
}

.section.section--fishy {
    padding-top: 16px;
    padding-bottom: 16px;
}

.section.section--shipping-info {
    background-color: #fff;
}

.section.section--intro-charity {
    min-height: 72vh;
    padding-top: 128px;
    padding-bottom: 128px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #5bcaca;
    text-align: center;
}

.section.section--charity-overiew {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #b078c3;
}

.section.section--charity-project {
    padding-top: 128px;
    padding-bottom: 128px;
    background-color: #fff;
    text-align: center;
}

.section.section--charity-impact {
    padding-top: 128px;
    padding-bottom: 128px;
    background-color: #b078c3;
    text-align: center;
}

.section.section--charity-story {
    padding-top: 128px;
    padding-bottom: 128px;
    background-color: #fff;
    text-align: center;
}

.section.section--charity-next {
    padding-top: 128px;
    padding-bottom: 128px;
    background-color: #fff;
}

.section.section--fesh-lp {
    padding-top: 128px;
    padding-bottom: 96px;
    background-color: #5bcaca;
    text-align: center;
}

.section.section--lp-reviews {
    background-color: #fff;
    color: #007078;
    text-align: center;
}

.section.section--lp-cta {
    padding-top: 32px;
    padding-bottom: 128px;
    background-color: #fff;
    text-align: center;
}

.section.section--lp-cats {
    padding-top: 128px;
    padding-bottom: 128px;
    background-color: #fff;
}

.section.section--trial-home {
    padding-top: 64px;
    padding-bottom: 64px;
    border-bottom: 1px solid rgba(0, 112, 120, 0.16);
    background-color: #fff;
    text-align: center;
}

.section.section--commerce {
    padding: 0px;
}

.section.section--white {
    background-color: #fff;
}

.section.section--white.pb {
    padding-bottom: 0px;
}

.section.section--white.section--small.overflow-hidden {
    overflow: hidden;
}

.section.section--white.section--small.overflow-hidden.section-trustpilot-minh {
    min-height: 84px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section.section--story-intro {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #fff;
    color: #007078;
    text-align: center;
}

.section.section--story-chapter-2 {
    background-color: #f3efe9;
    color: #007078;
}

.section.section--story-chapter-3 {
    background-color: #f3efe9;
    color: #007078;
}

.section.section--story-chapter-4 {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #5bcaca;
    color: #fff;
}

.section.section--story-chapter-5 {
    background-color: #fff;
    color: #007078;
}

.section.section--story-chapter-6 {
    background-color: #f3efe9;
    color: #007078;
}

.section.section--story-chapter-7 {
    background-color: #fff;
    color: #007078;
}

.section.section--story-chapter-8 {
    background-color: #fff;
    color: #007078;
}

.section.section--story-chapter-9 {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #5bcaca;
    color: #fff;
}

.section.section--jobs-intro {
    min-height: 80vh;
    padding-top: 96px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #5bcaca;
    background-image: url('../images/jobs-mascotte.png');
    background-position: 90% 100%;
    background-size: 20%;
    background-repeat: no-repeat;
    text-align: center;
}

.section.section--jobs {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #5bcaca;
    color: #fff;
    text-align: center;
}

.section.section--ec-way {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #fff;
    text-align: center;
}

.section.section--slider {
    display: block;
    padding: 0px;
    background-color: #d7e200;
}

.section.section--job-benefits {
    padding-top: 96px;
    padding-bottom: 96px;
    color: #007078;
    text-align: center;
}

.section.section--jobs-misison {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #fff;
}

.section.section--jobs-vibe {
    height: 60vh;
    background-image: url('../images/2593557.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.section.section--full-bleed {
    min-height: 100vh;
    padding-right: 64px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e8e1d7;
    text-align: center;
}

.section.section--full-bleed.bag {
    min-height: 100vh;
}

.section.section--full-bleed.tins {
    min-height: 72vh;
    background-image: url('../images/Image_33_Tins_draw.png');
    background-position: 0% 50%;
    background-size: auto 100%;
}

.section.section--full-bleed.right {
    padding-right: 0px;
    padding-left: 64px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.section.section--full-bleed.left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.section.section--green {
    background-color: #a0d035;
    color: #fff;
    text-align: center;
}

.section.section--blue-old {
    position: relative;
    min-height: 93vh;
    padding-top: 192px;
    padding-bottom: 192px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #5bcaca;
    text-align: center;
}

.section.section--blue-old.section--header {
    min-height: 100vh;
    margin-top: -81px;
}

.section.section--recycle-image {
    min-height: 100vh;
    background-color: rgba(234, 248, 248, 0);
    background-image: url('../images/BagPink-min-1.gif');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.section.section--tins {
    min-height: 56vh;
    background-image: url('../images/TinsBelt.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.section.section--in-between {
    padding: 96px;
    background-color: #fff;
    text-align: center;
}

.section.section--blocks {
    min-height: 64vh;
    padding: 0px;
}

.section.section--columns {
    padding-top: 192px;
    padding-bottom: 192px;
    background-color: #f3efe9;
    text-align: center;
}

.section.section--columns.blue {
    background-color: #5bcaca;
}

.section.section--plastic-problem {
    min-height: 90vh;
    padding-right: 64px;
    padding-left: 64px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/Plastic-Layers-V2-IW-cropped.png');
    background-position: 50% 51%;
    background-size: cover;
    text-align: center;
}

.section.section--circular {
    min-height: auto;
    padding-top: 192px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ebefe2;
}

.section.section--loyalty-intro {
    padding-top: 128px;
    padding-bottom: 128px;
    background-color: #5bcaca;
    color: #fff;
    text-align: center;
}

.section.section--loyalty-choice {
    padding-top: 128px;
    padding-bottom: 128px;
    background-color: #fff;
}

.section.section--yellow {
    background-color: #d7e200;
}

.section.section--brown {
    background-color: #e8e1d7;
}

.section.section--brown.section--large.section--vertical.pos-rel.section-tp-aside {
    padding-top: 132px;
}

.section.section--brown.section-hero-home {
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.section.section--large {
    padding-top: 96px;
    padding-bottom: 96px;
}

.section.section--large.pb0 {
    padding-bottom: 0px;
}

.section.section--large.section--brown.section-dental-bg-hand {
    position: relative;
    overflow: hidden;
}

.section.section--large.hiri-hero {
    background-color: #ede6dc;
}

.section.section--large.section--blue.overflow-hidden {
    overflow: hidden;
}

.section.section--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section.section--blue {
    background-color: #5bcaca;
}

.section.section--small {
    padding-top: 32px;
    padding-bottom: 32px;
}

.section.section--purple-soft {
    background-color: #e9e1eb;
}

.section.section--purple {
    background-color: #652767;
}

.section.section--purple-light {
    background-color: #b783ca;
}

.section.section--pull-up-spacing {
    padding-bottom: 96px;
}

.section.section--pull-up-spacing.section--brown.section--vertical {
    min-height: 40px;
}

.section.section--darkgreen {
    background-color: #36573b;
}

.kibble-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.kibble-header.kibble-header--stacked {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.kibble-section-main {
    position: relative;
    z-index: 0;
    overflow: visible;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #5bcaca;
}

.kibble-content-wrapper {
    position: relative;
    z-index: 35;
    width: 524px;
    min-width: 480px;
    margin-left: 48px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.kibble-frames-placeholder {
    position: relative;
    width: 40vw;
    height: 40vw;
    max-height: 352px;
    max-width: 352px;
    min-height: 176px;
    min-width: 176px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.kibble-frame-back {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    width: 352px;
    height: 352px;
}

.kibble-frame-front {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 20;
    width: 352px;
    height: 352px;
}

.kibble-frame--meat-second {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    width: 352px;
    height: 352px;
    opacity: 0;
}

.kibble-frame--chicken-second {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    width: 352px;
    height: 352px;
    opacity: 0;
}

.kibble-frame--apple {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    width: 352px;
    height: 352px;
    opacity: 0;
}

.kibble-frame--blueberry {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 4;
    width: 352px;
    height: 352px;
    opacity: 0;
}

.kibble-frame--beetroot {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 4;
    width: 352px;
    height: 352px;
    opacity: 0;
}

.kibble-frame--meat {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 4;
    width: 352px;
    height: 352px;
    opacity: 0;
}

.kibble-frame--chicken {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 4;
    width: 352px;
    height: 352px;
    opacity: 0;
}

.kibble-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 30;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    padding-right: 32px;
    padding-left: 96px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.kibble-overlay.position-sticky {
    position: -webkit-sticky;
    position: sticky;
}

.kibble-frames {
    position: relative;
    width: 352px;
    height: 352px;
    max-height: 352px;
    max-width: 352px;
    min-height: 352px;
    min-width: 352px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.kibble-panes {
    height: 300vh;
    margin-top: -100vh;
}

.kibble-panes-end {
    height: 100vh;
}

.kibble-frame-glove {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    display: block;
    width: 352px;
    height: 352px;
    opacity: 0;
}

.kibble-bowl {
    position: relative;
    width: 352px;
    height: 352px;
}

.kibble-baked {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 25;
    width: 352px;
    height: 352px;
}

.kibble-bowl-baked {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 352px;
    height: 352px;
}

.bowl-baked-glove {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    display: block;
    width: 352px;
    height: 352px;
}

.kibble-sub-heading {
    margin-top: 96px;
    margin-bottom: 12px;
    font-size: 56px;
    line-height: 70px;
    font-weight: 400;
}

.kibble-arrow-scroll {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.rich-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
    margin-left: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.rich-link.rich-link--on-light {
    color: #5bcaca;
}

.rich-link.rich-link--on-light {
    color: #5bcaca;
}

.rich-link-text {
    display: inline-block;
    color: #007078;
    text-transform: uppercase;
}

.sub-navbar-title {
    color: #007078;
    font-size: 16px;
    line-height: 38px;
    text-decoration: none;
}

.rich-link-icon {
    display: inline;
    width: 18px;
    height: 18px;
    max-height: 18px;
    max-width: 18px;
    margin-right: 8px;
}

.pre-heading {
    margin-top: 0px;
    margin-bottom: 2px;
    color: #fff;
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 400;
}

.pre-heading.pre-heading--cats {
    color: #007078;
    font-size: 44px;
}

.pre-heading.pre-heading--cats {
    color: #007078;
    font-size: 44px;
}

.pre-heading.pre-heading--jobs {
    color: #007078;
    font-size: 44px;
}

.navbar-utils-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.navbar-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.content-block-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 24px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navbar-container {
    display: block;
    width: 100%;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 5000;
    padding: 16px 0px;
    background-color: #5bcaca;
}

.navbar.navbar--white {
    background-color: #fff;
    color: #5bcaca;
}

.navbar.navbar--white {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 112, 120, 0.16);
    background-color: #fff;
    color: #5bcaca;
}

.navbar.navbar--white {
    position: -webkit-sticky;
    position: sticky;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 112, 120, 0.16);
    background-color: #fff;
    color: #5bcaca;
}

.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #5bcaca;
    background-image: none;
}

.header.header--full {
    min-height: 85vh;
}

.header.header--jobs {
    min-height: 64vh;
}

.header.sustainable {
    background-color: #eaf8f8;
}

.header.header--home {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sub-navbar {
    position: relative;
    z-index: 9998;
    display: block;
    overflow: hidden;
    height: 38px;
    padding: 0px;
    background-color: #d8f2f2;
}

.hero-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 429px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.hero-content.hero-content--centered {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Veneer, Impact, sans-serif;
    color: #007078;
    font-size: 96px;
    line-height: 96%;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.heading.heading--large {
    font-size: 144px;
}

.heading.heading--small {
    font-size: 72px;
}

.heading.heading--cats {
    font-family: Veneer, Impact, sans-serif;
    color: #fff;
    font-size: 136px;
}

.heading.heading--lp {
    font-family: Mrdodo, sans-serif;
    color: #fff;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: 0px;
    text-transform: none;
}

.heading.heading--jobs {
    font-family: Veneer, Impact, sans-serif;
    color: #fff;
    font-size: 136px;
}

.sub-heading {
    display: inline-block;
    max-width: 524px;
    margin-top: 32px;
    margin-bottom: 32px;
    color: #fff;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 400;
}

.sub-heading.sub-heading--lp {
    color: hsla(0, 0%, 100%, 0.81);
}

.sub-heading.sub-heading--charity {
    margin-bottom: 0px;
    color: #652767;
}

.sub-heading.sub-heading--inverted {
    color: #007078;
}

.navbar-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
    margin-left: 16px;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 50ms ease;
    transition: color 50ms ease;
    color: #007078;
    font-size: 18px;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar-link:hover {
    color: #007078;
}

.navbar-link.w--current {
    color: #007078;
    text-decoration: underline;
}

.navbar-link.navbar-link--on-light {
    color: #5bcaca;
}

.navbar-link.navbar-link--on-light {
    color: #5bcaca;
}

.button {
    display: inline-block;
    padding: 12px 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: url('../images/Button--White.svg');
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 50ms ease;
    transition: -webkit-transform 50ms ease;
    transition: transform 50ms ease;
    transition: transform 50ms ease, -webkit-transform 50ms ease;
    color: #007078;
    font-size: 1.6em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.button:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.button.button--home {
    margin-top: 8px;
    margin-right: 16px;
    margin-bottom: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.button.button--dark {
    margin: 8px;
    background-color: transparent;
    background-image: url('../images/Button--Dark.svg');
    background-size: 100% 100%;
    color: #fff;
}

.button.button--dark.button--guidecta {
    margin-top: 48px;
    margin-right: auto;
    margin-left: auto;
}

.button.button--dark.in-cta-block {
    margin-top: 32px;
}

.button.button--lp {
    margin-top: 48px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 5px;
    background-color: rgba(215, 226, 0, 0);
    background-image: url('../images/buttonGreen.svg');
    background-position: 0px 0px;
    background-size: cover;
    color: #007078;
    line-height: 1em;
}

.button.button--lp-cats {
    background-image: url('../images/Button--Dark.svg');
    background-position: 0px 0px;
    background-size: cover;
    color: #fff;
}

.button.button--trial {
    margin-top: 48px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 5px;
    line-height: 1.2em;
}

.button.button--blue {
    margin: 8px;
    background-color: transparent;
    background-image: url('../images/button-blue.svg');
    background-size: 100% 100%;
    color: #fff;
}

.button.button--blue.button--guidecta {
    margin-top: 48px;
    margin-right: auto;
    margin-left: auto;
}

.button.button--blue.in-cta-block {
    margin-top: 32px;
}

.button.button--blue.color-grayblue {
    color: #384d5d;
}

.button.button--blue.button--blue-v2 {
    background-image: url('../images/buttonBlue.svg');
}

.button.button--blue.button--blue-v2.button--min {
    min-width: 220px;
}

.button.button--yellow {
    margin: 8px;
    background-color: transparent;
    background-image: url('../images/buttonGreen_1.svg');
    background-position: 0px 0px;
    background-size: 100% 100%;
    color: #fff;
}

.button.button--yellow.button--guidecta {
    margin-top: 48px;
    margin-right: auto;
    margin-left: auto;
}

.button.button--yellow.in-cta-block {
    margin-top: 32px;
}

.button.button--yellow.color-grayblue {
    color: #384d5d;
}

.button.button--grayblue {
    background-image: url('../images/buttonGrayblue.svg');
    background-size: 100% 100%;
    color: #fff;
}

.button.button--min {
    min-width: 220px;
}

.sub-navbar-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-image {
    position: relative;
    width: 50%;
    min-width: 50%;
    margin-right: 32px;
}

.hero-image.hero-image--med {
    width: 45%;
    min-width: 45%;
}

.hero-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 64px 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hero.hero-fresh {
    position: relative;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 128px;
    text-align: center;
}

.hero.hero-fresh.sustainable {
    padding-top: 128px;
    padding-bottom: 128px;
    background-color: #5bcaca;
}

.hero.hero--centered {
    text-align: center;
}

.hero.hero--cats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hero.hero--charity {
    min-height: 95vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: url('../images/DogHeaderCharity.png');
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
}

.hero.hero--lp {
    min-height: 80vh;
    padding-top: 128px;
    padding-bottom: 128px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #eaf8f8;
    background-image: url('../images/TrialCampaign.jpg');
    background-position: 50% 0%;
    background-size: cover;
}

.hero.hero--story {
    position: relative;
    overflow: hidden;
    padding-top: 128px;
    padding-bottom: 0px;
}

.hero.hero--jobs {
    min-height: 86vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: url('../images/Treats-EdgardCooper-RachelOates-20.png');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero.hero-home {
    padding-right: 0px;
    padding-left: 0px;
}

.hero.hero--split {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.body-copy {
    display: inline-block;
    max-width: 400px;
    margin-top: 32px;
    margin-bottom: 32px;
    color: #007078;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 400;
}

.body-copy.body-copy--dark {
    color: #007078;
}

.body-copy.body-copy--charity {
    color: #652767;
}

.body-copy.body-copy--fresh-lp {
    margin-top: 16px;
    margin-bottom: 0px;
}

.section-content-block {
    max-width: 400px;
    min-width: 400px;
}

.section-content-block.section-content-block--right-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
}

.section-sub-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #5bcaca;
    font-size: 45px;
    line-height: 1em;
    font-weight: 400;
}

.section-sub-heading.section-sub-heading--white {
    margin-top: 0px;
    margin-bottom: 8px;
    color: #fff;
}

.section-sub-heading.section-sub-heading--white.big {
    font-size: 48px;
}

.section-sub-heading.section-sub-heading--charity {
    color: #652767;
}

.section-sub-heading.section-sub-heading--dark {
    color: #007078;
}

.section-heading {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 0px;
    font-family: Veneer, Impact, sans-serif;
    color: #007078;
    font-size: 76px;
    line-height: 0.8em;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-heading.section-heading--light {
    color: #5bcaca;
}

.section-heading.section-heading--light.big {
    font-size: 118px;
}

.section-heading.section-heading--charity {
    display: block;
    color: #b078c3;
}

.section-heading.section-heading--charity-dark {
    display: block;
    color: #652767;
    line-height: 1em;
}

.section-heading.section-heading--white {
    color: #fff;
}

.block-meta {
    position: relative;
    padding-top: 32px;
    border-top-width: 1px;
    border-top-color: rgba(77, 74, 71, 0.12);
    text-align: left;
}

.section-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.section-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    min-width: 35%;
    padding: 128px 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #007078;
}

.cta-card-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.cta-card-image {
    max-width: 512px;
    margin-bottom: 48px;
}

.section-header {
    margin-bottom: 32px;
}

.fresh-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
    margin-bottom: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr auto auto;
    grid-template-rows: 1fr auto auto;
}

.fresh-card-paragraph {
    margin-bottom: 0px;
    color: #007078;
    font-size: 20px;
    line-height: 1.2em;
}

.fresh-card-title {
    margin-top: 0px;
    margin-bottom: 8px;
    color: #5bcaca;
    font-size: 1.8em;
    line-height: 1.3em;
    font-weight: 400;
}

.fresh-grid-item {
    max-width: 300px;
    padding: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.fresh-card-image {
    height: 144px;
    margin-bottom: 24px;
}

.fresh-card {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 2px;
    text-align: center;
}

.count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.5px;
    height: 56px;
    margin-right: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/CountBG--White.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #4d4a47;
    font-size: 1.7em;
}

.count.count--dark {
    background-image: url('../images/CountBG.svg');
    color: #007078;
    font-size: 1.8em;
}

.count.count--dark.color-white {
    color: #fff;
}

.count.count--charity {
    overflow: hidden;
    color: #652767;
    font-size: 2.3em;
}

.count.count--symbol {
    margin-right: 15px;
}

.count.count--charity-project {
    border-style: solid;
    border-width: 0.5px;
    border-color: #e7eeef;
    border-radius: 2px;
    background-color: #dcc1e5;
    background-image: none;
    color: #652767;
}

.count.count--blue {
    border-radius: 4px;
    color: #5bcaca;
}

.counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.counter.counter--charity {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.counter.counter--charity-project {
    margin-top: 0px;
}

.counter.counter--zero {
    margin-top: 0px;
}

.counter-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    margin-left: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #007078;
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 400;
}

.counter-copy.counter-copy--charity {
    max-width: none;
    margin-right: 32px;
    margin-left: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #fff;
    font-size: 32px;
    text-align: center;
}

.newsletter-form {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.newsletter-form-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
}

.legal-notice {
    color: #007078;
    font-size: 1.2em;
    line-height: 1.2em;
}

.section-newsletter {
    position: relative;
    z-index: 5;
    padding: 64px 32px;
    background-color: #5bcaca;
    text-align: center;
}

.newsletter-copy {
    display: block;
    max-width: 640px;
    margin: 0px auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

.newsletter-submit-btn {
    height: 100%;
    margin-top: 0px;
    margin-left: 8px;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 4px;
    background-color: #d7e200;
    color: #fff;
    font-size: 1.4em;
    text-transform: uppercase;
}

.newsletter-submit-btn:hover {
    background-color: #007078;
    color: #fff;
}

.input-field {
    height: 48px;
    min-width: 40px;
    margin-bottom: 24px;
    padding-right: 16px;
    padding-left: 16px;
    border: 2px solid #cfddde;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    color: #007078;
    font-size: 1.1em;
    line-height: 1em;
}

.input-field:focus {
    border-color: #a0d035;
    color: #a0d035;
}

.input-field::-webkit-input-placeholder {
    color: #9ab9bb;
}

.input-field:-ms-input-placeholder {
    color: #9ab9bb;
}

.input-field::-ms-input-placeholder {
    color: #9ab9bb;
}

.input-field::placeholder {
    color: #9ab9bb;
}

.input-field.input-field--search {
    height: 48px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.input-field.input-field--large {
    height: 60px;
    margin-bottom: 0px;
    font-family: Mrdodo, sans-serif;
    font-size: 1.2em;
}

.input-field.input-field--large:focus {
    color: #007078;
}

.input-field.input-field--text-area {
    height: auto;
    min-height: 140px;
    padding-top: 16px;
}

.newsletter-form-wrapper {
    display: block;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}

.inline-link {
    color: #007078;
}

.footer-links {
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}

.footer-brand-logo {
    height: 64px;
}

.footer-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #5bcaca;
    color: #fff;
}

.footer-links-title {
    margin-bottom: 32px;
    color: #5bcaca;
    font-size: 22px;
    line-height: 24px;
    text-transform: capitalize;
}

.footer-copy {
    margin-bottom: 16px;
    color: #5bcaca;
    font-size: 1.2em;
    line-height: 1.2em;
}

.footer {
    position: relative;
    z-index: 999;
    border-top: 1px solid rgba(0, 112, 120, 0.16);
    background-color: #fff;
}

.language-list.w--open {
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 5001;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(77, 74, 71, 0.16);
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 -1px 16px -8px rgba(0, 0, 0, 0.08);
}

.language-list.language-list--up.w--open {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    margin-top: 0px;
    margin-bottom: 28px;
}

.footer-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.language-title {
    display: inline-block;
    font-size: 1.2em;
    line-height: 1.2em;
    text-transform: capitalize;
}

.footer-brand {
    margin-bottom: 24px;
    text-decoration: none;
}

.footer-link {
    display: block;
    margin-bottom: 16px;
    color: rgba(77, 74, 71, 0.48);
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
}

.language-toggle-language {
    margin-right: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #4d4a47;
    font-size: 16px;
    text-transform: capitalize;
}

.language-toggle {
    z-index: 5000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    padding: 0px 0px 0px 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(77, 74, 71, 0.48);
    font-size: 1.2em;
    text-transform: uppercase;
}

.language-flag {
    height: 16px;
    margin-right: 8px;
}

.footer-meta-link {
    display: block;
    margin-left: 32px;
    color: rgba(77, 74, 71, 0.48);
    font-size: 1.2em;
    line-height: 1.2em;
    text-decoration: none;
}

.footer-brand-copy {
    max-width: 200px;
    margin-top: 24px;
    color: #007078;
    font-size: 1.2em;
    line-height: 1.4em;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-meta-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.language-toggle-flag {
    height: 16px;
    margin-right: 8px;
}

.language {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0px 9px 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(77, 74, 71, 0.12);
    color: #4d4a47;
    text-decoration: none;
}

.language:hover {
    background-color: #eaf8f8;
}

.trustpilot-embed {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 512px;
    min-width: auto;
    margin-right: auto;
    margin-bottom: 64px;
    margin-left: auto;
    padding-bottom: 64px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}

.count-comma {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 4px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
    font-size: 36px;
    line-height: 1em;
}

.count-comma.dark {
    color: #007078;
}

.p__heading {
    display: block;
    font-family: Mrdodo, sans-serif;
    font-size: 3.2em;
    line-height: 1.4em;
    font-weight: 400;
}

.column {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}

.column.column--shipping {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.columns.columns--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.p__image {
    display: block;
    width: 80%;
    margin-left: auto;
    border: 8px solid #fff;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.p__sub-heading {
    display: block;
    max-width: 600px;
    margin-bottom: 32px;
    margin-left: 0px;
    color: #007078;
    font-size: 1.6em;
    line-height: 1.4em;
}

.btn {
    padding: 8px 16px;
    border-radius: 2px;
    background-color: #fff;
    color: #007078;
    font-size: 1.4em;
    line-height: 1.4em;
    text-transform: uppercase;
}

.btn.btn--dark {
    background-color: #007078;
    font-family: Mrdodo, sans-serif;
    color: #fff;
}

.btn.btn--add-dog {
    margin-top: 35px;
    background-color: #a0d035;
    color: #fff;
}

.btn.btn--login {
    display: block;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #a0d035;
    color: #fff;
    text-align: center;
}

.btn.btn--signout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4d4a47;
    background-image: url('../images/logout.svg');
    background-position: 24px 50%;
    background-size: 24px;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
}

.store__header {
    display: inline-block;
    width: 100%;
    padding: 32px 64px;
    background-color: #5bcaca;
    color: #fff;
    text-align: center;
}

.store__header.store__header--landing {
    padding-top: 64px;
    padding-bottom: 64px;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    max-height: 100%;
    max-width: 100%;
    min-height: auto;
    padding: 64px 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #5bcaca;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.type-card-label {
    margin-top: 8px;
    margin-bottom: 8px;
    color: #5bcaca;
    font-size: 1.6em;
    line-height: 1em;
}

.product-card-title {
    margin-top: 0px;
    margin-bottom: 12px;
    font-family: Mrdodo, sans-serif;
    color: #007078;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
}

.product-card-btn {
    display: block;
    min-width: 128px;
    padding: 8px 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 2px;
    background-color: #007078;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.product-card-btn:hover {
    background-color: #a0d035;
}

.product-card-btn.product-card-btn--mobile {
    display: none;
}

.filter-grid-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 400px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
    text-align: center;
    text-decoration: none;
}

.product-card.product-card-no-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
}

.product-card-descr {
    display: block;
    max-width: 100%;
    margin: 0px auto;
    color: rgba(77, 74, 71, 0.72);
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 400;
    text-align: center;
}

.filter-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
}

.product-card-thumb {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 256px;
    max-height: 268px;
    margin-bottom: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #5bcaca;
    background-image: linear-gradient(17deg, #5bcaca, hsla(0, 0%, 100%, 0.08));
    -webkit-transition: -webkit-transform 150ms ease;
    transition: -webkit-transform 150ms ease;
    transition: transform 150ms ease;
    transition: transform 150ms ease, -webkit-transform 150ms ease;
}

.content-section-heading {
    margin-top: 0px;
    margin-bottom: 36px;
    font-size: 2.4em;
    line-height: 1.2em;
    font-weight: 400;
}

.product-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.333333333333336%;
    padding: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.type-card-title {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #007078;
    font-size: 2em;
    line-height: 1em;
    font-weight: 400;
    text-transform: uppercase;
}

.type-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: rgba(91, 202, 202, 0.12);
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
    color: #007078;
    text-decoration: none;
}

.type-card:hover {
    -webkit-transform: translate(0px, -8px);
    -ms-transform: translate(0px, -8px);
    transform: translate(0px, -8px);
}

.product-card-price {
    color: #5bcaca;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

.type-card-image {
    width: 8vw;
    height: auto;
    max-width: 128px;
    min-width: 64px;
    margin-right: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.product-card-thumb-image {
    position: relative;
    display: block;
    max-height: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.content-section {
    padding: 64px 0px;
    background-color: rgba(91, 202, 202, 0.12);
    color: #007078;
}

.content-section.content-section--white {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #fff;
}

.content-section.content-section--filters {
    padding-bottom: 0px;
}

.content-section.content-section--full-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-section.reviews {
    background-color: #fff;
}

.content-section.centered {
    text-align: center;
}

.content-section.content-section--guide-cta {
    background-color: #d7e200;
    text-align: center;
}

.filter-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    padding: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e7eeef;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
    color: #7f7d7b;
}

.filter-option.filter-option--selected {
    border-color: #5bcaca;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    color: #5bcaca;
}

.filter-option-value {
    font-family: Mrdodo, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.products-aside {
    width: auto;
    max-width: 292px;
    min-width: 220px;
    padding: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.filter-card {
    margin-bottom: 16px;
    background-color: #fff;
}

.stage-card-image {
    width: 8vw;
    height: auto;
    max-width: 128px;
    min-width: 64px;
    margin-right: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.filter-card-toggle {
    width: 20px;
    height: 20px;
    background-image: url('../images/picker-minus.svg');
    background-position: 50% 50%;
    background-size: 12px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.filter-card-toggle.filter-card-toggle--collapsed {
    background-image: url('../images/picker-plus.svg');
    background-size: 12px;
    background-repeat: no-repeat;
}

.filter-option-check {
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #d4d4d3;
}

.filter-option-check.filter-option-check--selected {
    border-color: #5bcaca;
    background-image: url('../images/Checkmark.png');
    background-position: 50% 50%;
    background-size: 12px;
    background-repeat: no-repeat;
}

.stage-card-title {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 2em;
    line-height: 1em;
    font-weight: 400;
    text-transform: uppercase;
}

.products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
}

.filter-card-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-button {
    width: 48px;
    height: 48px;
    margin-left: 6px;
    border-radius: 2px;
    background-color: #007078;
    background-image: url('../images/magnifier.svg');
    background-position: 50% 50%;
    background-size: 16px;
    background-repeat: no-repeat;
}

.search-button:hover {
    background-color: #a0d035;
}

.filter-card-main {
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
}

.products-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 704px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.products-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.stage-card-label {
    margin-top: 8px;
    margin-bottom: 8px;
    color: #5bcaca;
    font-size: 1.6em;
    line-height: 1em;
}

.search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.stage-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 3px solid transparent;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.stage-card:hover {
    -webkit-transform: translate(0px, -8px);
    -ms-transform: translate(0px, -8px);
    transform: translate(0px, -8px);
}

.stage-card.stage-card--selected {
    border: 3px solid #a0d035;
    background-image: url('../images/checkmark--active.svg');
    background-position: 95% 50%;
    background-size: 24px;
    background-repeat: no-repeat;
}

.filter-card-heading {
    font-size: 16px;
    text-transform: uppercase;
}

.image-box-previews {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.quantity-picker-value {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 45px;
    min-width: 45px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid none none solid;
    border-width: 0px;
    border-color: #000 #000 #d4d4d3;
    color: rgba(77, 74, 71, 0.64);
    font-size: 18px;
    text-align: center;
}

.product-button-old {
    display: block;
    padding: 16px;
    border-radius: 4px;
    background-color: #007078;
    color: #fff;
    font-size: 1.6em;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
}

.product-button-old:hover {
    background-color: #a0d035;
}

.product-select-options {
    display: -ms-grid;
    display: grid;
    padding-right: 8px;
    padding-left: 8px;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-bottom: 1px solid #e7eeef;
}

.quantity-picker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    max-height: 44px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 0.5px 0.5px 1px;
    border-color: #d4d4d3;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
    color: #4d4a47;
}

.size-picker {
    width: 100%;
    height: 36px;
    max-width: 128px;
    margin-left: 0px;
}

.image-box-image {
    display: block;
    width: auto;
    max-height: 64vh;
    margin-right: auto;
    margin-left: auto;
}

.size-picker-toggle-placeholder {
    height: 36px;
    padding: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(77, 74, 71, 0.16);
    border-radius: 2px;
    background-color: #fff;
    color: rgba(77, 74, 71, 0.48);
}

.size-picker-value-metric {
    margin-left: 12px;
    color: #9ab9bb;
}

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

.size-picker-list.w--open {
    margin-top: 8px;
    border-style: solid solid none;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 16px -8px #000;
}

.size-picker-toggle-value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #e7eeef;
    color: #a0d035;
    font-size: 1.4em;
}

.size-picker-value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e7eeef;
    cursor: pointer;
}

.size-picker-value:hover {
    background-color: rgba(91, 202, 202, 0.12);
}

.size-picker-value.size-picker-value--selected {
    background-color: rgba(91, 202, 202, 0.12);
}

.pdp_product-sub-title {
    margin-bottom: 16px;
    color: #007078;
    font-size: 1.6em;
    line-height: 1.4em;
}

.pdp_header {
    min-height: 64vh;
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #5bcaca;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #5bcaca), color-stop(0, #fff));
    background-image: linear-gradient(90deg, #5bcaca 50%, #fff 0);
}

.image-box-preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
    margin-right: 8px;
    margin-left: 8px;
    padding: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    background-color: hsla(0, 0%, 100%, 0.16);
}

.image-box-preview.w--current {
    background-color: hsla(0, 0%, 100%, 0.8);
}

.product-status {
    margin-top: 16px;
    padding-left: 16px;
    color: #a0d035;
    font-size: 1.2em;
    line-height: 1.2em;
}

.size-picker-value-amount {
    font-size: 1.2em;
    line-height: 1.2em;
}

.pdp-tabs-panes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-option-label {
    margin-bottom: 12px;
    font-size: 1em;
    text-transform: capitalize;
}

.pdp_product-title {
    margin-top: 0px;
    margin-bottom: 16px;
    font-family: Mrdodo, sans-serif;
    color: #fff;
    font-size: 2.9em;
    line-height: 1.4em;
    font-weight: 400;
}

.product-select {
    margin-top: 32px;
    border-radius: 2px;
    background-color: #fff;
    color: #007078;
}

.size-picker-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pdp_hero-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.size-picker-toggle-icon {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    margin: 0px 0px 0px 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #5bcaca;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 700;
    cursor: pointer;
}

.product-usp {
    display: inline-block;
    margin-top: 8px;
    margin-right: 16px;
    margin-bottom: 8px;
    padding-left: 26px;
    background-image: url('../images/CheckmarkUSP.svg');
    background-position: 0px 45%;
    background-size: 18px;
    background-repeat: no-repeat;
    color: #5bcaca;
    font-size: 20px;
    line-height: 24px;
}

.size-picker-toggle-value-metric {
    margin-left: 8px;
    color: #9ab9bb;
    font-size: 0.8em;
}

.product-usps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    padding-top: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top: 1px solid #e7eeef;
    color: #5bcaca;
}

.pdp_product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pdp-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-select-meta {
    padding: 32px 24px 24px;
}

.product-price-old {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #007078;
    font-size: 1.6em;
    line-height: 1em;
}

.picker-toggle {
    width: 44px;
    height: 44px;
    color: #9ab9bb;
    cursor: pointer;
}

.picker-toggle:hover {
    background-color: rgba(212, 212, 211, 0.24);
}

.picker-toggle.picker-toggle--minus {
    background-image: url('../images/ToggleMinus.svg');
    background-position: 50% 50%;
    background-size: 12px;
    background-repeat: no-repeat;
}

.picker-toggle.picker-toggle--plus {
    background-image: url('../images/TogglePlus.svg');
    background-position: 50% 50%;
    background-size: 12px;
    background-repeat: no-repeat;
}

.product-option {
    padding: 24px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-option.product-option--size {
    border-right: 1px solid #e7eeef;
    border-left: 1px solid #e7eeef;
}

.nutrition-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
    font-size: 1.2em;
}

.nutrition-list-item {
    padding: 16px;
    border-bottom: 1px solid #e7eeef;
}

.ing-card-thumb-image {
    height: 100%;
    max-height: 100%;
}

.nutrition-value {
    display: inline-block;
    width: 100%;
    margin-top: 8px;
    font-family: 'Open Sans', sans-serif;
    color: #9ab9bb;
    font-size: 1em;
    line-height: 1.4em;
}

.content-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.usp-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
}

.usp-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.content-column {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.content-column.content-column--aside {
    width: 36%;
    min-width: 400px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.content-list.content-list--inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nutrition-list {
    margin-bottom: 0px;
    padding-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef #e7eeef transparent;
    border-radius: 2px;
}

.usp-card-title {
    margin-top: 0px;
    color: #fff;
    font-size: 28px;
    line-height: 1.4em;
    font-weight: 400;
}

.usp-card-image {
    height: 192px;
    margin-bottom: 32px;
}

.usp-card-paragraph {
    font-size: 20px;
    line-height: 1.4em;
}

.content-block-paragraph {
    margin-bottom: 0px;
    color: rgba(77, 74, 71, 0.72);
    font-size: 1.4em;
    line-height: 1.4em;
}

.usp-card {
    padding: 48px 32px;
    border-radius: 2px;
    background-color: #5bcaca;
    text-align: center;
}

.usp-card.usp-card--friends {
    background-color: #b983ca;
    color: #652767;
}

.usp-card.usp-card--plastic {
    background-color: #a0d035;
}

.product-list-item--4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ing-card-thumb {
    width: 48px;
    height: 48px;
    margin-right: 8px;
    padding: 8px;
    border-radius: 2px;
    background-color: rgba(91, 202, 202, 0.12);
}

.content-tabs-menu {
    border-bottom: 1px solid #e7eeef;
}

.content-block-title {
    margin-bottom: 16px;
    color: #007078;
    font-size: 1.8em;
    line-height: 1.2em;
}

.content-tab-link {
    margin-right: 32px;
    margin-bottom: -1px;
    padding: 0px 0px 16px;
    border-style: none none solid;
    border-width: 2px;
    border-color: #e7eeef #e7eeef transparent;
    background-color: transparent;
    color: rgba(77, 74, 71, 0.48);
    font-size: 1.4em;
    line-height: 1em;
}

.content-tab-link:hover {
    color: #5bcaca;
}

.content-tab-link.w--current {
    border-color: #007078;
    background-color: transparent;
    color: #007078;
}

.content-block {
    display: inline-block;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 32px;
    border-radius: 2px;
    background-color: #fff;
    color: #007078;
}

.content-list-item {
    padding-top: 8px;
    padding-bottom: 8px;
}

.content-list-item.content-list-item--inline {
    padding-right: 8px;
    padding-left: 8px;
}

.content-list-item.content-list-item--border {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e7eeef;
}

.content-tab-pane {
    padding-top: 24px;
}

.ing-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e7eeef;
    border-radius: 2px;
    color: rgba(77, 74, 71, 0.72);
}

.ing-card-title {
    font-size: 1.2em;
}

.radio-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 8px 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #e7eeef;
    border-radius: 2px;
}

.radio-button.radio-button--selected {
    border-color: #a0d035;
    background-color: rgba(160, 208, 53, 0.04);
    color: #a0d035;
}

.checkout-btn {
    display: block;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
    padding: 18px 32px 16px;
    border-radius: 2px;
    background-color: #a0d035;
    color: #fff;
    font-size: 1.8em;
    line-height: 1.4em;
    text-align: center;
    text-transform: uppercase;
}

.cart-product-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-product-name {
    font-family: Mrdodo, sans-serif;
    color: #4d4a47;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
}

.cart-product-name:hover {
    color: #5bcaca;
}

.cart-product-price {
    font-size: 1.2em;
    line-height: 1.4em;
}

.fields-group-col {
    width: 50%;
    max-width: 100%;
    min-width: 256px;
    padding: 0px 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.fields-group {
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e7eeef;
}

.fields-group.fields-group--radios {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
}

.fields-group.fields-group--last {
    margin-bottom: -16px;
    padding-bottom: 0px;
    border-bottom-style: none;
}

.fields-group-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart-product-delete {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.cart-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.checkout-form-block {
    margin-top: 32px;
    margin-bottom: 0px;
}

.radio-button-label {
    margin-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    line-height: 1.4em;
}

.cart-product-ingredients {
    font-size: 16px;
    line-height: 20px;
}

.radio-button-icon {
    height: 24px;
    margin-right: 16px;
}

.cart-product-main {
    margin-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.discount-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.a_order-total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #aaa8a7;
    font-size: 18px;
    line-height: 1em;
}

.a_order-total.cart-total--grand {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #4d4a47;
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
}

.a_order-total.cart-total--top {
    padding-top: 24px;
    border-top: 1px solid #d4d4d3;
}

.a_order-total.a_order-total--top {
    padding-top: 24px;
    border-top: 1px solid #d4d4d3;
}

.content-block-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -32px -32px 16px;
    padding: 24px 24px 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e7eeef;
}

.discount-submit-btn {
    height: 48px;
    margin-left: 16px;
    padding: 8px 16px;
    border-radius: 2px;
    background-color: #007078;
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase;
}

.checkout-total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: 'Open Sans', sans-serif;
    color: #9ab9bb;
    font-size: 1.2em;
    line-height: 1em;
}

.checkout-total.checkout-total--grand {
    margin-bottom: 32px;
    color: #a0d035;
    font-size: 1.8em;
    font-weight: 700;
}

.cart-product-thumbnail-img {
    max-height: 80px;
}

.input-label {
    margin-bottom: 8px;
    color: #007078;
    font-size: 1em;
    line-height: 1em;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}

.cart-product-weight {
    margin-left: 16px;
}

.cart-product-weight.cart-product-weight--checkout {
    margin-left: 0px;
    font-size: 1em;
    line-height: 1.3em;
}

.cart-product-thumbnail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 96px;
    height: 96px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #5bcaca;
}

.radio-button-toggle {
    position: relative;
    z-index: 5;
    margin-top: 0px;
    margin-bottom: 2px;
    margin-left: 0px;
    color: #9ab9bb;
}

.content-block-notice {
    margin-top: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #9ab9bb;
    font-size: 1em;
    line-height: 1.4em;
}

.content-block-link {
    margin-bottom: 16px;
    color: rgba(77, 74, 71, 0.72);
    font-size: 1em;
    text-decoration: none;
}

.cart-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: rgba(0, 112, 120, 0.64);
}

.cart-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: Mrdodo, sans-serif;
    color: #007078;
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    text-transform: none;
}

.cart-close {
    width: 24px;
    height: 20px;
    max-height: 20px;
    max-width: 24px;
    min-height: 20px;
    min-width: 24px;
    cursor: pointer;
}

.cart-btn {
    display: block;
    max-width: 512px;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
    padding: 16px;
    border-radius: 4px;
    background-color: #00b679;
    font-family: Mrdodo, sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.cart-btn.cart-btn--continue {
    background-color: #5bcaca;
}

.cart-checkout {
    min-height: 0px;
    padding: 16px 32px 32px;
}

.cart-products-list {
    overflow: auto;
    min-height: 0px;
    padding: 32px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #4d4a47;
}

.cart-product-quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.cart-product-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-products-list-item {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d4d4d3;
}

.cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 480%;
    height: 100%;
    max-width: 480px;
    min-width: 480px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    box-shadow: -4px 0 8px -16px rgba(0, 0, 0, 0.16);
    font-family: 'Source Sans Pro', sans-serif;
    color: #4d4a47;
}

.cart-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #4d4a47;
}

.cart-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    padding: 16px 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d4d4d3;
}

.cart-product-delete-btn {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background-color: #d4d4d3;
    background-image: url('../images/Delete.svg');
    background-position: 50% 50%;
    background-size: 14px;
    background-repeat: no-repeat;
}

.cart-empty {
    padding: 32px;
    text-align: center;
}

.cart-empty-heading {
    font-family: Mrdodo, sans-serif;
    color: #007078;
    font-size: 2.2em;
    line-height: 1em;
}

.cart-empty-sub-heading {
    margin-top: 16px;
    margin-bottom: 16px;
    font-family: Mrdodo, sans-serif;
    color: #5bcaca;
    font-size: 1.2em;
    line-height: 1.4em;
}

.cart-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: rgba(91, 202, 202, 0.12);
    text-align: center;
}

.cart-cta-heading {
    font-family: Mrdodo, sans-serif;
    color: #007078;
    font-size: 2em;
    line-height: 1em;
}

.cart-cta-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
}

.cart-cta-card {
    width: 100%;
    padding: 32px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 4px;
    background-color: #5bcaca;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    text-align: center;
    text-decoration: none;
}

.cart-cta-card:hover {
    -webkit-transform: translate(0px, -8px);
    -ms-transform: translate(0px, -8px);
    transform: translate(0px, -8px);
}

.cart-cta-card-image {
    max-height: 128px;
    margin-bottom: 32px;
}

.cart-cta-card-title {
    font-family: Mrdodo, sans-serif;
    color: #fff;
    font-size: 1.6em;
    line-height: 1em;
    text-decoration: none;
}

.account-settings-title {
    margin-top: 0px;
    font-size: 2em;
    line-height: 1.4em;
    font-weight: 400;
}

.pet-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    border-radius: 2px;
    background-color: #d8f2f2;
}

.account-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #5bcaca;
    color: #fff;
}

.account-header.account-header--dogs {
    background-image: url('../images/ec.png');
    background-position: 94% 50%;
    background-size: auto 72%;
    background-repeat: no-repeat;
}

.pet-card-edit-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 8px 24px 8px 8px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #a0d035;
    background-image: url('../images/edit.svg');
    background-position: 90% 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.account-settings-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.account-sub-heading {
    margin-top: 24px;
    color: #007078;
    font-size: 1.4em;
    line-height: 1em;
}

.account-menu-item-icon {
    width: 48px;
    height: 48px;
    margin-right: 24px;
}

.pet-avatar-upload {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(160, 208, 53, 0.7);
    opacity: 0;
    -webkit-transition: opacity 100ms ease-in-out;
    transition: opacity 100ms ease-in-out;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.pet-avatar-upload:hover {
    opacity: 1;
}

.pet-card-meta {
    font-size: 1.1em;
    line-height: 1.4em;
    text-transform: uppercase;
}

.notification {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    border-color: #e7eeef #e7eeef #e7eeef #9ab9bb;
    border-radius: 2px;
    font-size: 1em;
    line-height: 1.4em;
}

.notification.notification--warning {
    border-left-color: #fc0;
}

.notification.notification--success {
    border-left-color: #a0d035;
}

.account-settings-button {
    border-radius: 2px;
    background-color: #e7eeef;
    color: #9ab9bb;
    text-transform: uppercase;
}

.account-settings-button.is-active {
    background-color: #5bcaca;
    color: #fff;
}

.account-content {
    margin-left: 33px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 2px;
    background-color: #fff;
}

.pet-cards-list-item {
    max-width: 448px;
    min-width: 384px;
    padding: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.account-headng {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Mrdodo, sans-serif;
    font-size: 2.8em;
    line-height: 1em;
    font-weight: 400;
}

.account-settings-btn-delete {
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 16px 32px;
    border-radius: 2px;
    background-color: #ef3e49;
    font-size: 1.5em;
    line-height: 1.2em;
    text-transform: uppercase;
}

.pet-card-name {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 2em;
    line-height: 1em;
    font-weight: 400;
    text-transform: uppercase;
}

.pet-card-meta-key {
    color: #5bcaca;
}

.pet-cards-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px;
    margin-left: -16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.account-settings-sub-title {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: rgba(77, 74, 71, 0.72);
    font-size: 1.2em;
    line-height: 1.4em;
}

.account-section {
    padding: 32px;
}

.account-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.account-settings-block {
    margin-right: -32px;
    margin-bottom: 32px;
    margin-left: -32px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    border-bottom: 1px solid #e7eeef;
}

.account-settings-block.account-settings-block--last {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
}

.account-menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 96px;
    padding: 16px 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e7eeef;
    border-left: 6px solid transparent;
    background-color: #fff;
    color: #9ab9bb;
    font-size: 1.4em;
    line-height: 1.2em;
}

.account-menu-item.w--current {
    border-left-color: #a0d035;
    background-color: #fff;
    color: #a0d035;
}

.pet-card-birth-breed {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 1.4em;
    line-height: 1em;
    text-transform: uppercase;
}

.pet-avatar {
    position: relative;
    overflow: hidden;
    width: 96px;
    height: 96px;
    border-radius: 100%;
}

.pet-card-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.account-menu {
    width: 24%;
    min-width: 256px;
    border-radius: 2px;
}

.account-main {
    overflow: hidden;
    height: 100%;
}

.pet-avatar-image {
    width: 100%;
    height: 100%;
}

.login-block-heading {
    margin-top: 0px;
    margin-bottom: 24px;
    font-family: Mrdodo, sans-serif;
    font-size: 2em;
    line-height: 1.4em;
    font-weight: 400;
    text-align: left;
}

.login-block-link {
    display: inline-block;
    margin-top: 24px;
    color: #007078;
}

.login-block-sub-heading {
    margin-top: -16px;
    margin-bottom: 24px;
    color: rgba(77, 74, 71, 0.72);
    font-size: 1.2em;
    line-height: 1.4em;
    text-align: left;
}

.login-block {
    display: block;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding: 32px;
    border-radius: 2px;
    background-color: #fff;
    text-align: center;
}

.template-heading {
    margin-top: 0px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(77, 74, 71, 0.12);
    font-family: Mrdodo, sans-serif;
    font-size: 3.2em;
    line-height: 1.6em;
    font-weight: 400;
}

.template-section {
    padding: 64px 24px;
    background-color: #eaf8f8;
}

.template-container {
    display: block;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.template-content-block {
    padding: 32px;
    border-radius: 2px;
    background-color: #fff;
    color: #4d4a47;
    text-align: left;
}

.template-sub-heading {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 1.8em;
    line-height: 1.4em;
    font-weight: 400;
}

.template-paragraph {
    margin-bottom: 16px;
    color: rgba(77, 74, 71, 0.72);
    font-size: 1.2em;
    line-height: 1.4em;
}

.product-card-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-card-action.product-card-action--grow {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-card-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    margin-right: -8px;
    margin-left: -8px;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    border-top: 1px solid rgba(0, 112, 120, 0.12);
}

.cookie-box {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #4d4a47;
}

.cookie-box-title {
    margin-bottom: 8px;
    color: #007078;
    font-size: 1.1em;
}

.cookie-box-notice {
    color: rgba(77, 74, 71, 0.72);
    font-size: 1em;
    line-height: 1.4em;
}

.cookie-box-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    padding-top: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(77, 74, 71, 0.08);
}

.cookie-box-btn {
    margin-left: 24px;
    padding: 6px 8px;
    border-radius: 4px;
    background-color: #007078;
    font-size: 16px;
    line-height: 14px;
    text-transform: uppercase;
}

.cookie-box-settings {
    padding-left: 18px;
    background-image: url('../images/ArrowUp.svg');
    background-position: 0px 50%;
    background-size: 14px;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    padding: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    background-color: #fff;
    font-size: 1.2em;
}

.page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    margin-left: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(77, 74, 71, 0.12);
    border-radius: 100%;
    -webkit-transition: background-color 100ms ease;
    transition: background-color 100ms ease;
    color: rgba(77, 74, 71, 0.48);
    text-align: center;
    text-decoration: none;
}

.page:hover {
    background-color: #a0d035;
    color: #fff;
}

.page.current {
    border-color: #a0d035;
    background-color: #a0d035;
    color: #fff;
    text-align: center;
}

.prev {
    margin-right: 24px;
    color: rgba(77, 74, 71, 0.72);
    text-decoration: none;
}

.prev:hover {
    color: #a0d035;
}

.next {
    margin-left: 24px;
    -webkit-transition: color 100ms ease;
    transition: color 100ms ease;
    color: rgba(77, 74, 71, 0.72);
    text-decoration: none;
}

.next:hover {
    color: #a0d035;
}

.deco {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    margin-right: 8px;
    margin-left: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(77, 74, 71, 0.48);
    text-decoration: none;
}

.language-toggle-icon {
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.language-picker {
    margin-left: 16px;
}

.products-list-empty {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 8px;
    padding: 48px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
}

.products-list-empty-title {
    max-width: 512px;
    margin-bottom: 8px;
    color: #5bcaca;
    font-size: 28px;
    line-height: 1.4em;
    font-weight: 400;
}

.products-list-empty-subtitle {
    color: rgba(77, 74, 71, 0.72);
    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: 400;
}

.product-list-empty-img {
    width: 128px;
    margin-bottom: 24px;
    border-radius: 100%;
    background-color: #d7e200;
}

.cart-product-conents {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.checkout-block {
    padding-top: 16px;
}

.dpd-block {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(77, 74, 71, 0.12);
}

.hero-scroll-block {
    position: absolute;
    bottom: 24px;
    z-index: 5;
    width: auto;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #007078;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
}

.hero-scroll-block:hover {
    color: #fff;
}

.hero-scroll-block.hero-scroll-block--charity {
    color: #fff;
}

.hero-scroll-block.sustainable {
    position: relative;
    bottom: 0px;
}

.scroll-arrow {
    height: 48px;
    margin-top: 16px;
}

.fresh-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.fresh-tab-link {
    margin-right: 16px;
    margin-left: 16px;
    padding: 10px 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(77, 74, 71, 0.48);
    border-radius: 25px;
    background-color: hsla(0, 0%, 100%, 0);
    color: rgba(77, 74, 71, 0.64);
    font-size: 24px;
    line-height: 24px;
}

.fresh-tab-link.w--current {
    border-color: #007078;
    background-color: #007078;
    color: #fff;
}

.fresh-tabs-pane {
    padding-top: 96px;
}

.fresh-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px;
    margin-left: -16px;
}

.fresh-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.fresh-bowl {
    width: 68%;
}

.fresh-section-heading {
    max-width: 512px;
    margin-top: 0px;
    margin-bottom: 16px;
    color: #5bcaca;
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
}

.fresh-section-heading.fresh-section-heading--lp {
    margin-bottom: 0px;
    color: #fff;
}

.fresh-section-sub-heading {
    display: inline-block;
    max-width: 426px;
    color: #007078;
    font-size: 24px;
    line-height: 36px;
}

.fresh-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 72px;
    margin-right: -16px;
    margin-left: -16px;
    text-align: center;
}

.fresh-list-item {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ingredients-card {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #007078;
}

.ingredients-card-image {
    width: auto;
    height: 192px;
    margin-bottom: 32px;
}

.fresh-body-copy {
    display: inline-block;
    max-width: 324px;
    font-size: 20px;
    line-height: 32px;
}

.ingredients-card-title {
    margin-top: 0px;
    margin-bottom: 16px;
    color: #5bcaca;
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
}

.ingredients-card-title.ingredients-title--lp {
    color: #fff;
}

.recipe-section-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.recipe-section-pre-heading {
    margin-bottom: 8px;
    color: #fff;
    font-size: 40px;
    line-height: 48px;
}

.recipe-section-pre-heading.light {
    color: #5bcaca;
}

.recipe-section-heading {
    margin-top: 0px;
    margin-bottom: 32px;
    font-family: Veneer, Impact, sans-serif;
    color: #007078;
    font-size: 96px;
    line-height: 72px;
    font-weight: 400;
}

.recipe-section-sub-heading {
    display: inline-block;
    max-width: 324px;
    margin-bottom: 16px;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
}

.recipe-section-sub-heading.light {
    max-width: 604px;
    color: #5bcaca;
}

.loyalty-blocks-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 60vh;
    min-width: 100%;
    margin-top: 96px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.recipe-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.recipe-image {
    width: 84%;
    max-width: 356px;
}

.recipe-wrapper {
    max-width: 500px;
    text-align: left;
}

.recipe-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.recipe-count {
    margin-right: 24px;
    font-family: Veneer, Impact, sans-serif;
    color: #fff;
    font-size: 84px;
    line-height: 76px;
}

.recipe-heading {
    max-width: 334px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #007078;
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
}

.recipe-body-copy {
    color: #007078;
    font-size: 24px;
    line-height: 36px;
}

.revolution-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
}

.revolution-column {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-width: 50%;
    padding-right: 48px;
    padding-left: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #5bcaca;
    text-align: center;
}

.revolution-column.traditional {
    color: #e9437b;
}

.revolution-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
}

.revolution-image {
    width: 68%;
    margin-top: 48px;
    margin-bottom: 36px;
}

.revolution-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 560px;
    margin-top: -16px;
    margin-bottom: -16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.revolution-list.revolution-list--small {
    max-width: 400px;
}

.revolution-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}

.revolution-bullet {
    width: 20px;
    height: 20px;
    margin-top: 7px;
    margin-right: 14px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.revolution-point {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
}

.row-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row-cta.row--shipping {
    margin-right: -16px;
    margin-left: -16px;
}

.lp-cats-heading {
    margin-top: 0px;
    margin-bottom: 16px;
    color: #fff;
    font-size: 48px;
    line-height: 64px;
    font-weight: 400;
}

.fresh-cta-image {
    width: 90%;
}

.fresh-cta-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.fresh-cta-body-copy {
    max-width: 460px;
    margin-bottom: 48px;
    color: #007078;
    font-size: 24px;
    line-height: 36px;
}

.help-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #007078;
    font-size: 32px;
    font-weight: 400;
}

.versus {
    position: absolute;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 56px;
    height: 56px;
    margin-right: -28px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #5bcaca;
    color: #fff;
    font-size: 32px;
}

.navbar-wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
}

.recipe-rows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.card-review {
    margin-bottom: 24px;
}

.background-cover.background-cover--full {
    max-height: 100%;
}

.delivery-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
}

.delivery-blocks-item {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.delivery-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 32px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(91, 202, 202, 0.16);
    color: #5bcaca;
}

.delivery-block-title {
    margin-top: 0px;
    margin-bottom: 16px;
    font-family: Veneer, Impact, sans-serif;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 1px;
}

.delivery-block-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #007078;
    font-size: 24px;
    line-height: 32px;
}

.shipping-meta {
    display: inline-block;
    padding-left: 48px;
    background-image: url('../images/DeliveryTruck.svg');
    background-position: 0px 50%;
    background-size: 36px;
    background-repeat: no-repeat;
    color: #007078;
    font-size: 24px;
    line-height: 32px;
}

.template-section-heading {
    margin-top: 0px;
    margin-bottom: 16px;
    font-family: Veneer, Impact, sans-serif;
    color: #007078;
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
}

.shipping-faq {
    margin-top: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(77, 74, 71, 0.12);
}

.shipping-faq-question {
    margin-top: 0px;
    margin-bottom: 16px;
    color: #5bcaca;
    font-size: 32px;
    font-weight: 400;
}

.shipping-faq-answer {
    margin-bottom: 0px;
    color: #007078;
    font-size: 22px;
    line-height: 28px;
}

.shipping-cta {
    padding: 32px 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #007078;
    text-align: center;
}

.shipping-cta.shipping-cta--contact {
    border-radius: 2px;
    background-color: #5bcaca;
    color: #fff;
}

.shipping-cta.shipping-cta--shop-now {
    background-color: #d7e200;
    color: #fff;
}

.shipping-cta-title {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
}

.shipping-cta-title.small {
    font-size: 24px;
    line-height: 32px;
}

.shipping-cta-title.dark {
    color: #007078;
}

.tiny-divider {
    display: block;
    width: 48px;
    height: 2px;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    background-color: #fff;
}

.shipping-contact {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    color: hsla(0, 0%, 100%, 0.85);
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
}

.shipping-contact:hover {
    color: #fff;
}

.product-card-review {
    margin-bottom: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.mascots {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100px;
}

.mascot {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 14vw;
}

.mascot.mascot--2 {
    left: 20vw;
    right: auto;
    bottom: -3vw;
}

.mascot.mascot--3 {
    left: auto;
    right: 18vw;
    bottom: -5vw;
}

.mascot.mascot--4 {
    left: auto;
    right: 3vw;
    bottom: -6vw;
}

.mascot.mascot--1 {
    left: 3vw;
    right: auto;
    bottom: -3vw;
}

.review-slider {
    min-height: 500px;
    background-color: transparent;
}

.review-slide {
    padding-right: 96px;
    padding-left: 96px;
}

.review-slider-nav {
    display: none;
    color: #5bcaca;
    font-size: 20px;
}

.slider-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #5bcaca;
    font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.review-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.review-wrap.review-wrap-card {
    padding: 64px 64px 64px 32px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}

.review-image {
    display: block;
    width: 60%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 8px solid #5bcaca;
    border-radius: 4px;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.review-image.review-image-large {
    width: 70%;
}

.review-body {
    margin-top: 24px;
    margin-bottom: 24px;
    color: #007078;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
}

.review-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.review-stars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.review-star {
    width: 28px;
    height: 28px;
    margin-right: 4px;
    margin-left: 4px;
}

.review-meta {
    color: #5bcaca;
    font-size: 20px;
    line-height: 24px;
}

.product-card-badge {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 48px;
    height: 48px;
    max-width: 48px;
}

.newsletter-form-success {
    border-radius: 2px;
    background-color: #007078;
    font-size: 20px;
    line-height: 24px;
}

.hero-cats-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 96px 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.hero-cats-content.sustainable {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #a0d035;
}

.hero-cats-content.stay-you {
    background-color: #d7e200;
}

.hero-cats-img {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.hero-cats-img.sustainable {
    padding: 64px 32px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.hero-cats-img.pos-rel {
    background-image: url('../images/landing-dogbuddy_1.jpg');
    background-position: 0px 0px;
    background-size: cover;
}

.cats-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cats-row.cats-row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cats-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.cats-body-copy {
    display: inline-block;
    max-width: 426px;
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 22px;
    line-height: 36px;
}

.cats-section-heading {
    margin-top: 0px;
    margin-bottom: 8px;
    color: #fff;
    font-size: 48px;
    line-height: 64px;
    font-weight: 400;
}

.cta-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 2px;
    background-color: #d7e200;
    color: #fff;
}

.cta-block.cta-block--turquoise {
    background-color: #5bcaca;
    color: #fff;
}

.cta-block-thumbnail {
    min-width: 182px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cta-block-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 246px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
}

.cta-block-title {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 44px;
    font-weight: 400;
}

.cta-link {
    margin-top: 16px;
    padding-right: 32px;
    padding-bottom: 6px;
    border-bottom: 1.5px solid #007078;
    background-image: url('../images/CTALink.svg');
    background-position: 100% 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    color: #007078;
    font-size: 22px;
    text-decoration: none;
}

.cta-link.cta-link--on-dark {
    border-bottom-color: #fff;
    background-image: url('../images/CTALink--OnDark.svg');
    background-size: 16px;
    color: #fff;
}

.cats-fishy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 4px;
    background-color: #2cb7e4;
    text-align: center;
}

.cats-fishy-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 48px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cats-fishy-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 33.33%;
    padding: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: url('../images/FishBG.jpg');
    background-position: 0px 50%;
    background-size: 150%;
}

.hero-cats-content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-cats-content-container.sustainable {
    max-width: 600px;
    margin-right: 64px;
    margin-bottom: 96px;
    margin-left: 64px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hero-cats-content-container.stay-you {
    max-width: 480px;
}

.shipping-usp-icon {
    height: 48px;
    margin-bottom: 16px;
}

.countries-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.countries-tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.countries-tabs-link {
    margin-right: 16px;
    margin-left: 16px;
    padding: 12px 16px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(77, 74, 71, 0.48);
    border-radius: 25px;
    background-color: transparent;
    color: rgba(77, 74, 71, 0.48);
    font-size: 24px;
}

.countries-tabs-link.w--current {
    border-color: #007078;
    background-color: #007078;
    color: #fff;
}

.countries-tabs-pane {
    padding-top: 48px;
    text-align: center;
}

.countries-tabs-content {
    width: 100%;
}

.shipping-usp-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #5bcaca;
}

.shipping-usp {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.shipping-usp-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 64px;
}

.shipping-usp-title {
    margin-bottom: 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
}

.link {
    color: #007078;
    font-size: 22px;
}

.link.link-cta {
    margin-top: 24px;
    color: #fff;
}

.link.link--storyblock {
    display: inline-block;
    margin-top: 24px;
    text-decoration: underline;
    text-transform: uppercase;
}

.link.link--light {
    color: #fff;
}

.shipping-usp-descr {
    margin-bottom: 16px;
    color: #007078;
    font-size: 20px;
    line-height: 28px;
}

.collections-template {
    padding: 64px 32px;
    background-color: #5bcaca;
}

.collection-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 48px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: #d7e200;
    text-align: center;
}

.collection-block-image {
    height: 176px;
    margin-bottom: 32px;
}

.collection-block-link {
    color: #fff;
    font-size: 1.6em;
    line-height: 1em;
}

.collections-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
}

.collections-column {
    padding: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer-main {
    padding: 64px 0px 56px;
}

.newsletter-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsletter-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.newsletter-row.newsletter-row--recycle {
    margin-top: 96px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.newsletter-column {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.newsletter-column.newsletter-column--spaced {
    padding-bottom: 24px;
}

.newsletter-brand-message {
    margin-right: 16px;
    color: #007078;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
}

.newsletter-brand-logo {
    height: 72px;
}

.payment-options {
    max-width: 256px;
}

.payment-option {
    margin-right: 8px;
    margin-bottom: 8px;
}

.footer-social-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.social-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    margin-right: 8px;
    margin-left: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #007078;
}

.social-block-icon {
    height: 24px;
}

.footer-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cookie-box-link {
    margin-left: 16px;
    color: #007078;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

.award {
    margin-right: 12px;
}

.award-icon {
    width: 64px;
}

.product-card-link-meta {
    margin-top: 12px;
    color: rgba(77, 74, 71, 0.48);
    font-size: 18px;
    text-decoration: underline;
}

.spr-header {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(77, 74, 71, 0.24);
}

.spr-header-title {
    margin-top: 0px;
    margin-bottom: 36px;
    font-size: 2.4em;
    line-height: 1.2em;
    font-weight: 400;
}

.spr-summary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.spr-starrating {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
}

.spr-starrating.spr-summary-starrating {
    display: inline-block;
    margin-right: 16px;
    font-size: 28px;
    line-height: 28px;
}

.spr-icon.spr-icon-star {
    font-family: 'Fa 400', sans-serif;
    color: #5bcaca;
}

.spr-summary-caption {
    display: inline-block;
}

.spr-summary-actions-togglereviews {
    font-size: 22px;
    line-height: 24px;
}

.spr-summary-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.spr-summary-actions-newreview {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 2px;
    background-color: #007078;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
}

.spr-reviews {
    padding-top: 32px;
}

.spr-review {
    margin-bottom: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(77, 74, 71, 0.12);
}

.spr-review-header {
    padding-bottom: 24px;
}

.spr-starratings {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
}

.spr-starratings.spr-summary-starrating {
    display: inline-block;
    margin-right: 16px;
    font-size: 28px;
    line-height: 28px;
}

.spr-review-header-title {
    margin-top: 16px;
    margin-bottom: 8px;
    color: #007078;
    font-weight: 400;
}

.spr-review-header-byline {
    color: rgba(77, 74, 71, 0.48);
}

.spr-review-content-body {
    color: rgba(77, 74, 71, 0.72);
    font-size: 24px;
    line-height: 32px;
}

.spr-review-footer {
    margin-top: 24px;
}

.spr-review-reportreview {
    float: right;
    color: rgba(77, 74, 71, 0.48);
    font-size: 14px;
    text-transform: uppercase;
}

.spr-form {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 24px;
    border-radius: 4px;
    background-color: #eaf8f8;
}

.spr-form-label {
    margin-bottom: 8px;
    color: #007078;
    font-size: 1em;
    line-height: 1em;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}

.spr-form-input {
    height: 48px;
    min-width: 40px;
    margin-bottom: 24px;
    padding-right: 16px;
    padding-left: 16px;
    border: 2px solid #cfddde;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    color: #007078;
    font-size: 1.1em;
    line-height: 1em;
}

.spr-form-input:focus {
    border-color: #a0d035;
    color: #a0d035;
}

.spr-form-input::-webkit-input-placeholder {
    color: #9ab9bb;
}

.spr-form-input:-ms-input-placeholder {
    color: #9ab9bb;
}

.spr-form-input::-ms-input-placeholder {
    color: #9ab9bb;
}

.spr-form-input::placeholder {
    color: #9ab9bb;
}

.spr-form-input.input-field--search {
    height: 48px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.spr-form-input.input-field--large {
    height: 60px;
    margin-bottom: 0px;
    font-family: Mrdodo, sans-serif;
    font-size: 1.2em;
}

.spr-form-input.input-field--large:focus {
    color: #007078;
}

.spr-form-input.input-field--text-area {
    height: auto;
    min-height: 140px;
    padding-top: 16px;
}

.spr-form-input.spr-form-input-textarea {
    height: auto;
    min-height: 140px;
    padding-top: 16px;
}

.spr-button {
    display: inline-block;
    padding: 12px 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: url('../images/Button--Dark.svg');
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 50ms ease;
    transition: -webkit-transform 50ms ease;
    transition: transform 50ms ease;
    transition: transform 50ms ease, -webkit-transform 50ms ease;
    color: #fff;
    font-size: 1.6em;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
}

.spr-button:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.spr-button.button--home {
    margin-top: 8px;
    margin-right: 16px;
    margin-bottom: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.spr-button.button--dark {
    margin: 8px;
    background-color: transparent;
    background-image: url('../images/Button--Dark.svg');
    background-size: 100%;
    color: #fff;
}

.spr-pagination {
    margin-top: 32px;
    text-align: center;
}

.spr-pagination-prev {
    display: inline-block;
    margin-right: 24px;
    color: rgba(77, 74, 71, 0.48);
    font-size: 20px;
}

.spr-pagination-next {
    display: inline-block;
    margin-left: 24px;
    float: none;
    color: rgba(77, 74, 71, 0.48);
    font-size: 20px;
}

.spr-pagination-next:hover {
    color: #5bcaca;
}

.spr-pagination-page {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 4px;
    margin-left: 4px;
    padding-top: 10px;
    border-radius: 100%;
    background-color: #eaf8f8;
    font-size: 20px;
}

.spr-pagination-page.is-active {
    background-color: #5bcaca;
    color: #fff;
}

.product-message {
    margin-top: 16px;
    margin-bottom: 24px;
    padding: 8px 16px;
    border-radius: 4px;
    background-color: rgba(91, 202, 202, 0.16);
    color: #007078;
    font-size: 16px;
    line-height: 1.2em;
}

.product-message-bullet {
    font-size: 45px;
}

.blog-nav {
    padding: 16px 0px;
}

.blog-nav-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #007078;
    font-size: 20px;
    text-decoration: none;
}

.blog-nav-home.w--current {
    margin-left: 0px;
}

.blog-nav-home-icon {
    margin-right: 12px;
}

.blog-nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blog-nav-link {
    margin: 4px 0px 4px 32px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 6px solid #5bcaca;
    color: #007078;
    font-size: 20px;
    text-decoration: none;
}

.blog-header {
    padding: 64px 0px 0px;
    background-color: rgba(91, 202, 202, 0.16);
}

.large-article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 4px;
}

.large-article-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 448px;
    min-width: 448px;
    padding: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
}

.large-article-img-wrap {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.article-card-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.article-category {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 6px solid #5bcaca;
    color: #007078;
    font-size: 18px;
    text-decoration: none;
}

.article-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 24px;
    padding-left: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 2px solid rgba(77, 74, 71, 0.48);
    color: rgba(77, 74, 71, 0.32);
}

.article-title {
    margin-top: 48px;
    margin-bottom: 16px;
    font-family: Mrdodo, sans-serif;
    color: #007078;
    font-size: 32px;
    font-weight: 400;
}

.article-description {
    margin-top: 48px;
    margin-bottom: 48px;
    font-family: Barlow, sans-serif;
    color: rgba(77, 74, 71, 0.72);
    font-size: 24px;
    line-height: 32px;
    font-style: italic;
    font-weight: 400;
}

.article-button {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 16px;
    background-color: #5bcaca;
    font-size: 18px;
    line-height: 18px;
}

.article-button:hover {
    background-color: #007078;
}

.blog-section {
    padding: 64px 0px;
    background-color: rgba(91, 202, 202, 0.16);
    color: #007078;
}

.blog-section.blog-section--newsletter {
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: #5bcaca;
    color: #fff;
    text-align: center;
}

.blog-section.blog-section--usp {
    padding-top: 128px;
    padding-bottom: 64px;
    background-color: #5bcaca;
    color: #fff;
    text-align: center;
}

.blog-section-title {
    display: inline-block;
    max-width: 512px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
}

.blog-section-title.blog-section-title--usp {
    margin-bottom: 36px;
    font-size: 40px;
    line-height: 48px;
}

.articles-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px;
    margin-left: -16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.articles-list-item {
    width: 33.33333333%;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.article-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 4px;
    background-color: #fff;
    text-align: left;
}

.article-card.article-card----charity {
    background-color: #e9e1eb;
}

.article-card-thumbnail {
    height: 256px;
}

.article-card-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.article-card-title {
    margin-top: 24px;
    margin-bottom: 16px;
    color: #007078;
    font-size: 28px;
    font-weight: 400;
}

.article-card-description {
    margin-bottom: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: Barlow, sans-serif;
    color: rgba(77, 74, 71, 0.72);
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.collection-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 48px 32px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #5bcaca;
    color: #fff;
    text-align: center;
}

.colletion-card-title {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
}

.collection-card-link {
    color: #007078;
    font-size: 20px;
    line-height: 24px;
    text-decoration: underline;
}

.collection-card-image {
    margin-top: 48px;
}

.blog-newsletter-block {
    display: block;
    max-width: 448px;
    margin: 32px auto 0px;
}

.blog-section-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-section-heading-link {
    color: #007078;
    font-size: 18px;
    line-height: 19px;
    text-decoration: none;
}

.blog-cta-block {
    padding: 64px 32px;
    border-radius: 4px;
    background-color: #d7e200;
    text-align: center;
}

.topics-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.topics-list.topics-list--temp {
    margin-right: -16px;
    margin-left: -16px;
}

.topics-list-item {
    width: 20%;
    padding: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.topics-list-item.product-list-item--temp {
    padding-right: 16px;
    padding-left: 16px;
}

.topic-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 36px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 4px;
    background-color: #5bcaca;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.topic-card:hover {
    -webkit-transform: translate(0px, -4px);
    -ms-transform: translate(0px, -4px);
    transform: translate(0px, -4px);
}

.topic-card.topic-card--recipes {
    background-color: #ffc846;
}

.topic-card.topic-card--education {
    background-color: #59cbe8;
}

.topic-card.topic-card--health {
    background-color: #b783ca;
}

.topic-card.topic-card--nutrition {
    background-color: #7ba6de;
}

.topic-card.topic-card--my-pet {
    background-color: #f69bba;
}

.topic-card.topic-card--ethical {
    background-color: #a0d035;
}

.topic-card.topic-card--junior {
    background-color: #f34f96;
}

.topic-card-image {
    max-height: 256px;
}

.topic-card-title {
    margin-top: 32px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
}

.cta-block-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cta-block-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cta-block-image {
    width: 80%;
}

.cta-block-heading {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Veneer, Impact, sans-serif;
    color: #007078;
    font-size: 80px;
    line-height: 0.8em;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cta-block-heading.heading--large {
    font-size: 144px;
}

.cta-block-heading.heading--small {
    font-size: 72px;
}

.cta-block-heading.heading--cats {
    font-family: Veneer, Impact, sans-serif;
    color: #fff;
    font-size: 137px;
}

.cta-block-pre-heading {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 8px;
    font-family: Mrdodo, sans-serif;
    color: #fff;
    font-size: 48px;
    line-height: 0.8em;
    font-weight: 400;
}

.cta-block-pre-heading.heading--large {
    font-size: 144px;
}

.cta-block-pre-heading.heading--small {
    font-size: 72px;
}

.cta-block-pre-heading.heading--cats {
    font-family: Veneer, Impact, sans-serif;
    color: #fff;
    font-size: 137px;
}

.cta-block-description {
    max-width: 384px;
    margin-top: 24px;
    font-size: 22px;
    line-height: 28px;
}

.cta-block-button {
    margin-top: 36px;
    padding: 12px 16px;
    background-color: transparent;
    background-image: url('../images/Button--White.svg');
    background-position: 50% 50%;
    background-size: cover;
    color: #007078;
    font-size: 20px;
    line-height: 16px;
    text-transform: uppercase;
}

.blog-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Mrdodo, sans-serif;
    color: #007078;
    font-weight: 400;
}

.topics-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.topics-grid-item {
    width: 25%;
    padding: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.topic-hero {
    padding: 64px 16px;
    border-radius: 4px;
    background-color: #5bcaca;
}

.topic-hero-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.topic-hero-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.topic-hero-column.topic-hero-column--left-align {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.topic-hero-image {
    max-height: 256px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.topic-hero-pre {
    color: hsla(0, 0%, 100%, 0.72);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
}

.topic-hero-heading {
    margin-top: 8px;
    margin-bottom: 32px;
    font-family: Mrdodo, sans-serif;
    font-size: 44px;
    line-height: 48px;
    font-weight: 400;
}

.topic-hero-sub-heading {
    max-width: 448px;
    font-size: 24px;
    line-height: 32px;
}

.topic-filters-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.topic-filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
}

.topic-filter-buttons {
    margin-left: 8px;
}

.topic-filter-button {
    min-width: 64px;
    margin-right: 8px;
    margin-left: 8px;
    padding: 8px 16px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(77, 74, 71, 0.24);
    border-radius: 16px;
    background-color: transparent;
    color: rgba(77, 74, 71, 0.72);
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

.topic-filter-button.topic-filter-button--is-active {
    border-color: #5bcaca;
    background-color: #5bcaca;
    color: #fff;
}

.topic-filter-meta-span {
    color: #5bcaca;
    text-decoration: underline;
}

.articles-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px;
    margin-left: -16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.articles-grid-item {
    width: 33.33333333%;
    padding: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.article-hero-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.article-hero-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 16px 52px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.article-hero-column.article-hero-column--image {
    overflow: hidden;
    height: 40vw;
    max-height: 698px;
    padding: 0px;
    border-radius: 4px;
}

.article-header {
    padding: 36px 128px 64px;
    background-color: #fff;
}

.article-section {
    padding: 0px 128px 64px;
    color: #007078;
}

.article-section.blog-section--newsletter {
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: #5bcaca;
    color: #fff;
    text-align: center;
}

.article-reading-time {
    padding-left: 24px;
    background-image: url('../images/Clock.svg');
    background-position: 0px 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    color: rgba(77, 74, 71, 0.48);
}

.article-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 512px;
    margin-top: 48px;
    margin-bottom: 48px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Mrdodo, sans-serif;
    color: #007078;
    font-size: 44px;
    line-height: 56px;
    font-weight: 400;
}

.article-hero-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.article-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.article-author-avatar {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    border-radius: 100%;
}

.article-date-value {
    color: #4d4a47;
    font-size: 20px;
}

.article-row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.article-column {
    position: relative;
    width: 50%;
    min-width: 608px;
    margin-right: 96px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.article-column.article-column--aside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: auto;
    margin-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.article-body {
    padding-bottom: 36px;
    border-bottom: 2px solid rgba(77, 74, 71, 0.24);
    font-family: Barlow, sans-serif;
    font-size: 20px;
    line-height: 28px;
}

.article-body h2 {
    margin-top: 36px;
    margin-bottom: 24px;
    font-family: Mrdodo, sans-serif;
    font-weight: 400;
}

.article-body p {
    margin-top: 16px;
    margin-bottom: 32px;
    font-family: Barlow, sans-serif;
    color: #4d4a47;
}

.article-body h4 {
    margin-top: 36px;
    margin-bottom: 8px;
    font-family: Mrdodo, sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.article-body img {
    display: block;
}

.article-body figcaption {
    margin-top: 4px;
    line-height: 20px;
}

.article-body a {
    color: #007078;
}

.article-body h3 {
    margin-top: 36px;
    margin-bottom: 16px;
    font-family: Mrdodo, sans-serif;
    font-weight: 400;
}

.article-body ul {
    margin-top: 16px;
    margin-bottom: 16px;
    color: #4d4a47;
}

.article-body li {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 22px;
    line-height: 28px;
}

.article-body ol {
    margin-top: 16px;
    margin-bottom: 16px;
    color: #4d4a47;
}

.article-body blockquote {
    margin-top: 32px;
    margin-bottom: 32px;
    border-left-color: #5bcaca;
    background-color: rgba(91, 202, 202, 0.08);
    color: #5bcaca;
    font-size: 22px;
    line-height: 32px;
}

.article-sharing-block {
    margin-top: 36px;
    font-size: 24px;
    line-height: 24px;
}

.article-sharing-block.jobs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 96px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 32px;
}

.article-sharing-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
}

.article-sharing-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 56px;
    height: 56px;
    margin-right: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #5bcaca;
}

.article-sharing-option:hover {
    background-color: #007078;
}

.article-sharing-option.jobs {
    background-color: #007078;
    -webkit-transition: box-shadow 100ms cubic-bezier(.445, .05, .55, .95), -webkit-transform 100ms cubic-bezier(.445, .05, .55, .95);
    transition: box-shadow 100ms cubic-bezier(.445, .05, .55, .95), -webkit-transform 100ms cubic-bezier(.445, .05, .55, .95);
    transition: box-shadow 100ms cubic-bezier(.445, .05, .55, .95), transform 100ms cubic-bezier(.445, .05, .55, .95);
    transition: box-shadow 100ms cubic-bezier(.445, .05, .55, .95), transform 100ms cubic-bezier(.445, .05, .55, .95), -webkit-transform 100ms cubic-bezier(.445, .05, .55, .95);
}

.article-sharing-option.jobs:hover {
    box-shadow: 0 2px 16px -8px rgba(0, 0, 0, 0.32);
    -webkit-transform: translate(0px, -4px);
    -ms-transform: translate(0px, -4px);
    transform: translate(0px, -4px);
}

.article-sharing-option-icon {
    width: 24px;
    height: 24px;
}

.article-pagination-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 64px;
    margin-right: -8px;
    margin-left: -8px;
}

.article-pagination {
    margin-right: 8px;
    margin-left: 8px;
    padding: 16px 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 4px;
    background-color: rgba(91, 202, 202, 0.16);
    color: #5bcaca;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
}

.article-pagination.article-pagination--next {
    text-align: left;
}

.article-pagination-title {
    color: #007078;
    font-weight: 400;
    text-transform: none;
}

.article-inline-category {
    border-bottom: 6px solid #f69bba;
    color: #007078;
    text-decoration: none;
}

.article-card-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Barlow, sans-serif;
    color: rgba(77, 74, 71, 0.32);
}

.article-cta {
    position: -webkit-sticky;
    position: sticky;
    top: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 256px;
    margin-top: 32px;
    margin-bottom: 0px;
    padding: 12px 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 4px;
    background-color: rgba(91, 202, 202, 0.16);
}

.article-cta.loyalty {
    position: static;
    background-color: #fbe3f2;
}

.article-cta.article-cta--inline {
    position: relative;
    top: 0px;
    font-family: Mrdodo, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.article-cta-title {
    min-width: 208px;
    margin-top: 12px;
    margin-right: 24px;
    margin-bottom: 12px;
    color: #5bcaca;
    font-size: 24px;
    line-height: 28px;
}

.article-cta-title.loyalty {
    color: #df1995;
}

.article-cta-button {
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 8px 16px;
    border-radius: 16px;
    background-color: #5bcaca;
    color: #fff;
    text-decoration: none;
}

.article-cta-button:hover {
    background-color: #007078;
}

.article-cta-button.loyalty {
    background-color: #df1995;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    cursor: pointer;
}

.article-cta-button.loyalty:hover {
    background-color: rgba(223, 25, 149, 0.8);
}

.article-cta-button.article-cta-button--inline {
    font-family: Mrdodo, sans-serif;
    color: #fff;
    line-height: 1em;
    font-weight: 400;
}

.collections-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px;
    margin-left: -16px;
}

.collections-list-item {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hero-article-card-description {
    margin-bottom: 24px;
    font-family: Barlow, sans-serif;
    color: rgba(77, 74, 71, 0.72);
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.blog-nav-dropdown {
    display: none;
    margin-right: auto;
}

.blog-nav-dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0px;
    color: #007078;
    font-size: 18px;
}

.blog-nav-dropdown-toggle-icon {
    position: relative;
    margin-right: 0px;
    margin-left: 4px;
}

.blog-nav-dropdown-list.w--open {
    padding-top: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(77, 74, 71, 0.08);
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 4px 48px -10px rgba(0, 0, 0, 0.16);
}

.blog-nav-dropdown-link {
    display: inline-block;
    margin: 0px 16px 16px;
    padding: 0px;
    border-bottom: 6px solid #5bcaca;
}

.section-quote {
    display: inline-block;
    max-width: 825px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #652767;
    font-size: 32px;
    line-height: 44px;
    font-weight: 400;
}

.charity-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 64px 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.charity-card.charity-card--reverse {
    margin-top: 64px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.charity-card-image {
    width: 330px;
}

.charity-card-descr {
    max-width: 500px;
    margin-top: 32px;
    color: #652767;
    font-size: 24px;
    line-height: 32px;
}

.charity-heading {
    margin-top: 32px;
    margin-bottom: 0px;
    color: #652767;
    font-size: 48px;
    line-height: 56px;
    font-weight: 400;
}

.charity-description {
    display: block;
    max-width: 672px;
    margin: 24px auto;
    color: #652767;
    font-size: 24px;
    line-height: 28px;
}

.charity-location {
    display: inline-block;
    color: #f4973c;
}

.image-2 {
    height: 24px;
    float: left;
}

.text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 24px;
    margin-left: 8px;
    float: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
}

.charity-image {
    display: block;
    margin-top: 96px;
    margin-bottom: 96px;
    border-radius: 4px;
}

.charity-block-heading {
    margin-top: 32px;
    margin-bottom: 0px;
    color: #652767;
    font-size: 36px;
    font-weight: 400;
    text-align: left;
}

.charity-block {
    padding-right: 36px;
    text-align: left;
}

.charity-block-descr {
    display: block;
    max-width: 672px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    color: #652767;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
}

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

.charity-projects {
    margin-top: 96px;
}

.charity-project {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 64px;
}

.charity-project-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 44%;
    padding: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
    text-align: left;
}

.charity-project-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.charity-project-meta {
    width: 100%;
    padding-bottom: 24px;
}

.charity-project-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.charity-project-year {
    color: #f4973c;
    font-size: 24px;
}

.charity-project-title {
    margin-top: 64px;
    margin-bottom: 16px;
    font-family: Mrdodo, sans-serif;
    color: #652767;
    font-size: 36px;
    font-weight: 400;
}

.charity-project-description {
    margin-bottom: 0px;
    color: #652767;
    font-size: 20px;
    line-height: 28px;
}

.charity-project-donation {
    height: 48px;
    margin-top: 64px;
    text-align: left;
}

.charity-articles {
    margin-top: 48px;
}

.column-2 {
    text-align: center;
}

.columns-2 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.charity-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.lp-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.lp-row.lp-row--cta {
    margin-top: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lp-column {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.lp-column.lp-column--cta-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.lp-nav {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 5000;
    padding: 16px 0px;
    border-bottom: 1px solid rgba(36, 85, 85, 0.16);
    background-color: #fff;
}

.lp-nav.lp-nav--flash {
    background-color: #d7e200;
}

.lp-fresh-heading {
    margin-top: 0px;
    font-family: Veneer, Impact, sans-serif;
    color: #007078;
    font-size: 96px;
    line-height: 76px;
    font-weight: 400;
}

.lp-cta {
    padding: 12px 16px;
    border-radius: 4px;
    background-color: rgba(56, 152, 236, 0);
    background-image: url('../images/buttonGreen.svg');
    background-position: 0px 0px;
    background-size: cover;
    color: #007078;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.lp-cta:hover {
    -webkit-transform: scale3d(1.02, 1.01, 1);
    transform: scale3d(1.02, 1.01, 1);
}

.lp-slider {
    height: 256px;
    background-color: transparent;
}

.lp-slider-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #5bcaca;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
    font-size: 24px;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.lp-slider-arrow:hover {
    -webkit-transform: rotate(7deg) scale3d(1.03, 1.02, 1);
    transform: rotate(7deg) scale3d(1.03, 1.02, 1);
}

.lp-slider-arrow.lp-slider-arrow--left {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.lp-slider-arrow.lp-slider-arrow--left:hover {
    -webkit-transform: rotate(-7deg) scale3d(1.03, 1.02, 1);
    transform: rotate(-7deg) scale3d(1.03, 1.02, 1);
}

.lp-slide-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lp-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 704px;
    padding: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
}

.lp-review-title {
    margin-top: 0px;
    margin-bottom: 8px;
    color: #007078;
    font-size: 22px;
    line-height: 28px;
}

.lp-review-quotes {
    width: 36px;
    height: 36px;
    opacity: 0.24;
}

.lp-review-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lp-review-body {
    color: rgba(0, 112, 120, 0.9);
    font-size: 18px;
    line-height: 28px;
}

.lp-slide-nav {
    display: none;
}

.lp-reviews-divider {
    position: relative;
    display: inline-block;
    width: 704px;
    height: 1px;
    background-color: rgba(77, 74, 71, 0.16);
}

.section-title {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #5bcaca;
    font-size: 48px;
    font-weight: 400;
}

.section-title.section-title--white {
    color: #fff;
}

.lp-cta-content {
    margin-left: 96px;
    text-align: left;
}

.lp-benefit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    margin-bottom: 24px;
}

.lp-benefit-checkmark {
    width: 32px;
    height: 32px;
    margin-right: 16px;
}

.lp-benefit-title {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #007078;
    font-size: 20px;
    font-weight: 400;
}

.lp-trial-box {
    width: auto;
    max-height: 384px;
}

.lp-trustpilot {
    padding: 16px 32px;
    background-color: #fff;
}

.lp-review-embed {
    width: 100%;
    margin-top: 0px;
}

.section-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 64px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.section-column.section-column--trial {
    background-color: #d7e200;
}

.left-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.right-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.trial-cta-divider {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 1px;
    margin-top: 96px;
    background-color: rgba(77, 74, 71, 0.16);
}

.content-section-sub-heading {
    margin-top: -16px;
    font-size: 24px;
    line-height: 32px;
}

.section-content-wrap {
    max-width: 704px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.plp-benefits {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-top: 96px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 48px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.plp-benefit {
    width: 256px;
    text-align: center;
}

.plp-benefit-icon {
    width: 80%;
    height: auto;
}

.plp-benefit-title {
    max-width: 220px;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
    color: #5bcaca;
    font-size: 28px;
    line-height: 32px;
}

.plp-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.plp-menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.plp-menu-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.plp-card-thumbnail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 256px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px 4px 0px 0px;
    background-color: #5bcaca;
    background-image: linear-gradient(35deg, #5bcaca, hsla(0, 0%, 100%, 0.16));
}

.plp-menu-card-thumbnail-icon {
    width: auto;
    max-height: 256px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.plp-menu-card-title {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 36px;
}

.plp-menu-card-description {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
    line-height: 28px;
}

.plp-menu-card-link {
    display: inline-block;
    margin-top: 24px;
    color: #5bcaca;
    text-transform: uppercase;
}

.plp-menu-card-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fff;
}

.product-card-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 20px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.product-card-stars-mockup {
    width: 132px;
}

.product-card-link {
    display: block;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #aaa8a7;
    font-size: 16px;
    line-height: 28px;
    text-decoration: underline;
    text-transform: uppercase;
}

.guidestore {
    overflow: hidden;
    margin-bottom: 24px;
    border-radius: 4px;
}

.guidestore-chat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    margin-right: 8px;
    margin-left: 8px;
    padding: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #d7e200;
}

.guidestore-actions {
    margin-bottom: 16px;
    padding: 16px;
    background-color: #fff;
}

.guidestore-avi {
    width: 64px;
    height: 64px;
    margin-right: 4px;
    border-radius: 100px;
}

.guidestore-message {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 16px;
    padding: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.chatbubble {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 128px;
    margin-left: 12px;
    padding: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 4px;
    background-color: #fff;
    font-size: 20px;
    line-height: 28px;
}

.chatbubble-tip {
    position: absolute;
    left: -7px;
    right: auto;
    bottom: auto;
    width: 14px;
    height: 14px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.action-link {
    padding-left: 18px;
    background-image: url('../images/Switch.svg');
    background-position: 0% 50%;
    background-size: 12px;
    background-repeat: no-repeat;
    color: #7f7d7b;
    font-size: 14px;
    text-transform: uppercase;
}

.action-link.action-link--new {
    display: inline-block;
    padding-left: 0px;
    background-image: none;
    color: #007078;
}

.cart-upsell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    padding: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 4px;
    background-color: #eaf8f8;
}

.cart-upsell-image {
    height: 64px;
}

.cart-upsell-main {
    padding-left: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cart-upsell-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: right;
}

.cart-upsell-product-title {
    font-family: Mrdodo, sans-serif;
    color: #007078;
    font-size: 18px;
    line-height: 24px;
}

.cart-upsell-product-descr {
    max-width: 320px;
    font-family: Mrdodo, sans-serif;
    color: rgba(0, 112, 120, 0.72);
    font-size: 16px;
    line-height: 20px;
}

.cart-upsell-add {
    color: #007078;
    font-weight: 600;
    text-decoration: none;
}

.cart-upsell-price {
    color: #007078;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
}

.cart-upsell-discount {
    margin-right: 4px;
    color: rgba(0, 112, 120, 0.32);
    text-decoration: line-through;
}

.discovery-buddy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 256px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #245555;
    text-align: center;
}

.product-landing-reviews {
    margin-top: 32px;
}

.story-intro {
    max-width: 712px;
    margin: 0px auto 96px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

.story-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.story-row.story-row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.story-row.story-row--push {
    margin-top: 192px;
}

.story-row.story-row--align-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.template-rich-text p {
    margin-bottom: 16px;
    color: rgba(77, 74, 71, 0.72);
    font-size: 18px;
    line-height: 32px;
}

.template-rich-text h2 {
    margin-top: 24px;
    margin-bottom: 16px;
}

.template-rich-text h4 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.template-rich-text ul {
    margin-top: 16px;
    margin-bottom: 16px;
}

.template-rich-text li {
    font-size: 18px;
    line-height: 28px;
}

.template-rich-text a {
    color: #007078;
}

.storytypewriter {
    z-index: 0;
    margin: 128px auto 0px;
}

.storylogo {
    position: relative;
    z-index: 2;
    width: 30%;
    max-width: 375px;
    min-width: 256px;
}

.storyblock {
    max-width: 512px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.storyblock.center {
    text-align: center;
}

.storyblock.center.spaced {
    margin-bottom: 192px;
}

.storyblock.center.wide {
    max-width: 640px;
}

.storyblock.center.offset {
    position: relative;
    top: -96px;
    margin-top: 0px;
}

.storyimage {
    width: 100%;
}

.storyimage.storyimage--med {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.storyimage.storyimage--med.stacked {
    margin-bottom: 48px;
}

.storyimage.storyimage--end {
    display: block;
    width: 80%;
    margin-top: 96px;
    margin-right: auto;
    margin-left: auto;
}

.storyimage.storyimage--small {
    display: block;
    width: 60%;
    max-width: 512px;
    margin-right: auto;
    margin-left: auto;
}

.storyimage.storyimage--small.stacked {
    margin-bottom: 48px;
}

.storyimage.stacked {
    margin-bottom: 48px;
}

.storyimage.storyimage--hero {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.storyimage.storyimage--hero.stacked {
    margin-bottom: 48px;
}

.storyblock-label {
    margin-bottom: 32px;
    color: #5bcaca;
    font-size: 16px;
    text-transform: uppercase;
}

.storyblock-label.label--brand-white {
    color: #fff;
}

.storyblock-pre-heading {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 36px;
    line-height: 40px;
}

.storyblock-pre-heading.dark {
    color: #007078;
}

.storyblock-pre-heading.green {
    color: #5bcaca;
}

.storyblock-pre-heading.light-green {
    color: #4daf4a;
    line-height: 44px;
    font-weight: 400;
}

.storyblock-pre-heading.wrap {
    max-width: 512px;
    line-height: 44px;
}

.storyblock-pre-heading.brand-green {
    color: #a0d035;
}

.storyblock-heading {
    margin-top: 0px;
    font-family: Veneer, Impact, sans-serif;
    color: #5bcaca;
    font-size: 72px;
    line-height: 61px;
    font-weight: 400;
}

.storyblock-heading.dark {
    color: #007078;
}

.storyblock-heading.light {
    color: #fff;
}

.storyblock-heading.big {
    font-size: 96px;
    line-height: 96px;
}

.storyblock-paragraph {
    margin-top: 26px;
    font-size: 22px;
    line-height: 28px;
}

.storyblock-paragraph.light {
    color: #fff;
}

.storyblock-paragraph.dark {
    margin-top: 24px;
    color: #007078;
    font-size: 22px;
}

.storyblock-paragraph.green {
    color: #058e6e;
}

.storyblock-paragraph.big {
    font-size: 28px;
    line-height: 36px;
}

.storyblock-paragraph.big.wrap {
    max-width: 512px;
    color: #fff;
}

.story-subchapter {
    margin-top: 128px;
}

.quickbuywrap {
    position: fixed;
    left: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 64px;
    padding-bottom: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: ".";
    -ms-grid-columns: 0.25fr 16px 0.25fr 16px 0.25fr;
    grid-template-columns: 0.25fr 0.25fr 0.25fr;
    -ms-grid-rows: auto 16px auto;
    grid-template-rows: auto auto;
    background-color: rgba(0, 112, 120, 0.56);
}

.quickbuymodal {
    position: relative;
    left: 0%;
    right: 0%;
    width: 975px;
    height: 670px;
    max-height: 704px;
    max-width: 1240px;
    min-height: 670px;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 4px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #5bcaca), color-stop(0, #fff));
    background-image: linear-gradient(90deg, #5bcaca 50%, #fff 0);
    box-shadow: 1px 1px 16px -6px #007078;
}

.quickbuymodal-images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 100%;
    padding: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #5bcaca;
}

.quickbuymodal-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 100%;
    padding: 32px 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.product-title {
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #007078;
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
}

.product-price {
    color: #00b67a;
    font-size: 24px;
    line-height: 32px;
}

.product-selection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 1px solid #e7eeef;
    border-bottom: 1px solid #e7eeef;
}

.product-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.select {
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
}

.select-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #007078;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.kibble-size {
    width: 100%;
    height: 44px;
    max-width: 256px;
    margin-bottom: 0px;
    border-radius: 4px;
    background-image: url('../images/SelectArrowDown.svg'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: url('../images/SelectArrowDown.svg'), linear-gradient(180deg, #fff, #fff);
    background-position: 94% 50%, 0px 0px;
    background-size: 16px, auto;
    background-repeat: no-repeat, repeat;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.04);
    color: rgba(77, 74, 71, 0.64);
    font-size: 20px;
    font-weight: 400;
}

.kibble-size:focus {
    border-style: solid;
    border-width: 1px;
    border-color: #5bcaca;
    color: #5bcaca;
}

.kibble-size.kibble-size--complete {
    border: 2px solid #5bcaca;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.04);
    color: #5bcaca;
}

.kibble-size-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0px 18px 0px 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d4d4d3;
    border-radius: 4px;
    color: rgba(77, 74, 71, 0.48);
    cursor: pointer;
}

.kibble-size-toggle.w--open {
    z-index: 5001;
    border: 1px solid #5bcaca;
    background-color: #fff;
    color: #5bcaca;
}

.kibble-size-toggle.kibble-size-toggle--selected {
    border-color: #5bcaca;
    color: #5bcaca;
}

.kibble-size-toggle-icon {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px 0px 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: transparent;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 700;
    cursor: pointer;
}

.kibble-size-toggle-value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
}

.kibble-size-list.w--open {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: -3px;
    padding-top: 3px;
    border: 1px solid #d4d4d3;
    border-radius: 0px 0px 4px 4px;
    background-color: #fff;
    box-shadow: inset 0 4px 8px -6px rgba(0, 0, 0, 0.56), 0 4px 4px 1px rgba(0, 0, 0, 0.12);
}

.kibble-size-value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e7eeef;
    color: rgba(77, 74, 71, 0.8);
    cursor: pointer;
}

.kibble-size-value:hover {
    background-color: rgba(212, 212, 211, 0.48);
    color: #4d4a47;
}

.kibble-size-value.size-picker-value--selected {
    background-color: rgba(91, 202, 202, 0.12);
}

.kibble-size-value.kibble-size-value--selected {
    background-color: #5bcaca;
    color: #fff;
}

.kibble-size-value-amount {
    font-size: 18px;
    line-height: 20px;
}

.bag-size-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 44px;
    min-width: 52px;
    margin-right: 16px;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d4d4d3;
    border-radius: 4px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.04);
    color: rgba(77, 74, 71, 0.64);
    text-align: center;
    cursor: pointer;
}

.bag-size-select:hover {
    color: #5bcaca;
}

.bag-size-select.bag-size-select--selected {
    border-color: #5bcaca;
    color: #5bcaca;
}

.bag-size-select.bag-size-select--complete {
    border-width: 2px;
    border-color: #5bcaca;
    color: #5bcaca;
}

.bag-size-select.out-of-store {
    opacity: 0.36;
    cursor: not-allowed;
}

.bag-size-select.out-of-store:hover {
    color: rgba(77, 74, 71, 0.64);
}

.bag-size-metric {
    color: rgba(77, 74, 71, 0.48);
    font-size: 12px;
}

.bag-sizes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.product-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    margin-left: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 4px;
    background-color: #00b67a;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

.product-button:hover {
    background-color: #5bcaca;
}

.product-button.product-button--disabled {
    background-color: #d4d4d3;
    cursor: not-allowed;
}

.qbm-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: rgba(77, 74, 71, 0.64);
    font-size: 18px;
    line-height: 20px;
    text-decoration: underline;
    text-transform: uppercase;
}

.qbm-link:hover {
    color: #4d4a47;
}

.qbm-close {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    width: 48px;
    height: 48px;
    max-height: 48px;
    max-width: 48px;
    margin-top: -24px;
    margin-right: -24px;
    border-radius: 100%;
    background-color: #007078;
    background-image: url('../images/close.svg');
    background-position: 50% 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
}

.qbm-close:hover {
    background-color: #5bcaca;
}

.pdp_product-images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 64px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #5bcaca;
}

.pdp_product-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
}

.product-delivery {
    margin-top: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 4px;
    color: #00b67a;
    font-size: 18px;
}

.product-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 512px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.trustpilot-atf {
    position: relative;
    z-index: 100;
    height: 16px;
    max-width: 180px;
    margin-left: 16px;
}

.product-price-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.pdp-trustpilot-embed {
    width: 100%;
    height: 100%;
}

.practicalitites {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 96px 64px;
}

.trust-symbols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.trust-reviews {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 64px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 1px solid rgba(212, 212, 211, 0.36);
    background-color: #fff;
}

.delivery-usps {
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(212, 212, 211, 0.48);
}

.delivery-usp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.delivery-usp-checkmark {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 2px solid #5bcaca;
    border-radius: 100%;
    background-image: url('../images/CheckmarkUSP.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.delivery-usp-content {
    margin-left: 16px;
    color: #007078;
    font-size: 22px;
    line-height: 32px;
}

.content-box-underline {
    max-width: 512px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    border-bottom: 1px solid #d4d4d3;
}

.trust-symbols-wrap {
    max-width: 640px;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.row-pdp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.col-pdp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.col-pdp.col-pdp--product {
    padding-top: 32px;
    padding-bottom: 32px;
}

.col-pdp.col-pdp--preview {
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bag-size-radio {
    display: none;
}

.bag-size-select-span {
    display: block;
    color: rgba(77, 74, 71, 0.48);
    font-size: 12px;
}

.bag-select-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    padding: 4px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-form-block {
    margin-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cart-page-product-list-item {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(77, 74, 71, 0.12);
}

.cart-page-section {
    padding: 96px 64px;
    background-color: #fff;
    color: #4d4a47;
}

.cart-page-product-name {
    display: inline-block;
    color: #4d4a47;
    font-size: 22px;
    line-height: 28px;
    text-decoration: none;
}

.cart-page-product-name:hover {
    color: #5bcaca;
}

.cart-page-product-thumbnail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 128px;
    height: 128px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #5bcaca;
}

.cart-page-product-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cart-page-product-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-page-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cart-page-product-ingredients {
    font-size: 16px;
    line-height: 24px;
}

.cart-page-heading {
    margin-top: 0px;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #d4d4d3;
    font-family: Mrdodo, sans-serif;
    font-weight: 400;
}

.cart-page-checkout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 0px;
    padding: 32px 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cart-page-checkkout-main {
    width: 40%;
    max-width: 512px;
    margin-left: 64px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.quickbuymodal-scroll {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.products-header {
    margin: 8px 8px 48px;
    border-bottom: 1px solid #d4d4d3;
    text-align: center;
}

.products-header-label {
    position: relative;
    bottom: -20px;
    display: inline-block;
    padding: 8px 16px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(212, 212, 211, 0.64);
    border-radius: 4px;
    background-color: #fff;
    font-size: 20px;
    line-height: 24px;
}

.products-header-label--amount {
    color: #5bcaca;
}

.filter-card-status {
    width: 12px;
    height: 12px;
    margin-right: 8px;
    border-radius: 100%;
    background-color: #d4d4d3;
}

.filter-card-status.filter-card-status--active {
    background-color: #d7e200;
}

.filter-card-header-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.chatbubble_span {
    color: #5bcaca;
}

.trust-box-more {
    margin-top: 8px;
    color: rgba(77, 74, 71, 0.8);
    font-size: 16px;
    line-height: 24px;
}

.guidestore-block {
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 4px;
}

.guidestore-block-header {
    padding: 16px;
    background-color: #d7e200;
}

.guidestoreblock-heading {
    max-width: 192px;
    font-size: 20px;
    line-height: 28px;
}

.guidestore-block-meta {
    padding: 16px;
    background-color: #fff;
}

.guide-cta {
    margin-top: 96px;
    padding: 48px 64px;
    border-radius: 4px;
    background-color: #d7e200;
    text-align: center;
}

.guide-cta-title {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 2.4em;
    line-height: 1.2em;
    font-weight: 400;
}

.guide-cta-description {
    max-width: 512px;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
    font-size: 20px;
    line-height: 28px;
}

.pdp_back {
    display: block;
    margin-bottom: 16px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: rgba(77, 74, 71, 0.48);
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.pdp_back:hover {
    color: #007078;
}

.products-list-loading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 8px;
    padding: 48px 32px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
}

.gifloader {
    width: 96px;
    height: 96px;
}

.product-list-loading-avi {
    width: 96px;
    margin-bottom: 32px;
    border-radius: 100%;
    background-color: #d7e200;
}

.tab-pane {
    height: 100%;
}

.product-preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-preview-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.product-preview-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-preview-image {
    width: auto;
    height: auto;
    max-height: 512px;
    min-width: auto;
}

.product-preview-image.product-preview-image--quickbuy {
    max-height: 448px;
}

.product-preview-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
    margin: 8px;
    padding: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    background-color: hsla(0, 0%, 100%, 0.36);
    cursor: pointer;
}

.product-preview-thumb.product-preview-thumb--active {
    background-color: hsla(0, 0%, 100%, 0.92);
}

.product-preview-thumb-image {
    max-height: 100%;
}

.tooltip {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 6px;
    border-radius: 100%;
    background-color: #d4d4d3;
    font-family: 'Source Sans Pro', sans-serif;
    color: #4d4a47;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    cursor: help;
}

.tooltip.tooltip--promo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #df1995;
    color: #fff;
}

.navbar-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.navbar-menu-main {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
}

.nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
    margin-left: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cart-toggle {
    position: relative;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    margin-right: 16px;
    margin-left: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/Cart.svg');
    background-position: 50% 50%;
    background-size: 32px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.lang-picker-flag {
    height: 16px;
    margin-right: 4px;
    margin-left: 4px;
    border-radius: 2px;
}

.lang-picker-title {
    display: inline-block;
    min-width: 20px;
    margin-right: 4px;
    margin-left: 4px;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: color 50ms ease;
    transition: color 50ms ease;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.lang-picker-title.w--current {
    color: #007078;
    text-decoration: underline;
}

.nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nav-logo {
    height: 48px;
}

.nav-dropdown-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 4px;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 50ms ease;
    transition: color 50ms ease;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-dropdown-title.w--current {
    color: #007078;
    text-decoration: underline;
}

.lang-picker {
    margin-right: 0px;
    margin-left: 12px;
}

.lang-picker-icon {
    position: static;
    margin-right: 0px;
}

.nav-dropdown-icon {
    position: static;
    margin-right: 0px;
}

.nav-brand {
    display: block;
    margin-right: 16px;
    margin-left: 0px;
    padding-left: 0px;
    float: none;
}

.cart-amount {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 26px;
    height: 26px;
    margin-top: -10px;
    margin-right: -12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #5bcaca;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.nav-dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    color: #007077;
    cursor: pointer;
}

.nav-dropdown-toggle:hover {
    color: #5bcac9;
}

.nav-dropdown-toggle.w--open {
    margin-top: 8px;
    margin-bottom: 8px;
    color: #5bcac9;
}

.nav-dropdown-toggle.open {
    color: #5bcac9;
}

.lang-picker-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 0px 0px 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #007077;
    cursor: pointer;
}

.lang-picker-toggle:hover {
    color: #5bcac9;
}

.lang-picker-toggle.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #5bcac9;
}

.lang-picker-list {
    position: absolute;
    display: none;
    margin-top: 8px;
    padding: 4px 8px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(215, 232, 234, 0.64);
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 1px 1px 8px -4px rgba(0, 0, 0, 0.16);
}

.lang-picker-list.w--open {
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    width: 86px;
    padding: 4px 8px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(215, 232, 234, 0.38);
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.16);
}

.lang-picker-list.open {
    display: block;
}

.cart-icon {
    display: none;
    width: 16px;
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    margin-right: 4px;
}

.navbar-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nav-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lang-picker-list-header {
    display: none;
}

.nav-dropdown-link {
    display: block;
    padding: 8px 16px;
    border-radius: 2px;
    color: rgba(77, 74, 71, 0.64);
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-dropdown-link:hover {
    color: #5bcaca;
}

.nav-dropdown-link.w--current {
    color: #007078;
}

.navbar-menu-overflow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nav-dropdown-list {
    position: absolute;
    display: none;
    margin-top: 8px;
    padding: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(215, 232, 234, 0.64);
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 8px -4px rgba(0, 0, 0, 0.16);
}

.nav-dropdown-list.w--open {
    padding: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(215, 232, 234, 0.38);
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.16);
}

.nav-dropdown-list.open {
    display: block;
    margin-top: 24px;
}

.nav-link {
    display: inline-block;
    margin-right: 12px;
    margin-left: 12px;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 50ms ease;
    transition: color 50ms ease;
    color: #007078;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-link:hover {
    color: #5bcac9;
}

.nav-link.w--current {
    color: #007078;
    text-decoration: underline;
}

.lang-picker-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 6px 4px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #4d4a47;
    text-decoration: none;
    cursor: pointer;
}

.lang-picker-option:hover {
    border-radius: 4px;
    background-color: #e5f6f6;
    color: #007077;
}

.quickbuymodal-outside {
    display: block;
}

.popup-desktop {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup {
    position: relative;
    display: block;
    overflow: hidden;
    width: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 16px -6px rgba(0, 0, 0, 0.36);
}

.popup_image {
    width: 600px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.popup_main {
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #007078;
    text-align: center;
}

.popup_message {
    font-size: 20px;
    line-height: 26px;
}

.popup_actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup_link {
    margin-right: 8px;
    margin-left: 8px;
    color: #007078;
    font-size: 20px;
    font-weight: 400;
    text-decoration: underline;
}

.popup_button {
    margin-right: 8px;
    margin-left: 8px;
    border-radius: 4px;
    background-color: #007078;
    font-size: 20px;
    font-weight: 400;
}

.popup_meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: solid none;
    border-width: 1px;
    border-color: rgba(77, 74, 71, 0.16);
    color: #007078;
}

.popup_meta-info {
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    background-image: url('../images/Location.svg');
    background-position: 0% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.popup_meta-info.popup_meta-info--date {
    background-image: url('../images/Calendar.svg');
}

.popup_close {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 5;
    width: 32px;
    height: 32px;
    margin-top: 12px;
    margin-right: 12px;
    border-radius: 100px;
    background-color: #007078;
    background-image: url('../images/close.svg');
    background-position: 50% 50%;
    background-size: 16px;
    background-repeat: no-repeat;
}

.popup_thumb {
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    background-color: #61cbc7;
}

.popup-mobile {
    display: none;
}

.pdp-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pdp-blocks.pdp-blocks--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.pdp-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pdp-recipe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 96px 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.pdp-recipe_title {
    max-width: 512px;
    margin-top: 48px;
    margin-bottom: 16px;
    color: #5bcaca;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
}

.pdp-recipe_title.h2 {
    margin-top: 24px;
    font-size: 40px;
    line-height: 1.2em;
}

.pdp-recipe_description {
    max-width: 608px;
    margin-bottom: 0px;
    color: #007078;
    font-size: 20px;
    font-weight: 400;
}

.pdp-recipe_image {
    width: 100%;
    max-height: none;
    max-width: 416px;
}

.pdp-recipe_image.pdp-recipe_image--large {
    max-width: 600px;
}

.pdp-recipe_image.pdp-recipe_image--small {
    max-width: 270px;
}

.pdp-bowl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 96px 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f3efe9;
}

.pdp-bowl.pdp-bowl--ratio {
    padding: 0px 0px 100%;
}

.pdp-bowl.pdp-bowl--ratio.pdp-bowl--dental1 {
    background-image: url('../images/dental-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.pdp-bowl.pdp-bowl--ratio.pdp-bowl--dental2 {
    background-image: url('../images/dental-2.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.pdp-bowl_image {
    max-height: 512px;
}

.pdp-ingredients {
    padding: 96px 64px;
    background-color: #5bcaca;
}

.pdp-tabs-menu {
    margin-bottom: 64px;
    text-align: center;
}

.pdp-tabs-link {
    margin-right: 8px;
    margin-left: 8px;
    border: 2px solid #fff;
    border-radius: 24px;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
}

.pdp-tabs-link.w--current {
    background-color: #fff;
    color: #5bcaca;
}

.pdp-ingredients-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pdp-ingredients-list-item {
    width: 33.333333333333336%;
    padding: 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.pdp-ingredient {
    text-align: center;
}

.pdp-ingredient_image {
    max-height: 192px;
}

.pdp-ingredient_title {
    margin-top: 8px;
    margin-bottom: 8px;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
}

.pdp-ingredient_description {
    color: #007078;
    font-size: 18px;
    line-height: 24px;
}

.pdp-nutrition {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 64px;
    border-radius: 4px;
}

.pdp-nutrition-group {
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.24);
}

.pdp-nutrition-group.last {
    border-bottom-style: none;
}

.pdp-nutrition_title {
    margin-top: 0px;
    margin-bottom: 16px;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
}

.pdp-nutrition_description {
    margin-bottom: 0px;
    color: #007078;
    font-size: 20px;
    line-height: 32px;
}

.hero-bg-video {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 72vh;
    padding: 64px 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24));
    text-align: center;
}

.hero-bg-video.full {
    height: 100%;
}

.background-video {
    z-index: 1;
}

.charity-movie {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-top: 96px;
    margin-bottom: 96px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-image: url('../images/CareClinic.png');
    background-size: cover;
}

.video-embed {
    overflow: hidden;
    border-radius: 8px;
}

.scroll-indicator {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-bottom: 36px;
    text-align: center;
}

.scroll-indicator.sticky {
    position: absolute;
}

.section-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 85vh;
}

.section-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 64px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.section-block.section-block--fill {
    background-color: #5bcaca;
}

.section-block.section-block--fill.green {
    padding-top: 128px;
    padding-bottom: 128px;
    background-color: #07a444;
}

.section-block.section-block--fill.blue {
    background-color: #5bcaca;
}

.section-block.section-block--fill.white {
    background-color: #fff;
}

.section-block.section-block--fill.light {
    background-color: #eaf8f8;
}

.section-block.section-block--trees {
    background-image: url('../images/trees-cropped.png');
    background-position: 50% 50%;
    background-size: cover;
}

.blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.block.block--left {
    padding-right: 32px;
    padding-left: 0px;
}

.block.block--right {
    padding-left: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.buddy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.buddy-avatar {
    width: 96px;
    height: 96px;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
    border-radius: 100px;
    background-color: #fff;
    background-image: url('../images/Buddy.png');
    background-position: 50% 120%;
    background-size: 96px;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 16px -8px #007078;
}

.buddy-avatar.buddy-avatar--default {
    width: 128px;
    height: 128px;
    background-image: url('../images/dogbuddy-avatar.png');
    background-position: -3px 160%;
    background-size: 130px;
    background-attachment: scroll;
}

.buddy-message {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 512px;
    margin-bottom: 16px;
    padding: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 1px 1px 8px 0 rgba(0, 112, 120, 0.16);
    color: #007078;
    text-align: center;
}

.budy-message_heading {
    font-size: 28px;
    line-height: 32px;
}

.buddy-message_tip {
    position: absolute;
    left: auto;
    top: -7px;
    right: auto;
    bottom: auto;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.budy-message_body {
    font-size: 20px;
    line-height: 28px;
}

.login-form-block {
    width: 100%;
    max-width: 512px;
}

.form-heading {
    margin-top: 0px;
    margin-bottom: 32px;
    font-family: Mrdodo, sans-serif;
    color: #007078;
    font-size: 44px;
    line-height: 64px;
    font-weight: 400;
}

.a_input-field {
    height: auto;
    margin-bottom: 36px;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
    border-style: none none solid;
    border-width: 1px 1px 2px;
    border-color: #000 #000 rgba(77, 74, 71, 0.16);
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
    color: #007078;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.a_input-field:focus {
    padding-left: 16px;
    border-color: #5bcaca;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-radius: 0px;
    background-color: rgba(91, 202, 202, 0);
    box-shadow: none;
    color: #5bcaca;
}

.a_input-field::-webkit-input-placeholder {
    color: rgba(77, 74, 71, 0.64);
    font-weight: 400;
}

.a_input-field:-ms-input-placeholder {
    color: rgba(77, 74, 71, 0.64);
    font-weight: 400;
}

.a_input-field::-ms-input-placeholder {
    color: rgba(77, 74, 71, 0.64);
    font-weight: 400;
}

.a_input-field::placeholder {
    color: rgba(77, 74, 71, 0.64);
    font-weight: 400;
}

.a_input-field.input-error {
    border-color: #ca5b5b;
    background-color: #fff;
    color: #ca5b5b;
}

.a_input-field.input-error::-webkit-input-placeholder {
    color: #ca5b5b;
}

.a_input-field.input-error:-ms-input-placeholder {
    color: #ca5b5b;
}

.a_input-field.input-error::-ms-input-placeholder {
    color: #ca5b5b;
}

.a_input-field.input-error::placeholder {
    color: #ca5b5b;
}

.a_input-field.a_input-field--password {
    margin-bottom: 0px;
}

.a_input-field.a_input-field--dropdown {
    height: 46px;
    padding-bottom: 8px;
    border-radius: 0px;
    background-image: url('../images/SelectArrowDown.svg');
    background-position: 97% 55%;
    background-size: 16px;
    background-repeat: no-repeat;
}

.a_input-field.breeds {
    margin-bottom: 16px;
}

.a_submit-button {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 8px;
    background-color: #007078;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.a_help-line {
    display: block;
    margin-right: auto;
    margin-left: auto;
    color: rgba(77, 74, 71, 0.64);
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.a_help-line--link {
    color: #4d4a47;
}

.a_help-line--link:hover {
    color: #5bcaca;
}

.section-block-meta {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-bottom: 36px;
    text-align: center;
}

.a_overview {
    padding: 48px 0px 96px;
    background-color: rgba(91, 202, 202, 0.04);
}

.a_overview.a_overview--fill {
    background-color: rgba(91, 202, 202, 0.04);
}

.a_heading {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Mrdodo, sans-serif;
    color: #007078;
    font-size: 48px;
    line-height: 56px;
    font-weight: 400;
}

.a_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 48px -16px;
}

.a_menu-item {
    padding: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 33%;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
}

.a_menu-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: #5bcaca;
    box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.24);
    -webkit-transition: -webkit-transform 75ms cubic-bezier(.445, .05, .55, .95);
    transition: -webkit-transform 75ms cubic-bezier(.445, .05, .55, .95);
    transition: transform 75ms cubic-bezier(.445, .05, .55, .95);
    transition: transform 75ms cubic-bezier(.445, .05, .55, .95), -webkit-transform 75ms cubic-bezier(.445, .05, .55, .95);
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.a_menu-card:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.a_menu-card:active {
    box-shadow: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.a_menu-card.a_menu-card--settings {
    background-color: #d7e200;
}

.a_menu-card.a_menu-card--loyalty {
    background-color: #f34f96;
}

.a_menu-card_icon {
    height: 50px;
}

.a_menu-card_title {
    margin-left: 32px;
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
}

.a_overview-block {
    margin-top: 64px;
}

.a_overview-block_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #4d4a47;
    font-weight: 400;
    text-transform: uppercase;
}

.a_overview-block_heading {
    color: #007078;
    font-size: 18px;
}

.a_overview-block_link {
    padding-right: 16px;
    background-image: url('../images/icon-arrow.svg');
    background-position: 100% 50%;
    background-size: auto 14px;
    background-repeat: no-repeat;
    color: rgba(77, 74, 71, 0.48);
    font-size: 18px;
    text-decoration: none;
}

.a_overview-block_link:hover {
    color: #4d4a47;
}

.a_orders_empty {
    padding: 48px 32px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
}

.a_orders_empty-heading {
    margin-top: 0px;
    margin-bottom: 12px;
    color: #007078;
    font-size: 32px;
    font-weight: 400;
}

.a_orders_empty-body {
    max-width: 512px;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    color: #5bcaca;
    font-size: 20px;
    line-height: 28px;
}

.a_relevant {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px;
    margin-left: -16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.a_relevant-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
    min-width: 50%;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.a_relevant-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 8px;
    box-shadow: 0 4px 8px -6px rgba(0, 0, 0, 0.24);
}

.a_relevant-card-thumb {
    width: 36%;
    background-color: #5bcaca;
    background-image: url('../images/MorePlease.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.a_relevant-card-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
}

.a_relevant-card-heading {
    margin-top: 0px;
    margin-bottom: 12px;
    color: #007078;
    font-size: 22px;
    font-weight: 400;
}

.a_relevant-card-point {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: rgba(77, 74, 71, 0.64);
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.a_relevant-card-cta {
    display: inline-block;
    margin-top: 16px;
    color: #5bcaca;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

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

.a_help-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.a_help-item-divider {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 128px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4d4a47;
}

.a-help-item-line {
    position: absolute;
    width: 2px;
    height: 128px;
    background-color: #e7eeef;
}

.a_help-item-or {
    position: relative;
    z-index: 5;
    background-color: #fff;
    color: rgba(77, 74, 71, 0.64);
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}

.a_help-item_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: rgba(91, 202, 202, 0.16);
    font-size: 24px;
}

.a_help-item_title {
    color: #5bcaca;
    font-size: 24px;
    line-height: 24px;
}

.a_help-item_button {
    margin-top: 24px;
    padding: 8px 16px;
    border-radius: 4px;
    background-color: #007078;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.orders {
    padding: 24px 32px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 8px;
    background-color: #fff;
}

.order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 48px;
    margin-top: 16px;
    padding: 8px 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 4px;
    box-shadow: 0 2px 8px -6px rgba(0, 0, 0, 0.16);
    color: rgba(77, 74, 71, 0.64);
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}

.order.order--header {
    margin-top: 0px;
    margin-bottom: -8px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-color: rgba(231, 238, 239, 0);
    box-shadow: none;
}

.order_number {
    width: 96px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.order_date {
    width: 128px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.order_payment {
    width: 160px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-transform: uppercase;
}

.order_shipping {
    width: 232px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-transform: capitalize;
}

.order_total {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #4d4a47;
    text-align: right;
}

.order_cta {
    width: 152px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: right;
}

.order_value.order_value--link {
    color: #5bcaca;
    font-weight: 400;
    text-decoration: underline;
}

.order_value.order_value--header {
    margin-bottom: 8px;
    color: rgba(77, 74, 71, 0.32);
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}

.order_value.order_value--success {
    color: #a0d035;
}

.order_button {
    padding-right: 24px;
    padding-left: 24px;
    border-radius: 4px;
    background-color: #ffc846;
    font-weight: 400;
    text-transform: uppercase;
}

.a_hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 48px;
    padding: 48px 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: #5bcaca;
}

.a_hero.a_hero--settings {
    background-color: #a0d035;
}

.a_hero.a_hero--stacked {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.a_hero-icon {
    height: 64px;
    margin-right: 24px;
}

.a_hero-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Mrdodo, sans-serif;
    color: #fff;
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
    text-transform: uppercase;
}

.a_back-link {
    display: inline-block;
    margin-bottom: 24px;
    padding-left: 16px;
    background-image: url('../images/Back-Icon.svg');
    background-position: 0% 50%;
    background-size: auto 14px;
    background-repeat: no-repeat;
    color: #007078;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

.a_back-link:hover {
    color: #5bcaca;
}

.a_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
}

.a_content_aside {
    width: 302px;
    padding-right: 8px;
    padding-left: 8px;
}

.a_content_aside.a_content_aside--wide {
    width: auto;
    max-width: 302px;
    min-width: 302px;
}

.a_content_main {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.a_block-aside {
    padding: 8px 16px 24px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 8px;
    background-color: #fff;
    color: #4d4a47;
}

.a_block-aside.a_block-aside--bottom {
    margin-top: 16px;
}

.a_settings-menu-item {
    display: inline-block;
    width: 100%;
    margin-top: 16px;
    padding: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 4px;
    box-shadow: 0 2px 8px -8px rgba(0, 0, 0, 0.32);
    color: rgba(77, 74, 71, 0.64);
    font-size: 20px;
    line-height: 18px;
    text-decoration: none;
}

.a_settings-menu-item:hover {
    color: #4d4a47;
}

.a_settings-menu-item.w--current {
    border-color: #5bcaca;
    box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.16);
    color: #5bcaca;
}

.a_settings-menu-item.a_settings-menu-item--active {
    border-color: #5bcaca;
    box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.16);
    color: #5bcaca;
}

.a_settings-menu-item.a_settings-menu-item--active.w--current {
    border-color: #5bcaca;
    color: #5bcaca;
}

.a_block {
    margin-bottom: 32px;
    padding: 32px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 8px;
    background-color: #fff;
}

.a_settings-block_heading {
    margin-top: 0px;
    margin-bottom: 16px;
    color: #007078;
    font-weight: 400;
}

.a_settings-block_sub-heading {
    max-width: 512px;
    color: #5bcaca;
    font-size: 20px;
    line-height: 28px;
}

.a_settings-block_main {
    display: block;
    margin-top: 48px;
}

.a_input-label {
    margin-bottom: 8px;
    color: #007078;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.a_input-label.hidden {
    opacity: 0;
}

.a_input-label.help-label {
    color: rgba(77, 74, 71, 0.48);
    text-transform: none;
}

.a_input-label.hidden-transparant {
    opacity: 0;
}

.a_input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px;
    margin-bottom: 8px;
    margin-left: -16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.a_input-group_item {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.a_input-group_item.a_input-group_item--small {
    width: 36%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.a_input-group_item.a_input-group_item--small-metric {
    width: 36%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.a_input-group_item.a_input-group_item--add-field {
    width: auto;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.a_input-group_item.inline.age.label {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.a_input-group_item.a_input-group_label {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.settings-form-block {
    margin-bottom: 0px;
    padding-top: 32px;
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px solid #e7eeef;
}

.settings-form-block.inline {
    margin-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
}

.a_settings-submit {
    padding: 16px 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 4px;
    background-color: #a0d035;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.a_settings-submit.a_settings-submit--delete {
    margin-left: 24px;
    background-color: rgba(77, 74, 71, 0.08);
    color: rgba(77, 74, 71, 0.48);
}

.settings-form-actions {
    padding-top: 32px;
    border-top: 1px solid #e7eeef;
}

.settings-form-actions.align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    padding-top: 0px;
    padding-bottom: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e7eeef;
    border-top-style: none;
}

.a_settings-block_button {
    margin-top: 24px;
    padding: 8px 24px;
    border-radius: 4px;
    background-color: #007078;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
}

.a_settings-block_button:hover {
    background-color: #5bcaca;
}

.a_checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4d4a47;
}

.a_checkbox-ticker {
    position: relative;
    margin-top: 0px;
    margin-right: 8px;
    margin-left: 0px;
    float: none;
}

.a_checkbox-label {
    float: none;
    clear: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
    line-height: 24px;
}

.a_checkbox-label.small {
    color: rgba(77, 74, 71, 0.64);
    font-size: 16px;
}

.a_settings-list {
    margin-top: 16px;
}

.a_settings-list-item {
    padding-top: 8px;
    padding-bottom: 8px;
}

.a_address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 32px 16px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 8px;
    background-color: #fff;
    color: #007078;
    font-size: 20px;
}

.a_address.a_address--default {
    border-width: 2px;
    border-color: #5bcaca;
}

.a_address-value {
    display: block;
    overflow: hidden;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    line-height: 24px;
}

.a_address-value.a_address-value--country {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 1px solid #e7eeef;
}

.a_address-value.settings-address__value--country {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 1px solid #e7eeef;
}

.a_address-button {
    padding: 8px 16px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 4px;
    background-color: rgba(77, 74, 71, 0.08);
    color: rgba(77, 74, 71, 0.48);
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
}

.a_address-button:hover {
    background-color: #5bcaca;
    color: #fff;
}

.a_address-default {
    margin-top: 4px;
    margin-left: 8px;
    color: #5bcaca;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

.a_notification {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    padding: 16px 24px 16px 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 4px;
    color: #4d4a47;
    text-transform: capitalize;
}

.a_notification.a_notification--selected {
    border-color: #5bcaca;
    color: #5bcaca;
}

.a_order_products {
    overflow: auto;
    min-height: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #4d4a47;
}

.a_order-product_list-item {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom-width: 1px;
    border-bottom-color: #d4d4d3;
}

.a_order-total-block {
    min-height: 0px;
    margin-top: 24px;
    padding-top: 32px;
    border-top: 1px solid #e7eeef;
}

.a_order-product_quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: rgba(77, 74, 71, 0.8);
}

.a_order-product_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.a_order-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.a_order-product_name {
    display: block;
    margin-bottom: 4px;
    font-family: Mrdodo, sans-serif;
    color: #007078;
    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
}

.a_order-product_name:hover {
    color: #5bcaca;
}

.a_order-product_description {
    color: rgba(77, 74, 71, 0.64);
    font-size: 16px;
    line-height: 20px;
}

.a_order-product_thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 96px;
    height: 96px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #5bcaca;
}

.a_order-product_thumb-image {
    max-height: 80px;
}

.a_order-product_price {
    color: #007078;
    font-size: 1.2em;
    line-height: 1.4em;
}

.a_order-total_tax {
    width: 100%;
    color: rgba(77, 74, 71, 0.48);
    font-size: 16px;
}

.a_order-total_value {
    color: #007078;
}

.a_re-order {
    margin-top: 24px;
    padding: 24px 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 8px;
    background-color: #fff;
    color: #5bcaca;
}

.a_re-order.a_block-aside--bottom {
    margin-top: 16px;
}

.a_re-order_button {
    display: block;
    width: 100%;
    margin-top: 24px;
    padding: 8px 16px;
    border-radius: 4px;
    background-color: #ffc846;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
}

.a_re-order_copy {
    font-size: 22px;
    line-height: 28px;
}

.a_order-status {
    margin-top: 16px;
}

.a_block_title {
    margin-top: 16px;
    margin-bottom: 16px;
    color: #007078;
    font-size: 20px;
    text-transform: capitalize;
}

.a_order-status_label {
    margin-bottom: 8px;
    color: rgba(77, 74, 71, 0.8);
    font-size: 14px;
    text-transform: uppercase;
}

.a_order-status_tag {
    padding: 8px 16px;
    border-radius: 8px;
    background-color: rgba(160, 208, 53, 0.16);
    color: #a0d035;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}

.a_order-status_tag.a_order-status_tag--processing {
    background-color: rgba(91, 202, 202, 0.16);
    color: #5bcaca;
}

.a_block_details {
    margin-top: 32px;
    padding-top: 8px;
    border-top: 1px solid #e7eeef;
}

.a_block_details-group {
    margin-top: 16px;
    margin-bottom: 0px;
}

.a_block_details-value {
    color: rgba(77, 74, 71, 0.48);
    font-size: 16px;
    line-height: 20px;
}

.order_header {
    display: none;
}

.a_addresses-block {
    margin-top: 32px;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e7eeef;
}

.a_addresses-block-heading {
    margin-top: 0px;
    margin-bottom: 4px;
    color: #5bcaca;
    font-size: 24px;
    font-weight: 400;
}

.a_addresses-block-sub {
    max-width: 512px;
    margin-bottom: 24px;
    color: #4d4a47;
    font-size: 18px;
    line-height: 28px;
}

.a_form-error-message {
    margin-top: 16px;
    margin-bottom: 0px;
    padding: 12px 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #ca5b5b;
    border-radius: 8px;
    background-color: rgba(202, 91, 91, 0.24);
    color: #ca5b5b;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}

.a_form-success-block {
    padding: 48px 24px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 16px -8px rgba(0, 0, 0, 0.16);
}

.a_success-emoji {
    margin-bottom: 24px;
    font-size: 48px;
    line-height: 48px;
}

.a_success-message {
    color: #007078;
    font-size: 20px;
    line-height: 28px;
}

.a_success-block-meta {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #e7eeef;
    color: #4d4a47;
}

.a_success-block-retry {
    margin-top: 24px;
    padding: 8px 24px;
    border-radius: 4px;
    background-color: #007078;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.a_input-field-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.a_input-field-toggle {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    width: 20px;
    height: 20px;
    margin-right: 32px;
    opacity: 0.57;
    -webkit-transition: opacity 100ms ease;
    transition: opacity 100ms ease;
    cursor: pointer;
}

.a_input-field-toggle:hover {
    opacity: 1;
}

.a_address-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.a_order-status_tracking {
    width: 100%;
    padding: 8px 24px;
    border-radius: 4px;
    background-color: #007078;
    background-image: url('../images/Tracking.svg');
    background-position: 92% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: background-color 100ms ease;
    transition: background-color 100ms ease;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
}

.a_order-status_tracking:hover {
    background-color: #5bcaca;
}

.a_order-date {
    margin-top: 16px;
    font-size: 20px;
    line-height: 24px;
}

.buddy-typing {
    height: 24px;
    margin-top: 14px;
    padding: 6px 8px;
    border-radius: 4px;
    background-color: hsla(0, 0%, 100%, 0.24);
}

.a_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.a_sign-out {
    padding: 8px 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 4px;
    background-color: #e7eeef;
    color: rgba(77, 74, 71, 0.8);
    text-decoration: none;
    text-transform: uppercase;
}

.jobs-mission {
    max-width: 704px;
    margin: 0px auto;
    color: #007078;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.jobs-mission.jobs-mission--light {
    margin-top: 36px;
    margin-bottom: 36px;
    color: #5bcaca;
}

.jobs-heading {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 48px;
    line-height: 64px;
    font-weight: 400;
}

.jobs-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 64px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.job-tab {
    margin-right: 8px;
    margin-left: 8px;
    padding: 6px 16px;
    border-radius: 24px;
    background-color: rgba(0, 112, 120, 0.16);
    color: #007078;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    cursor: pointer;
}

.job-tab:hover {
    background-color: hsla(0, 0%, 100%, 0.24);
    color: #fff;
}

.job-tab.job-tab--active {
    background-color: #fff;
}

.job-tab.job-tab--active:hover {
    color: #007078;
}

.job-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.job-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 33.333333333333336%;
    min-width: 33.333333333333336%;
    padding: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.job-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 24px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 16px -8px rgba(0, 112, 120, 0.32);
    -webkit-transition: color 100ms cubic-bezier(.445, .05, .55, .95), box-shadow 100ms cubic-bezier(.445, .05, .55, .95), -webkit-transform 100ms cubic-bezier(.445, .05, .55, .95);
    transition: color 100ms cubic-bezier(.445, .05, .55, .95), box-shadow 100ms cubic-bezier(.445, .05, .55, .95), -webkit-transform 100ms cubic-bezier(.445, .05, .55, .95);
    transition: color 100ms cubic-bezier(.445, .05, .55, .95), transform 100ms cubic-bezier(.445, .05, .55, .95), box-shadow 100ms cubic-bezier(.445, .05, .55, .95);
    transition: color 100ms cubic-bezier(.445, .05, .55, .95), transform 100ms cubic-bezier(.445, .05, .55, .95), box-shadow 100ms cubic-bezier(.445, .05, .55, .95), -webkit-transform 100ms cubic-bezier(.445, .05, .55, .95);
    color: #007078;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.job-card:hover {
    box-shadow: 0 2px 24px -8px rgba(0, 112, 120, 0.9);
    -webkit-transform: translate(0px, -4px);
    -ms-transform: translate(0px, -4px);
    transform: translate(0px, -4px);
    color: #5bcaca;
}

.job-card__tag {
    display: inline-block;
    padding: 4px 9px 4px 8px;
    border-radius: 4px;
    background-color: #a0d035;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.job-card__heading {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
}

.job-card__description {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: rgba(77, 74, 71, 0.64);
    line-height: 24px;
    text-decoration: none;
}

.job-card__link {
    display: inline-block;
    margin-top: 24px;
    color: #5bcaca;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
}

.ec-way {
    width: 36%;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
}

.job-slider {
    height: 56vh;
    min-height: 512px;
    background-color: transparent;
}

.job-slider-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.16);
    color: #5bcaca;
    font-size: 24px;
}

.slide-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    padding-right: 96px;
    padding-left: 96px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.slide-content.slide-content--yellow {
    background-color: #d7e200;
}

.slide-content.slide-content--dark-green {
    background-color: #007078;
}

.slide-content.slide-content--turqouise {
    background-color: #5bcaca;
}

.job-slide-nav {
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
    display: none;
    width: auto;
    height: 36px;
    margin-bottom: 23px;
    padding: 10px 16px;
    border-radius: 16px;
    background-color: hsla(0, 0%, 100%, 0.24);
    font-size: 16px;
    line-height: 16px;
}

.slide-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    max-width: 991px;
    min-width: 798px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.slide-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.slide-column.slide-column--fluid {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.slide-heading {
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 70px;
    line-height: 64px;
    font-weight: 400;
}

.slide-sub-heading {
    margin-bottom: 32px;
    color: #007078;
    font-size: 48px;
    line-height: 48px;
}

.slide-sub-heading.slide-sub-heading--on-dark {
    color: #5bcaca;
}

.slide-description {
    max-width: 384px;
    color: #007078;
    font-size: 22px;
    line-height: 32px;
}

.slide-description.slide-description--on-dark {
    color: #fff;
}

.job-benefits {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 96px;
}

.job-benefit {
    max-width: 33.333333333333336%;
    min-width: 33.333333333333336%;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.job-benefit-emoji {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 36px;
}

.job-benefit-title {
    margin-bottom: 8px;
    color: #5bcaca;
    font-size: 24px;
    line-height: 32px;
}

.job-benefit-description {
    font-size: 18px;
    line-height: 24px;
}

.job-benefits-aside {
    margin-top: 96px;
    font-size: 20px;
    line-height: 28px;
}

.jobs-mission--link {
    color: #5bcaca;
    text-decoration: underline;
}

.jobs-mission--link:hover {
    color: #007078;
}

.storyblock-heading-big {
    margin-top: 0px;
    font-family: Veneer, Impact, sans-serif;
    color: #5bcaca;
    font-size: 72px;
    line-height: 61px;
    font-weight: 400;
}

.storyblock-heading-big.dark {
    color: #007078;
    font-size: 90px;
    line-height: 73px;
}

.storyblock-heading-big.light {
    color: #fff;
}

.storyblock-pre-heading-big {
    display: inline-block;
    max-width: 640px;
    margin-top: 0px;
    margin-bottom: 8px;
    color: #fff;
    font-size: 48px;
    line-height: 64px;
    font-weight: 400;
}

.storyblock-pre-heading-big.dark {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    color: #007078;
    font-size: 48px;
    line-height: 64px;
    font-weight: 400;
}

.storyblock-pre-heading-big.blue {
    color: #5bcaca;
    font-size: 48px;
    line-height: 56px;
}

.storyblock-pre-heading-big.green {
    color: #058e6e;
}

.storyblock-pre-heading-big.light-green {
    color: #a0d035;
}

.section-depth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 64px 32px;
    background-color: #eaf8f8;
}

.section-depth.section--kibble {
    display: block;
    padding: 0px;
    background-color: #5bcaca;
}

.section-depth.section--delicious {
    padding: 0px;
    background-color: #fff;
}

.section-depth.section--favourite {
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.section-depth.section--fresh {
    background-color: #fff;
    text-align: center;
}

.section-depth.section--friends {
    padding: 0px;
}

.section-depth.section--pals {
    min-height: 90vh;
    padding-right: 64px;
    padding-left: 64px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/ocean_bg--wide-optimised.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.section-depth.section--fresh-ingredients {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: rgba(232, 225, 215, 0.6);
}

.section-depth.section--recipe {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #5bcaca;
    text-align: center;
}

.section-depth.section--revolution {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: rgba(232, 225, 215, 0.6);
}

.section-depth.section--fresh-cta {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #d7e200;
}

.section-depth.section--help {
    background-color: #5bcaca;
}

.section-depth.section--reviews {
    background-color: #fff;
    text-align: center;
}

.section-depth.section--cats-fussy {
    background-color: #d7e200;
    color: #007078;
}

.section-depth.section--cta-blocks {
    background-color: #fff;
}

.section-depth.section--cats-best {
    background-color: #5bcaca;
    color: #007078;
}

.section-depth.section--fishy {
    padding-top: 16px;
    padding-bottom: 16px;
}

.section-depth.section--shipping-info {
    background-color: #fff;
}

.section-depth.section--intro-charity {
    min-height: 72vh;
    padding-top: 128px;
    padding-bottom: 128px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #5bcaca;
    text-align: center;
}

.section-depth.section--charity-overiew {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #b078c3;
}

.section-depth.section--charity-project {
    padding-top: 128px;
    padding-bottom: 128px;
    background-color: #fff;
    text-align: center;
}

.section-depth.section--charity-impact {
    padding-top: 128px;
    padding-bottom: 128px;
    background-color: #b078c3;
    text-align: center;
}

.section-depth.section--charity-story {
    padding-top: 128px;
    padding-bottom: 128px;
    background-color: #fff;
    text-align: center;
}

.section-depth.section--charity-next {
    padding-top: 128px;
    padding-bottom: 128px;
    background-color: #fff;
}

.section-depth.section--fesh-lp {
    padding-top: 128px;
    padding-bottom: 96px;
    background-color: #5bcaca;
    text-align: center;
}

.section-depth.section--lp-reviews {
    background-color: #fff;
    color: #007078;
    text-align: center;
}

.section-depth.section--lp-cta {
    padding-top: 32px;
    padding-bottom: 128px;
    background-color: #fff;
    text-align: center;
}

.section-depth.section--lp-cats {
    padding-top: 128px;
    padding-bottom: 128px;
    background-color: #fff;
}

.section-depth.section--trial-home {
    padding-top: 64px;
    padding-bottom: 64px;
    border-bottom: 1px solid rgba(0, 112, 120, 0.16);
    background-color: #fff;
    text-align: center;
}

.section-depth.section--commerce {
    padding: 0px;
}

.section-depth.section--white {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #fff;
}

.section-depth.section--story-intro {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #fff;
    color: #007078;
    text-align: center;
}

.section-depth.section--story-chapter-2 {
    background-color: #f3efe9;
    color: #007078;
}

.section-depth.section--story-chapter-3 {
    background-color: #f3efe9;
    color: #007078;
}

.section-depth.section--story-chapter-4 {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #5bcaca;
    color: #fff;
}

.section-depth.section--story-chapter-5 {
    background-color: #fff;
    color: #007078;
}

.section-depth.section--story-chapter-6 {
    background-color: #f3efe9;
    color: #007078;
}

.section-depth.section--story-chapter-7 {
    background-color: #fff;
    color: #007078;
}

.section-depth.section--story-chapter-8 {
    background-color: #fff;
    color: #007078;
}

.section-depth.section--story-chapter-9 {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #5bcaca;
    color: #fff;
}

.section-depth.section--jobs-intro {
    padding-top: 96px;
    background-color: #5bcaca;
    background-image: url('../images/jobs-mascotte.png');
    background-position: 90% 100%;
    background-size: 20%;
    background-repeat: no-repeat;
    text-align: center;
}

.section-depth.section--jobs {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #5bcaca;
    color: #fff;
    text-align: center;
}

.section-depth.section--ec-way {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #fff;
    text-align: center;
}

.section-depth.section--slider {
    display: block;
    padding: 0px;
    background-color: #d7e200;
}

.section-depth.section--job-benefits {
    padding-top: 96px;
    padding-bottom: 96px;
    color: #007078;
    text-align: center;
}

.section-depth.section--jobs-misison {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #fff;
}

.section-depth.section--jobs-vibe {
    height: 60vh;
    background-image: url('../images/2593557.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-depth.section--full-bleed {
    min-height: 60vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e8e1d7;
}

.section-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 192px;
    margin-right: auto;
    margin-left: auto;
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    text-align: center;
}

.section-cta-heading {
    margin-top: 0px;
    margin-bottom: 24px;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
}

.movie-full {
    display: block;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 4px;
    background-image: url('../images/CareClinic.png');
    background-position: 50% 50%;
    background-size: cover;
}

.recycle-tabs {
    max-width: 896px;
    margin-top: 96px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.recycle-tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px;
    margin-bottom: 32px;
    margin-left: -16px;
}

.recycle-tabs-pane {
    padding: 32px 0px;
    border-radius: 8px;
    background-color: hsla(0, 0%, 100%, 0);
    text-align: left;
}

.recycle-tabs-tab {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.recycle-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
    margin-left: 16px;
    padding: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 8px;
    background-color: hsla(0, 0%, 100%, 0.32);
    box-shadow: none;
    -webkit-transition: background-color 100ms ease;
    transition: background-color 100ms ease;
    color: #007078;
    cursor: pointer;
}

.recycle-card:hover {
    background-color: hsla(0, 0%, 100%, 0.72);
}

.recycle-card.w--current {
    background-color: #fff;
    color: #5bcaca;
}

.recycle-card.recycle-card--selected {
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
    color: #5bcaca;
}

.recycle-card-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #5bcaca;
}

.recycle-card-thumb-image {
    max-height: 100%;
}

.recycle-card-title {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 16px;
    font-size: 24px;
    font-weight: 400;
}

.recycle-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    padding-bottom: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.32);
}

.recycle-item.recycle-item--last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
}

.recycle-item-main {
    padding-left: 48px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.recycle-item-image {
    height: 128px;
}

.recycle-item-title {
    margin-top: 0px;
    margin-bottom: -16px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
}

.scroll-indicator-arrow {
    width: 48px;
    height: 48px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 100%;
    background-color: hsla(0, 0%, 100%, 0.24);
}

.scroll-indicator-arrow.dark {
    background-color: #5bcaca;
}

.scroll-indicator-arrow.inline {
    width: auto;
    margin-top: 24px;
    margin-bottom: -64px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0%;
    background-color: hsla(0, 0%, 100%, 0);
}

.hero-panes {
    position: relative;
    background-color: #fff;
}

.hero-pane {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.hero-pane-image {
    max-width: 480px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hero-pane-image.mobile {
    display: none;
}

.hero-pane-heading {
    max-width: 512px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #4daf4a;
    font-size: 48px;
    line-height: 64px;
    font-weight: 400;
}

.hero-pane-overlay {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-panes-main {
    margin-top: -100vh;
    background-color: #fff;
}

.header-fluid {
    margin-top: -81px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #5bcaca;
    background-image: none;
}

.header-fluid.header--full {
    min-height: 85vh;
}

.header-fluid.header--jobs {
    min-height: 64vh;
}

.hero-pane-header {
    max-width: 512px;
    margin-left: 48px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hero-pane-meta {
    margin-top: 24px;
    color: #007078;
    font-size: 18px;
    line-height: 24px;
}

.storyblock-meta {
    margin-top: 32px;
    color: #007078;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}

.storyblock-meta-link {
    color: #fff;
}

.storyblock-meta-link:hover {
    color: #fff;
}

.section-block-image {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 64px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
}

.section-block-image.section-block--fill {
    background-color: #5bcaca;
}

.section-block-image.section-block--fill.green {
    padding-top: 128px;
    padding-bottom: 128px;
    background-color: #07a444;
}

.section-block-image.section-block--trees {
    background-image: url('../images/trees-cropped.png');
    background-position: 50% 50%;
    background-size: cover;
}

.section-block-image.section-block-image--trees {
    background-image: url('../images/trees-cropped.png');
    background-position: 50% 49%;
    background-size: cover;
}

.section-block-image.section-block-image--potatoes {
    background-image: url('../images/potatoes-cropped.png');
}

.section-block-image.section-block-image--gif {
    background-image: url('../images/BagGreen.gif');
}

.section-block-image.section-block-image--tins {
    background-image: url('../images/TinsBelt.png');
}

.story-col {
    padding: 16px 32px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.story-col.story-col--align-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.circular {
    height: 698px;
    margin-top: 64px;
    background-color: #ebefe2;
}

.circular-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.circular-nav {
    bottom: 24px;
}

.circular-arrow {
    position: absolute;
    top: 222px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 56px;
    height: 56px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #a0d035;
    background-image: url('../images/ArrowCurved--White.png');
    background-position: 50% 50%;
    background-size: auto 24px;
    background-repeat: no-repeat;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: color 100ms cubic-bezier(.445, .05, .55, .95), background-color 100ms cubic-bezier(.445, .05, .55, .95), -webkit-transform 100ms cubic-bezier(.445, .05, .55, .95);
    transition: color 100ms cubic-bezier(.445, .05, .55, .95), background-color 100ms cubic-bezier(.445, .05, .55, .95), -webkit-transform 100ms cubic-bezier(.445, .05, .55, .95);
    transition: transform 100ms cubic-bezier(.445, .05, .55, .95), color 100ms cubic-bezier(.445, .05, .55, .95), background-color 100ms cubic-bezier(.445, .05, .55, .95);
    transition: transform 100ms cubic-bezier(.445, .05, .55, .95), color 100ms cubic-bezier(.445, .05, .55, .95), background-color 100ms cubic-bezier(.445, .05, .55, .95), -webkit-transform 100ms cubic-bezier(.445, .05, .55, .95);
    color: #a0d035;
    font-size: 32px;
    cursor: pointer;
}

.circular-arrow:hover {
    background-color: #a0d035;
    background-image: url('../images/ArrowCurved--White.png'), url('../images/ArrowCurved.png');
    background-position: 50% 50%, 50% 50%;
    background-size: auto 24px, auto 24px;
    background-repeat: no-repeat, no-repeat;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    color: #fff;
}

.circular-arrow:active {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.circular-main {
    position: absolute;
    width: 64vw;
    height: 64vw;
    max-height: 1240px;
    max-width: 1240px;
    margin-top: 96px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.circular-image {
    height: 320px;
    margin-bottom: 36px;
}

.circular-bg {
    position: absolute;
    width: 64vw;
    height: 64vw;
    max-height: 1240px;
    max-width: 1240px;
    margin-top: 96px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.circular-right-arrow {
    right: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
}

.circular-left-arrow {
    left: 64px;
    display: none;
    cursor: default;
}

.statement-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 64vh;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: #e8e1d7;
}

.statement-block.statement-block--handy-packs {
    background-image: url('../images/Cups.png');
    background-size: cover;
}

.statement-block.statement-block--top {
    min-height: auto;
    padding-right: 48px;
    padding-left: 0px;
}

.statement-block.statement-block--top.right {
    padding-right: 0px;
    padding-bottom: 64px;
    padding-left: 48px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.statement-block.statement-block--center {
    min-height: 60vh;
    padding-top: 64px;
    padding-right: 48px;
    padding-bottom: 64px;
}

.hero-pane-image-wrapper {
    max-width: 480px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.statement-block-image {
    height: auto;
    max-width: 50%;
    margin-left: 48px;
}

.statement-block-image.statement-block-image--left {
    margin-right: 5vw;
    margin-left: 0px;
}

.statement-block-image.right {
    margin-left: 5vw;
}

.statement-block-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: 512px;
    min-height: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.statement-block-content.top {
    margin-top: 64px;
}

.loyalty-header {
    padding: 48px 32px 64px;
    background-color: #fff;
}

.loyalty-header.onboarding {
    padding-top: 96px;
    padding-bottom: 96px;
    text-align: center;
}

.loyalty-heading {
    margin-top: 0px;
    margin-bottom: 16px;
    font-family: Mrdodo, sans-serif;
    color: #007078;
    font-size: 64px;
    line-height: 80px;
    font-weight: 400;
}

.loyalty-heading.onboarding {
    font-family: Veneer, Impact, sans-serif;
    font-size: 96px;
}

.loyalty-heading.onboarding.light {
    color: #fff;
}

.loyalty-sub-heading {
    color: #5bcaca;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

.loyalty-sub-heading.onboarding {
    margin-bottom: 16px;
    font-size: 48px;
    line-height: 48px;
}

.loyalty-sub-heading.onboarding.dark {
    color: #007078;
}

.loyalty-breadcrumb {
    padding: 32px 32px 16px;
}

.loyalty-breadcrumb-return {
    color: rgba(77, 74, 71, 0.64);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.loyalty-dash {
    padding: 64px 32px 96px;
    background-color: #eaf8f8;
}

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

.dash_current-badge {
    width: 96px;
    height: 96px;
    margin-right: 24px;
    border-radius: 100%;
    box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.16);
}

.dash_current-level {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #df1995;
    font-size: 48px;
    line-height: 48px;
}

.dash_current-label {
    margin-bottom: 8px;
    color: #007078;
    text-transform: uppercase;
}

.dash_milestones {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dash_bar {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 16px;
    margin-top: 24px;
    border-radius: 100px;
    background-color: #fff;
}

.dash_milestone {
    position: relative;
    z-index: 5;
    width: 64px;
    color: #007078;
    text-align: center;
}

.dash_bar-progress {
    width: 20%;
    height: 100%;
    border-radius: 100px;
    background-color: #df1995;
}

.dash_milestone-level {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.36);
    font-size: 32px;
}

.dash_milestone-label {
    text-transform: uppercase;
}

.dash_widgets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
    margin-right: -16px;
    margin-left: -16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dash_unlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #df1995;
    text-align: center;
}

.dash_col {
    padding: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.dash_col.dash_col--small {
    width: 32%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.dash_col.dash_col--full {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.dash_widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #fff;
}

.dash_widget-label {
    color: #007078;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.dash_widget-main {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.dash_challenges {
    margin-bottom: 32px;
    margin-left: 32px;
    border-left: 4px solid rgba(91, 202, 202, 0.32);
}

.dash_challenge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    margin-left: -36px;
    padding: 18px 16px 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 8px -6px rgba(0, 0, 0, 0.32);
    -webkit-transition: box-shadow 150ms ease, background-color 150ms ease;
    transition: box-shadow 150ms ease, background-color 150ms ease;
    color: #5bcaca;
    cursor: pointer;
}

.dash_challenge:hover {
    background-color: #f2fbfb;
    box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.32);
}

.dash_challenge.completed {
    margin-top: 32px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-color: transparent;
    box-shadow: none;
    color: rgba(77, 74, 71, 0.32);
    cursor: default;
}

.dash_challenge.completed:hover {
    background-color: #fff;
    box-shadow: none;
}

.dash_challenge.reward {
    border-color: rgba(0, 0, 0, 0.05);
    background-color: #fbe3f2;
    color: #df1995;
}

.dash_challenge-value {
    min-width: 50px;
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    color: #df1995;
    font-size: 24px;
    text-align: right;
    white-space: nowrap;
}

.dash_challenge-value.completed {
    color: #5bcaca;
}

.dash_challenge-body {
    padding-right: 12px;
    font-size: 22px;
    line-height: 1.4;
}

.dash_challenge-body.date {
    padding-right: 0px;
}

.dash_challenge-button {
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 100px;
    background-color: #5bcaca;
}

.dash_challenge-button:hover {
    background-color: #007078;
}

.dash_challenge-button.completed {
    background-color: #f34f96;
}

.dash_challenge-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.gift-display-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 24px -20px 32px;
}

.gift-display-col {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.gift-display-col-spacer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dash_gift-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dash-gift-card_image {
    height: 96px;
    margin-right: 20px;
}

.gift-card-label {
    margin-bottom: 12px;
    color: rgba(77, 74, 71, 0.64);
}

.gift-card-title {
    max-width: 208px;
    color: #007078;
    font-size: 20px;
    line-height: 28px;
}

.spacer-line {
    position: absolute;
    left: auto;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 1px;
    height: 100%;
    background-color: #e7eeef;
    font-family: 'Great Vibes', cursive;
}

.text-block-2 {
    color: #4d4a47;
}

.or {
    position: relative;
    z-index: 1;
    padding-bottom: 4px;
    background-color: #fff;
    color: #4d4a47;
    font-size: 20px;
    line-height: 1.5;
}

.dash_unlock-score {
    margin-top: -20px;
    font-size: 48px;
    line-height: 48px;
}

.dash_unlock-meta {
    margin-top: 8px;
    font-size: 24px;
    line-height: 32px;
}

.dash_challenge-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    margin-right: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 100%;
    background-color: #5bcaca;
}

.dash_challenge-status.completed {
    padding-right: 4px;
    padding-left: 4px;
    border: 2px solid #5bcaca;
    background-color: #fff;
}

.dash_challenge-status.reward {
    background-color: #df1995;
}

.dash-widget-overflow {
    overflow: auto;
    height: 392px;
    padding-right: 8px;
}

.loyalty-benefits {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 64px;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr auto auto;
    grid-template-rows: 1fr auto auto;
}

.inline-challenges {
    color: #f34f96;
}

.loyalty-block-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.loyalty-block {
    max-width: 500px;
    text-align: left;
}

.loyalty-block-label {
    margin-bottom: 8px;
    color: #df1995;
    font-size: 24px;
    line-height: 28px;
}

.loyalty-block-description {
    color: #5bcaca;
    font-size: 24px;
    line-height: 36px;
}

.loyalty-block-rows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.loyalty-benefit-title {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

.a_settings-col {
    position: relative;
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    padding: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.a_settings-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.passport {
    position: relative;
    padding: 24px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 16px -8px rgba(0, 0, 0, 0.08);
}

.passport.passport--small {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
}

.passport-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.passport-meta {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #e7eeef;
}

.passport-avatar-mask {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding-bottom: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
}

.passport-avatar {
    position: absolute;
    left: 0px;
    top: 0px;
}

.passport-main-content {
    padding-left: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.passport-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e7eeef;
}

.passport-row.passport-row--bottom {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
}

.passport-col {
    min-height: 40px;
    padding-right: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.passport-col.passport-col--small {
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.passport-label {
    margin-bottom: 4px;
    color: rgba(77, 74, 71, 0.48);
    font-size: 12px;
    text-transform: uppercase;
}

.passport-value {
    color: #4d4a47;
    font-size: 18px;
    line-height: 20px;
}

.passport-button {
    padding: 8px 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 8px;
    background-color: rgba(77, 74, 71, 0.04);
    -webkit-transition: color 100ms ease, background-color 100ms ease;
    transition: color 100ms ease, background-color 100ms ease;
    color: rgba(77, 74, 71, 0.48);
    text-transform: uppercase;
}

.passport-button:hover {
    background-color: #007078;
    color: #fff;
}

.passport-edit {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1000;
    overflow: auto;
    max-height: 492px;
    margin-top: 8px;
    margin-right: 8px;
    margin-left: 8px;
    padding: 24px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 24px -8px rgba(0, 0, 0, 0.24);
}

.pet-edit-form-block {
    margin-bottom: 0px;
}

.pet-edit-submit {
    height: auto;
    padding: 8px 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 4px;
    background-color: #a0d035;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.pet-edit-submit:hover {
    background-color: #5bcaca;
}

.pet-edit-submit.a_settings-submit--delete {
    margin-left: 24px;
    background-color: rgba(77, 74, 71, 0.08);
    color: rgba(77, 74, 71, 0.48);
}

.pet-edit-submit.pet-edit-submit--delete {
    margin-left: 24px;
    background-color: rgba(77, 74, 71, 0.08);
    color: rgba(77, 74, 71, 0.48);
}

.pet-edit-submit.pet-edit-submit--delete:hover {
    background-color: #4d4a47;
    color: #fff;
}

.passport-watermark {
    position: absolute;
    left: -10%;
    top: -10%;
    right: auto;
    bottom: auto;
    z-index: 5;
    width: 80%;
}

.new-pet-form {
    max-width: 512px;
    margin-right: auto;
    margin-left: auto;
}

.new-pet-form-block {
    margin-bottom: 0px;
    padding: 64px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 16px;
    box-shadow: 0 2px 16px -8px rgba(0, 0, 0, 0.16);
}

.pet-progress-bar {
    overflow: hidden;
    height: 16px;
    border-radius: 100px;
    background-color: #e7eeef;
}

.pet-progress {
    width: 20%;
    height: 16px;
    border-radius: 100px;
    background-color: #5bcaca;
}

.pet-question {
    margin-bottom: 36px;
    color: #007078;
    font-size: 36px;
    line-height: 48px;
}

.pet-field {
    height: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 8px;
    background-color: rgba(231, 238, 239, 0.16);
    font-size: 18px;
    line-height: 48px;
    font-weight: 400;
}

.pet-field:focus {
    border-width: 2px;
    border-color: #5bcaca;
    background-color: #fff;
    color: #5bcaca;
}

.pet-field.dropdown {
    background-image: url('../images/SelectArrowDown.svg');
    background-position: 95% 50%;
    background-size: 16px;
    background-repeat: no-repeat;
}

.pet-field.pet-field-padded {
    padding-right: 80px;
}

.new-pet-form-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e7eeef;
}

.new-pet-form-button {
    padding: 12px 24px;
    border: 1px solid transparent;
    border-radius: 100px;
    background-color: #007078;
    text-transform: uppercase;
}

.new-pet-form-button.back {
    border-color: #007078;
    background-color: transparent;
    color: #007078;
}

.new-pet-form-step {
    padding-top: 64px;
    padding-bottom: 64px;
}

.step-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
}

.step-button {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: 8px;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #5bcaca;
    border-radius: 8px;
    box-shadow: 0 1px 8px -4px rgba(0, 0, 0, 0.16);
    -webkit-transition: color 100ms ease, background-color 100ms ease;
    transition: color 100ms ease, background-color 100ms ease;
    color: #5bcaca;
    font-size: 24px;
    text-align: center;
}

.step-button:hover {
    background-color: #5bcaca;
    color: #fff;
}

.step-button-check {
    position: relative;
    top: -4px;
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: none;
}

.step-button-label {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 24px;
}

.pet-tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
}

.pet-tabs-pane {
    margin-top: 24px;
    margin-bottom: 0px;
    padding-top: 24px;
    border-top: 1px solid #e7eeef;
}

.pet-tabs-menu-option {
    margin-right: 8px;
    margin-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 2px solid #007078;
    border-radius: 100px;
    background-color: transparent;
    color: #007078;
    text-align: center;
}

.pet-tabs-menu-option.w--current {
    background-color: #007078;
    color: #fff;
}

.loyalty-modals {
    padding-top: 96px;
    padding-bottom: 195px;
}

.loyalty-modal {
    position: relative;
    max-width: 896px;
    margin-right: auto;
    margin-left: auto;
    padding: 48px 32px;
    border-radius: 16px;
    box-shadow: 0 0 16px -8px #000;
    text-align: center;
}

.loyalty-intro-image {
    height: 230px;
    margin-bottom: 24px;
}

.loyalty-intro-card {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 2px;
    text-align: center;
}

.loyalty-benefit {
    max-width: 300px;
    padding: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.loyalty-benefit-descr {
    margin-bottom: 0px;
    color: #007078;
    font-size: 20px;
    line-height: 1.2em;
}

.pet-delete {
    width: 100%;
    height: auto;
    padding: 8px 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 4px;
    background-color: #f1f1f1;
    color: rgba(77, 74, 71, 0.48);
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.pet-delete:hover {
    background-color: #ca5b5d;
    color: #fff;
}

.pet-delete.a_settings-submit--delete {
    margin-left: 24px;
    background-color: rgba(77, 74, 71, 0.08);
    color: rgba(77, 74, 71, 0.48);
}

.pet-delete.pet-edit-submit--delete {
    margin-left: 24px;
    background-color: rgba(77, 74, 71, 0.08);
    color: rgba(77, 74, 71, 0.48);
}

.pet-field-wrapper {
    position: relative;
}

.pet-field-help {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(77, 74, 71, 0.64);
}

.pet-edit-checkbox {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 32px;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #4d4a47;
}

.pet-edit-checkbox-ticker {
    margin-top: 0px;
}

.pet-edit-crossbreed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    margin-top: 10px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 100px;
    background-color: #fff;
    background-image: url('../images/TogglePlus.svg');
    background-position: 50% 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    box-shadow: 0 2px 16px -8px rgba(0, 0, 0, 0.48);
    color: #fff;
    font-size: 32px;
    font-weight: 400;
}

.modal-header {
    padding-bottom: 36px;
    text-align: center;
}

.loyalty-modal-heading {
    margin-top: 0px;
    margin-bottom: 16px;
    font-family: Mrdodo, sans-serif;
    color: #df1995;
    font-size: 48px;
    line-height: 56px;
    font-weight: 400;
}

.loyalty-modal-sub-heading {
    max-width: 512px;
    margin-right: auto;
    margin-left: auto;
    color: #4d4a47;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.modal-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.modal-option {
    min-height: 16px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.reward-option {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 8px;
    box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.36);
}

.reward-option-icon {
    max-height: 96px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.reward-option-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    margin-bottom: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #4d4a47;
    font-weight: 400;
}

.reward-option-button {
    width: 100%;
    border-radius: 100px;
    background-color: #df1995;
    font-size: 20px;
    line-height: 20px;
}

.reward-option-button:hover {
    background-color: #5bcaca;
}

.modal-close {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 32px;
    height: 32px;
    margin-top: 24px;
    margin-right: 24px;
    border-radius: 100%;
    background-color: rgba(77, 74, 71, 0.08);
    background-image: url('../images/ModalClose.svg');
    background-position: 50% 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.reward-option-tooltip {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    margin-top: 12px;
    margin-right: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: rgba(77, 74, 71, 0.08);
    color: rgba(77, 74, 71, 0.64);
}

.loyalty-modal-image {
    height: 192px;
    margin-bottom: 32px;
}

.toaster {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 896px;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
    padding: 16px 24px;
    border-radius: 8px;
    background-color: #fbe3f2;
}

.toaster-thumbnail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 96px;
    height: 96px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #fff;
    color: #df1995;
    font-size: 24px;
}

.toaster-thumbnail-icon {
    height: 36px;
    margin-bottom: 12px;
}

.toaster-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #df1995;
}

.toaster-heading {
    margin-top: 0px;
}

.toaster-cta {
    border-radius: 100px;
    background-color: #df1995;
    font-size: 20px;
}

.toaster-close {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 20px;
    height: 20px;
    margin-top: 13px;
    margin-right: 24px;
    border-radius: 100%;
    background-color: rgba(77, 74, 71, 0.08);
    background-image: url('../images/ToasterClose.svg');
    background-position: 50% 50%;
    background-size: 16px;
    background-repeat: no-repeat;
}

.loyalty-checkout {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 896px;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
    padding: 24px;
    border-radius: 8px;
    background-color: #fbe3f2;
}

.loyalty-checkout-descr {
    margin-bottom: 16px;
}

.loyalty-modal-button {
    margin-top: 24px;
    padding-right: 32px;
    padding-left: 32px;
    border-radius: 100px;
    background-color: #df1995;
    font-size: 20px;
    line-height: 20px;
}

.loyalty-modal-button:hover {
    background-color: #5bcaca;
}

.loyalty-modal-button.big {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
}

.loyalty-modal-button.big:hover {
    background-color: #007078;
}

.onboarding-wrap {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 5000;
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: rgba(0, 112, 120, 0.24);
}

.loyalty-onboarding-cta {
    padding: 96px 32px;
    background-color: #5bcaca;
    text-align: center;
}

.loyalty-onboarding-cta.onboarding {
    padding-top: 96px;
    padding-bottom: 96px;
    text-align: center;
}

.section-nugget {
    position: relative;
    z-index: 4999;
    width: 64px;
    height: 64px;
    margin: -32px auto;
    border-radius: 100px;
    background-color: #fff;
    background-image: url('../images/LoyaltyNugget.svg');
    background-position: 50% 50%;
    background-size: auto 48px;
    background-repeat: no-repeat;
}

.packaging-movie {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-top: 96px;
    margin-bottom: 96px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-image: url('../images/PackagingVidThumb.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.video-button {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 5;
    display: inline-block;
    width: 96px;
    height: 96px;
    border-radius: 100%;
    background-color: hsla(0, 0%, 100%, 0.8);
    background-image: url('../images/PlayIcon.svg');
    background-position: 53% 50%;
    background-size: auto 32px;
    background-repeat: no-repeat;
    box-shadow: 0 2px 24px -12px #000;
    -webkit-transition: background-color 100ms ease;
    transition: background-color 100ms ease;
    cursor: pointer;
}

.video-button:hover {
    background-color: #fff;
}

.video-button.pause {
    background-image: url('../images/PauseIcon.svg');
    background-position: 50% 50%;
}

.html-embed {
    position: relative;
    z-index: 4;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.html-embed-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.fresh-blocks-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 60vh;
    min-width: 100%;
    margin-top: 96px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.loyalty-blocks-row-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 60vh;
    min-width: 100%;
    margin-top: 96px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.styleguide-hr {
    margin-top: 32px;
    margin-bottom: 32px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #5bcaca;
}

.color-blue {
    color: #5bcaca;
}

.h1 {
    width: 100%;
    font-family: Veneer, Impact, sans-serif;
    font-size: 96px;
    line-height: 1.3em;
    font-weight: 400;
    text-transform: uppercase;
}

.h1.h1--small {
    font-size: 72px;
    line-height: 1em;
    font-weight: 400;
}

.color-brown {
    color: #4b4b4b;
}

.h2 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 16px;
    font-family: Mrdodo, sans-serif;
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 400;
}

.h2.h2--large {
    font-size: 57px;
}

.h2.h2--small {
    font-size: 42px;
}

.h3 {
    width: 100%;
    font-family: Mrdodo, sans-serif;
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 400;
}

.color-white {
    color: #fff;
}

.mb3 {
    margin-bottom: 64px;
}

.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px;
    margin-bottom: -32px;
    margin-left: -16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.grid.no-bottom-margins {
    margin-right: -16px;
    margin-left: -16px;
}

.grid.grid--large {
    margin: 0px -32px -64px;
}

.grid.grid--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.grid.grid--small {
    margin: 0px -8px -16px;
}

.grid.grid--equal-h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.grid.test {
    height: 500px;
}

.mb1 {
    margin-bottom: 16px;
}

.image-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.text-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}

.pb0 {
    padding-bottom: 0px;
}

.text-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
}

.text-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.mb0 {
    margin-bottom: 0px;
}

.align-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.text-small {
    font-size: 20px;
}

.text-small.mb2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.mb2 {
    margin-bottom: 32px;
}

.mb2.paragraph-small.flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mb4 {
    margin-bottom: 96px;
}

.button-pill {
    min-width: 150px;
    padding: 14px 24px;
    border-radius: 100px;
    background-color: #fff;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #007078;
    font-size: 20px;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.button-pill:hover {
    color: #5bcaca;
}

.button-pill.button-pill--small {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
}

.button-pill.button-pill--small.button-pill--dark.mobile-show {
    display: none;
}

.button-pill.button-pill--small.button-pill--green {
    background-color: #058e6e;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    color: #fff;
}

.button-pill.button-pill--small.button-pill--green:hover {
    background-color: #007078;
}

.button-pill.button-pill--dark {
    background-color: #007078;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
}

.button-pill.button-pill--dark:hover {
    background-color: #a0d035;
}

.button-pill.button-pill--dark.inline-button {
    margin: 8px;
}

.button-pill.shadow {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    -webkit-transition: background-color 200ms ease, box-shadow 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
    transition: background-color 200ms ease, box-shadow 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
    transition: transform 200ms ease, background-color 200ms ease, box-shadow 200ms ease, color 200ms ease;
    transition: transform 200ms ease, background-color 200ms ease, box-shadow 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
}

.button-pill.shadow:hover {
    box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.16);
}

.button-pill.button-pill--yellow {
    background-color: #d7e200;
    color: #fff;
}

.button-pill.inline-button {
    margin: 8px;
}

.button-pill.button-pill--promo {
    background-color: #df1995;
    -webkit-transition: background-color 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, color 200ms ease;
    color: #fff;
}

.button-pill.button-pill--promo:hover {
    background-color: #007078;
}

.button-pill.button-pill--blue {
    background-color: #5bcaca;
    -webkit-transition: background-color 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, color 200ms ease;
    color: #fff;
}

.button-pill.button-pill--blue:hover {
    background-color: #a0d035;
}

.button-pill.button-pill--grayblue {
    background-color: #384d5d;
    -webkit-transition: background-color 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, color 200ms ease;
    color: #fff;
}

.button-pill.button-pill--grayblue:hover {
    background-color: #5bcaca;
}

.button-pill.button-pill--darkgreen {
    background-color: #36573b;
    -webkit-transition: background-color 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, color 200ms ease;
    color: #fff;
}

.button-pill.button-pill--darkgreen:hover {
    background-color: #007078;
}

.image-rounded {
    border-radius: 8px;
}

.grid__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.grid__item.lg-2 {
    width: 16.66%;
}

.grid__item.lg-10 {
    width: 83.33%;
}

.grid__item.lg-7 {
    width: 58.33%;
}

.grid__item.lg-1 {
    width: 8.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.grid__item.lg-12 {
    width: 100%;
}

.grid__item.lg-9 {
    width: 75%;
}

.grid__item.lg-6 {
    width: 50%;
}

.grid__item.lg-6.md-12.align-center.align-right {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.grid__item.lg-6.md-12.align-center.lp-trial-header-content-wrap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.grid__item.lg-8 {
    width: 66.66%;
}

.grid__item.lg-4 {
    width: 33.33%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.grid__item.lg-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.grid__item.lg-11 {
    width: 91.66%;
}

.grid__item.lg-5 {
    width: 41.66%;
}

.grid__item.grid__item--large {
    margin-bottom: 64px;
    padding-right: 32px;
    padding-left: 32px;
}

.grid__item.grid__item--large.lg-6.align-bottom {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.grid__item.grid__item--small {
    margin-bottom: 16px;
    padding-right: 8px;
    padding-left: 8px;
}

.heading-group__item {
    margin-bottom: 0px;
    line-height: 1.08em;
}

.heading-group__item.h1.h1--small.color-promo.subscription {
    font-size: 70px;
}

.heading-group__item.h1.color-darkgreen {
    color: #36573b;
}

.heading-group__item.h1.color-blue.h1-dental {
    font-size: 80px;
    line-height: 1em;
}

.card {
    width: 100%;
    padding: 32px;
    border-radius: 8px;
    background-color: #fff;
}

.card.card--large {
    padding: 64px;
    border-radius: 16px;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.08);
}

.card.text-center.h100.card-tp-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.08);
}

.card.card--border {
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
}

.card.card--border.card--error {
    border-width: 2px;
    border-color: #ca4f4f;
}

.card.card--light {
    background-color: #eaf8f8;
}

.card.card--blue {
    background-color: #5bcaca;
}

.card.card--collection-cta {
    background-color: #5bcaca;
    color: #fff;
    text-align: center;
}

.card.card--yellow {
    background-color: #d7e200;
}

.card.card--shadow {
    box-shadow: 0 1px 10px 3px rgba(0, 0, 0, 0.05);
}

.heading-group {
    margin-top: 0px;
    margin-bottom: 32px;
}

.heading-group.text-center.mb3 {
    margin-bottom: 64px;
}

.heading-group.mb4 {
    margin-bottom: 96px;
}

.styleguide-caption {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.styleguide-caption.small-divider {
    margin-top: -15px;
    font-size: 12px;
}

.styleguide-small-divider {
    width: 100%;
    margin-top: 0px;
    opacity: 0.3;
}

.horizontal-line {
    width: 100%;
    height: 1px;
    margin-bottom: 40px;
    background-color: #fff;
}

.horizontal-line.light {
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: rgba(41, 127, 202, 0.8);
    color: #096ad0;
}

.column-styleguide {
    width: 100%;
    height: 40px;
    margin-bottom: 0px;
    border: 1px solid #096ad0;
    border-radius: 6px;
    background-color: rgba(9, 106, 208, 0.06);
}

.min-hero {
    min-height: 65vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.min-hero.section.section--blue.section--vertical {
    position: relative;
}

.min-hero.section.section--blue.section--vertical.overflow-hidden {
    overflow: hidden;
}

.quote-right {
    margin-right: 0px;
    margin-left: 48px;
}

.quote-left {
    margin-right: 48px;
    margin-left: 0px;
}

.quoted {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.text-link {
    display: inline-block;
    color: #007078;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 400;
    text-transform: uppercase;
}

.text-link.color-brown {
    color: #4b4b4b;
}

.trustpilot-aside {
    display: inline-block;
    margin-bottom: 8px;
    padding: 8px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
}

.trustpilot-aside-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.trustpilot-aside-group.fussy-eater {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 32px;
}

.pos-rel {
    position: relative;
}

.h100 {
    height: 100%;
}

.fussy-eater-tp-bar {
    padding-top: 64px;
    padding-bottom: 64px;
}

.sustainable-tp-bar {
    width: 100%;
    padding: 16px 32px;
    background-color: #fff;
}

.sustainable-tp-bar-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.html-embed-3 {
    margin-top: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.color-darkgreen {
    color: #36573b;
}

.color-darkgreen.storyblock-paragraph {
    font-weight: 400;
}

.pet-field-label {
    color: rgba(77, 74, 71, 0.64);
}

.a_input-group_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.color-dark {
    color: #007078;
}

.text-field {
    width: 100px;
    max-width: 100px;
}

.product-frequency {
    display: none;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e7eeef;
}

.radio-toggle {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
    margin-left: 8px;
    padding: 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #d4d4d3;
    border-radius: 6px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.04);
    cursor: pointer;
}

.radio-toggle__checkmark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    padding: 2px;
    border: 1px solid #d4d4d3;
    border-radius: 2px;
}

.radio-toggle__input {
    display: none;
}

.radio-toggle__label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: rgba(77, 74, 71, 0.64);
}

.radio-toggle-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
}

.radio-toggle__checkmark-icon {
    display: none;
}

.stay-you-step {
    width: 100%;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
}

.stay-you-steps {
    padding-bottom: 96px;
}

.footnote {
    margin-top: 16px;
    font-size: 14px;
}

.bold-text {
    font-style: normal;
}

.step__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.step__content-text {
    width: 100%;
    font-size: 20px;
}

.step__content-number {
    width: auto;
    margin-top: -14px;
    margin-right: 16px;
}

.step__content-number.h3 {
    margin-top: -8px;
}

.step__content-number.h3.color-white {
    margin-top: -8px;
}

.step__image {
    margin-bottom: 16px;
}

.embedded-movie {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-top: 96px;
    margin-bottom: 96px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-image: url('../images/PackagingVidThumb.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.embedded-movie.mb0 {
    margin-bottom: 0px;
}

.embedded-movie.christmas-gathering {
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 8px;
    background-image: url('../images/teambuilding_thumb.jpg');
}

.video-player {
    position: relative;
    z-index: 4;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.video-player.video-player--16-9 {
    position: relative;
    padding-bottom: 56.25%;
}

.c-main {
    width: 50%;
    min-height: 100vh;
    padding-top: 4em;
    padding-right: 4em;
    padding-bottom: 4em;
}

.c-sidebar {
    position: relative;
    width: 50%;
    padding-top: 4em;
    padding-bottom: 4em;
    padding-left: 4em;
    background-color: #eaf8f8;
}

.c-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Source Sans Pro', sans-serif;
    color: #323232;
    font-size: 16px;
    font-weight: 400;
}

.c-container.c-container--auth {
    width: 100%;
    font-size: 20px;
}

.c-section {
    padding-top: 3em;
}

.c-header__logo-image {
    max-height: 4.28571em;
}

.c-breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1em;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    list-style-type: none;
}

.c-breadcrumb__item {
    padding-right: 8px;
    color: #7f7d7b;
    text-decoration: none;
}

.c-breadcrumb__item.c-breadcrumb__item--active {
    color: #323232;
    font-weight: 600;
}

.c-breadcrumb__item.c-breadcrumb__item--link {
    color: #007078;
}

.c-breadcrumb__arrow {
    height: 10px;
    margin-right: 8px;
}

.c-section__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-section__header.c-section__header-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.c-section__header-title {
    margin-top: 0px;
    margin-bottom: 0em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #323232;
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 400;
}

.c-field__input {
    width: 100%;
    height: 50px;
    margin-bottom: 0px;
    padding: 0px 15px;
    border: 1px solid #d4d4d3;
    border-radius: 5px;
    background-color: #fafdfd;
    font-size: 16px;
}

.c-field__input:focus {
    border-width: 1px;
    border-color: #5bcaca;
    box-shadow: 0 0 0 1px #5bcaca;
}

.c-field__input.c-field__input--dropdown {
    background-image: url('../images/SelectArrowDown.svg');
    background-position: 97% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.c-field__input.c-field__input--white {
    background-color: #fff;
}

.c-field__input.c-field__input--auth {
    height: 55px;
    margin-bottom: 20px;
    font-family: Mrdodo, sans-serif;
    color: #007078;
    font-size: 20px;
}

.c-field {
    position: relative;
    width: 100%;
    padding: 8px;
    float: left;
}

.c-field.c-field--half {
    width: 50%;
}

.c-fieldset {
    margin: -8px;
}

.c-field__label {
    font-size: 14px;
    font-weight: 400;
}

.c-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-button {
    padding: 1.4em;
    border-radius: 5px;
    background-color: #00b67a;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.c-button:hover {
    background-color: #019967;
}

.c-button.c-button--promo {
    background-color: #df1995;
}

.c-button.c-button--promo:hover {
    background-color: #007078;
}

.c-button-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #007078;
    text-decoration: none;
}

.c-button-link__icon {
    margin-right: 8px;
}

.c-cart {
    margin-bottom: 1.75em;
    padding-bottom: 1.25em;
    border-bottom: 1px solid #d4d4d3;
}

.c-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0px solid #d4d4d3;
}

.c-product__thumbnail {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75px;
    height: 75px;
    margin-right: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #5bcaca;
}

.c-product__description {
    margin-right: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.c-product__quantity {
    position: absolute;
    top: -10px;
    right: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    color: #007078;
    font-size: 14px;
    font-weight: 600;
}

.c-product__price {
    font-weight: 600;
}

.c-product__thumbnail-image {
    max-height: 60px;
}

.c-product__description-title {
    font-weight: 600;
}

.c-product__description-subtitle {
    margin-top: 2px;
    color: #7f7d7b;
    font-size: 14px;
}

.c-summary-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0.75em;
}

.c-summary-line.c-summary-line--total {
    margin-top: 0.75em;
    padding-top: 1.5em;
    padding-bottom: 0em;
    border-top: 1px solid #d4d4d3;
    font-size: 22px;
    line-height: 1em;
}

.c-summary-line.c-summary-line--highlight {
    color: #df1995;
}

.c-total-line__label {
    padding-right: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.c-total-line__value {
    text-align: right;
}

.html-embed-4 {
    color: #5bcaca;
}

.c-wrapper {
    overflow: hidden;
}

.c-wrapper.c-wrapper--auth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eaf8f8;
    font-weight: 400;
}

.c-order-toggle {
    display: none;
}

.c-html-embed {
    display: none;
}

.c-footer__alt {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.c-content-box {
    overflow: hidden;
    border: 1px solid #d4d4d3;
    border-radius: 5px;
    background-color: #fff;
}

.c-content-box__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #e7eeef;
}

.c-content-box__row.c-content-box__row--last {
    border-bottom-width: 0px;
}

.c-content-box__label {
    padding-right: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #7f7d7b;
}

.c-section__header-link {
    margin-left: 16px;
    color: #007078;
    text-decoration: none;
}

.c-content-box__row-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
}

.c-content-box__row-content {
    display: none;
    padding: 15px 15px 10px;
    border-top: 1px solid #d4d4d3;
    background-color: #fafdfd;
}

.c-custom-radio {
    position: relative;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
}

.c-custom-radio__label {
    position: static;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 35px;
    font-weight: 600;
    cursor: pointer;
}

.c-auth-tabs {
    width: 100%;
    max-width: 610px;
    margin-right: auto;
    margin-left: auto;
}

.c-tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: Mrdodo, sans-serif;
    text-transform: uppercase;
}

.c-tabs-content {
    padding: 32px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
}

.c-tabs-menu__link {
    bottom: -1px;
    z-index: 1;
    padding: 20px 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: transparent;
    color: #7f7d7b;
    font-size: 18px;
    text-align: center;
}

.c-tabs-menu__link:hover {
    color: #5bcaca;
}

.c-tabs-menu__link.w--current {
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef #e7eeef #fff;
    background-color: #fff;
    color: #5bcaca;
}

.c-submit-button {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 5px;
    background-color: #007078;
    font-family: Mrdodo, sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.c-help-line {
    margin-top: 20px;
    font-family: Mrdodo, sans-serif;
    color: #7f7d7b;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.c-help-line__link {
    color: #323232;
    cursor: pointer;
}

.c-help-line__link:hover {
    color: #5bcaca;
}

.c-field__input-wrap {
    position: relative;
}

.c-field__input-toggle {
    position: absolute;
    top: 50%;
    right: 20px;
    opacity: 0.5;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    cursor: pointer;
}

.c-field__input-toggle:hover {
    opacity: 1;
}

.c-tooltip {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #323232;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.cart-checkout-section {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #d4d4d3;
}

.cart-checkout-extra-lines {
    padding-bottom: 8px;
}

.cart-frequency {
    font-family: Mrdodo, sans-serif;
}

.cart-fequency__option {
    position: relative;
}

.cart-frequency-radio {
    position: relative;
    color: #007078;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 400;
}

.cart-frequency-radio.cart-frequency-radio--highlight {
    color: #df1995;
}

.cart-frequency-dropdown {
    height: 42px;
    margin-bottom: 16px;
    padding: 0px 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    background-color: #fff;
    background-image: url('../images/SelectArrowDown.svg');
    background-position: 97% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.16);
    color: #5bcaca;
    font-size: 20px;
}

.cart-frequency-dropdown:focus {
    border-color: #5bcaca;
}

.cart-frequency-radio__label {
    padding-left: 35px;
    font-weight: 400;
    cursor: pointer;
}

.job-filter {
    width: auto;
    height: 50px;
    min-width: 260px;
    margin: 8px;
    padding: 8px 48px 8px 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 5px;
    background-color: #fff;
    background-image: url('../images/SelectArrowDown.svg');
    background-position: 95% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    box-shadow: 0 4px 12px -6px rgba(0, 112, 120, 0.32);
    color: #007078;
    font-size: 22px;
}

.job-filter:focus {
    border-color: #e7eeef;
}

.c-field__error-message {
    margin-top: 8px;
    color: #e32c2b;
    font-size: 14px;
    font-weight: 400;
}

.c-section__header-pretitle {
    color: #7f7d7b;
}

.c-content-box__content {
    padding: 15px;
}

.c-section__header-subtitle {
    margin-top: 0px;
    margin-bottom: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 400;
}

.c-text-label {
    padding-bottom: 0.8em;
    font-size: 16px;
    font-weight: 600;
}

.c-paragraph {
    font-size: 16px;
    line-height: 1.3em;
}

.c-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
}

.c-grid__row {
    position: relative;
    width: 100%;
    padding: 8px;
    float: left;
}

.c-grid__row.c-field--half {
    width: 50%;
}

.c-grid__row.c-grid__row--half {
    width: 50%;
}

.hero-scroll-block__spacing {
    padding-bottom: 64px;
}

.reviews-slider {
    height: 100%;
    background-color: transparent;
}

.dog-reviews {
    height: 100%;
    padding-right: 96px;
    padding-left: 96px;
    background-color: transparent;
}

.dog-reviews__slide {
    overflow: hidden;
    padding: 10px;
}

.mask {
    overflow: visible;
}

.dog-reviews__nav {
    display: none;
}

.mt2 {
    margin-top: 32px;
}

.hero-mascots {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 200px;
}

.hero-mascots__item {
    position: absolute;
    bottom: 0px;
    width: 15vw;
}

.hero-mascots__item.hero-mascots__item--1 {
    left: 5vw;
    width: 6vw;
    max-width: 110px;
}

.hero-mascots__item.hero-mascots__item--2 {
    left: 16vw;
    width: 12vw;
    max-width: 225px;
}

.hero-mascots__item.hero-mascots__item--3 {
    left: 34vw;
    width: 6vw;
    max-width: 110px;
}

.hero-mascots__item.hero-mascots__item--4 {
    right: 35vw;
    width: 6vw;
    max-width: 115px;
}

.hero-mascots__item.hero-mascots__item--5 {
    right: 22vw;
    width: 6vw;
    max-width: 120px;
}

.hero-mascots__item.hero-mascots__item--6 {
    right: 6vw;
    width: 9vw;
    max-width: 170px;
}

.checked-list.checked-list--modal {
    width: 100%;
}

.checked-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}

.checked-list__item.checked-list__item--center {
    text-align: left;
}

.checked-list__item.checked-list__item--small {
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 20px;
}

.checked-list__bullet {
    width: 20px;
    height: 20px;
    margin-top: 7px;
    margin-right: 14px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.checked-list__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 26px;
    line-height: 32px;
    text-align: left;
}

.checked-list__text.checked-list__text--small {
    font-size: 18px;
}

.checked-list__text.checked-list__text--medium {
    font-size: 20px;
}

.checked-list__text.checked-list__text--large {
    font-size: 24px;
    line-height: 1.3em;
}

.hero__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 96px 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #5bcaca;
    text-align: center;
}

.hero__content.sustainable {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #a0d035;
}

.hero__content.stay-you {
    background-color: #d7e200;
}

.hero__content.hero__content--dogbuddy {
    background-color: #5bcaca;
}

.hero__content.hero__content--white {
    background-color: #fff;
}

.hero__content.hero__content--purple {
    background-color: #652767;
}

.hero__content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero__content-container.sustainable {
    max-width: 600px;
    margin-right: 64px;
    margin-bottom: 96px;
    margin-left: 64px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hero__content-container.stay-you {
    max-width: 480px;
}

.hero__content-container.hero__content-container--medium {
    max-width: 500px;
}

.hero__visual {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: none;
}

.hero__visual.sustainable {
    padding: 64px 32px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.hero__visual.pos-rel {
    background-image: url('../images/landing-dogbuddy_1.jpg');
    background-position: 0px 0px;
    background-size: cover;
}

.hero__visual.hero__visual--dogbuddy {
    background-image: url('../images/landing-dogbuddy_1.jpg');
    background-size: cover;
}

.hero__visual.hero__visual--subscription {
    background-color: #eaf8f8;
    background-image: url('../images/subscription-hero.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.hero__visual.hero__visual--jerky {
    background-image: url('../images/jerky-hero.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.hero__visual.hero__visual--charity {
    background-image: url('../images/hero-charity.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.c-nav-steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 610px;
    margin-right: auto;
    margin-bottom: 64px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Mrdodo, sans-serif;
}

.c-nav-steps__item {
    width: 34px;
    height: 34px;
    margin-right: 8px;
    margin-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 2px solid #007078;
    border-radius: 50%;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
}

.c-nav-steps__item.c-nav-steps__item--active {
    background-color: #007078;
    color: #fff;
}

.c-nav-steps__label {
    margin-right: 8px;
    margin-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 20px;
}

.c-nav-steps__line {
    width: 100%;
    height: 1px;
    margin-right: 16px;
    margin-left: 16px;
    background-color: #d4d4d3;
}

.card__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #e7eeef;
}

.card__header.card__header--centered {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.card__header.card__header--top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card__title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 100%;
    font-weight: 400;
    text-transform: uppercase;
}

.card__title.card__title--error {
    color: #ca4f4f;
}

.card__title-aside {
    text-transform: uppercase;
}

.cart-list {
    margin-top: -16px;
    margin-bottom: -16px;
}

.cart-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #e7eeef;
}

.cart-product__thumbnail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 110px;
    height: 110px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #5bcaca;
}

.cart-product__thumbnail-image {
    max-height: 100px;
}

.cart-product__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cart-product__title {
    display: inline-block;
    color: #007078;
    font-size: 22px;
    line-height: 1.2em;
    text-decoration: none;
}

.cart-product__title:hover {
    color: #5bcaca;
}

.cart-product__title.cart-product__title--no-link {
    cursor: default;
}

.cart-product__title.cart-product__title--no-link:hover {
    color: #007078;
}

.cart-product__order-line {
    color: #aaa8a7;
    font-size: 16px;
    line-height: 24px;
}

.quantity-selector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    max-height: 44px;
    max-width: 140px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid #d4d4d3;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
    color: #aaa8a7;
}

.quantity-selector__toggle {
    width: 44px;
    height: 44px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #9ab9bb;
    cursor: pointer;
}

.quantity-selector__toggle:hover {
    background-color: rgba(212, 212, 211, 0.24);
}

.quantity-selector__toggle.picker-toggle--minus {
    background-image: url('../images/ToggleMinus.svg');
    background-position: 50% 50%;
    background-size: 12px;
    background-repeat: no-repeat;
}

.quantity-selector__toggle.picker-toggle--plus {
    background-image: url('../images/TogglePlus.svg');
    background-position: 50% 50%;
    background-size: 12px;
    background-repeat: no-repeat;
}

.quantity-selector__toggle.quantity-selector__toggle--minus {
    background-image: url('../images/ToggleMinus.svg');
    background-position: 50% 50%;
    background-size: 12px;
    background-repeat: no-repeat;
}

.quantity-selector__toggle.quantity-selector__toggle--plus {
    background-image: url('../images/TogglePlus.svg');
    background-position: 50% 50%;
    background-size: 12px;
    background-repeat: no-repeat;
}

.quantity-selector__value {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 45px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid none none solid;
    border-width: 0px;
    border-color: #000 #000 #d4d4d3;
    opacity: 1;
    color: #007078;
    font-size: 18px;
    text-align: center;
}

.cart-product__content-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cart-product__content-aside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.cart-product__content-aside-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.cart-product__delete {
    width: 28px;
    height: 28px;
    margin-bottom: 8px;
    border-radius: 100%;
    background-color: #d4d4d3;
    background-image: url('../images/Delete.svg');
    background-position: 50% 50%;
    background-size: 14px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    cursor: pointer;
}

.cart-product__delete:hover {
    background-color: #5bcaca;
    background-image: url('../images/Delete-white.svg');
}

.cart-product__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 22px;
    line-height: 1.2em;
}

.cart-product__content-header {
    margin-bottom: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.temporary {
    margin-bottom: 0px;
}

.cart-summary {
    margin-bottom: 32px;
}

.cart-summary__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #aaa8a7;
    font-size: 16px;
    line-height: 1.2em;
}

.cart-summary__line.cart-summary__line--large {
    margin-top: 16px;
    margin-bottom: 0px;
    padding-top: 16px;
    border-top: 1px solid #e7eeef;
    color: #007078;
    font-size: 22px;
}

.cart-summary__line.cart-summary__line--highlight {
    color: #df1995;
}

.cart-summary__label {
    padding-right: 8px;
}

.button-solid {
    display: inline-block;
    min-width: 200px;
    padding: 16px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: color 200ms ease, background-color 200ms ease;
    transition: color 200ms ease, background-color 200ms ease;
    color: #007078;
    font-size: 22px;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.button-solid:hover {
    background-color: #007078;
    color: #fff;
}

.button-solid.button-solid--green {
    background-color: #a0d035;
    color: #fff;
}

.button-solid.button-solid--green:hover {
    background-color: #5bcaca;
}

.button-solid.button--full {
    width: 100%;
}

.button-solid.button-solid--small {
    min-width: auto;
    padding: 10px 14px;
    font-size: 18px;
}

.button-solid.button-solid--small.button-solid--gray.button--full-mobile.test {
    margin-left: 8px;
    padding: 6px 8px;
    font-size: 16px;
}

.button-solid.button-solid--small.button-solid--yellow.button--full-mobile.color-grayblue {
    color: #384d5d;
}

.button-solid.button-solid--small.button-solid--yellow.button--full-mobile.color-grayblue:hover {
    color: #fff;
}

.button-solid.button-solid--red {
    background-color: #ca4f4f;
    color: #fff;
}

.button-solid.button-solid--red:hover {
    background-color: #e06060;
}

.button-solid.button-solid--blue {
    background-color: #5bcaca;
    color: #fff;
}

.button-solid.button-solid--blue:hover {
    background-color: #a0d035;
}

.button-solid.button--full-mobile {
    width: auto;
}

.button-solid.button-solid--gray {
    background-color: #f2f2f2;
    color: #aaa8a7;
}

.button-solid.button-solid--gray:hover {
    background-color: #5bcaca;
    color: #fff;
}

.button-solid.button-solid--loading {
    background-image: url('../images/spinner-circle-white.svg');
    background-position: 50% 50%;
    background-size: 25px 35px;
    background-repeat: no-repeat;
    color: rgba(255, 255, 255, 0);
}

.button-solid.button-solid--promo {
    background-color: #df1995;
    color: #fff;
}

.button-solid.button-solid--promo:hover {
    background-color: #5bcaca;
}

.button-solid.button-solid--yellow {
    background-color: #d7e200;
    color: #fff;
}

.button-solid.button-solid--yellow:hover {
    background-color: #5bcaca;
}

.button-solid.button-solid--dark {
    background-color: #007078;
    color: #fff;
}

.button-solid.button-solid--dark:hover {
    background-color: #5bcaca;
}

.button-solid.button-solid--promo-alt {
    background-color: #df1995;
    color: #fff;
}

.button-solid.button-solid--promo-alt:hover {
    background-color: #007078;
}

.button-solid.button-solid--promo-alt.button--full-mobile:hover {
    background-color: #007078;
}

.cart-payment-option {
    margin-right: 8px;
    margin-bottom: 8px;
}

.card__content-subtitle {
    margin-bottom: 16px;
    color: #aaa8a7;
    font-size: 22px;
    line-height: 24px;
    text-transform: none;
}

.cart-frequency__subcontent {
    padding-top: 5px;
    padding-left: 32px;
    color: #aaa8a7;
    font-size: 16px;
    line-height: 1.2em;
}

.cart-frequency__group {
    margin-bottom: 16px;
}

.cart-frequency__group.mb0 {
    margin-bottom: 0px;
}

.paragraph-link {
    color: #007078;
}

.action-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    padding-bottom: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e7eeef;
}

.action-bar__link {
    display: inline-block;
    padding-left: 16px;
    background-image: url('../images/Back-Icon.svg');
    background-position: 0% 50%;
    background-size: auto 14px;
    background-repeat: no-repeat;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #007078;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

.action-bar__link:hover {
    color: #5bcaca;
}

.radio {
    position: relative;
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #007078;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 400;
}

.radio.cart-frequency-radio--highlight {
    color: #df1995;
}

.radio.radio--promo {
    color: #df1995;
}

.radio.radio--settings-option {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.radio__label {
    margin-bottom: 0px;
    padding-left: 32px;
    font-weight: 400;
    cursor: pointer;
}

.radio__input {
    width: 22px;
    height: 22px;
    margin-top: 1px;
    margin-left: 0px;
    border-width: 2px;
    border-color: #aaa8a7;
    border-radius: 3px;
}

.radio__input.w--redirected-checked {
    width: 22px;
    height: 22px;
    border-width: 2px;
    border-color: #5bcaca;
    background-image: url('../images/CheckmarkBlue.svg');
    background-position: 50% 50%;
    background-size: 14px 12px;
    background-repeat: no-repeat;
}

.dropdown {
    height: 42px;
    margin-bottom: 16px;
    padding: 0px 48px 0px 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    background-color: #fff;
    background-image: url('../images/SelectArrowDown.svg');
    background-position: 97% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.16);
    color: #5bcaca;
    font-size: 20px;
}

.dropdown:active {
    border-color: #5bcaca;
}

.dropdown:focus {
    border-color: #5bcaca;
}

.dropdown.mb0 {
    margin-bottom: 0px;
}

.cart-n {
    overflow: hidden;
    width: 100%;
    max-width: 380px;
    padding: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 112, 120, 0.16);
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}

.cart-n-product__thumbnail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #5bcaca;
}

.cart-n-product__thumbnail-image {
    max-height: 60px;
}

.cart-n-product__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cart-n-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 16px;
}

.cart-n-product__title {
    display: inline-block;
    color: #007078;
    font-size: 18px;
    line-height: 1.2em;
    text-decoration: none;
}

.cart-n-product__title:hover {
    color: #5bcaca;
}

.cart-n-product__order-line {
    color: #aaa8a7;
    font-size: 16px;
    line-height: 24px;
}

.cart-n-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    padding-bottom: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e7eeef;
    color: #aaa8a7;
    font-size: 16px;
}

.cart-n-header__right {
    color: #5bcaca;
}

.cart-n-list {
    overflow: scroll;
    max-height: 300px;
    margin-top: 16px;
    border-top: 1px solid #e7eeef;
}

.cart-n-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e7eeef;
}

.cart-n-list__item.cart-n-list__item--single {
    padding-top: 0px;
    border-bottom-width: 0px;
}

.cart-product__order-line-copy {
    color: #aaa8a7;
    font-size: 16px;
    line-height: 24px;
}

.cart-n-product__content-aside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.cart-n-product__content-aside.cart-n-product__content-aside--padding {
    padding-right: 16px;
}

.cart-n-product__price {
    color: #007078;
    font-size: 16px;
    line-height: 1.2em;
}

.cart-n-product__delete {
    width: 28px;
    height: 28px;
    margin-bottom: 8px;
    border-radius: 100%;
    background-color: #d4d4d3;
    background-image: url('../images/Delete.svg');
    background-position: 50% 50%;
    background-size: 14px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    cursor: pointer;
}

.cart-n-product__delete:hover {
    background-color: #5bcaca;
    background-image: url('../images/Delete-white.svg');
}

.cart-product__content-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cart-n-product__content-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cart-n-product__content-header {
    margin-bottom: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.c-notice {
    display: none;
    margin-top: 1.5em;
    padding: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #e32c2b;
    border-radius: 5px;
    background-color: #ffebeb;
    color: #323232;
    line-height: 1.5em;
}

.c-notice.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.c-notice__icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.c-total-line__value-appendix {
    color: #7f7d7b;
    font-size: 16px;
}

.empty-cart-img {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
}

.card__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    padding-top: 32px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e7eeef;
}

.card__footer.card__footer-no-border {
    border-top-width: 0px;
}

.card-footer__action {
    padding-top: 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.card-footer__action.card-no-content {
    padding-top: 0px;
}

.card-footer__aside {
    padding-top: 32px;
    padding-right: 64px;
    color: #aaa8a7;
    font-size: 20px;
    line-height: 1.5em;
}

.card-footer__aside.card-no-content {
    padding-top: 0px;
}

.text-block-4 {
    line-height: 1.5em;
}

.card__header__aside {
    text-align: right;
}

.settings-block {
    margin-bottom: 32px;
    padding: 32px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 4px;
}

.settings-block.settings-block--small {
    margin-bottom: 16px;
    padding: 16px;
}

.settings-block.settings-block--small.mb0 {
    margin-bottom: 0px;
}

.settings-block.settings-block--small.settings-block--header {
    margin-top: 32px;
    margin-bottom: 0px;
    padding-top: 0px;
    border-width: 0px;
}

.settings-block.settings-block--small.settings-block--shadow {
    box-shadow: 0 2px 8px -6px rgba(0, 0, 0, 0.16);
}

.settings-block.settings-block--faded {
    opacity: 0.5;
}

.settings-block.mb0 {
    margin-bottom: 0px;
}

.settings-block__label {
    color: #5bcaca;
}

.field-label {
    margin-bottom: 8px;
    font-size: 16px;
    text-transform: uppercase;
}

.card__seperator {
    margin-top: 32px;
    margin-bottom: 32px;
    border-top: 1px solid #e7eeef;
}

.settings-block__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 42px;
    height: 42px;
    margin-right: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #5bcaca;
    line-height: 100%;
}

.settings-block__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}

.a_input-group-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px;
    margin-bottom: 8px;
    margin-left: -16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.settings-field__label {
    margin-bottom: 0px;
    color: #007078;
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
    text-transform: uppercase;
}

.settings-field__label.hidden {
    opacity: 0;
}

.settings-field__label.help-label {
    color: rgba(77, 74, 71, 0.48);
    text-transform: none;
}

.settings-field__label.hidden-transparant {
    opacity: 0;
}

.settings-field__label.textarea {
    margin-bottom: 8px;
}

.settings-field__label.mb1 {
    margin-bottom: 16px;
}

.settings-field__input {
    height: 43px;
    margin-bottom: 0px;
    padding: 0px 16px 0px 0px;
    border-style: solid;
    border-width: 0px 0px 2px;
    border-color: #d4d4d3 #d4d4d3 #e7eeef;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
    color: #007078;
    font-size: 18px;
    font-weight: 400;
}

.settings-field__input:focus {
    border-color: #5bcaca;
    border-radius: 0px;
    background-color: rgba(91, 202, 202, 0);
    box-shadow: none;
    color: #5bcaca;
}

.settings-field__input::-webkit-input-placeholder {
    color: #aaa8a7;
    font-weight: 400;
}

.settings-field__input:-ms-input-placeholder {
    color: #aaa8a7;
    font-weight: 400;
}

.settings-field__input::-ms-input-placeholder {
    color: #aaa8a7;
    font-weight: 400;
}

.settings-field__input::placeholder {
    color: #aaa8a7;
    font-weight: 400;
}

.settings-field__input.input-error {
    border-color: #ca5b5b;
    background-color: #fff;
    color: #ca5b5b;
}

.settings-field__input.input-error::-webkit-input-placeholder {
    color: #ca5b5b;
}

.settings-field__input.input-error:-ms-input-placeholder {
    color: #ca5b5b;
}

.settings-field__input.input-error::-ms-input-placeholder {
    color: #ca5b5b;
}

.settings-field__input.input-error::placeholder {
    color: #ca5b5b;
}

.settings-field__input.a_input-field--password {
    margin-bottom: 0px;
}

.settings-field__input.a_input-field--dropdown {
    height: 46px;
    padding-bottom: 8px;
    border-radius: 0px;
    background-image: url('../images/SelectArrowDown.svg');
    background-position: 97% 55%;
    background-size: 16px;
    background-repeat: no-repeat;
}

.settings-field__input.breeds {
    margin-bottom: 16px;
}

.settings-field__input.settings-field__input--error {
    border-bottom-color: #ca4f4f;
}

.settings-field__input.textarea {
    height: auto;
    max-height: 300px;
    max-width: 100%;
    min-height: 43px;
    padding: 16px;
    border-width: 2px;
    border-color: #e7eeef;
}

.settings-field__input.textarea:focus {
    border-color: #5bcaca;
}

.a_cart-summary {
    margin-top: 32px;
    margin-bottom: 32px;
    padding-top: 32px;
    border-top: 1px solid #e7eeef;
}

.a_cart-summary__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #aaa8a7;
    font-size: 20px;
    line-height: 1.2em;
}

.a_cart-summary__line.cart-summary__line--large {
    margin-top: 16px;
    margin-bottom: 0px;
    padding-top: 16px;
    border-top: 1px solid #e7eeef;
    color: #007078;
    font-size: 22px;
}

.a_cart-summary__line.cart-summary__line--highlight {
    color: #df1995;
}

.a_cart-summary__line.a_cart-summary__line--large {
    color: #007078;
    font-size: 26px;
}

.a_cart-summary__line.a_cart-summary__line--highlight {
    color: #df1995;
}

.a_shipment-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
}

.a_shipment-line-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.a_shipment-line-main.a_shipment-line-main--header {
    color: #aaa8a7;
    font-size: 16px;
    text-transform: uppercase;
}

.a_shipment-line-aside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.a_shipment-line-aside__item {
    min-width: 100px;
    margin-left: 32px;
    text-align: right;
}

.a_shipment-line-aside__item.a_shipment-line-aside__item--header {
    color: #d4d4d3;
    font-size: 16px;
    text-transform: uppercase;
}

.a_shipment-line-aside__item.a_shipment-line-aside__item--last {
    text-align: right;
}

.a_shipment-line-notice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 16px -16px -16px;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0px 0px 4px 4px;
    background-color: #eaf8f8;
    color: #5bcaca;
    font-size: 20px;
    line-height: 1.5em;
}

.a_shipment-line-notice.a_shipment-line-notice--blank {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top: 1px solid #e7eeef;
    border-radius: 0px;
    background-color: #fff;
}

.a_shipment-line-notice.a_shipment-line-notice--last {
    border-top: 2px solid #e7eeef;
}

.a_shipment-line-notice__label {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.icon-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.5em;
}

.icon-title__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 42px;
    height: 42px;
    margin-right: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
    background-color: #5bcaca;
    line-height: 100%;
}

.icon-title__label {
    color: #5bcaca;
}

.copy-w-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.text-with-button__copy {
    padding-right: 64px;
    color: #aaa8a7;
    font-size: 20px;
    line-height: 1.5em;
}

.text-with-button__copy.card-no-content {
    padding-top: 0px;
}

.copy-w-cta__action {
    padding-left: 64px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.copy-w-cta__action.card-no-content {
    padding-top: 0px;
}

.copy-w-cta__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #aaa8a7;
    font-size: 20px;
    line-height: 1.5em;
}

.copy-w-cta__text.card-no-content {
    padding-top: 0px;
}

.settings-field-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 4px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-style: solid;
    border-width: 0px 0px 2px;
    border-color: #e7eeef;
    background-color: #fff;
    color: #aaa8a7;
    font-size: 18px;
}

.settings-field-group.a_address--default {
    border-width: 2px;
    border-color: #5bcaca;
}

.settings-field-group.settings-field-group--active {
    color: #5bcaca;
}

.settings-field-group.settings-field-group--success {
    border-bottom-color: #d7e200;
}

.settings-field-group.settings-field-group--error {
    border-bottom-color: #ca4f4f;
    color: #ca4f4f;
}

.settings-field-group__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.settings-field-group__input {
    overflow: hidden;
    padding-right: 16px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 24px;
}

.settings-field-group__input.a_address-value--country {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 1px solid #e7eeef;
}

.settings-field-group__input.settings-address__value--country {
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 1px solid #e7eeef;
}

.settings-address__button {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.settings-address__button:hover {
    background-color: #5bcaca;
    color: #fff;
}

.button-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
}

.button-bar.button-bar--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.button-bar.button-bar--vertical {
    margin-top: -8px;
    margin-bottom: -8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.button-bar.button-bar--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.button-bar__item {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.button-bar__item.button-bar__item--vertical {
    padding-top: 8px;
    padding-bottom: 8px;
}

.settings-field-group__form {
    width: 100%;
    margin-top: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
    border-left: 2px solid #5bcaca;
}

.settings-field-group__form.hidden {
    display: none;
}

.settings-field-group__form.settings-field-group__form--small {
    padding-left: 16px;
}

.settings-field-group__icon {
    width: 20px;
    height: 20px;
    margin-right: 16px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.settings-field-group__icon.settings-field-group__icon--success {
    background-image: url('../images/CheckmarkYellow.svg');
    background-position: 0px 0px;
    background-size: contain;
}

.settings-field-group__icon.settings-field-group__icon--error {
    background-image: url('../images/icon-error.svg');
}

.settings-field-group__input-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.settings-option-group {
    overflow: hidden;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 4px;
    background-color: #fff;
}

.settings-option-group__item-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.settings-option-group__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #e7eeef;
}

.settings-option-group__item.c-content-box__row--last {
    border-bottom-width: 0px;
}

.settings-option-group__item.settings-option-group__item--last {
    border-bottom-width: 0px;
}

.settings-option-group__item-content {
    padding: 16px;
    border-top: 0px solid #d4d4d3;
    background-color: #fafdfd;
}

.payment-options-small {
    max-width: 256px;
    margin-right: -4px;
    margin-left: -4px;
}

.payment-option-small {
    width: auto;
    height: 30px;
    padding: 4px;
}

.gc-page {
    background-color: #a0d035;
}

.gc-subpage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gc-header {
    height: auto;
    padding: 32px;
    background-color: #5bcaca;
}

.gc-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 64px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
}

.gc-code-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: dashed;
    border-width: 4px;
    border-color: #e7eeef;
    border-radius: 4px;
    color: #df1995;
    text-align: center;
}

.gc-code-box__value {
    font-family: Veneer, Impact, sans-serif;
    font-size: 40px;
    line-height: 1em;
    letter-spacing: 0.1em;
}

.gc-header__logo {
    display: block;
    width: 120px;
}

.gc-buddy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.gc-buddy__avatar {
    overflow: hidden;
    width: 96px;
    height: 96px;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
    border-radius: 100px;
    background-color: #fff;
    background-image: url('../images/Buddy.png');
    background-position: 50% 120%;
    background-size: 96px;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 16px -8px #007078;
}

.gc-buddy__message {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 300px;
    padding: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 1px 1px 8px 0 rgba(0, 112, 120, 0.16);
    color: #007078;
    text-align: center;
}

.gc-buddy__message-tip {
    position: absolute;
    left: auto;
    top: -8px;
    right: auto;
    bottom: auto;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gc-buddy__message-text {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 1.5em;
}

.gc-footer {
    padding: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 0px;
    border-color: #e7eeef;
    background-color: #eaf8f8;
}

.gc-code__copy {
    margin-top: 16px;
    color: #aaa8a7;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
}

.gc-money__value {
    color: #fff;
    font-size: 40px;
    line-height: 1.5em;
    text-align: center;
}

.gc-money__copy {
    color: #007078;
    font-size: 22px;
    line-height: 1.5em;
    text-align: center;
}

.gc-code__before {
    margin-bottom: 16px;
    color: #007078;
    font-size: 22px;
    line-height: 1.5em;
    text-align: center;
}

.gc-subheader {
    padding: 32px;
    background-color: #d7e200;
}

.gc-footer-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    padding: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #e7eeef;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
}

.gc-footer-cta:hover {
    border-color: #5bcaca;
}

.gc-footer-cta__image {
    width: 25px;
    height: 25px;
    margin-top: 4px;
    margin-bottom: 8px;
}

.gc-footer-cta__text {
    color: #aaa8a7;
    font-size: 12px;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
}

.gc-footer-text {
    color: #aaa8a7;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
}

.gc-footer-cta-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -16px;
}

.gc-footer-cta-list__item {
    padding-left: 16px;
}

.gc-header__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.gc-header__title {
    color: #007078;
    font-size: 40px;
    line-height: 1em;
    text-transform: uppercase;
}

.gc-container {
    margin-right: auto;
    margin-left: auto;
}

.gc-footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.settings-field__error-message {
    margin-top: 4px;
    color: #ca4f4f;
    font-size: 14px;
    line-height: 1.5em;
}

.color-error {
    color: #ca4f4f;
}

.button-subline {
    margin-top: 16px;
    color: #aaa8a7;
    font-size: 16px;
    line-height: 1.2em;
}

.button-subline.button-subline--small {
    font-size: 14px;
}

.button-subline.button-subline--max400 {
    max-width: 400px;
}

.button-subline.button-subline--max400.color-white {
    color: #fff;
}

.a_shipment-line-notice__aside {
    padding-left: 32px;
}

.buddy-compact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 32px;
}

.buddy-compact.mb2 {
    border-radius: 8px;
    background-color: #5bcaca;
}

.buddy-compact__avatar {
    width: 96px;
    height: 96px;
    border-radius: 100px;
    background-color: #fff;
    background-image: url('../images/Buddy.png');
    background-position: 50% 120%;
    background-size: 96px;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 16px -8px #007078;
}

.buddy-compact__list {
    position: relative;
    margin-top: -16px;
    margin-bottom: -16px;
    margin-left: 32px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.buddy-compact__message {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 1px 1px 8px 0 rgba(0, 112, 120, 0.16);
    -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
    transition: opacity 200ms ease, -webkit-transform 200ms ease;
    transition: opacity 200ms ease, transform 200ms ease;
    transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
    font-family: Mrdodo, sans-serif;
    color: #007078;
    text-align: center;
}

.buddy-compact__message.active {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.buddy-compact__message-tip {
    position: absolute;
    left: -6px;
    top: 20px;
    right: auto;
    bottom: auto;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.buddy-compact__message-text {
    display: block;
    font-size: 20px;
    line-height: 28px;
}

.buddy-compact__message-text.buddy-compact__message-text--small {
    font-size: 18px;
}

.buddy-compact__typing {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 60px;
    height: 24px;
    margin-top: -14px;
    margin-right: auto;
    margin-left: -30px;
    padding: 6px 8px;
    border-radius: 4px;
    background-color: hsla(0, 0%, 100%, 0.24);
}

.lp-subscription-steps {
    padding-bottom: 16px;
}

.color-promo {
    color: #df1995;
}

.accordion-list-item {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #e7eeef;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    cursor: pointer;
}

.accordion-list-item:hover {
    background-color: rgba(241, 255, 255, 0.5);
}

.accordion-list-item.accordion-list-item--active {
    background-color: #eaf8f8;
}

.accordion-list-item__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-size: 26px;
    line-height: 1.15em;
    text-align: left;
}

.accordion-list-item__title.h3.color-blue {
    -webkit-transition-property: none;
    transition-property: none;
}

.accordion-list-item__content {
    display: none;
    padding-top: 8px;
    padding-right: 40px;
    font-size: 20px;
    line-height: 1.4em;
}

.accordion-list-item__content.active {
    display: block;
}

.h4 {
    width: 100%;
    font-family: Mrdodo, sans-serif;
    font-size: 26px;
    line-height: 1.35em;
    font-weight: 400;
}

.h4.color-blue {
    text-align: center;
}

.w100 {
    width: 100%;
}

.accordion-list-item__wrap {
    padding: 16px;
}

.accordion-list-item__wrap.accordion-list-item__wrap--active {
    background-color: #eaf8f8;
}

.accordion-list-item__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.accordion-list-item__toggle {
    display: block;
    width: 40px;
    height: 30px;
    margin-top: 1px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 32px;
    line-height: 30px;
    text-align: center;
}

.support-thumb {
    width: 150px;
    height: 150px;
    margin-right: auto;
    margin-bottom: 8px;
    margin-left: auto;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 12px -8px #000;
}

.support-thumb.support-thumb--small {
    width: 120px;
    height: 120px;
}

.subscription-step {
    width: 100%;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
}

.pdp-promo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pdp-promo__label {
    padding-right: 8px;
    color: #df1995;
    font-size: 18px;
    line-height: 1.3em;
}

.pdp-promo__content {
    color: #5bcaca;
    font-size: 16px;
}

.modal-overlay {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    background-color: rgba(91, 202, 202, 0.5);
}

.modal-container {
    width: 100%;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 32px 16px;
}

.modal-content {
    padding: 64px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 16px -8px #000;
}

.modal {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 16px -8px #000;
}

.modal-close-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    width: 32px;
    height: 32px;
    margin-top: 24px;
    margin-right: 24px;
    border-radius: 100%;
    background-color: rgba(77, 74, 71, 0.08);
    background-image: url('../images/ModalClose.svg');
    background-position: 50% 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    cursor: pointer;
}

.modal-close-button:hover {
    background-color: rgba(77, 74, 71, 0.17);
}

.modal-split__hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #eaf8f8;
}

.modal-split {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.modal-split__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modal-split__hero-image {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.modal-split__hero-image.subscription {
    position: relative;
    left: -3%;
}

.mt1 {
    margin-top: 16px;
}

.paragraph-small {
    font-size: 20px;
}

.paragraph-small.mb2.hiri-hero__content-text {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
}

.paragraph-small.color-blue.logo-slider-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pdp-promo__badge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 8px;
    border-radius: 4px;
    background-color: rgba(223, 25, 149, 0.1);
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    cursor: pointer;
}

.pdp-promo__badge:hover {
    background-color: rgba(223, 25, 149, 0.15);
}

.subscription-onboarding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 8px;
}

.subscription-onboarding__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 65%;
    min-width: 50%;
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
}

.subscription-onboarding__hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #eaf8f8;
}

.subscription-onboarding__hero-image {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.subscription-onboarding__hero-image.subscription {
    position: relative;
    left: -3%;
}

.settings-field__notice {
    margin-bottom: 0px;
    color: #aaa8a7;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
}

.settings-field__notice.hidden {
    opacity: 0;
}

.settings-field__notice.help-label {
    color: rgba(77, 74, 71, 0.48);
    text-transform: none;
}

.settings-field__notice.hidden-transparant {
    opacity: 0;
}

.support-thumb__name {
    text-transform: uppercase;
}

.button-link {
    padding: 6px 0px;
    border-bottom: 2px solid transparent;
    background-color: transparent;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    font-family: Mrdodo, sans-serif;
    color: #5bcaca;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.button-link:hover {
    border-bottom-color: #5bcaca;
}

.button-link.button-link--gray {
    color: #d4d4d3;
}

.button-link.button-link--lined {
    border-bottom-color: #5bcaca;
    -webkit-transition: color 200ms ease, border-color 200ms ease;
    transition: color 200ms ease, border-color 200ms ease;
    cursor: pointer;
}

.button-link.button-link--lined:hover {
    border-bottom-color: #007078;
    color: #007078;
}

.div-block {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e7eeef;
}

.settings-block-label {
    margin-top: 32px;
    margin-bottom: 16px;
    color: #aaa8a7;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.settings-block-label.hidden {
    opacity: 0;
}

.settings-block-label.help-label {
    color: rgba(77, 74, 71, 0.48);
    text-transform: none;
}

.settings-block-label.hidden-transparant {
    opacity: 0;
}

.settings-block-label.textarea {
    margin-bottom: 8px;
}

.settings-block-label.mb1 {
    margin-bottom: 16px;
}

.settings-block-label.settings-block-label--orders {
    display: none;
}

.collection-cta-image {
    max-height: 140px;
    margin-bottom: 32px;
}

.buddy-compact__message-text-link {
    color: #5bcaca;
}

.c-copy-w-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.c-copy-w-cta.mb2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-copy-w-cta__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #7f7d7b;
    font-size: 16px;
    line-height: 1.5em;
}

.c-copy-w-cta__text.card-no-content {
    padding-top: 0px;
}

.c-copy-w-cta__action {
    padding-left: 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.c-copy-w-cta__action.card-no-content {
    padding-top: 0px;
}

.payment-method-list {
    margin-right: -4px;
    margin-bottom: -8px;
    margin-left: -4px;
    font-size: 0px;
}

.payment-method-item {
    padding-right: 4px;
    padding-bottom: 8px;
    padding-left: 4px;
}

.c-radio {
    position: relative;
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #323232;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
}

.c-radio.cart-frequency-radio--highlight {
    color: #df1995;
}

.c-radio.radio--promo {
    color: #df1995;
}

.c-radio.radio--settings-option {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.c-radio__label {
    margin-bottom: 0px;
    padding-left: 32px;
    font-weight: 400;
    cursor: pointer;
}

.c-footer-notice {
    margin-top: 1.5em;
    color: #aaa8a7;
    font-size: 16px;
    line-height: 1.2em;
}

.heading-board {
    display: inline-block;
    padding: 16px;
    background-image: url('../images/button-blue.svg');
    background-position: 0px 0px;
    background-size: 100% 100%;
    color: #fff;
    font-size: 32px;
    line-height: 1.2em;
    text-align: center;
}

.heading-board.hiri-hero__heading-board--1 {
    margin-bottom: 4px;
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.heading-board.hiri-hero__heading-board--2 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.heading-board.heading-board--white {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('../images/button-white.svg');
    color: #007078;
}

.heading-board.heading-board--white.trial-heading-board--1 {
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.heading-board.heading-board--white.trial-heading-board--1.trial-heading-board--small {
    font-size: 28px;
}

.heading-board.heading-board--white.color-grayblue {
    color: #384d5d;
}

.heading-board.heading-board--white.trial-heading-board--small {
    font-size: 28px;
}

.heading-board.heading-board--gf {
    background-image: url('../images/button-darkgreen.svg');
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
    font-family: Veneer, Impact, sans-serif;
    font-size: 50px;
    line-height: 1.2em;
}

.heading-board.heading-board--gf.mb2 {
    letter-spacing: 1px;
}

.hiri-hero__content {
    text-align: center;
}

.hiri-accordion-list-item {
    margin-bottom: 8px;
    padding-bottom: 0px;
    border-bottom: 0px solid #e7eeef;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    cursor: pointer;
}

.hiri-accordion-list-item.accordion-list-item--active {
    background-color: #eaf8f8;
}

.hiri-accordion-list-item.hiri-accordion-list-item--active {
    background-color: #eaf8f8;
}

.hiri-accordion-list-item__wrap.accordion-list-item__wrap--active {
    background-color: #eaf8f8;
}

.hiri-accordion-list-item__header {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 16px 16px 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-image: url('../images/button-blue.svg');
    background-position: 0px 0px;
    background-size: 100% 100%;
    color: #fff;
}

.hiri-accordion-list-item__header.hiri-accordion-list-item__header--grayblue {
    background-image: url('../images/button-grayblue.svg');
}

.hiri-accordion-list-item__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-size: 26px;
    line-height: 1.15em;
    text-align: left;
}

.hiri-accordion-list-item__title.h3.color-blue {
    -webkit-transition-property: none;
    transition-property: none;
}

.hiri-accordion-list-item__toggle {
    display: block;
    width: 40px;
    height: 30px;
    margin-top: 1px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 32px;
    line-height: 30px;
    text-align: center;
}

.hiri-accordion-list-item__content {
    display: none;
    margin-top: -16px;
    padding: 32px 32px 24px;
    border-radius: 0px 0px 8px 8px;
    background-color: #fff;
    font-size: 20px;
    line-height: 1.4em;
}

.hiri-accordion-list-item__content.active {
    display: block;
}

.hiri-menu-item {
    width: 100%;
    text-align: center;
}

.hiri-menu-item__header {
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #d7e200;
}

.paragraph-tiny {
    font-size: 18px;
}

.hiri-slider-nav {
    display: none;
}

.hiri-slider-arrow {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tp-text-review {
    text-align: center;
}

.tp-text-review__copy {
    font-size: 22px;
    line-height: 1.5em;
}

.tp-text-review__author {
    margin-top: 8px;
    color: #5bcaca;
    font-size: 22px;
    line-height: 1.3em;
}

.tp-text-review__mark {
    height: 25px;
    margin-top: 16px;
    margin-bottom: 16px;
    opacity: 0.2;
}

.hiri-slider {
    height: 100%;
    background-color: transparent;
}

.hiri-slider-item {
    width: 33%;
    padding-right: 32px;
    padding-left: 32px;
}

.mobile-show {
    display: none;
}

.logo-slider {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.logo-slider__item {
    width: 33%;
    padding-right: 32px;
    padding-left: 32px;
}

.logo-sider__arrow {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-slider__arrow {
    display: none;
}

.logo-slider__nav {
    display: none;
}

.logo-slider__item-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.hiri-logo-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hiri-award-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hiri-award-list__item {
    margin-right: 16px;
    margin-left: 16px;
}

.upsell-cart-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -32px;
    margin-bottom: 16px;
    margin-left: -32px;
    padding: 16px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #e7eeef;
    border-bottom: 1px solid #e7eeef;
    background-color: #f5fafa;
}

.upsell-cart-item__product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.upsell-cart-item__intro {
    margin-bottom: 16px;
    color: #df1995;
    font-size: 18px;
    line-height: 1.3em;
}

.upsell-single {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    background-color: #eaf8f8;
}

.upsell-single__thumbnail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 150px;
    padding: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #5bcaca;
}

.upsell-single__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.upsell-single__cta {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.upsell-single__thumbnail-image {
    width: 80%;
}

.upsell-single-cart-wrapper {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e7eeef;
}

.upsell-single__content-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.upsell-single__content-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-right: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.upsell-single__product-title {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #007078;
    font-size: 24px;
    line-height: 1.3em;
    text-decoration: none;
}

.upsell-single__product-title:hover {
    color: #5bcaca;
    text-decoration: none;
}

.upsell-single__product-title.color-blue:hover {
    color: #007078;
}

.upsell-single__product-price {
    color: #5bcaca;
    font-size: 18px;
    line-height: 1.3em;
}

.upsell-single__product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.upsell-single__content-body-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.upsell-single__contente-body-aside {
    padding-left: 16px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.upsell-single__list {
    margin-top: 16px;
    margin-bottom: -0.2em;
    padding-left: 0px;
    font-size: 16px;
    line-height: 1.3em;
}

.upsell-single__list-item {
    margin-bottom: 0.2em;
    padding-left: 22px;
    background-image: url('../images/CheckmarkYellow.svg');
    background-position: 0% 4px;
    background-size: 16px;
    background-repeat: no-repeat;
}

.upsell-single__delete {
    position: absolute;
    top: 16px;
    right: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    height: 28px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #d4d4d3;
    background-image: url('../images/close-grey.svg');
    background-position: 50% 50%;
    background-size: 13px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    cursor: pointer;
}

.upsell-single__delete:hover {
    background-color: #5bcaca;
    background-image: url('../images/close.svg');
    background-size: 13px;
    background-repeat: no-repeat;
}

.upsell-single__product-variant {
    font-size: 16px;
}

.pb-heading1 {
    margin-bottom: 0px;
    font-family: Mrdodo, sans-serif;
    font-size: 48px;
    line-height: 1.35em;
    font-weight: 400;
}

.pb-heading1.pb-heading1--small {
    font-size: 32px;
}

.pb-heading1.pb-heading1--small.h2 {
    font-size: 32px;
}

.pb-paragraph {
    margin-bottom: 0px;
    font-size: 22px;
}

.pb-paragraph.pb-paragraph--small {
    font-size: 16px;
}

.pb-card-item {
    max-width: 50%;
    margin-bottom: 0px;
    margin-left: 16px;
    padding-right: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pb-card-item.lp-card-item--center {
    text-align: center;
}

.pb-card-item__visual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 250px;
    margin-bottom: 16px;
    padding: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
}

.pb-card-item__visual.pb-card-item__visual--blue {
    background-color: #5bcaca;
}

.pb-card-item__visual-img {
    width: auto;
    max-height: 100%;
}

.pb-card-item__title {
    font-family: Mrdodo, sans-serif;
    font-size: 28px;
    line-height: 1.3em;
}

.pb-card-item__description {
    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 20px;
}

.pb-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px;
    margin-bottom: 0px;
    margin-left: -16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pb-cards.pb-cards--large {
    margin-right: -32px;
    margin-left: -32px;
}

.pb-section-header {
    max-width: 700px;
    margin-right: auto;
    margin-bottom: 64px;
    margin-left: auto;
}

.pb-section-footer {
    margin-top: 64px;
    text-align: center;
}

.pb-section-group {
    margin-bottom: -32px;
}

.pb-section-group__item {
    margin-bottom: 32px;
}

.pb-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pb-button {
    margin: 8px;
}

.pb-heading2 {
    margin-top: 0px;
    margin-bottom: 32px;
}

.pb-heading2.text-center.mb3 {
    margin-bottom: 64px;
}

.pb-heading2.mb4 {
    margin-bottom: 96px;
}

.pb-heading2__line1 {
    font-family: Mrdodo, sans-serif;
    font-size: 48px;
    line-height: 1.1em;
    font-weight: 400;
}

.pb-heading2__line1.h2 {
    line-height: 1.1em;
}

.pb-heading2__line2 {
    font-family: Veneer, Impact, sans-serif;
    font-size: 80px;
    line-height: 1.1em;
    font-weight: 400;
}

.pb-heading2__line2.h1 {
    line-height: 1.1em;
}

.pb-accordion-list-item {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #e7eeef;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    cursor: pointer;
}

.pb-accordion-list-item:hover {
    background-color: #eaf8f8;
}

.pb-accordion-list-item.accordion-list-item--active {
    background-color: #eaf8f8;
}

.pb-accordion-list-item.pb-accordion-list-item--active {
    background-color: rgba(241, 255, 255, 0.5);
}

.pb-accordion-list-item__wrap {
    padding: 16px;
}

.pb-accordion-list-item__wrap.accordion-list-item__wrap--active {
    background-color: #eaf8f8;
}

.pb-accordion-list-item__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.pb-accordion-list-item__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-size: 26px;
    line-height: 1.15em;
    text-align: left;
}

.pb-accordion-list-item__title.h3.color-blue {
    -webkit-transition-property: none;
    transition-property: none;
}

.pb-accordion-list-item__toggle {
    display: block;
    width: 40px;
    height: 30px;
    margin-top: 1px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 32px;
    line-height: 30px;
    text-align: center;
}

.pb-accordion-list-item__content {
    display: none;
    padding-top: 8px;
    padding-right: 40px;
    font-size: 20px;
    line-height: 1.4em;
}

.pb-accordion-list-item__content.active {
    display: block;
}

.pb-image-text-split__image {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.pb-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px;
    margin-left: -16px;
}

.pb-columns__item {
    width: 100%;
    min-width: 50%;
    padding-right: 16px;
    padding-left: 16px;
}

.pb-image {
    display: block;
    max-height: 400px;
    margin-right: auto;
    margin-left: auto;
}

.pb-image.pb-image--small {
    max-height: 250px;
}

.pb-slider {
    height: auto;
    padding-right: 48px;
    padding-left: 48px;
    background-color: transparent;
}

.pb-slider.pb-slider--max3 {
    padding-right: 0px;
    padding-left: 0px;
}

.pb-slider__mask {
    padding-top: 4px;
    padding-bottom: 4px;
}

.pb-slider__item {
    width: 33%;
    padding-right: 32px;
    padding-left: 32px;
}

.pb-text-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.pb-text-review__mark {
    height: 25px;
    margin-top: 16px;
    margin-bottom: 16px;
    opacity: 0.2;
}

.pb-text-review__copy {
    font-size: 22px;
    line-height: 1.5em;
}

.pb-text-review__author {
    margin-top: 8px;
    color: #5bcaca;
    font-size: 22px;
    line-height: 1.3em;
}

.pb-text-review__rating {
    display: block;
    width: 100px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.pb-slider__arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pb-slider__arrow.pb-slider__arrow--prev {
    margin-left: -30px;
}

.pb-slider__arrow.pb-slider__arrow--next {
    margin-right: -30px;
}

.pb-slider__arrow.pb-slider__arrow--max3 {
    display: none;
}

.pb-slider__arrow-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
    font-size: 24px;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pb-slider__arrow-button:hover {
    -webkit-transform: rotate(7deg) scale3d(1.03, 1.02, 1);
    transform: rotate(7deg) scale3d(1.03, 1.02, 1);
}

.pb-slider__arrow-button.lp-slider-arrow--left {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pb-slider__arrow-button.lp-slider-arrow--left:hover {
    -webkit-transform: rotate(-7deg) scale3d(1.03, 1.02, 1);
    transform: rotate(-7deg) scale3d(1.03, 1.02, 1);
}

.pb-logo-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.pb-logo-item__image {
    max-height: 60%;
    max-width: 60%;
}

.pb-trustpilot {
    text-align: center;
}

.pb-slider__nav {
    display: none;
}

.pb-icon-list {
    display: inline-block;
    margin-bottom: -0.5em;
    font-size: 22px;
    line-height: 1.3em;
}

.pb-icon-list__item2 {
    margin-bottom: 0.5em;
    padding-left: 32px;
    background-image: url('../images/CheckmarkYellow.svg');
    background-position: 0% 5px;
    background-size: 23px;
    background-repeat: no-repeat;
    text-align: left;
    list-style-type: none;
}

.pb-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 65vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pb-hero.hero-fresh {
    position: relative;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 128px;
    text-align: center;
}

.pb-hero.hero-fresh.sustainable {
    padding-top: 128px;
    padding-bottom: 128px;
    background-color: #5bcaca;
}

.pb-hero.hero--centered {
    text-align: center;
}

.pb-hero.hero--cats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pb-hero.hero--charity {
    min-height: 95vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: url('../images/DogHeaderCharity.png');
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
}

.pb-hero.hero--lp {
    min-height: 80vh;
    padding-top: 128px;
    padding-bottom: 128px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #eaf8f8;
    background-image: url('../images/TrialCampaign.jpg');
    background-position: 50% 0%;
    background-size: cover;
}

.pb-hero.hero--story {
    position: relative;
    overflow: hidden;
    padding-top: 128px;
    padding-bottom: 0px;
}

.pb-hero.hero--jobs {
    min-height: 86vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: url('../images/Treats-EdgardCooper-RachelOates-20.png');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.pb-hero.hero-home {
    padding-right: 0px;
    padding-left: 0px;
}

.pb-hero.hero--split {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pb-hero__visual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #eaf8f8;
}

.pb-hero__visual.sustainable {
    padding: 64px 32px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.pb-hero__visual.pos-rel {
    background-image: url('../images/landing-dogbuddy_1.jpg');
    background-position: 0px 0px;
    background-size: cover;
}

.pb-hero__visual.hero__visual--dogbuddy {
    background-image: url('../images/landing-dogbuddy_1.jpg');
    background-size: cover;
}

.pb-hero__visual.hero__visual--subscription {
    background-color: #eaf8f8;
    background-image: url('../images/subscription-hero.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.pb-hero__visual.hero__visual--jerky {
    background-image: url('../images/jerky-hero.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.pb-hero__visual.pb-hero__visual--padded {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pb-hero__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 96px 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #5bcaca;
    text-align: center;
}

.pb-hero__content.sustainable {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #a0d035;
}

.pb-hero__content.stay-you {
    background-color: #d7e200;
}

.pb-hero__content.hero__content--dogbuddy {
    background-color: #5bcaca;
}

.pb-hero__content.hero__content--white {
    background-color: #fff;
}

.pb-hero__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pb-hero__container.sustainable {
    max-width: 600px;
    margin-right: 64px;
    margin-bottom: 96px;
    margin-left: 64px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pb-hero__container.stay-you {
    max-width: 480px;
}

.container__small {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.pb-nav {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 5000;
    padding: 16px 0px;
    border-bottom: 1px solid rgba(36, 85, 85, 0.16);
    background-color: #fff;
}

.pb-nav__logo {
    display: block;
    margin-right: 16px;
    margin-left: 0px;
    padding-left: 0px;
    float: none;
}

.pb-nav__logo-img {
    height: 48px;
}

.pb-buddy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pb-buddy-avatar {
    width: 128px;
    height: 128px;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
    border-radius: 100px;
    background-color: #fff;
    background-image: url('../images/dogbuddy-avatar.png');
    background-position: 50% 120%;
    background-size: 120px;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 16px -8px #007078;
}

.pb-buddy-avatar.buddy-avatar--default {
    width: 128px;
    height: 128px;
    background-image: url('../images/dogbuddy-avatar.png');
    background-position: -3px 160%;
    background-size: 130px;
    background-attachment: scroll;
}

.pb-buddy-message {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 512px;
    margin-bottom: 16px;
    padding: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 1px 1px 8px 0 rgba(0, 112, 120, 0.16);
    color: #007078;
    text-align: center;
}

.pb-buddy-message__tip {
    position: absolute;
    left: auto;
    top: -7px;
    right: auto;
    bottom: auto;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pb-buddy-message__body {
    font-size: 20px;
    line-height: 28px;
}

.pb-buddy-image {
    max-height: 250px;
    margin-bottom: 32px;
}

.pb-newsletter {
    display: block;
    max-width: 512px;
    margin: 32px auto 0px;
}

.pb-newsletter__form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pb-newsletter__field {
    height: 60px;
    min-width: 40px;
    margin-bottom: 0px;
    padding-right: 16px;
    padding-left: 16px;
    border-style: solid;
    border-width: 2px;
    border-color: #e7eeef;
    border-radius: 3px;
    font-family: Mrdodo, sans-serif;
    color: #007078;
    font-size: 1.2em;
    line-height: 1em;
}

.pb-newsletter__field:focus {
    border-color: #d7e200;
}

.pb-newsletter__field::-webkit-input-placeholder {
    color: #9ab9bb;
}

.pb-newsletter__field:-ms-input-placeholder {
    color: #9ab9bb;
}

.pb-newsletter__field::-ms-input-placeholder {
    color: #9ab9bb;
}

.pb-newsletter__field::placeholder {
    color: #9ab9bb;
}

.pb-newsletter__field.input-field--search {
    height: 48px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.pb-newsletter__field.input-field--large {
    height: 60px;
    margin-bottom: 0px;
    font-family: Mrdodo, sans-serif;
    font-size: 1.2em;
}

.pb-newsletter__field.input-field--large:focus {
    color: #007078;
}

.pb-newsletter__field.input-field--text-area {
    height: auto;
    min-height: 140px;
    padding-top: 16px;
}

.pb-newsletter__submit {
    height: 100%;
    margin-top: 0px;
    margin-left: 8px;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 4px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
}

.pb-newsletter__submit:hover {
    background-color: #007078;
    color: #fff;
}

.pb-newsletter__form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pb-newsletter__message {
    border-radius: 4px;
    background-color: #007078;
    color: #fff;
    font-size: 20px;
    line-height: 1.3em;
    text-align: center;
}

.text-block-5 {
    text-align: center;
}

.pb-video {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-top: 96px;
    margin-bottom: 96px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #e7eeef;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.pb-video__button {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 5;
    display: inline-block;
    width: 96px;
    height: 96px;
    border-radius: 100%;
    background-color: hsla(0, 0%, 100%, 0.8);
    background-image: url('../images/PlayIcon.svg');
    background-position: 53% 50%;
    background-size: auto 32px;
    background-repeat: no-repeat;
    box-shadow: 0 2px 24px -12px #000;
    -webkit-transition: background-color 100ms ease;
    transition: background-color 100ms ease;
    cursor: pointer;
}

.pb-video__button:hover {
    background-color: #fff;
}

.pb-video__button.pause {
    background-image: url('../images/PauseIcon.svg');
    background-position: 50% 50%;
}

.pb-video__player {
    position: relative;
    z-index: 4;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pb-video__player.video-player--16-9 {
    position: relative;
    padding-bottom: 56.25%;
}

.pb-video__player.pb-video__player--16-9 {
    position: relative;
    padding-bottom: 56.25%;
}

.pb-hero__visual-image {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.pb-hero__visual-image.sustainable {
    padding: 64px 32px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.pb-hero__visual-image.pos-rel {
    background-image: url('../images/landing-dogbuddy_1.jpg');
    background-position: 0px 0px;
    background-size: cover;
}

.pb-hero__visual-image.hero__visual--dogbuddy {
    background-image: url('../images/landing-dogbuddy_1.jpg');
    background-size: cover;
}

.pb-hero__visual-image.hero__visual--subscription {
    background-color: #eaf8f8;
    background-image: url('../images/subscription-hero.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.pb-hero__visual-image.hero__visual--jerky {
    background-image: url('../images/jerky-hero.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.pb-card {
    width: 100%;
    padding: 64px 32px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.08);
}

.pb-card.card--large {
    padding: 64px;
    border-radius: 16px;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.08);
}

.pb-card.text-center.h100.card-tp-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.08);
}

.pb-card.card--border {
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
}

.pb-card.card--border.card--error {
    border-width: 2px;
    border-color: #ca4f4f;
}

.pb-card.card--light {
    background-color: #eaf8f8;
}

.pb-card.card--blue {
    background-color: #5bcaca;
}

.pb-card.card--collection-cta {
    background-color: #5bcaca;
    color: #fff;
    text-align: center;
}

.pb-card-item__content {
    position: relative;
}

.pb-card-item__content.pb-card-item__content--numbered {
    padding-left: 32px;
}

.pb-card-item__number {
    position: absolute;
    left: 0px;
    top: 0px;
    width: auto;
    height: 100%;
    font-family: Mrdodo, sans-serif;
    color: #5bcaca;
    font-size: 28px;
    line-height: 1.3em;
}

.pdp-duration {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    padding: 8px 16px;
    border-radius: 6px;
    background-color: #eaf8f8;
}

.pdp-duration__text {
    padding-left: 16px;
    line-height: 1.3em;
}

.color-grayblue {
    color: #384d5d;
}

.lp-usp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lp-usp__icon {
    width: 47px;
    margin-right: 16px;
}

.lp-usp__icon-text {
    font-family: Mrdodo, sans-serif;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 400;
}

.lp-usp-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px;
    margin-left: -16px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.lp-usp-list.color-grayblue {
    margin-right: -16px;
    margin-left: -16px;
}

.lp-dental-cooper-img {
    width: 100%;
    margin-bottom: -96px;
}

.lp-card-item__visual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 300px;
    margin-bottom: 24px;
    padding: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
}

.lp-card-item__visual.lp-card-item__visual--green {
    background-color: #d7e200;
}

.lp-card-item__visual.lp-card-item__visual--blue {
    background-color: #5bcaca;
}

.lp-card-item__visual-img {
    width: auto;
    max-height: 100%;
}

.lp-card-item {
    max-width: 50%;
    margin-bottom: 0px;
    margin-left: 16px;
    padding-right: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.lp-card-item.lp-card-item--center {
    text-align: center;
}

.lp-card-item.lp-card-item--large {
    margin-left: 32px;
    padding-right: 32px;
}

.lp-card-item__content {
    position: relative;
}

.lp-card-item__content.pb-card-item__content--numbered {
    padding-left: 32px;
}

.lp-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px;
    margin-bottom: 0px;
    margin-left: -16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lp-cards.pb-cards--large {
    margin-right: -32px;
    margin-left: -32px;
}

.lp-cards.lp-cards--large {
    margin-right: -32px;
    margin-left: -32px;
}

.lp-card-item__title.h3 {
    margin-bottom: 8px;
}

.lp-dental-hand-img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    max-height: 85%;
    max-width: 50%;
}

.product-card-label {
    display: inline-block;
    height: 24px;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 2px;
    background-color: #df1995;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.product-card-label.product-card-label--dental {
    background-color: #d7e200;
    color: #384d5d;
}

.product-card-label-wrapper {
    margin-bottom: 12px;
}

.product-label {
    height: 24px;
    margin-bottom: 8px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 2px;
    background-color: #df1995;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.product-label.product-label--dental {
    background-color: #d7e200;
    color: #384d5d;
}

.cart-promo-cart-wrapper {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e7eeef;
}

.cart-promo {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    background-color: #eaf8f8;
}

.cart-promo.dental {
    background-color: #e8e1d7;
}

.cart-promo__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 35%;
    padding: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.cart-promo__image.dental {
    background-color: #e8e1d7;
}

.cart-promo__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cart-promo__content-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cart-promo__content-body-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cart-promo__product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cart-promo__product-title {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #007078;
    font-size: 24px;
    line-height: 1.3em;
    text-decoration: none;
}

.cart-promo__product-title:hover {
    text-decoration: none;
}

.cart-promo__product-title.color-blue:hover {
    color: #007078;
}

.cart-promo__product-title.color-grayblue {
    color: #384d5d;
}

.cart-promo__product-subtitle {
    font-size: 18px;
    line-height: 1.3em;
}

.cart-promo__list {
    margin-bottom: -0.2em;
    padding-left: 0px;
    font-size: 16px;
    line-height: 1.3em;
}

.cart-promo__list-item {
    margin-bottom: 0.2em;
    padding-left: 22px;
    background-image: url('../images/checkmark--active.svg');
    background-position: 0% 4px;
    background-size: 16px;
    background-repeat: no-repeat;
}

.cart-promo__image-img {
    width: 90%;
}

.cart-promo__button-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cart-promo__content-split {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cart-promo__content-split-right {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.pb-rte {
    font-size: 22px;
    line-height: 1.5em;
}

.pb-rte p {
    margin-bottom: 0px;
    font-size: 100%;
}

.pb-rte.pb-rte--small {
    font-size: 16px;
}

.pb-rte-small p {
    margin-bottom: 0px;
    font-size: 16px;
}

.pb-text-review__image {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 8px solid #5bcaca;
    border-radius: 4px;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.pb-text-review__image.review-image-large {
    width: 70%;
}

.pb-text-review__image.pb-text-review__image--alternate {
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
}

.a_shipment-line-main-link {
    border-bottom: 2px solid #5bcaca;
    color: #5bcaca;
    font-size: 17px;
}

.a_shipment-line-main__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2px;
    padding-bottom: 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #5bcaca;
    color: #5bcaca;
    cursor: pointer;
}

.inline-link:hover {
    color: #5bcaca;
}

.a_shipment-line-notice__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px none #e7eeef;
    background-color: #eaf8f8;
    color: #5bcaca;
    font-size: 20px;
    line-height: 1.5em;
}

.a_shipment-line-notice__header.a_shipment-line-notice--blank {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top: 1px solid #e7eeef;
    border-radius: 0px;
    background-color: #fff;
}

.a_shipment-line-notice__header.a_shipment-line-notice__header--last {
    border-bottom-style: none;
}

.a_shipment-line-notice__body {
    display: block;
    margin-top: 16px;
    padding-top: 32px;
    padding-bottom: 16px;
    border-top: 2px solid #5bcaca;
    background-color: #eaf8f8;
}

.color-gray {
    color: #d4d4d3;
}

.mb-half {
    margin-bottom: 8px;
}

.pb-icon-list__text {
    margin-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pb-icon-list__icon {
    width: 23px;
    height: 23px;
    margin-top: 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.pb-icon-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.5em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    list-style-type: none;
}

.color-purple {
    color: #652767;
}

.pb__full-image {
    display: block;
    width: 100%;
    height: 550px;
    -o-object-fit: cover;
    object-fit: cover;
}

.paragraph-medium {
    font-size: 22px;
}

.section-full-image {
    display: block;
    width: 100%;
    height: 550px;
    -o-object-fit: cover;
    object-fit: cover;
}

.charity-slider {
    height: 100%;
    background-color: transparent;
}

.charity-slider__mask {
    margin-right: 32px;
    margin-left: 32px;
}

.counter__numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.color-purple-light {
    color: #b783ca;
}

.charity-project-hero {
    position: relative;
}

.charity-project-hero__image {
    width: 100%;
    height: 650px;
    -o-object-fit: cover;
    object-fit: cover;
}

.charity-project-body {
    margin-top: 32px;
}

.charity-slider__nav {
    display: none;
}

.charity-project-location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #f4973c;
}

.charity-project-location__icon {
    height: 29px;
    float: left;
    line-height: 1.3em;
}

.charity-project-location__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 24px;
    margin-left: 8px;
    float: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 1.3em;
}

.charity-slider__arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-top: 325px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #652767;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}

.charity-slider__arrow:hover {
    background-color: #b783ca;
}

.charity-project-year {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: -2px;
    min-width: 180px;
    padding: 12px 16px;
    background-image: url('../images/buttonPurple.svg');
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 52px;
    line-height: 1em;
    text-align: center;
}

.foundation-link {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #fff;
    white-space: nowrap;
}

.overflow-hidden {
    overflow: hidden;
}

.link-color-white {
    color: #fff;
}

.link-color-white:hover {
    text-decoration: none;
}

.link-color-white.foundation-link {
    -webkit-transition-property: none;
    transition-property: none;
}

.link-color-blue {
    color: #5bcaca;
}

.link-color-blue:hover {
    text-decoration: none;
}

.heading-board-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.paragraph-tiniest {
    font-size: 16px;
}

.color-graymedium {
    color: #aaa8a7;
}

.trial-table {
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 16px -8px rgba(0, 0, 0, 0.08);
}

.trial-table__row {
    padding: 24px;
    border-bottom: 1px solid #e7eeef;
}

.trial-table__row.trial-table__row--last {
    border-bottom-width: 0px;
}

.trial-product__image {
    margin-right: 16px;
}

.trial-product__thumbnail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 110px;
    height: 110px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #fff;
}

.trial-product__thumbnail-image {
    max-height: 100px;
}

.trial-product__title {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #007078;
    font-size: 22px;
    line-height: 1.3em;
    text-decoration: none;
}

.trial-product__title.color-blue:hover {
    color: #007078;
}

.trial-product__list {
    margin-top: 10px;
    margin-bottom: -0.2em;
    padding-left: 0px;
    font-size: 16px;
    line-height: 1.3em;
}

.trial-product__list-item {
    margin-bottom: 0.2em;
    padding-left: 22px;
    background-image: url('../images/CheckmarkYellow.svg');
    background-position: 0% 4px;
    background-size: 16px;
    background-repeat: no-repeat;
}

.trial-product__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.trial-product__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    padding-top: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(231, 238, 239, 0.7);
    color: #aaa8a7;
    font-size: 16px;
    line-height: 1.2em;
}

.trial-product__extra {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(231, 238, 239, 0.7);
}

.trial-product__variant {
    min-width: 110px;
    text-align: center;
}

.trial-product__toggle {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    text-decoration: underline;
    cursor: pointer;
}

.trial-product__toggle:hover {
    color: #5bcaca;
}

.trial-passport {
    position: relative;
    padding: 24px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7eeef;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 16px -8px rgba(0, 0, 0, 0.08);
}

.trial-passport__watermark {
    position: absolute;
    left: -10%;
    top: -10%;
    right: auto;
    bottom: auto;
    z-index: 5;
    width: 80%;
}

.trial-passport__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.trial-passport__avatar-mask {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
}

.trial-passport__avatar {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.trial-passport__main-content {
    padding-left: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.trial-passport__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e7eeef;
}

.trial-passport__row.passport-row--bottom {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
}

.trial-passport__row.trial-passport__row--bottom {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom-width: 0px;
}

.trial-passport__col {
    height: 40px;
    padding-right: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.trial-passport__col.passport-col--small {
    min-width: 64px;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.trial-passport__col.trial-passport__col--small {
    min-width: 64px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.trial-passport__label {
    margin-bottom: 4px;
    color: rgba(77, 74, 71, 0.48);
    font-size: 12px;
    text-transform: uppercase;
}

.trial-passport__value {
    color: #4d4a47;
    font-size: 18px;
    line-height: 20px;
}

.trial-passport__avatar-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 110px;
    height: 110px;
}

.trial-product__extra-title {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.3em;
}

.trial-product__extra-description {
    color: #aaa8a7;
    font-size: 16px;
    line-height: 1.2em;
}

.trial-product__extra-list-item {
    margin-bottom: 8px;
}

.trial-product__extra-list {
    margin-bottom: -8px;
}

.passport-main-avatar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 110px;
    height: 110px;
}

.cart-list__item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cart-list__item-bundle {
    margin: 16px -16px -17px;
    padding: 0px 16px;
    border-bottom: 1px solid #fff;
    border-radius: 8px;
    background-color: rgba(232, 225, 215, 0.3);
}

.trial-original-price {
    color: #aaa8a7;
    font-size: 20px;
    text-decoration: line-through;
}

.trial-header-usp-list {
    display: block;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.3em;
    text-align: center;
}

.trial-header-usp-list__item {
    display: inline-block;
    margin: 3px 6px;
}

.section__pull-up {
    margin-top: -96px;
}

.fixed-cta-bottom {
    position: fixed;
    bottom: 0px;
    display: none;
    width: 100%;
    padding: 16px;
    background-color: #5bcaca;
    box-shadow: 0 -1px 3px 0 rgba(0, 112, 120, 0.3);
    -webkit-transition: background-color 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, color 200ms ease;
    color: #fff;
    font-size: 22px;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.fixed-cta-bottom:hover {
    background-color: #a0d035;
}

.trial-header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 510px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.trial-header-title {
    line-height: 1.4em;
}

.trial-header-title.h3 {
    font-size: 38px;
}

.trial-final-price {
    font-size: 30px;
}

.trial-price-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 26px;
    line-height: 1.2em;
}

.trial-price-line__label {
    margin-right: 12px;
    padding-top: 1px;
    padding-right: 12px;
    border-right: 3px solid #384d5d;
}

.passport-value-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.passport-gender-icon {
    position: relative;
    height: 18px;
    margin-left: 5px;
}

.trial-hero__image {
    width: auto;
    max-height: 490px;
}

.color-green {
    color: #a0d035;
}

.navbar-message {
    max-width: 70%;
    margin-right: 16px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .container.container--flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .container.container--flex.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .container.container--lp-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .container.container--blog-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-brand {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-color: #fff;
    }

    .logo-brand {
        height: 48px;
    }

    .kibble-title {
        max-width: 276px;
        font-size: 3.2em;
        line-height: 1.4em;
    }

    .kibble-descr {
        font-size: 1.6em;
    }

    .kibble-heading {
        font-size: 96px;
    }

    .kibble-count {
        margin-right: 16px;
        font-size: 6.4em;
    }

    .section.section--delicious {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section.section--friends {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section.section--pals {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 30, 50, 0.27)), to(rgba(2, 30, 50, 0.27))), url('../images/ocean_bg--wide-optimised.jpg');
        background-image: linear-gradient(180deg, rgba(2, 30, 50, 0.27), rgba(2, 30, 50, 0.27)), url('../images/ocean_bg--wide-optimised.jpg');
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
    }

    .section.section--full-bleed {
        padding-left: 64px;
    }

    .section.section--blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section.section--circular {
        overflow: hidden;
    }

    .section.section--brown.section--large.section--vertical.pos-rel.section-tp-aside {
        padding-top: 96px;
    }

    .section.section--brown.section-hero-home {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .kibble-content-wrapper {
        min-width: 200px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .kibble-frames-placeholder {
        width: 42vw;
        height: 42vw;
        max-height: 228px;
        max-width: 228px;
        min-height: 228px;
        min-width: 228px;
    }

    .kibble-frame-back {
        width: 294px;
        height: 294px;
    }

    .kibble-frame-front {
        width: 294px;
        height: 294px;
    }

    .kibble-frame--meat-second {
        width: 294px;
        height: 294px;
    }

    .kibble-frame--chicken-second {
        width: 294px;
        height: 294px;
    }

    .kibble-frame--apple {
        width: 294px;
        height: 294px;
    }

    .kibble-frame--blueberry {
        width: 294px;
        height: 294px;
    }

    .kibble-frame--beetroot {
        width: 294px;
        height: 294px;
    }

    .kibble-frame--meat {
        width: 294px;
        height: 294px;
    }

    .kibble-frame--chicken {
        width: 294px;
        height: 294px;
    }

    .kibble-overlay {
        padding-left: 32px;
    }

    .kibble-frames {
        width: 294px;
        height: 294px;
        max-height: auto;
        min-height: auto;
        min-width: auto;
    }

    .kibble-frame-glove {
        width: 294px;
        height: 294px;
    }

    .kibble-bowl {
        width: 294px;
        height: 294px;
    }

    .kibble-baked {
        width: 294px;
        height: 294px;
    }

    .kibble-bowl-baked {
        width: 294px;
        height: 294px;
    }

    .bowl-baked-glove {
        width: 294px;
        height: 294px;
    }

    .kibble-sub-heading {
        margin-bottom: 8px;
        font-size: 48px;
    }

    .rich-link-text.navbar-link-text--cart {
        color: #007078;
    }

    .sub-navbar-title {
        line-height: 22px;
    }

    .rich-link-icon {
        width: 22px;
        height: 22px;
    }

    .navbar-utils-menu {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .content-block-meta {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar {
        padding: 0px;
    }

    .navbar.navbar--white {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .navbar.navbar--white {
        position: fixed;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .navbar-menu-button {
        margin-left: 16px;
        padding: 16px;
        font-size: 36px;
    }

    .navbar-menu-button.w--open {
        background-color: #fff;
        color: #007078;
    }

    .sub-navbar {
        z-index: 1;
        height: auto;
        padding: 8px 0px;
    }

    .hero-content {
        margin-top: 48px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .sub-heading {
        color: hsla(0, 0%, 100%, 0.8);
    }

    .navbar-link {
        display: block;
        margin-right: 0px;
        margin-left: 0px;
        padding: 16px;
        border-top: 1px solid rgba(154, 185, 187, 0.48);
        color: #007078;
        text-align: center;
    }

    .navbar-link:hover {
        color: #5bcaca;
    }

    .button.button--dark {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .button.button--lp {
        font-size: 1.4em;
    }

    .button.button--blue {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .button.button--yellow {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .sub-navbar-content {
        padding-right: 16px;
        padding-left: 16px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .navbar-menu-icon {
        width: 36px;
        height: 36px;
    }

    .hero-image {
        display: block;
        width: 60%;
        max-width: 60%;
        min-width: 60%;
        margin-right: auto;
        margin-left: auto;
    }

    .hero-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .hero.hero--cats {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .hero.hero--split {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-content-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        min-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-image {
        height: 400px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .section-content {
        min-width: 100%;
    }

    .cta-card-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .fresh-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .fresh-card-title {
        font-size: 1.6em;
    }

    .fresh-grid-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .fresh-card {
        display: block;
        max-width: 400px;
        margin: 16px auto;
    }

    .newsletter-form {
        width: 100%;
        margin-bottom: 0px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .legal-notice {
        margin-top: 16px;
    }

    .newsletter-copy {
        margin-bottom: 32px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .newsletter-form-wrapper {
        width: 100%;
    }

    .footer-links {
        width: 50%;
        margin-bottom: 16px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .footer-brand-logo {
        height: 48px;
    }

    .footer-meta {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-meta-link {
        margin-right: 32px;
        margin-left: 0px;
    }

    .footer-meta-links {
        margin-top: 24px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .store__header {
        padding-right: 32px;
        padding-left: 32px;
    }

    .utility-page-wrap {
        height: auto;
        max-height: auto;
        min-height: 100vh;
        padding: 64px 24px;
    }

    .type-card-label {
        font-size: 1em;
    }

    .product-card-btn.product-card-btn--mobile {
        display: block;
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .product-list-item {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
    }

    .type-card-title {
        font-size: 1.6em;
    }

    .type-card-image {
        margin-right: 12px;
    }

    .content-section {
        padding-right: 0px;
        padding-left: 0px;
    }

    .products-aside {
        max-width: 100%;
        min-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .filter-card {
        margin-right: 8px;
        margin-left: 8px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .stage-card-title {
        font-size: 1.6em;
    }

    .products {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .products-list {
        min-width: 100%;
    }

    .stage-card-label {
        font-size: 1em;
    }

    .filters {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: -8px;
        margin-left: -8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .image-box-previews {
        margin-top: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .quantity-picker-value {
        max-width: 60px;
    }

    .image-box-image {
        max-height: 65vh;
        margin-bottom: 24px;
    }

    .pdp_columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .image-box-preview {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .pdp-tabs-panes {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .pdp_product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pdp-tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .content-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .usp-list {
        margin-top: 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .usp-list-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .content-column.content-column--aside {
        width: 100%;
        min-width: 100%;
    }

    .usp-card-image {
        margin-bottom: 0px;
    }

    .usp-card-paragraph {
        max-width: 384px;
    }

    .usp-card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-top: 24px;
        padding-bottom: 24px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .product-list-item--4 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
    }

    .content-list-item.content-list-item--inline {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .cart-product-content {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .a_order-total.cart-total--top {
        padding-top: 0px;
        border-top-style: none;
    }

    .a_order-total.a_order-total--top {
        padding-top: 0px;
        border-top-style: none;
    }

    .cart-btn {
        max-width: 100%;
    }

    .product-card-action.product-card-action--qbm {
        display: none;
    }

    .fresh-section-heading.fresh-section-heading--lp {
        font-size: 32px;
    }

    .ingredients-card-image {
        height: 160px;
    }

    .fresh-body-copy {
        font-size: 18px;
    }

    .ingredients-card-title.ingredients-title--lp {
        font-size: 24px;
        line-height: 32px;
    }

    .loyalty-blocks-row {
        min-height: auto;
        min-width: 100%;
    }

    .recipe-column.recipe-column--shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .recipe-image {
        width: 84%;
    }

    .recipe-wrapper {
        max-width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .recipe-heading {
        font-size: 44px;
    }

    .recipe-body-copy {
        min-width: 356px;
    }

    .revolution-heading {
        font-size: 42px;
    }

    .revolution-list-item {
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .revolution-point {
        font-size: 20px;
        text-align: left;
    }

    .lp-cats-heading {
        font-size: 44px;
        line-height: 52px;
    }

    .help-heading {
        margin-bottom: 32px;
    }

    .background-cover {
        max-height: 448px;
    }

    .delivery-blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .delivery-blocks-item {
        padding: 8px 0px;
    }

    .shipping-meta {
        text-align: left;
    }

    .review-slider {
        min-height: 600px;
    }

    .review-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .review-wrap.review-wrap-card {
        padding-right: 32px;
        padding-bottom: 64px;
    }

    .review-image {
        width: 40%;
        margin-bottom: 36px;
    }

    .review-body {
        max-width: 600px;
        font-size: 22px;
    }

    .hero-cats-content {
        width: 100%;
    }

    .hero-cats-img {
        width: 100%;
    }

    .cats-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cats-row.cats-row--stacked {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cats-column {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .cats-section-heading {
        font-size: 44px;
        line-height: 52px;
    }

    .cta-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cta-block-thumbnail {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 200px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .cta-block-content {
        width: 100%;
        padding-top: 16px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .cats-fishy-img {
        background-size: cover;
    }

    .image {
        max-width: 72%;
    }

    .shipping-usp {
        padding: 8px 0px;
    }

    .shipping-usp-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .footer-links-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .spr-button.button--dark {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .product-message {
        font-size: 16px;
    }

    .blog-nav {
        padding-right: 0px;
        padding-left: 0px;
    }

    .blog-nav-menu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .blog-nav-link {
        margin-left: 16px;
    }

    .blog-header {
        padding-top: 36px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .large-article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .large-article-content {
        max-width: 100%;
        min-width: 100%;
    }

    .blog-section {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .blog-section.blog-section--usp {
        text-align: center;
    }

    .blog-section-title {
        margin-bottom: 0px;
    }

    .articles-list {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .articles-list-item {
        width: 100%;
        padding: 16px 0px;
    }

    .article-card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 24px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .article-card-thumbnail {
        overflow: hidden;
        width: 100%;
        height: 100%;
        min-height: 100%;
        margin-bottom: 24px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-radius: 4px;
    }

    .article-card-content {
        width: 100%;
        padding: 0px 0px 0px 24px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .article-card-title {
        font-size: 24px;
        line-height: 32px;
    }

    .article-card-description {
        font-size: 16px;
    }

    .collection-card {
        padding-top: 32px;
        padding-right: 24px;
        padding-left: 24px;
    }

    .colletion-card-title {
        font-size: 28px;
    }

    .blog-section-heading {
        margin-bottom: 32px;
    }

    .topics-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .topics-list-item {
        width: 33.33333333%;
        padding-top: 8px;
        padding-bottom: 8px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .articles-grid-item {
        width: 50%;
    }

    .article-hero-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .article-hero-column {
        width: auto;
        max-width: 608px;
        min-width: 608px;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .article-hero-column.article-hero-column--image {
        height: 56vw;
        max-width: 100%;
        min-width: 100%;
    }

    .article-header {
        padding: 36px 0px;
    }

    .article-section {
        padding-right: 32px;
        padding-left: 32px;
    }

    .article-heading {
        margin-top: 48px;
        margin-bottom: 48px;
        font-size: 36px;
        line-height: 44px;
    }

    .article-hero-meta {
        margin-bottom: 16px;
    }

    .article-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .article-column {
        margin-right: 0px;
    }

    .article-column.article-column--aside {
        min-width: 608px;
    }

    .collections-list {
        margin-right: -8px;
        margin-left: -8px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .collections-list-item {
        padding: 16px 8px;
    }

    .hero-article-card-description {
        font-size: 16px;
    }

    .usp-card-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: 36px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
    }

    .section-quote {
        max-width: 604px;
    }

    .charity-card {
        padding-right: 0px;
        padding-left: 0px;
    }

    .charity-card-image {
        margin-right: 16px;
        margin-left: 16px;
    }

    .charity-card-descr {
        margin-right: 16px;
        margin-left: 16px;
    }

    .charity-project {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .charity-project.charity-project--reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .charity-project-content {
        width: 100%;
    }

    .charity-project-meta {
        padding-bottom: 0px;
    }

    .lp-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lp-row.lp-row--cta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .lp-fresh-heading {
        font-size: 72px;
    }

    .lp-review {
        max-width: 512px;
    }

    .lp-reviews-divider {
        width: 100%;
    }

    .lp-cta-content {
        margin-left: 16px;
    }

    .trial-cta-divider {
        width: 100%;
    }

    .plp-benefits {
        width: 100%;
    }

    .plp-benefit {
        padding-right: 16px;
        padding-left: 16px;
    }

    .plp-benefit-title {
        font-size: 26px;
    }

    .plp-menu-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 8px;
        padding-left: 8px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .plp-menu-card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .plp-menu-card-description {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .plp-menu-card-main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .product-card-link {
        display: none;
    }

    .story-row.story-row--push.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .story-row.story-row--align-top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .storyimage.storyimage--med {
        width: 100%;
    }

    .storyimage.storyimage--small {
        width: 100%;
    }

    .storyimage.storyimage--small.stacked {
        width: 80%;
    }

    .storyimage.storyimage--hero {
        width: 100%;
    }

    .quickbuywrap {
        display: none;
    }

    .quickbuymodal {
        width: 90%;
        min-width: 90%;
    }

    .product-details {
        max-width: 100%;
    }

    .practicalitites {
        padding-right: 32px;
        padding-left: 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .trust-symbols {
        padding-right: 32px;
        padding-left: 32px;
    }

    .trust-reviews {
        padding-right: 32px;
        padding-left: 32px;
        border-left-style: none;
    }

    .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cart-page-product-content {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cart-page-checkout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .cart-page-checkkout-main {
        width: 100%;
        max-width: none;
        margin-left: 0px;
    }

    .product-preview-menu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .navbar-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        min-height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: 1px solid #cedfde;
        box-shadow: inset 0 2px 8px -4px rgba(0, 0, 0, 0.16);
    }

    .navbar-menu-main {
        position: fixed;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-color: #fff;
    }

    .nav-dropdown {
        position: relative;
        z-index: 0;
        display: block;
        margin-left: 0px;
    }

    .nav-menu {
        position: relative;
        z-index: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .nav-logo {
        height: 42px;
    }

    .nav-dropdown-title {
        display: inline-block;
        margin-left: 24px;
        padding-top: 16px;
        padding-bottom: 16px;
        border-top-width: 1px;
        border-top-color: rgba(154, 185, 187, 0.48);
        text-align: center;
    }

    .lang-picker {
        z-index: 99999;
        margin-left: 0px;
    }

    .lang-picker-icon {
        display: inline-block;
        margin-left: 0px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .nav-dropdown-icon {
        display: inline-block;
        margin-left: 0px;
    }

    .nav-brand {
        z-index: 9999;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .nav-dropdown-toggle {
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        border-top: 1px none #cedfde;
        border-bottom: 1px solid rgba(154, 185, 187, 0.48);
    }

    .nav-dropdown-toggle:hover {
        color: #007078;
    }

    .nav-dropdown-toggle.open {
        box-shadow: 0 6px 2px 0 rgba(0, 0, 0, 0.02);
        color: #5bcaca;
    }

    .lang-picker-toggle {
        height: 48px;
        padding-top: 16px;
        padding-bottom: 16px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top: 1px solid rgba(206, 224, 222, 0.64);
        background-color: #fff;
        box-shadow: 0 -2px 8px -4px rgba(0, 0, 0, 0.16);
    }

    .lang-picker-toggle.w--open {
        position: relative;
    }

    .lang-picker-list {
        position: absolute;
    }

    .lang-picker-list.w--open {
        position: absolute;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
    }

    .lang-picker-list.open {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        z-index: 99999;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        margin-top: 0px;
        margin-bottom: 48px;
        padding: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-style: solid solid none;
        border-top-color: #d7e8ea;
        border-right-color: #d7e8ea;
        border-left-color: #d7e8ea;
        border-radius: 16px 16px 0px 0px;
        background-color: transparent;
        box-shadow: 0 -4px 16px -4px rgba(0, 0, 0, 0.16);
    }

    .cart-icon {
        width: 22px;
        height: 22px;
    }

    .navbar-main {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .nav-content {
        position: relative;
        z-index: 1;
        padding-right: 0px;
        padding-left: 16px;
        background-color: #fff;
    }

    .lang-picker-list-header {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 40px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid rgba(206, 224, 222, 0.64);
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        background-color: #fff;
        color: rgba(77, 74, 71, 0.56);
        text-transform: uppercase;
    }

    .nav-menu-button {
        margin-left: 16px;
        padding: 16px;
        background-color: rgba(91, 202, 202, 0.08);
        color: #007077;
        font-size: 36px;
    }

    .nav-menu-button.w--open {
        background-color: #5bcaca;
        color: #fff;
    }

    .nav-dropdown-link {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .navbar-menu-overflow {
        display: block;
        overflow: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .nav-menu-icon {
        width: 36px;
        height: 36px;
    }

    .nav-dropdown-list.open {
        position: relative;
        margin-top: 0px;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-radius: 0px;
        background-color: rgba(91, 202, 201, 0.08);
        box-shadow: none;
    }

    .nav-link {
        z-index: 0;
        display: block;
        margin-right: 0px;
        margin-left: 0px;
        padding: 16px;
        border-bottom: 1px solid rgba(154, 185, 187, 0.48);
        border-top-width: 1px;
        border-top-color: rgba(154, 185, 187, 0.48);
        color: #007078;
        text-align: center;
    }

    .nav-link:hover {
        color: #007078;
    }

    .lang-picker-option {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 12px;
        padding-bottom: 12px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-color: #f1fbfb;
        color: rgba(77, 74, 71, 0.64);
    }

    .pdp-blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .pdp-blocks.pdp-blocks--rev {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .lang-picker-list-close {
        position: absolute;
        left: auto;
        top: auto;
        right: 0%;
        bottom: auto;
        width: 28px;
        height: 28px;
        margin-right: 8px;
        border-radius: 100%;
        background-color: rgba(77, 74, 71, 0.16);
        background-image: url('../images/Close_1.svg');
        background-position: 50% 49%;
        background-size: 26px;
        background-repeat: no-repeat;
        opacity: 0.48;
        cursor: pointer;
    }

    .section-blocks {
        min-height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-block.section-block--fill.white {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .a_input-field.a_input-field--dropdown {
        border-radius: 0px;
    }

    .section-block-meta {
        position: static;
        padding-top: 32px;
        padding-bottom: 0px;
    }

    .a_menu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .a_menu-card_title {
        margin-left: 16px;
        font-size: 22px;
    }

    .a_relevant {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .a_relevant-item {
        max-width: 100%;
        min-width: 100%;
    }

    .a_help-item_title {
        line-height: 32px;
    }

    .orders {
        padding: 0px 16px 16px;
    }

    .order {
        padding-top: 16px;
        padding-bottom: 16px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .order.order--header {
        display: none;
    }

    .order_number {
        width: 50%;
        padding-right: 16px;
        padding-left: 16px;
    }

    .order_date {
        width: 50%;
        padding-right: 16px;
        padding-left: 16px;
    }

    .order_payment {
        display: none;
        width: 50%;
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #e7eeef;
    }

    .order_shipping {
        width: 50%;
        padding-right: 16px;
        padding-left: 16px;
    }

    .order_total {
        width: 50%;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        text-align: left;
    }

    .order_cta {
        width: 100%;
        margin-top: 8px;
        padding-right: 16px;
    }

    .order_value {
        width: 100%;
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #e7eeef;
    }

    .order_value.order_value--link {
        display: block;
    }

    .a_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .a_content_aside {
        width: 100%;
        margin-bottom: 24px;
    }

    .a_input-label.hidden {
        display: none;
    }

    .a_input-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .a_input-group.a_input-group--inline {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .a_input-group_item {
        width: 100%;
    }

    .a_input-group_item.a_input-group_item--small {
        width: 100%;
    }

    .a_input-group_item.a_input-group_item--add-field {
        width: 100%;
        padding-left: 16px;
    }

    .a_settings-submit {
        width: 100%;
    }

    .a_settings-submit.a_settings-submit--delete {
        margin-top: 16px;
        margin-left: 0px;
    }

    .settings-form-actions.align {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .a_address {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .a_address-value {
        padding-left: 0px;
    }

    .a_address-value.a_address-value--country {
        margin-top: 8px;
        border-left-style: none;
    }

    .a_address-value.settings-address__value--country {
        margin-top: 8px;
        border-left-style: none;
    }

    .a_address-button {
        margin-top: 16px;
    }

    .a_notification {
        padding-right: 8px;
        padding-left: 16px;
    }

    .order_header {
        display: block;
        margin-bottom: 8px;
        padding-bottom: 0px;
        color: rgba(77, 74, 71, 0.36);
        font-size: 12px;
        font-style: italic;
        text-transform: uppercase;
    }

    .a_address-main {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .jobs-tabs {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .job-tab {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .job-list-item {
        max-width: 50%;
        min-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .job-slider {
        height: 704px;
    }

    .slide-row {
        max-width: 100%;
        min-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }

    .slide-image {
        max-height: 256px;
        margin-bottom: 32px;
    }

    .section-depth.section--delicious {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-depth.section--friends {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-depth.section--pals {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 30, 50, 0.27)), to(rgba(2, 30, 50, 0.27))), url('../images/ocean_bg--wide-optimised.jpg');
        background-image: linear-gradient(180deg, rgba(2, 30, 50, 0.27), rgba(2, 30, 50, 0.27)), url('../images/ocean_bg--wide-optimised.jpg');
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
    }

    .hero-pane-image {
        max-width: 288px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .hero-pane-heading {
        font-size: 36px;
        line-height: 48px;
    }

    .header-fluid {
        margin-top: 0px;
    }

    .section-block-image.section-block-image--gif {
        min-height: 512px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .section-block-image.section-block-image--tins {
        min-height: 512px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .story-col {
        width: 50%;
        padding-top: 32px;
        padding-bottom: 32px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .story-col.story-col--align-right.big {
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }

    .circular {
        margin-right: -32px;
        margin-left: -32px;
    }

    .circular-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .circular-arrow {
        top: auto;
        bottom: 24px;
        background-color: #a0d035;
        background-image: url('../images/ArrowCurved--White.png');
        background-position: 50% 50%;
        background-size: auto 24px;
        background-repeat: no-repeat;
    }

    .circular-main {
        width: 100vw;
        height: 100vw;
    }

    .circular-bg {
        width: 100vw;
        height: 100vw;
    }

    .circular-right-arrow {
        right: 0px;
        padding-right: 24px;
    }

    .statement-block {
        background-size: contain;
    }

    .hero-pane-image-wrapper {
        max-width: 288px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .statement-block-image {
        margin-left: 0px;
    }

    .dash_widgets {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .dash_unlock {
        padding-bottom: 24px;
    }

    .dash_col.dash_col--small {
        width: 100%;
    }

    .gift-display-row {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .gift-display-col {
        padding: 16px 0px;
    }

    .gift-display-col-spacer {
        padding-top: 24px;
        padding-bottom: 24px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .spacer-line {
        top: auto;
        bottom: auto;
        width: 100%;
        height: 1px;
    }

    .or {
        position: relative;
        z-index: 5;
    }

    .loyalty-benefits {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .loyalty-block {
        max-width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .loyalty-block-description {
        min-width: 356px;
    }

    .pet-edit-submit {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .pet-edit-submit.a_settings-submit--delete {
        margin-top: 16px;
        margin-left: 0px;
    }

    .pet-edit-submit.pet-edit-submit--delete {
        margin-top: 16px;
        margin-left: 0px;
    }

    .new-pet-form {
        max-width: 100%;
    }

    .new-pet-form-block {
        padding: 24px;
    }

    .loyalty-intro-card {
        display: block;
        max-width: 400px;
        margin: 16px auto;
    }

    .loyalty-benefit {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .pet-delete {
        width: 100%;
    }

    .pet-delete.a_settings-submit--delete {
        margin-top: 16px;
        margin-left: 0px;
    }

    .pet-delete.pet-edit-submit--delete {
        margin-top: 16px;
        margin-left: 0px;
    }

    .pet-edit-checkbox {
        margin-top: 20px;
    }

    .pet-edit-crossbreed {
        margin-top: 0px;
    }

    .modal-option {
        padding-right: 8px;
        padding-left: 8px;
    }

    .reward-option-title {
        font-size: 18px;
        line-height: 24px;
    }

    .toaster {
        max-width: 90%;
    }

    .loyalty-checkout {
        max-width: 90%;
    }

    .packaging-movie {
        background-image: url('../images/PackagingVidThumb.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .video-button {
        display: none;
    }

    .fresh-blocks-row {
        min-height: auto;
        min-width: 100%;
    }

    .loyalty-blocks-row-copy {
        min-height: auto;
        min-width: 100%;
    }

    .grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .grid.no-bottom-margins {
        margin-bottom: 0px;
    }

    .grid.grid--large {
        margin-right: -16px;
        margin-left: -16px;
    }

    .grid.grid--small {
        margin-right: -8px;
        margin-left: -8px;
    }

    .pb0 {
        padding-bottom: 0px;
    }

    .grid__item {
        width: 50%;
    }

    .grid__item.lg-2.md-6 {
        width: 50%;
    }

    .grid__item.lg-10.md-2 {
        width: 50%;
    }

    .grid__item.lg-1 {
        display: none;
    }

    .grid__item.lg-1.md-6 {
        width: 50%;
    }

    .grid__item.lg-9.md-1 {
        width: 25%;
    }

    .grid__item.lg-9.md-12 {
        width: 100%;
    }

    .grid__item.lg-6.md-12 {
        width: 100%;
    }

    .grid__item.lg-6.md-12.align-center.lp-trial-header-content-wrap {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .grid__item.lg-6.md-8 {
        width: 66.66%;
    }

    .grid__item.lg-8.md-12 {
        width: 100%;
    }

    .grid__item.lg-4.md-12 {
        width: 100%;
    }

    .grid__item.lg-4.md-4 {
        width: 33.33%;
    }

    .grid__item.lg-4.md-6 {
        width: 50%;
    }

    .grid__item.lg-3 {
        width: 33.33%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .grid__item.lg-3.md-12 {
        width: 100%;
    }

    .grid__item.lg-11.md-3 {
        width: 75%;
    }

    .grid__item.lg-5 {
        width: 50%;
    }

    .grid__item.grid__item--large {
        padding-right: 16px;
        padding-left: 16px;
    }

    .grid__item.grid__item--large.lg-10.md-6 {
        width: 50%;
    }

    .grid__item.grid__item--large.lg-2.md-6 {
        width: 50%;
    }

    .grid__item.grid__item--large.lg-6.md-12 {
        width: 100%;
    }

    .grid__item.grid__item--large.lg-3.md-6 {
        width: 50%;
    }

    .grid__item.md-4 {
        width: 33.33%;
    }

    .grid__item.grid__item--small {
        padding-right: 8px;
        padding-left: 8px;
    }

    .grid__item.grid__item--small.lg-10.md-6 {
        width: 50%;
    }

    .grid__item.grid__item--small.lg-2.md-6 {
        width: 50%;
    }

    .grid__item.grid__item--small.lg-6.md-12 {
        width: 100%;
    }

    .grid__item.grid__item--small.lg-3.md-6 {
        width: 50%;
    }

    .card.hide-tablet {
        display: none;
    }

    .heading-group.mb4 {
        margin-bottom: 96px;
    }

    .trustpilot-aside {
        padding: 0px;
        background-color: transparent;
    }

    .trustpilot-aside-group.fussy-eater {
        position: relative;
        margin-top: 0px;
        padding-bottom: 32px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .embedded-movie {
        background-image: url('../images/PackagingVidThumb.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .c-main {
        width: 100%;
        padding-top: 0em;
        padding-right: 0em;
        padding-bottom: 2em;
    }

    .c-sidebar {
        display: none;
        width: 100%;
        padding-top: 2em;
        padding-bottom: 2em;
        padding-left: 0em;
    }

    .c-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .c-header {
        display: none;
    }

    .c-section {
        padding-top: 2em;
    }

    .c-wrapper {
        background-color: #eaf8f8;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

    .c-order-toggle {
        display: block;
        padding-top: 1.5em;
        padding-bottom: 1.5em;
        border-bottom: 1px solid #d4d4d3;
        background-color: #fff;
        color: #323232;
    }

    .c-order-toggle__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .c-order-toggle__cta {
        padding-right: 8px;
        padding-left: 8px;
        color: #007078;
    }

    .c-order-toggle__price {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: right;
    }

    .c-order-toggle__arrow {
        position: relative;
        top: 2px;
    }

    .hero-mascots__item.hero-mascots__item--1 {
        left: 3vw;
        width: 8vw;
    }

    .hero-mascots__item.hero-mascots__item--2 {
        width: 18vw;
    }

    .hero-mascots__item.hero-mascots__item--3 {
        display: none;
    }

    .hero-mascots__item.hero-mascots__item--4 {
        display: none;
    }

    .hero-mascots__item.hero-mascots__item--5 {
        right: 24vw;
        width: 8vw;
    }

    .hero-mascots__item.hero-mascots__item--6 {
        width: 12vw;
    }

    .checked-list__item {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .checked-list__text {
        font-size: 20px;
        text-align: left;
    }

    .checked-list__text.checked-list__text--small {
        font-size: 18px;
    }

    .hero__content {
        width: 100%;
    }

    .hero__visual {
        width: 100%;
        padding-bottom: 50%;
    }

    .hero__visual.hero__visual--subscription {
        background-position: 45% 50%;
    }

    .quantity-selector__value {
        max-width: 60px;
    }

    .cart-n {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .settings-block {
        padding: 16px;
    }

    .a_input-group-copy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .a_input-group-copy.a_input-group--inline {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .settings-field__label.hidden {
        display: none;
    }

    .settings-field__input.a_input-field--dropdown {
        border-radius: 0px;
    }

    .a_shipment-line-aside__item {
        text-align: right;
    }

    .a_shipment-line-aside__item.a_shipment-line-aside__item--last {
        text-align: right;
    }

    .icon-title {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .settings-field-group__input {
        padding-left: 0px;
    }

    .settings-field-group__input.a_address-value--country {
        margin-top: 8px;
        border-left-style: none;
    }

    .settings-field-group__input.settings-address__value--country {
        padding-left: 0px;
        border-left-width: 0px;
    }

    .settings-address__button {
        margin-top: 8px;
    }

    .settings-field-group__form {
        padding-left: 16px;
    }

    .modal-split__hero {
        width: 40%;
    }

    .modal-split__content {
        width: 60%;
    }

    .subscription-onboarding__content {
        width: 60%;
    }

    .subscription-onboarding__hero {
        width: 40%;
    }

    .settings-field__notice.hidden {
        display: none;
    }

    .settings-block-label.hidden {
        display: none;
    }

    .heading-board {
        font-size: 28px;
    }

    .hiri-hero__content {
        max-width: 600px;
        margin-right: auto;
        margin-bottom: 32px;
        margin-left: auto;
    }

    .hiri-slider-item {
        width: 50%;
    }

    .logo-slider__item {
        width: 33%;
    }

    .hiri-hero__image {
        width: 100%;
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
    }

    .pb-heading2.mb4 {
        margin-bottom: 96px;
    }

    .pb-heading2__line2 {
        font-size: 72px;
    }

    .pb-slider__item {
        width: 100%;
    }

    .pb-slider__arrow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .pb-slider__arrow.pb-slider__arrow--prev {
        margin-left: -30px;
    }

    .pb-slider__arrow.pb-slider__arrow--next {
        margin-right: -30px;
    }

    .pb-slider__arrow.pb-slider__arrow--next.pb-slider__arrow--max3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .pb-slider__arrow.pb-slider__arrow--max3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .pb-hero {
        min-height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pb-hero.hero--cats {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pb-hero.hero--split {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pb-hero__visual {
        width: 100%;
    }

    .pb-hero__visual.hero__visual--subscription {
        background-position: 45% 50%;
    }

    .pb-hero__content {
        width: 100%;
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .pb-nav__logo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pb-nav__logo-img {
        height: 48px;
    }

    .pb-video {
        background-image: url('../images/PackagingVidThumb.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .pb-video__button {
        display: none;
    }

    .pb-hero__visual-image {
        width: 100%;
        padding-bottom: 75%;
    }

    .pb-hero__visual-image.hero__visual--subscription {
        background-position: 45% 50%;
    }

    .pb-card.hide-tablet {
        display: none;
    }

    .lp-usp__icon-text {
        font-size: 20px;
    }

    .lp-card-item__visual.lp-card-item__visual--small {
        height: 200px;
    }

    .lp-card-item.lp-card-item--large {
        margin-left: 16px;
        padding-right: 16px;
    }

    .lp-cards.lp-cards--large {
        margin-right: -16px;
        margin-left: -16px;
    }

    .lp-dental-hand-img {
        position: relative;
        display: block;
        width: 100%;
        max-width: 80%;
        margin: 32px -32px -96px auto;
    }

    .cart-promo__content {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }

    .pb-text-review__image {
        width: 40%;
        margin-bottom: 16px;
    }

    .charity-slider {
        margin-right: -32px;
        margin-left: -32px;
    }

    .charity-slider__mask {
        margin-right: 0px;
        margin-left: 0px;
    }

    .charity-project-hero__image {
        height: 450px;
    }

    .charity-slider__item-content {
        padding-right: 0px;
        padding-left: 0px;
    }

    .charity-project-body {
        padding-right: 32px;
        padding-left: 32px;
    }

    .charity-slider__arrow {
        margin-top: 225px;
    }

    .charity-slider__arrow.charity-slider__arrow--left {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0%;
    }

    .charity-slider__arrow.charity-slider__arrow--right {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0%;
    }

    .trial-header-title.h3 {
        font-size: 32px;
    }

    .trial-hero__image {
        width: 100%;
        max-height: none;
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
    }

    .container.container-kibble {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .container.container--lp-nav.container--lp-nav--flash {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .kibble-pane {
        overflow: hidden;
        height: auto;
        padding-top: 48px;
        padding-bottom: 48px;
        padding-left: 32px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section.section--fresh-ingredients {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .section.section--recipe {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .section.section--revolution {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .section.section--charity-next {
        text-align: center;
    }

    .section.section--fesh-lp {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .section.section--full-bleed.right {
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .section.section--full-bleed.left {
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .section.section--blue-old {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .section.section--columns.blue {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .section.section--brown.section--large.section--vertical.pos-rel.section-tp-aside {
        padding-top: 64px;
    }

    .section.section--large {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .section.section--mobile-small {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .kibble-content-wrapper {
        width: 100%;
        min-width: 100%;
        margin-bottom: 72px;
        margin-left: 0px;
    }

    .kibble-frames-placeholder {
        display: block;
        width: 294px;
        height: 294px;
        max-height: 294px;
        max-width: 294px;
        min-height: 294px;
        min-width: 294px;
    }

    .kibble-frame--meat-second.kibble-veg {
        opacity: 1;
    }

    .kibble-frame--chicken-second.kibble-veg {
        opacity: 1;
    }

    .kibble-frame--meat.kibble-veg {
        opacity: 1;
    }

    .kibble-frame--chicken.kibble-veg {
        opacity: 1;
    }

    .kibble-overlay {
        display: none;
        padding-bottom: 48px;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .kibble-panes {
        height: auto;
        margin-top: 0vh;
    }

    .kibble-panes-end {
        height: auto;
    }

    .rich-link {
        margin-right: 0px;
        margin-left: 16px;
    }

    .rich-link-text {
        display: none;
    }

    .rich-link-text.navbar-link-text--cart {
        display: block;
    }

    .sub-navbar-title {
        margin-bottom: 0px;
    }

    .rich-link-icon {
        width: 24px;
        height: 24px;
    }

    .pre-heading {
        font-size: 50px;
    }

    .navbar {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar.navbar--white {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .navbar.navbar--white {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .navbar-menu-button {
        margin-left: 32px;
        padding: 16px;
    }

    .sub-navbar {
        padding-right: 0px;
        padding-left: 0px;
    }

    .heading {
        font-size: 80px;
    }

    .heading.heading--small {
        font-size: 56px;
        line-height: 1em;
    }

    .heading.heading--jobs {
        font-size: 96px;
    }

    .sub-heading {
        font-size: 20px;
    }

    .button.button--home {
        font-size: 24px;
    }

    .counter.counter--charity {
        margin-top: -8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .counter-copy.counter-copy--charity {
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 0px;
    }

    .legal-notice {
        text-align: center;
    }

    .newsletter-copy {
        text-align: center;
    }

    .footer-links {
        width: auto;
    }

    .footer-brand-logo {
        height: 64px;
    }

    .footer-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-brand {
        width: 100%;
        margin-bottom: 32px;
    }

    .language-toggle {
        padding-left: 0px;
    }

    .footer-meta-link {
        margin-top: 24px;
    }

    .footer-meta-links {
        margin-top: 0px;
        margin-bottom: 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .column.column--shipping {
        padding: 16px 0px;
    }

    .columns.columns--flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .p__image {
        display: none;
    }

    .product-card-title {
        font-size: 22px;
    }

    .product-card-btn {
        font-size: 1.2em;
    }

    .product-card-btn.product-card-btn--mobile {
        min-width: auto;
    }

    .filter-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-card-thumb {
        height: 296px;
    }

    .content-section-heading {
        font-size: 2.2em;
    }

    .product-card-price {
        width: 100%;
        margin-left: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        line-height: 1em;
    }

    .content-section {
        padding-right: 0px;
        padding-left: 0px;
    }

    .filter-card {
        margin-right: 0px;
        margin-left: 0px;
    }

    .filters {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .size-picker {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .pdp_header {
        padding-top: 24px;
        padding-bottom: 0px;
        background-image: none;
    }

    .usp-card-title {
        font-size: 24px;
    }

    .usp-card-image {
        height: 128px;
        margin-bottom: 0px;
    }

    .usp-card-paragraph {
        font-size: 18px;
    }

    .usp-card {
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .account-header.account-header--dogs {
        background-size: auto 48%;
    }

    .account-menu-item-icon {
        width: 32px;
        height: 32px;
        margin-right: 16px;
    }

    .account-content {
        margin-left: 0px;
    }

    .pet-cards-list-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .account-tabs {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .account-menu-item {
        height: auto;
        padding: 16px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-right: 1px solid #e7eeef;
        border-bottom-width: 4px;
        border-bottom-color: transparent;
        border-left-style: none;
        font-size: 1.2em;
    }

    .account-menu-item.w--current {
        border-bottom-color: #a0d035;
    }

    .account-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%;
        margin-bottom: 16px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .product-card-action {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .product-card-actions {
        margin-top: 12px;
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 2px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        border-top-style: none;
    }

    .cookie-box {
        position: relative;
    }

    .language-picker {
        margin-left: 0px;
    }

    .fresh-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .fresh-column {
        width: 100%;
    }

    .fresh-bowl {
        margin-bottom: 36px;
    }

    .fresh-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .fresh-list-item {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .recipe-section-header {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .recipe-section-sub-heading {
        text-align: center;
    }

    .loyalty-blocks-row {
        margin-top: 64px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .loyalty-blocks-row.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .recipe-column {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .recipe-image {
        width: 56%;
    }

    .recipe-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .recipe-heading {
        text-align: center;
    }

    .revolution-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .revolution-column {
        width: 100%;
        min-width: 100%;
        padding: 64px 0px;
    }

    .revolution-column.traditional.revolution-column-last {
        padding-bottom: 0px;
    }

    .revolution-column.revolution-column-first {
        padding-top: 0px;
    }

    .revolution-list-item {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .revolution-point {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .row-cta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .row-cta.row--shipping {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .fresh-cta-image {
        margin-top: 48px;
    }

    .versus {
        left: auto;
        top: auto;
        right: auto;
        bottom: 0px;
        margin-right: 0px;
        margin-bottom: -28px;
    }

    .mascot {
        width: 18vw;
    }

    .mascot.mascot--2 {
        left: 20vw;
        bottom: -4vw;
    }

    .mascot.mascot--3 {
        bottom: -7vw;
    }

    .mascot.mascot--4 {
        right: 1vw;
        bottom: -8vw;
    }

    .mascot.mascot--1 {
        bottom: -4vw;
    }

    .review-slider {
        min-height: 700px;
    }

    .review-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .review-wrap.review-wrap-card {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .review-image {
        width: 50%;
        margin-bottom: 0px;
    }

    .review-body {
        font-size: 24px;
    }

    .review-column {
        padding-top: 24px;
        padding-bottom: 24px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .review-meta {
        font-size: 18px;
    }

    .hero-cats-content {
        padding-right: 32px;
        padding-left: 32px;
    }

    .cats-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cats-row.cats-row--reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .image {
        width: 72%;
        max-width: 256px;
    }

    .hero-cats-content-container.sustainable {
        margin-right: 32px;
        margin-left: 32px;
    }

    .countries-tabs-menu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .countries-tabs-link {
        margin-top: 8px;
        margin-bottom: 8px;
        padding-right: 24px;
        padding-left: 24px;
    }

    .shipping-usp-card {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .shipping-usp-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .link.link-cta {
        font-size: 21px;
    }

    .collections-row {
        width: 100%;
    }

    .footer-main {
        padding-right: 0px;
        padding-left: 0px;
    }

    .newsletter-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .newsletter-brand-message {
        font-size: 28px;
        text-align: left;
    }

    .newsletter-brand-logo {
        height: 56px;
    }

    .footer-links-wrapper {
        margin-top: 36px;
        margin-left: 0px;
    }

    .spr-summary {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .spr-summary-caption {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .spr-summary-actions {
        width: 100%;
        margin-top: 24px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .spr-pagination-prev {
        height: 36px;
        padding-top: 9px;
        float: left;
    }

    .spr-pagination-next {
        height: 36px;
        padding-top: 9px;
        padding-bottom: 0px;
        float: right;
    }

    .blog-nav {
        position: relative;
    }

    .blog-nav-link {
        display: none;
    }

    .large-article-content {
        padding: 32px 24px;
    }

    .article-category {
        border-bottom-width: 4px;
        font-size: 16px;
    }

    .article-title {
        font-size: 28px;
        line-height: 36px;
    }

    .article-button {
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 16px;
    }

    .blog-section-title {
        font-size: 28px;
        line-height: 36px;
    }

    .blog-section-title.blog-section-title--usp {
        font-size: 32px;
    }

    .articles-list-item {
        width: 100%;
    }

    .article-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .article-card-thumbnail {
        width: 96px;
        height: 96px;
        margin-bottom: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .article-card-content {
        padding-right: 24px;
        padding-left: 0px;
    }

    .article-card-title {
        margin-top: 16px;
        font-size: 20px;
        line-height: 24px;
    }

    .article-card-description {
        display: none;
    }

    .collection-card {
        position: relative;
        padding-right: 128px;
        padding-bottom: 32px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left;
    }

    .collection-card-image {
        position: absolute;
        right: 0px;
        bottom: 0px;
        height: 112px;
        margin-top: 0px;
        margin-right: 8px;
    }

    .blog-section-heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .blog-section-heading-link {
        margin-top: 16px;
    }

    .topics-list-item {
        width: 50%;
    }

    .cta-block-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cta-block-image {
        margin-top: 48px;
    }

    .cta-block-heading.heading--small {
        font-size: 56px;
        line-height: 1em;
    }

    .cta-block-pre-heading.heading--small {
        font-size: 56px;
        line-height: 1em;
    }

    .topics-grid-item {
        width: 50%;
    }

    .topic-hero {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .topic-hero-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .topic-hero-column.topic-hero-column--left-align {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .topic-hero-image {
        max-height: 128px;
    }

    .topic-hero-pre {
        margin-bottom: 4px;
        font-size: 18px;
    }

    .topic-hero-heading {
        margin-top: 0px;
        font-size: 36px;
        line-height: 44px;
    }

    .topic-hero-sub-heading {
        font-size: 20px;
        line-height: 28px;
    }

    .topic-filters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .topic-filters-meta {
        margin-top: 32px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .topic-filter-buttons {
        margin-top: 24px;
        margin-left: 0px;
    }

    .topic-filter-button {
        margin-right: 16px;
        margin-left: 0px;
    }

    .articles-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .articles-grid-item {
        width: 100%;
    }

    .article-hero-column {
        max-width: 100%;
        min-width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 32px;
        padding-left: 32px;
    }

    .article-hero-column.article-hero-column--image {
        padding-left: 0px;
    }

    .article-header {
        padding-right: 0px;
        padding-left: 0px;
    }

    .article-section {
        padding-right: 0px;
        padding-left: 0px;
    }

    .article-row {
        padding-right: 16px;
        padding-left: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .article-column {
        width: 100%;
        min-width: 100%;
    }

    .article-column.article-column--aside {
        min-width: 100%;
    }

    .article-pagination-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .article-pagination {
        margin-top: 8px;
        margin-bottom: 8px;
        text-align: left;
    }

    .article-pagination.article-pagination--next {
        text-align: right;
    }

    .article-inline-category {
        display: inline-block;
    }

    .article-cta {
        min-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .article-cta-title {
        min-width: 100%;
    }

    .collections-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .hero-article-card-description {
        display: block;
        font-size: 18px;
    }

    .blog-nav-dropdown {
        position: static;
        display: block;
        margin-right: 0px;
        margin-left: 0px;
    }

    .blog-nav-dropdown-list {
        top: 100%;
    }

    .blog-nav-dropdown-list.w--open {
        left: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .blog-nav-dropdown-link {
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        color: #007078;
        font-size: 18px;
        line-height: 20px;
    }

    .blog-nav-dropdown-link.w--current {
        color: #5bcaca;
    }

    .blog-nav-dropdown-link._w--current {
        color: #5bcaca;
    }

    .usp-card-content {
        margin-left: 24px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .charity-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .charity-card.charity-card--reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .charity-block {
        padding-top: 36px;
        padding-right: 0px;
    }

    .charity-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .lp-row.lp-row--cta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lp-review-title {
        font-size: 18px;
    }

    .lp-review-body {
        font-size: 16px;
        line-height: 25px;
    }

    .lp-reviews-divider {
        width: 100%;
    }

    .lp-trial-box {
        margin-bottom: 36px;
    }

    .left-arrow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -30px;
    }

    .right-arrow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: -30px;
    }

    .trial-cta-divider {
        width: 100%;
    }

    .content-section-sub-heading {
        font-size: 20px;
    }

    .plp-benefits {
        margin-right: -8px;
        margin-left: -8px;
    }

    .plp-benefit {
        padding-right: 8px;
        padding-left: 8px;
    }

    .plp-benefit-title {
        font-size: 20px;
        line-height: 26px;
    }

    .plp-menu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .plp-menu-item {
        width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .product-card-link {
        height: auto;
        margin-top: 12px;
        line-height: 100%;
    }

    .chatbubble {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .story-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .story-row.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .story-row.story-row--reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .story-row.story-row--push {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .story-row.story-row--push.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .story-row.story-row--hero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .storyblock.center {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .storyblock.center.spaced.wide {
        margin-bottom: 64px;
    }

    .storyblock.center.offset {
        max-width: 400px;
    }

    .storyimage {
        margin-bottom: 48px;
    }

    .storyimage.storyimage--med {
        margin-bottom: 36px;
    }

    .storyimage.storyimage--small {
        width: 80%;
        margin-bottom: 36px;
    }

    .storyimage.storyimage--small.stacked {
        width: 60%;
    }

    .storyimage.storyimage--hero {
        width: 80%;
        margin-bottom: 24px;
    }

    .storyblock-paragraph.dark {
        font-size: 20px;
    }

    .kibble-size {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .pdp_product-images {
        padding-right: 32px;
        padding-left: 32px;
    }

    .pdp_product-main {
        padding-right: 32px;
        padding-left: 32px;
    }

    .product-details {
        display: inline-block;
    }

    .trust-reviews {
        border-top: 1px solid rgba(212, 212, 211, 0.64);
    }

    .row-pdp {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .col-pdp {
        display: block;
        padding: 24px 12px;
    }

    .col-pdp.col-pdp--product {
        display: block;
        padding-top: 24px;
        padding-bottom: 24px;
        background-color: #fff;
    }

    .col-pdp.col-pdp--preview {
        padding-top: 0px;
    }

    .guide-cta-title {
        font-size: 2.2em;
    }

    .nav-dropdown-title {
        margin-left: 4px;
    }

    .cart-icon {
        width: 24px;
        height: 24px;
    }

    .nav-menu-button {
        margin-left: 32px;
        padding: 16px;
    }

    .popup-desktop {
        display: none;
        padding: 16px;
    }

    .popup_message {
        max-width: 350px;
        margin-right: auto;
        margin-left: auto;
        font-size: 16px;
        line-height: 20px;
    }

    .popup_actions {
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .popup_link {
        margin-top: 12px;
        font-size: 18px;
    }

    .popup_button {
        font-size: 18px;
    }

    .popup_close {
        width: 24px;
        height: 24px;
        background-size: 12px;
    }

    .popup-mobile {
        position: fixed;
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        z-index: 9999;
        display: block;
        padding: 16px 16px 32px;
        background-color: #fff;
        box-shadow: 0 -2px 8px -4px rgba(0, 0, 0, 0.36);
        color: #007078;
        text-align: center;
    }

    .popup_title {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 28px;
    }

    .pdp-recipe {
        padding: 64px 32px;
    }

    .pdp-recipe_image.pdp-recipe_image--small {
        max-width: 180px;
    }

    .pdp-bowl {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .pdp-ingredients {
        padding-right: 32px;
        padding-left: 32px;
    }

    .pdp-ingredients-list-item {
        width: 50%;
    }

    .pdp-nutrition {
        padding-right: 32px;
        padding-left: 32px;
    }

    .a_input-field.a_input-field--dropdown {
        border-radius: 0px;
    }

    .a_menu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .a_menu-item {
        padding-top: 8px;
        padding-bottom: 8px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .a_menu-card {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .a_menu-card_title {
        font-size: 28px;
    }

    .a_orders_empty-heading {
        font-size: 28px;
        line-height: 32px;
    }

    .a_relevant-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .a_relevant-card-thumb {
        width: 100%;
        height: 256px;
    }

    .order_total {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .order_value {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .order_value.order_value--link {
        display: inline-block;
        line-height: 20px;
    }

    .a_content {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .a_content_aside {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .a_content_main {
        padding-right: 0px;
        padding-left: 0px;
    }

    .a_block-aside {
        margin-bottom: 24px;
    }

    .a_block {
        padding-right: 16px;
        padding-left: 16px;
    }

    .a_input-group.pets {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .a_input-group_item.a_input-group_item--small-metric {
        width: 24%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .a_re-order_copy {
        font-size: 24px;
        line-height: 36px;
    }

    .a_order-status_tag {
        display: inline-block;
        padding-right: 24px;
        padding-left: 24px;
    }

    .job-list-item {
        max-width: 100%;
        min-width: 100%;
    }

    .job-benefits {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .job-benefit {
        max-width: 100%;
        min-width: 100%;
        margin-top: 0px;
        margin-bottom: 48px;
    }

    .job-benefits-aside {
        margin-top: 64px;
    }

    .section-depth.section--fresh-ingredients {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .section-depth.section--recipe {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .section-depth.section--revolution {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .section-depth.section--charity-next {
        text-align: center;
    }

    .section-depth.section--fesh-lp {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .recycle-tabs {
        margin-top: 36px;
    }

    .recycle-tabs-menu {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .recycle-tabs-tab {
        width: 100%;
        padding: 8px 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .hero-pane {
        padding-top: 0px;
        padding-bottom: 48px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .hero-pane-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hero-pane-image {
        max-height: 256px;
        max-width: 100%;
        min-height: 256px;
        margin-top: 48px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .hero-pane-image.mobile {
        display: block;
        opacity: 0;
    }

    .hero-pane-heading {
        margin-top: 36px;
    }

    .hero-pane-overlay {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 0px;
        padding-bottom: 48px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .hero-panes-main {
        margin-top: -100vh;
    }

    .hero-pane-header {
        max-width: 100%;
        margin-top: 24px;
        margin-left: 0px;
    }

    .section-block-image.section-block-image--trees {
        min-height: 512px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .section-block-image.section-block-image--potatoes {
        min-height: 512px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .story-col {
        width: 100%;
    }

    .story-col.story-col--align-right.big {
        width: 100%;
    }

    .circular-main {
        width: 150vw;
        height: 150vw;
        margin-top: 96px;
        padding-right: 32px;
        padding-left: 32px;
    }

    .circular-image {
        height: 256px;
    }

    .circular-bg {
        width: 150vw;
        height: 150vw;
    }

    .statement-block.statement-block--handy-packs {
        padding-bottom: 64px;
    }

    .hero-pane-image-wrapper {
        max-width: 100%;
        min-height: 256px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .statement-block-image {
        max-width: 100%;
    }

    .statement-block-image.statement-block-image--left {
        max-width: 90%;
    }

    .statement-block-image.right {
        max-width: 80%;
    }

    .statement-block-content {
        width: 100%;
        max-width: 100%;
        padding-right: 64px;
        padding-left: 64px;
    }

    .dash_bar {
        margin-top: 18px;
    }

    .dash_milestone {
        width: 48px;
    }

    .dash_milestone-level {
        width: 48px;
        height: 48px;
    }

    .dash_milestone-label {
        font-size: 14px;
    }

    .dash_unlock {
        padding-top: 16px;
        padding-bottom: 16px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .dash_col {
        max-width: 100%;
    }

    .dash_challenges {
        margin-left: 32px;
    }

    .dash_challenge {
        margin-left: -32px;
    }

    .dash_challenge-value {
        font-size: 20px;
    }

    .dash_challenge-value.completed {
        white-space: nowrap;
    }

    .dash_challenge-body {
        max-width: 100%;
        font-size: 18px;
        line-height: 24px;
        white-space: normal;
    }

    .dash_challenge-body.date {
        margin-left: 16px;
        font-size: 14px;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .dash_challenge-status {
        width: 28px;
        height: 28px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .dash-widget-overflow {
        overflow: visible;
        height: auto;
    }

    .loyalty-benefits {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .loyalty-block-header {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .loyalty-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .loyalty-block-label {
        text-align: center;
    }

    .dash_unlock-content {
        margin-left: 32px;
    }

    .a_settings-col {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .pet-tabs-menu-option {
        padding-right: 16px;
        padding-left: 16px;
    }

    .modal-options {
        margin-right: -8px;
        margin-left: -8px;
    }

    .reward-option {
        padding-right: 16px;
        padding-left: 16px;
    }

    .reward-option-title {
        font-size: 16px;
    }

    .toaster-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .toaster-cta {
        margin-top: 20px;
    }

    .fresh-blocks-row {
        margin-top: 64px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .fresh-blocks-row.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .loyalty-blocks-row-copy {
        margin-top: 64px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .loyalty-blocks-row-copy.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .h2 {
        font-size: 42px;
    }

    .h2.h2--large {
        font-size: 48px;
    }

    .grid {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .grid.grid--large {
        margin-bottom: -32px;
    }

    .grid.grid--small {
        margin-bottom: -16px;
    }

    .pb0 {
        padding-bottom: 0px;
    }

    .mb4 {
        margin-bottom: 64px;
    }

    .button-pill.button-pill--small.button-pill--dark.mobile-hide {
        display: none;
    }

    .button-pill.button-pill--small.button-pill--dark.mobile-show {
        display: block;
    }

    .grid__item.lg-10.md-2.sm-2 {
        width: 100%;
    }

    .grid__item.lg-6 {
        width: 100%;
    }

    .grid__item.lg-6.md-6.sm-6 {
        width: 50%;
    }

    .grid__item.lg-6.md-8.mds-12 {
        width: 100%;
    }

    .grid__item.lg-4.md-4.sm-12 {
        width: 100%;
    }

    .grid__item.lg-4.md-6.sm-12 {
        width: 100%;
    }

    .grid__item.lg-11.md-3.sm-1 {
        width: 50%;
    }

    .grid__item.lg-5 {
        width: 100%;
    }

    .grid__item.grid__item--large {
        margin-bottom: 32px;
    }

    .grid__item.sm-12 {
        width: 100%;
    }

    .grid__item.grid__item--small {
        margin-bottom: 16px;
    }

    .heading-group__item.h1.color-blue.h1-dental {
        font-size: 70px;
    }

    .card.card--large {
        padding: 32px;
    }

    .heading-group.text-center.mb3 {
        margin-bottom: 32px;
    }

    .heading-group.mb4 {
        margin-bottom: 64px;
    }

    .heading-group.mds-center {
        text-align: center;
    }

    .stay-you-steps {
        padding-bottom: 64px;
    }

    .c-field.c-field--half {
        width: 100%;
    }

    .c-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .c-button-link.c-button-link--footer {
        margin-top: 1.5em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    .c-grid__row.c-field--half {
        width: 100%;
    }

    .dog-reviews {
        padding-right: 0px;
        padding-left: 0px;
    }

    .checked-list__item {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .checked-list__item.checked-list__item--left {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .checked-list__text {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .hero__content {
        padding-right: 32px;
        padding-left: 32px;
    }

    .hero__content-container.sustainable {
        margin-right: 32px;
        margin-left: 32px;
    }

    .hero__visual.hero__visual--charity {
        padding-bottom: 75%;
    }

    .card__title {
        font-size: 24px;
    }

    .cart-product__thumbnail {
        width: 80px;
        height: 80px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .cart-product__thumbnail-image {
        max-height: 60px;
    }

    .cart-product__title {
        font-size: 18px;
    }

    .cart-product__price {
        font-size: 18px;
    }

    .button-solid.button-solid--blue.trial-header-cta {
        display: none;
    }

    .action-bar__link {
        font-size: 16px;
    }

    .radio.radio--settings-option {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .cart-n-product__thumbnail {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .cart-n-product__title {
        font-size: 18px;
    }

    .cart-n-product__price {
        font-size: 18px;
    }

    .card__footer {
        display: block;
    }

    .card-footer__action.card-no-content {
        padding-top: 32px;
    }

    .card-footer__aside {
        padding-right: 0px;
    }

    .settings-block.settings-block--small.settings-block--header {
        display: none;
    }

    .a_input-group-copy.pets {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .settings-field__input.a_input-field--dropdown {
        border-radius: 0px;
    }

    .a_shipment-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .a_shipment-line-aside {
        margin-top: 12px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #aaa8a7;
    }

    .a_shipment-line-aside__item {
        min-width: auto;
        margin-left: 0px;
        text-align: left;
    }

    .copy-w-cta {
        display: block;
    }

    .text-with-button__copy {
        padding-right: 0px;
    }

    .copy-w-cta__action {
        margin-top: 32px;
        padding-left: 0px;
    }

    .copy-w-cta__action.card-no-content {
        padding-top: 32px;
    }

    .copy-w-cta__text {
        padding-right: 0px;
    }

    .settings-field-group {
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom-width: 0px;
    }

    .settings-field-group__main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        border-bottom: 2px solid #e7eeef;
    }

    .settings-field-group__input {
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .settings-field-group__input.settings-address__value--country {
        padding-left: 0px;
        border-left-width: 0px;
    }

    .settings-address__button {
        margin-top: 8px;
    }

    .button-bar.button-bar--right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .button-bar.button-bar--vertical {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .settings-field-group__icon.settings-field-group__icon--success {
        margin-right: 16px;
    }

    .settings-field-group__input-wrap {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .settings-field-group__button {
        margin-top: 16px;
    }

    .settings-field-group__button.button-solid.button-solid--small.button-solid--gray {
        margin-top: 16px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .settings-option-group__item-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .payment-options-small {
        margin-top: 12px;
    }

    .gc-code-box__value {
        font-size: 28px;
    }

    .buddy-compact__avatar {
        width: 70px;
        height: 70px;
        background-size: contain;
    }

    .buddy-compact__message-tip {
        top: 20px;
    }

    .lp-subscription-steps {
        padding-bottom: 16px;
    }

    .modal-content {
        padding-right: 32px;
        padding-bottom: 32px;
        padding-left: 32px;
    }

    .modal-split__hero {
        width: 100%;
    }

    .modal-split {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .modal-split__content {
        width: 100%;
        padding-top: 64px;
    }

    .mt1 {
        margin-top: 16px;
    }

    .subscription-onboarding {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .subscription-onboarding__content {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .subscription-onboarding__hero {
        width: 100%;
    }

    .settings-block-label.settings-block-label--orders {
        display: block;
    }

    .collection-cta-image {
        max-height: 100px;
        margin-bottom: 16px;
    }

    .c-copy-w-cta {
        display: block;
    }

    .c-copy-w-cta__text {
        padding-right: 0px;
    }

    .c-copy-w-cta__action {
        margin-top: 32px;
        padding-left: 0px;
    }

    .c-copy-w-cta__action.card-no-content {
        padding-top: 32px;
    }

    .c-radio.radio--settings-option {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .hiri-slider-arrow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .hiri-slider-arrow.hiri-slider-arrow--prev {
        margin-left: -30px;
    }

    .hiri-slider-arrow.hiri-slider-arrow--next {
        margin-right: -30px;
    }

    .hiri-slider-arrow.pb-slider__arrow--next {
        margin-right: -30px;
    }

    .hiri-slider-item {
        width: 100%;
        padding-right: 48px;
        padding-left: 48px;
    }

    .mobile-hide {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    .logo-slider__item {
        width: 50%;
        padding-right: 48px;
        padding-left: 48px;
    }

    .logo-sider__arrow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .logo-sider__arrow.hiri-slider-arrow--prev {
        margin-left: -30px;
    }

    .logo-sider__arrow.hiri-slider-arrow--next {
        margin-right: -30px;
    }

    .upsell-single {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .upsell-single__thumbnail {
        height: 80px;
        max-width: 80px;
        padding-top: 8px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 4px;
    }

    .upsell-single__thumbnail-image {
        width: auto;
        max-height: 60px;
    }

    .upsell-single__content-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .upsell-single__product-title {
        font-size: 18px;
    }

    .upsell-single__product-title.color-blue {
        font-size: 18px;
    }

    .upsell-single__product-price {
        font-size: 18px;
    }

    .upsell-single__contente-body-aside {
        margin-top: 16px;
        padding-left: 0px;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }

    .pb-heading1 {
        font-size: 42px;
    }

    .pb-heading1.pb-heading1--small.h2 {
        font-size: 28px;
    }

    .pb-card-item {
        max-width: 100%;
        margin-bottom: 32px;
    }

    .pb-card-item__visual {
        height: 200px;
    }

    .pb-cards {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: -32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pb-heading2.text-center.mb3 {
        margin-bottom: 32px;
    }

    .pb-heading2.mb4 {
        margin-bottom: 64px;
    }

    .pb-heading2.mds-center {
        text-align: center;
    }

    .pb-heading2__line1 {
        font-size: 42px;
    }

    .pb-columns {
        margin-bottom: -32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pb-columns__item {
        margin-bottom: 32px;
    }

    .pb-slider {
        padding-right: 0px;
        padding-left: 0px;
    }

    .pb-slider__item {
        width: 100%;
        padding-right: 48px;
        padding-left: 48px;
    }

    .pb-slider__arrow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .pb-slider__arrow.hiri-slider-arrow--prev {
        margin-left: -30px;
    }

    .pb-slider__arrow.hiri-slider-arrow--next {
        margin-right: -30px;
    }

    .pb-slider__arrow.pb-slider__arrow--prev {
        margin-left: -30px;
    }

    .pb-slider__arrow.pb-slider__arrow--next {
        margin-right: -30px;
    }

    .pb-slider__arrow-button {
        width: 34px;
        height: 34px;
    }

    .pb-hero__content {
        padding-right: 32px;
        padding-left: 32px;
    }

    .pb-hero__container.sustainable {
        margin-right: 32px;
        margin-left: 32px;
    }

    .pb-card {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .pb-card.card--large {
        padding: 32px;
    }

    .lp-usp {
        margin-bottom: 16px;
    }

    .lp-usp-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: auto;
        margin-bottom: -16px;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .lp-dental-cooper-img {
        max-width: 300px;
        margin-right: auto;
        margin-bottom: -64px;
        margin-left: auto;
    }

    .lp-card-item__visual {
        height: 220px;
        border-radius: 0px;
    }

    .lp-card-item__visual.lp-card-item__visual--full {
        margin-right: -32px;
        margin-left: -32px;
    }

    .lp-card-item {
        max-width: 100%;
        margin-bottom: 32px;
    }

    .lp-cards {
        display: block;
        margin-bottom: -32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lp-dental-hand-img {
        max-width: 80%;
        margin-right: -32px;
        margin-bottom: -64px;
        margin-left: auto;
    }

    .product-label {
        display: inline-block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cart-promo {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .cart-promo.dental {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cart-promo__image {
        height: auto;
        max-width: 50%;
        min-width: 35%;
        padding: 16px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 4px;
    }

    .cart-promo__image.dental {
        height: auto;
        max-width: 30%;
        padding: 16px;
    }

    .cart-promo__content {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .cart-promo__content-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cart-promo__product-title {
        font-size: 18px;
    }

    .cart-promo__product-title.color-blue {
        font-size: 18px;
    }

    .cart-promo__product-subtitle {
        font-size: 18px;
    }

    .cart-promo__image-img {
        width: auto;
        max-height: 100%;
    }

    .cart-promo__button-wrap {
        margin-top: 16px;
    }

    .cart-promo__content-split {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cart-promo__content-split-right {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }

    .pb-text-review__image {
        width: 50%;
        margin-bottom: 16px;
    }

    .pb-icon-list__text {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .counter__numbers {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .charity-project-hero__image {
        height: 350px;
    }

    .charity-slider__arrow {
        margin-top: 175px;
    }

    .charity-project-year {
        font-size: 32px;
    }

    .trial-product__thumbnail {
        width: 80px;
        height: 80px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .trial-product__thumbnail-image {
        max-height: 80px;
    }

    .trial-product__title {
        font-size: 18px;
    }

    .trial-product__title.color-blue {
        font-size: 18px;
    }

    .trial-product__variant {
        min-width: 80px;
    }

    .trial-passport__avatar-content {
        width: 80px;
        height: 80px;
    }

    .passport-main-avatar {
        width: 80px;
        height: 80px;
    }

    .fixed-cta-bottom {
        display: block;
        cursor: pointer;
    }

    .trial-price-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .trial-price-line__label {
        margin-right: 0px;
        margin-bottom: 4px;
        padding-right: 0px;
        border-right-width: 0px;
    }

    .navbar-message {
        width: 100%;
        max-width: 100%;
        margin-top: 16px;
        margin-right: 0px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (max-width: 479px) {
    p {
        font-size: 20px;
    }

    .container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .container.container--lp-nav {
        padding-right: 16px;
        padding-left: 16px;
    }

    .container.container--footer-meta {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .navbar-brand {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0px;
        padding-left: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .logo-brand {
        height: 32px;
    }

    .kibble-title {
        font-size: 36px;
        line-height: 44px;
    }

    .kibble-descr {
        margin-top: 24px;
        font-size: 20px;
    }

    .kibble-pane {
        min-height: auto;
        padding-right: 16px;
        padding-bottom: 64px;
        padding-left: 16px;
    }

    .kibble-heading {
        font-size: 60px;
    }

    .kibble-count {
        font-size: 72px;
    }

    .section {
        padding-right: 0px;
        padding-left: 0px;
    }

    .section.section--favourite {
        padding: 32px 0px;
    }

    .section.section--fresh {
        padding: 32px 0px;
    }

    .section.section--pals {
        padding: 32px 16px;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 84, 126, 0.71)), to(rgba(23, 84, 126, 0.71))), url('../images/ocean_bg--wide-optimised.jpg');
        background-image: linear-gradient(180deg, rgba(23, 84, 126, 0.71), rgba(23, 84, 126, 0.71)), url('../images/ocean_bg--wide-optimised.jpg');
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
        text-align: right;
    }

    .section.section--fresh-ingredients {
        padding-right: 16px;
        padding-left: 16px;
    }

    .section.section--recipe {
        padding-right: 16px;
        padding-left: 16px;
    }

    .section.section--fresh-cta {
        padding-right: 16px;
        padding-left: 16px;
    }

    .section.section--cats-fussy {
        padding: 32px 16px;
    }

    .section.section--cta-blocks {
        padding: 32px 16px;
    }

    .section.section--cats-best {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .section.section--fishy {
        padding-right: 0px;
        padding-left: 0px;
    }

    .section.section--shipping-info {
        padding: 32px 16px;
    }

    .section.section--intro-charity {
        padding: 128px 16px;
    }

    .section.section--charity-overiew {
        padding: 96px 16px;
    }

    .section.section--charity-project {
        padding-top: 96px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .section.section--charity-impact {
        padding: 96px 16px;
    }

    .section.section--charity-next {
        padding-right: 16px;
        padding-left: 16px;
    }

    .section.section--fesh-lp {
        padding-right: 16px;
        padding-left: 16px;
    }

    .section.section--lp-reviews {
        padding-right: 16px;
        padding-left: 16px;
    }

    .section.section--lp-cta {
        padding-right: 16px;
        padding-left: 16px;
    }

    .section.section--lp-cats {
        padding-right: 16px;
        padding-left: 16px;
    }

    .section.section--trial-home {
        padding-right: 16px;
        padding-left: 16px;
    }

    .section.section--jobs-intro {
        padding-bottom: 118px;
        background-size: 40%;
    }

    .section.section--full-bleed {
        padding-right: 16px;
        padding-left: 16px;
    }

    .section.section--full-bleed.left {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .section.section--green {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .section.section--blue-old {
        min-height: auto;
    }

    .section.section--in-between {
        padding-right: 16px;
        padding-left: 16px;
    }

    .section.section--columns {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .section.section--plastic-problem {
        padding: 32px 16px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: right;
    }

    .section.section--circular {
        padding-top: 96px;
    }

    .section.section--brown.section-hero-home {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .section.section--pull-up-spacing.section--brown.section--vertical.section--trial-header {
        padding-top: 32px;
        padding-bottom: 64px;
    }

    .kibble-content-wrapper {
        margin-bottom: 32px;
    }

    .kibble-frames-placeholder {
        width: 256px;
        height: 256px;
        max-height: 256px;
        max-width: 256px;
        min-height: 256px;
        min-width: 256px;
    }

    .kibble-frames-placeholder.kibble-frames-placeholder--hide {
        display: none;
    }

    .kibble-frame-back {
        width: 256px;
        height: 256px;
    }

    .kibble-frame-front {
        width: 256px;
        height: 256px;
    }

    .kibble-frame--meat-second {
        width: 256px;
        height: 256px;
    }

    .kibble-frame--chicken-second {
        width: 256px;
        height: 256px;
    }

    .kibble-frame--apple {
        width: 256px;
        height: 256px;
    }

    .kibble-frame--blueberry {
        width: 256px;
        height: 256px;
    }

    .kibble-frame--beetroot {
        width: 256px;
        height: 256px;
    }

    .kibble-frame--meat {
        width: 256px;
        height: 256px;
    }

    .kibble-frame--chicken {
        width: 256px;
        height: 256px;
    }

    .kibble-frames.kibble-frames--mobile {
        width: 256px;
        height: 256px;
    }

    .kibble-frame-glove {
        width: 256px;
        height: 256px;
    }

    .kibble-bowl {
        width: 256px;
        height: 256px;
    }

    .kibble-baked {
        width: 256px;
        height: 256px;
    }

    .kibble-bowl-baked {
        width: 256px;
        height: 256px;
    }

    .bowl-baked-glove {
        width: 256px;
        height: 256px;
    }

    .kibble-sub-heading {
        font-size: 32px;
    }

    .sub-navbar-title {
        display: block;
        font-size: 14px;
    }

    .pre-heading {
        font-size: 36px;
    }

    .pre-heading.pre-heading--jobs {
        font-size: 36px;
    }

    .content-block-meta {
        padding-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .navbar {
        padding: 0px;
    }

    .navbar.navbar--white {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .navbar.navbar--white {
        z-index: 99999;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .navbar-menu-button {
        margin-left: 16px;
        padding: 12px 16px;
    }

    .sub-navbar {
        z-index: 9999;
        padding-top: 8px;
        padding-bottom: 8px;
        text-align: left;
    }

    .hero-content {
        max-width: 100%;
        min-width: 100%;
        margin-top: 16px;
    }

    .heading {
        font-size: 60px;
    }

    .heading.heading--small {
        font-size: 36px;
    }

    .heading.heading--cats {
        font-size: 96px;
    }

    .heading.heading--lp {
        font-size: 32px;
        line-height: 44px;
    }

    .heading.heading--jobs {
        font-size: 72px;
    }

    .sub-navbar-language-toggle {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .sub-heading {
        margin-top: 24px;
        color: hsla(0, 0%, 100%, 0.9);
        font-size: 20px;
    }

    .button.button--home {
        margin: 8px;
        padding-right: 16px;
        padding-left: 16px;
        font-size: 1.2em;
    }

    .button.button--dark {
        margin-right: 8px;
        margin-left: 8px;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-size: 1.2em;
    }

    .button.button--lp {
        width: 100%;
        margin-top: 32px;
        text-align: center;
    }

    .button.button--blue {
        margin-right: 8px;
        margin-left: 8px;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-size: 1.2em;
    }

    .button.button--yellow {
        margin-right: 8px;
        margin-left: 8px;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-size: 1.2em;
    }

    .sub-navbar-content {
        display: block;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .hero-image {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .hero {
        padding: 32px 16px;
    }

    .hero.hero-fresh {
        padding-top: 32px;
        padding-bottom: 114px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .hero.hero--charity {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0.16))), url('../images/DogHeaderCharity.png');
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)), url('../images/DogHeaderCharity.png');
        background-position: 0px 0px, 61% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }

    .hero.hero--story {
        position: relative;
    }

    .body-copy {
        max-width: 100%;
        margin-top: 16px;
        margin-bottom: 16px;
        font-size: 20px;
    }

    .body-copy.body-copy--dark {
        font-size: 18px;
    }

    .section-content-block {
        text-align: center;
    }

    .section-content-block.section-content-block--right-align {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: right;
    }

    .section-sub-heading {
        font-size: 2.5em;
    }

    .section-heading {
        font-size: 3.2em;
    }

    .section-heading.section-heading--light.big {
        font-size: 92px;
    }

    .section-content {
        padding: 32px 12px;
    }

    .section-content.section-content-friends {
        padding-right: 16px;
        padding-left: 16px;
    }

    .cta-card-buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cta-card-image {
        width: 100%;
    }

    .section-header {
        margin-bottom: 24px;
    }

    .fresh-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .fresh-card-paragraph {
        color: #007078;
        font-size: 20px;
    }

    .fresh-card-title {
        color: #5bcaca;
        font-size: 1.8em;
    }

    .fresh-grid-item {
        max-width: 100%;
    }

    .fresh-card-image {
        height: 128px;
    }

    .count.count--charity {
        width: 30px;
        font-size: 2em;
    }

    .counter {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .counter.counter-donated {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .counter.counter--charity-project {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .counter-copy {
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin-top: 16px;
        margin-bottom: 16px;
        margin-left: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-size: 1.2em;
    }

    .newsletter-form-block {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-newsletter {
        padding: 48px 0px;
    }

    .newsletter-copy {
        font-size: 1.4em;
    }

    .newsletter-submit-btn {
        position: relative;
        margin-top: 12px;
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .input-field {
        margin-bottom: 12px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .input-field.input-field--large {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .footer-links {
        width: 100%;
        margin-bottom: 24px;
    }

    .footer-brand-logo {
        height: 72px;
    }

    .footer-links-title {
        margin-bottom: 16px;
        font-size: 22px;
    }

    .language-list.w--open {
        top: 0px;
        display: block;
        margin-top: 24px;
    }

    .footer-brand {
        margin-bottom: 24px;
    }

    .footer-link {
        margin-bottom: 12px;
        font-size: 20px;
    }

    .language-toggle {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .footer-meta-links {
        width: 100%;
    }

    .language {
        padding-top: 16px;
        padding-bottom: 16px;
        text-decoration: none;
    }

    .p__heading {
        font-size: 3em;
    }

    .p__sub-heading {
        font-size: 1.4em;
    }

    .btn {
        display: block;
        font-size: 1.6em;
        text-align: center;
    }

    .btn.btn--signout {
        background-image: url('../images/logout.svg');
        background-position: 16px 50%;
        background-size: 24px;
        background-repeat: no-repeat;
    }

    .store__header {
        padding: 32px 16px;
    }

    .type-card-label {
        margin-bottom: 0px;
        font-size: 1.2em;
    }

    .product-card-title {
        font-size: 18px;
        line-height: 24px;
    }

    .product-card-btn {
        font-size: 16px;
    }

    .product-card-btn.product-card-btn--mobile {
        min-width: auto;
        padding-right: 8px;
        padding-left: 8px;
    }

    .filter-grid-item {
        padding: 4px;
    }

    .product-list {
        margin-right: -8px;
        margin-left: -8px;
    }

    .product-card {
        width: 100%;
        min-height: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .product-card-descr {
        font-size: 1.2em;
    }

    .filter-grid {
        margin-right: -4px;
        margin-left: -4px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .filter-grid.filter-grid--stacked {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-card-thumb {
        height: 160px;
    }

    .content-section-heading {
        font-size: 32px;
    }

    .type-card-title {
        font-size: 1.6em;
    }

    .product-card-price {
        width: auto;
        margin-top: 0px;
        font-size: 16px;
        line-height: 16px;
    }

    .content-section {
        padding: 32px 0px;
        background-color: #eaf8f8;
    }

    .content-section.reviews {
        text-align: center;
    }

    .products-aside {
        width: 100%;
    }

    .stage-card-image {
        margin-right: 0px;
    }

    .stage-card-title {
        font-size: 1.2em;
    }

    .products {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .filter-card-main {
        display: block;
    }

    .stage-card-label {
        margin-bottom: 0px;
        font-size: 0.8em;
    }

    .stage-card {
        padding: 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .stage-card.stage-card--selected {
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .quantity-picker-value {
        font-family: 'Source Sans Pro', sans-serif;
    }

    .product-select-options {
        padding-right: 0px;
        padding-left: 0px;
        grid-row-gap: 0px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .quantity-picker {
        height: 48px;
        max-height: 48px;
    }

    .quantity-picker.quantity-picker--cart {
        height: 32px;
        max-height: 32px;
    }

    .image-box-image {
        width: 36vh;
        max-height: 100%;
    }

    .pdp_product-sub-title {
        font-size: 1.3em;
    }

    .image-box-preview {
        width: 64px;
        height: 64px;
    }

    .pdp_product-title {
        font-size: 2em;
        line-height: 1.2em;
    }

    .product-usp {
        margin-top: 4px;
        margin-bottom: 4px;
        font-size: 16px;
    }

    .product-usps {
        margin-top: 16px;
        padding-top: 8px;
    }

    .product-select-meta {
        padding-top: 24px;
        padding-bottom: 16px;
    }

    .pdp-column {
        padding-right: 0px;
        padding-left: 0px;
    }

    .picker-toggle.picker-toggle--minus {
        width: 48px;
        height: 48px;
    }

    .picker-toggle.picker-toggle--minus.picker-toggle-cart {
        width: 24px;
        height: 100%;
    }

    .picker-toggle.picker-toggle--plus {
        width: 48px;
        height: 48px;
    }

    .picker-toggle.picker-toggle--plus.picker-toggle-cart {
        width: 24px;
        height: 100%;
    }

    .product-option {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .product-option.product-option--price {
        border-bottom: 1px solid #e7eeef;
    }

    .product-option.product-option--size {
        border-right-style: none;
    }

    .content-grid {
        margin-right: 0px;
        margin-left: 0px;
    }

    .usp-list {
        margin-top: 0px;
        margin-right: -8px;
        margin-left: -8px;
    }

    .content-column {
        padding-right: 0px;
        padding-left: 0px;
    }

    .content-column.content-column--aside {
        padding-right: 0px;
        padding-left: 0px;
    }

    .content-list.content-list--inline {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .usp-card-image {
        height: 96px;
    }

    .content-block-paragraph {
        font-size: 18px;
    }

    .usp-card {
        padding-right: 16px;
        padding-left: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-list-item--4 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .content-tabs-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .content-block-title {
        margin-bottom: 12px;
        font-size: 1.2em;
    }

    .content-tab-link {
        margin-right: 0px;
        font-size: 1.2em;
    }

    .content-tab-link.w--current {
        margin-right: 0px;
        margin-left: 0px;
    }

    .content-block {
        padding-right: 16px;
        padding-left: 16px;
        background-color: #fff;
    }

    .content-list-item.content-list-item--inline {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .checkout-btn {
        padding-right: 16px;
        padding-left: 16px;
        font-size: 1.5em;
    }

    .cart-product-name {
        line-height: 22px;
    }

    .cart-product-price {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 18px;
        line-height: 20px;
    }

    .fields-group-col {
        width: 100%;
        min-width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .cart-product-delete {
        padding-left: 12px;
    }

    .cart-product-ingredients {
        font-size: 14px;
        line-height: 18px;
    }

    .cart-product-main {
        margin-left: 8px;
    }

    .discount-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .a_order-total {
        font-size: 17px;
    }

    .a_order-total.cart-total--grand {
        font-size: 20px;
    }

    .a_order-total.cart-total--top {
        padding-top: 0px;
        border-top-style: none;
        font-size: 18px;
    }

    .a_order-total.a_order-total--top {
        padding-top: 0px;
        border-top-style: none;
        font-size: 18px;
    }

    .discount-submit-btn {
        margin-left: 0px;
    }

    .cart-product-weight {
        margin-left: 12px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .cart-product-thumbnail {
        margin-right: 0px;
    }

    .cart-overlay {
        display: block;
        overflow: auto;
        height: auto;
    }

    .cart-heading {
        font-size: 20px;
        line-height: 24px;
    }

    .cart-btn {
        margin-top: 12px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .cart-checkout {
        padding-right: 12px;
        padding-left: 12px;
    }

    .cart-products-list {
        padding: 24px 12px 0px;
    }

    .cart-product-quantity {
        padding-right: 16px;
    }

    .cart-product-meta {
        margin-top: 12px;
    }

    .cart {
        width: 100%;
        height: auto;
        max-width: 100%;
        min-height: 100%;
        min-width: 100%;
    }

    .cart-header {
        padding: 12px 16px;
    }

    .cart-product-delete-btn {
        width: 24px;
        height: 24px;
        background-size: 12px;
    }

    .cart-empty {
        padding-right: 16px;
        padding-left: 16px;
    }

    .cart-cta {
        padding-right: 16px;
        padding-left: 16px;
    }

    .pet-card {
        padding-right: 16px;
        padding-left: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .account-header.account-header--dogs {
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .account-sub-heading {
        line-height: 1.2em;
    }

    .account-settings-button {
        display: block;
        width: 100%;
    }

    .pet-cards-list-item {
        max-width: 100%;
        min-width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .pet-cards-list {
        margin-right: 0px;
        margin-left: 0px;
    }

    .account-section {
        padding-top: 32px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .account-settings-block {
        margin-right: -16px;
        margin-left: -16px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .account-menu-item {
        font-size: 1.4em;
    }

    .pet-card-content {
        padding-top: 24px;
        padding-left: 0px;
    }

    .account-menu {
        display: block;
        background-color: transparent;
    }

    .login-block {
        padding-right: 16px;
        padding-left: 16px;
    }

    .template-heading {
        font-size: 2.4em;
        line-height: 1.4em;
    }

    .template-section {
        padding: 32px 16px;
    }

    .template-content-block {
        padding: 16px;
    }

    .template-sub-heading {
        font-size: 1.6em;
    }

    .product-card-action {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .cookie-box {
        position: relative;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: auto;
        z-index: 10000;
        display: block;
        max-width: 100%;
        min-width: 100%;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }

    .cookie-box-notice {
        margin-bottom: 10px;
    }

    .cookie-box-btn {
        margin-left: 0px;
    }

    .pagination {
        width: 100%;
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .prev {
        display: none;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 24px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        text-align: center;
    }

    .next {
        display: none;
        width: 100%;
        margin-top: 24px;
        margin-left: 0px;
        text-align: center;
    }

    .language-picker {
        display: block;
        width: 100%;
    }

    .products-list-empty {
        padding-right: 24px;
        padding-left: 24px;
        text-align: center;
    }

    .hero-scroll-block {
        position: relative;
        margin-top: 48px;
    }

    .tabs-menu {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .fresh-tab-link {
        margin: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 22px;
    }

    .fresh-tabs-pane {
        padding-top: 48px;
    }

    .fresh-section-heading {
        font-size: 32px;
        line-height: 40px;
    }

    .fresh-section-sub-heading {
        font-size: 20px;
        line-height: 28px;
    }

    .fresh-list {
        margin-top: 24px;
    }

    .fresh-list-item {
        margin-top: 24px;
    }

    .ingredients-card-title {
        font-size: 28px;
    }

    .ingredients-card-title.ingredients-title--lp {
        font-size: 24px;
    }

    .recipe-section-pre-heading {
        margin-bottom: 0px;
        font-size: 32px;
        line-height: 36px;
    }

    .recipe-section-heading {
        font-size: 60px;
    }

    .loyalty-blocks-row {
        min-height: auto;
    }

    .recipe-column {
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .recipe-header {
        margin-bottom: 24px;
    }

    .recipe-count {
        margin-right: 16px;
        font-size: 64px;
    }

    .recipe-heading {
        max-width: 224px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        font-size: 36px;
        line-height: 36px;
    }

    .recipe-body-copy {
        min-width: 100%;
        font-size: 20px;
    }

    .revolution-column {
        padding-right: 0px;
        padding-left: 0px;
    }

    .revolution-heading {
        font-size: 38px;
    }

    .revolution-list {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .revolution-list-item {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .lp-cats-heading {
        font-size: 36px;
    }

    .fresh-cta-image {
        width: 100%;
    }

    .fresh-cta-body-copy {
        font-size: 20px;
        line-height: 28px;
    }

    .help-heading {
        font-size: 28px;
        text-align: center;
    }

    .delivery-blocks {
        margin-top: 0px;
        margin-bottom: 16px;
    }

    .delivery-block {
        padding: 16px;
    }

    .delivery-block-title {
        margin-bottom: 8px;
        font-size: 28px;
        line-height: 32px;
    }

    .delivery-block-body {
        font-size: 20px;
        line-height: 28px;
    }

    .shipping-meta {
        padding-left: 0px;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
        font-size: 24px;
    }

    .template-section-heading {
        font-size: 32px;
        line-height: 40px;
    }

    .shipping-faq-question {
        font-size: 28px;
    }

    .shipping-faq-answer {
        font-size: 20px;
    }

    .product-card-review {
        margin-bottom: 12px;
    }

    .mascot {
        width: 28vw;
    }

    .mascot.mascot--2 {
        left: 21vw;
    }

    .mascot.mascot--3 {
        right: 21vw;
        bottom: -14vw;
    }

    .mascot.mascot--4 {
        bottom: -13vw;
    }

    .mascot.mascot--1 {
        left: 1vw;
        bottom: -8vw;
    }

    .review-slider {
        min-height: 598px;
    }

    .review-slide {
        padding-right: 16px;
        padding-left: 16px;
    }

    .review-slider-nav {
        position: relative;
        display: none;
    }

    .slider-arrow.slider-arrow--left {
        margin-left: -20px;
        padding-left: 16px;
        font-size: 20px;
    }

    .slider-arrow.slider-arrow--right {
        margin-right: -20px;
        padding-right: 16px;
        font-size: 20px;
    }

    .review-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .review-wrap.review-wrap-card {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .review-image {
        width: 90%;
    }

    .review-image.review-image-large {
        width: 100%;
    }

    .review-body {
        font-size: 20px;
        line-height: 28px;
    }

    .review-star {
        width: 28px;
        height: 28px;
    }

    .slider-arrow-left {
        display: none;
        width: 36px;
    }

    .slider-right-arrow {
        display: none;
        width: 36px;
    }

    .hero-cats-content {
        padding: 64px 16px;
    }

    .cats-column {
        padding-right: 0px;
        padding-left: 0px;
    }

    .cats-body-copy {
        font-size: 20px;
        line-height: 28px;
    }

    .cats-section-heading {
        font-size: 36px;
    }

    .cta-block {
        padding-right: 16px;
        padding-left: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cta-block-content {
        padding-top: 16px;
        padding-left: 0px;
    }

    .cats-fishy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cats-fishy-content {
        padding-right: 16px;
        padding-left: 16px;
    }

    .hero-cats-content-container.sustainable {
        margin-right: 16px;
        margin-bottom: 64px;
        margin-left: 16px;
    }

    .countries-tabs-menu {
        width: 100%;
        padding-bottom: 16px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .countries-tabs-link {
        margin: 8px;
        padding: 8px 12px;
        border-style: solid;
        border-width: 1px;
        border-color: rgba(77, 74, 71, 0.48);
        border-radius: 25px;
        font-size: 20px;
    }

    .countries-tabs-link.w--current {
        margin-bottom: 0px;
        padding-right: 11px;
        padding-left: 14px;
        border-style: solid;
        border-color: #007078;
        border-radius: 25px;
        background-color: #007078;
        color: #fff;
        font-size: 22px;
    }

    .countries-tabs-pane {
        padding-top: 32px;
    }

    .shipping-usp-card {
        padding: 16px;
    }

    .shipping-usp-list {
        margin-top: 36px;
    }

    .shipping-usp-title {
        font-size: 20px;
        line-height: 28px;
    }

    .collections-template {
        padding: 32px 8px;
    }

    .collection-block {
        height: 100%;
        padding: 32px 16px;
    }

    .collection-block-image {
        height: 128px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .collection-block-link {
        font-size: 24px;
        line-height: 28px;
        text-decoration: none;
    }

    .collections-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .collections-column {
        min-width: 144px;
        padding: 8px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .footer-main {
        padding-right: 0px;
        padding-left: 0px;
    }

    .newsletter-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .newsletter-brand-message {
        margin-right: 0px;
        margin-bottom: 12px;
        font-size: 20px;
        text-align: center;
    }

    .newsletter-brand-logo {
        height: 48px;
    }

    .footer-copyright {
        margin-bottom: 20px;
        line-height: 120%;
    }

    .footer-links-wrapper {
        margin-top: 36px;
    }

    .award {
        margin-right: 16px;
    }

    .award-icon {
        width: 64px;
    }

    .spr-summary {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .spr-starrating.spr-summary-starrating {
        margin-right: 0px;
        margin-bottom: 12px;
    }

    .spr-review-reportreview {
        float: none;
    }

    .spr-form-input {
        margin-bottom: 12px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .spr-button.button--home {
        margin: 8px;
        padding-right: 16px;
        padding-left: 16px;
        font-size: 1.2em;
    }

    .spr-button.button--dark {
        margin-right: 8px;
        margin-left: 8px;
        padding-right: 16px;
        padding-left: 16px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-size: 1.2em;
    }

    .spr-pagination-prev {
        display: none;
        height: 28px;
        margin-right: 13px;
        padding-top: 4px;
        font-size: 18px;
    }

    .spr-pagination-next {
        display: none;
        margin-left: 12px;
        font-size: 19px;
    }

    .spr-pagination-page {
        width: 32px;
        height: 32px;
        margin-right: 8px;
        margin-left: 8px;
        padding-top: 8px;
        font-size: 18px;
    }

    .blog-nav {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .blog-nav-home {
        margin-left: 0px;
    }

    .blog-nav-home.w--current {
        margin-left: 0px;
    }

    .blog-nav-home-icon {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }

    .blog-nav-link {
        display: none;
    }

    .blog-header {
        padding: 16px 0px;
    }

    .large-article-content {
        padding: 24px 16px;
    }

    .article-category {
        font-size: 14px;
    }

    .article-date {
        margin-left: 12px;
        padding-left: 12px;
    }

    .article-title {
        margin-top: 32px;
        font-size: 24px;
        line-height: 28px;
    }

    .article-description {
        font-size: 20px;
    }

    .article-button {
        display: inline-block;
        font-size: 14px;
    }

    .blog-section {
        padding: 24px 0px;
    }

    .blog-section.blog-section--newsletter {
        padding-right: 16px;
        padding-left: 16px;
    }

    .blog-section-title {
        margin-bottom: 12px;
        font-size: 28px;
    }

    .articles-list-item {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .article-card {
        padding: 16px;
    }

    .article-card-thumbnail {
        width: 72px;
        height: 72px;
    }

    .article-card-content {
        padding-right: 16px;
    }

    .article-card-title {
        font-size: 18px;
        line-height: 22px;
    }

    .collection-card {
        padding-right: 108px;
        padding-left: 16px;
    }

    .colletion-card-title {
        font-size: 24px;
        line-height: 32px;
    }

    .collection-card-image {
        height: 80px;
        margin-right: 0px;
    }

    .blog-section-heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .topics-list-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .topic-card.topic-card--education {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .topic-card-title {
        margin-top: 16px;
        font-size: 22px;
    }

    .cta-block-image {
        width: 100%;
    }

    .cta-block-heading {
        font-size: 48px;
    }

    .cta-block-heading.heading--small {
        font-size: 36px;
    }

    .cta-block-pre-heading {
        font-size: 32px;
    }

    .cta-block-pre-heading.heading--small {
        font-size: 36px;
    }

    .cta-block-description {
        font-size: 20px;
    }

    .topics-grid {
        margin-right: 0px;
        margin-left: 0px;
    }

    .topics-grid-item {
        padding: 8px;
    }

    .topic-hero {
        padding: 24px 16px;
    }

    .topic-hero-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .topic-hero-column {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .topic-hero-column.topic-hero-column--left-align {
        padding-right: 8px;
        padding-left: 0px;
    }

    .topic-hero-image {
        display: block;
        max-height: 72px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }

    .topic-hero-pre {
        display: none;
    }

    .topic-hero-heading {
        margin-bottom: 8px;
        font-size: 32px;
        line-height: 36px;
    }

    .topic-hero-sub-heading {
        font-size: 16px;
        line-height: 23px;
    }

    .topic-filters-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .topic-filters-meta {
        margin-top: 8px;
        color: rgba(77, 74, 71, 0.48);
    }

    .topic-filter-meta-span {
        color: #007078;
    }

    .articles-grid {
        margin-right: 0px;
        margin-left: 0px;
    }

    .articles-grid-item {
        padding: 8px;
    }

    .article-hero-column {
        padding-right: 0px;
        padding-left: 0px;
    }

    .article-hero-column.article-hero-column--image {
        height: auto;
        max-height: auto;
        border-radius: 0px;
    }

    .article-header {
        padding: 16px 0px;
    }

    .article-section {
        padding-right: 0px;
        padding-left: 0px;
    }

    .article-heading {
        margin-top: 24px;
        margin-bottom: 24px;
        font-size: 28px;
        line-height: 36px;
    }

    .article-hero-meta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .article-author-avatar {
        width: 24px;
        height: 24px;
    }

    .article-date-value {
        font-size: 14px;
    }

    .article-row {
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .article-column {
        padding-right: 0px;
        padding-left: 0px;
    }

    .article-body h2 {
        margin-bottom: 16px;
        font-size: 24px;
    }

    .article-body p {
        font-size: 16px;
        line-height: 24px;
    }

    .article-body h3 {
        font-size: 22px;
    }

    .article-body ul {
        padding-left: 32px;
    }

    .article-body li {
        font-size: 18px;
    }

    .article-body ol {
        padding-left: 32px;
    }

    .article-body blockquote {
        font-size: 18px;
        line-height: 24px;
    }

    .article-sharing-option {
        width: 48px;
        height: 48px;
        margin-right: 16px;
    }

    .article-pagination-title {
        font-size: 22px;
    }

    .article-card-date {
        font-size: 14px;
    }

    .collections-list {
        margin-right: 0px;
        margin-left: 0px;
    }

    .collections-list-item {
        padding: 8px 0px;
    }

    .blog-nav-dropdown {
        position: static;
        display: block;
        margin-right: 0px;
        margin-left: 0px;
    }

    .blog-nav-dropdown-toggle {
        padding-top: 16px;
        padding-bottom: 16px;
        line-height: 18px;
    }

    .blog-nav-dropdown-toggle.w--open {
        color: rgba(77, 74, 71, 0.48);
    }

    .blog-nav-dropdown-list.w--open {
        left: 0px;
    }

    .blog-nav-dropdown-link {
        color: #007078;
        font-size: 18px;
        line-height: 20px;
    }

    .usp-card-content {
        margin-right: 16px;
        margin-left: 0px;
    }

    .section-quote {
        font-size: 24px;
        line-height: 32px;
    }

    .charity-card {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .charity-card.charity-card--reverse {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .charity-card-image {
        width: 80%;
    }

    .charity-card-descr {
        font-size: 20px;
    }

    .charity-heading {
        font-size: 36px;
        line-height: 44px;
    }

    .charity-image {
        margin-top: 36px;
        margin-bottom: 36px;
    }

    .charity-block-heading {
        font-size: 32px;
    }

    .charity-projects {
        margin-top: 48px;
    }

    .charity-project-content {
        padding: 32px 24px;
    }

    .charity-project-title {
        margin-top: 36px;
        font-size: 32px;
    }

    .charity-project-donation {
        margin-top: 36px;
    }

    .lp-column {
        padding-right: 0px;
        padding-left: 0px;
    }

    .lp-nav {
        padding-right: 0px;
        padding-left: 0px;
    }

    .lp-cta {
        font-size: 16px;
        line-height: 16px;
    }

    .lp-slider {
        height: 380px;
    }

    .lp-slider-arrow {
        width: 44px;
        height: 44px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .lp-slider-arrow.lp-slider-arrow--left {
        padding-right: 8px;
        padding-left: 8px;
    }

    .lp-slide-content {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .lp-review {
        position: relative;
        max-width: 100%;
        padding: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .lp-review-quotes {
        width: 24px;
        height: 24px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .lp-review-quotes.bottom {
        left: auto;
        top: auto;
        right: auto;
        bottom: 0%;
    }

    .lp-review-content {
        padding-right: 16px;
        padding-left: 16px;
    }

    .lp-slide-nav {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        display: none;
        margin-right: auto;
        margin-left: auto;
        font-size: 15px;
    }

    .section-title {
        font-size: 32px;
        line-height: 45px;
    }

    .lp-cta-content {
        margin-left: 0px;
    }

    .left-arrow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 44px;
        margin-left: -10px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .right-arrow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 44px;
        margin-right: -10px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content-section-sub-heading {
        line-height: 28px;
    }

    .plp-benefits {
        margin-top: 64px;
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .plp-benefit {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-top: 16px;
        padding-bottom: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .plp-benefit-icon {
        width: 60%;
        margin-right: 0px;
    }

    .plp-benefit-title {
        font-size: 24px;
        line-height: 32px;
    }

    .plp-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .plp-menu-item {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .plp-menu-card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .plp-card-thumbnail {
        width: 116px;
        height: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 4px;
    }

    .plp-menu-card-thumbnail-icon {
        max-height: 116px;
    }

    .plp-menu-card-title {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 24px;
        text-align: left;
    }

    .plp-menu-card-description {
        font-size: 16px;
        line-height: 18px;
        text-align: left;
    }

    .plp-menu-card-link {
        margin-top: 16px;
        font-size: 16px;
    }

    .plp-menu-card-main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0px;
        text-align: left;
    }

    .product-card-main {
        padding-top: 12px;
        padding-right: 8px;
        padding-left: 8px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .product-card-link {
        font-size: 14px;
    }

    .chatbubble {
        min-width: 160px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 16px;
        line-height: 18px;
    }

    .cart-upsell {
        padding: 12px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cart-upsell-image {
        height: 56px;
    }

    .cart-upsell-product-title {
        margin-bottom: 4px;
        font-size: 16px;
        line-height: 20px;
    }

    .cart-upsell-product-descr {
        font-size: 14px;
        line-height: 18px;
    }

    .cart-upsell-price {
        display: inline-block;
    }

    .story-intro {
        font-size: 20px;
        line-height: 28px;
    }

    .story-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .story-row.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .story-row.story-row--push.reverse {
        margin-top: 96px;
    }

    .storytypewriter {
        width: 100%;
        max-width: 375px;
        min-width: 270px;
        margin-top: 64px;
        margin-right: auto;
        margin-left: auto;
    }

    .storylogo {
        width: 80%;
        min-width: auto;
    }

    .storyblock.center.spaced {
        margin-bottom: 96px;
    }

    .storyblock.center.offset {
        max-width: 296px;
    }

    .storyimage {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .storyimage.storyimage--end {
        width: 100%;
    }

    .storyblock-pre-heading {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 24px;
    }

    .storyblock-pre-heading.dark {
        font-size: 28px;
        line-height: 32px;
    }

    .storyblock-pre-heading.light-green {
        font-size: 28px;
        line-height: 40px;
    }

    .storyblock-heading {
        font-size: 56px;
        line-height: 60px;
    }

    .storyblock-heading.big {
        font-size: 80px;
        line-height: 80px;
    }

    .storyblock-paragraph {
        margin-top: 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .storyblock-paragraph.dark {
        margin-top: 16px;
    }

    .storyblock-paragraph.big {
        margin-top: 0px;
    }

    .product-title {
        font-size: 24px;
        line-height: 32px;
    }

    .product-selection {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .product-action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .kibble-size {
        height: 48px;
        max-width: 100%;
    }

    .kibble-size-value {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .bag-size-select {
        margin-right: 16px;
    }

    .bag-sizes {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .product-button {
        height: 60px;
        margin-top: 16px;
        margin-left: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-size: 22px;
    }

    .pdp_product-images {
        padding: 32px 16px;
    }

    .pdp_product-main {
        padding: 24px 16px;
    }

    .product-delivery {
        font-size: 18px;
        line-height: 20px;
    }

    .trustpilot-atf {
        position: relative;
        z-index: 5000;
        width: 180px;
        height: 24px;
        margin-top: 16px;
        margin-left: -8px;
    }

    .product-price-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .practicalitites {
        padding-right: 16px;
        padding-left: 16px;
    }

    .trust-symbols {
        padding: 32px 16px;
    }

    .trust-reviews {
        margin-top: 48px;
        padding: 32px 0px;
    }

    .delivery-usp-checkmark {
        width: 36px;
        height: 36px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        background-size: 16px;
    }

    .delivery-usp-content {
        font-size: 18px;
        line-height: 24px;
    }

    .cart-page-section {
        padding: 32px 12px;
    }

    .cart-page-product-name {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 18px;
        line-height: 22px;
    }

    .cart-page-product-thumbnail {
        width: 96px;
        height: 96px;
        margin-right: 0px;
    }

    .cart-page-product-main {
        margin-left: 8px;
    }

    .cart-page-product-ingredients {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
        line-height: 18px;
    }

    .cart-page-heading {
        margin-bottom: 24px;
        padding-bottom: 24px;
        font-size: 32px;
    }

    .cart-page-checkout {
        padding-right: 0px;
        padding-left: 0px;
    }

    .guide-cta-title {
        font-size: 32px;
    }

    .pdp_back {
        margin-bottom: 12px;
    }

    .products-list-loading {
        padding-right: 24px;
        padding-left: 24px;
        text-align: center;
    }

    .product-preview-image {
        width: 36vh;
        max-height: 100%;
        max-width: 100%;
        min-width: auto;
    }

    .navbar-menu-main {
        z-index: 9998;
        max-height: 100vh;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cart-toggle {
        z-index: 9999;
        width: 28px;
        height: 28px;
        margin-right: 16px;
        background-size: 28px;
    }

    .nav-logo {
        height: 32px;
    }

    .lang-picker {
        position: relative;
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        margin-left: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .lang-picker-icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .nav-dropdown-icon {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .nav-brand {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0px;
        padding-left: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cart-amount {
        width: 24px;
        height: 24px;
        margin-top: -8px;
        font-size: 14px;
    }

    .lang-picker-toggle {
        padding-top: 16px;
        padding-bottom: 16px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .lang-picker-list.open {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        z-index: 9999;
        border-top-color: #cee0de;
        border-radius: 16px 16px 0px 0px;
        box-shadow: 0 -8px 15px -6px rgba(0, 0, 0, 0.24);
    }

    .nav-content {
        position: relative;
        z-index: 10003;
        padding-left: 16px;
        background-color: #fff;
    }

    .lang-picker-list-header {
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 16px;
    }

    .nav-menu-button {
        margin-left: 16px;
        padding: 12px;
    }

    .nav-menu-button.w--open {
        z-index: 9999;
    }

    .navbar-menu-overflow {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .nav-menu-icon {
        width: 32px;
        height: 32px;
        text-align: center;
    }

    .popup-desktop {
        z-index: 20000;
        overflow: auto;
    }

    .popup_main {
        padding-right: 16px;
        padding-left: 16px;
    }

    .popup_message {
        font-size: 18px;
    }

    .popup_actions {
        padding-right: 16px;
        padding-left: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .popup_link {
        margin-top: 16px;
    }

    .popup_button {
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center;
    }

    .popup_meta {
        padding-right: 16px;
        padding-left: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pdp-recipe {
        padding-right: 16px;
        padding-left: 16px;
    }

    .pdp-recipe_title {
        font-size: 24px;
    }

    .pdp-recipe_title.h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .pdp-recipe_description {
        font-size: 18px;
    }

    .pdp-recipe_image {
        width: 100%;
        max-width: 100%;
    }

    .pdp-bowl {
        padding-right: 16px;
        padding-left: 16px;
    }

    .pdp-ingredients {
        padding: 64px 16px;
    }

    .pdp-tabs-menu {
        margin-bottom: 24px;
    }

    .pdp-tabs-link {
        margin-top: 16px;
        margin-bottom: 16px;
        text-align: center;
    }

    .pdp-ingredients-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pdp-ingredients-list-item {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .pdp-nutrition {
        padding: 0px 16px;
    }

    .pdp-nutrition-group {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .pdp-nutrition_title {
        font-size: 20px;
        line-height: 24px;
    }

    .pdp-nutrition_description {
        font-size: 18px;
        line-height: 24px;
    }

    .lang-picker-list-close {
        background-image: url('../images/Close_1.svg');
    }

    .charity-movie {
        margin-top: 36px;
        margin-bottom: 36px;
    }

    .section-block {
        padding: 32px 16px;
    }

    .section-block.section-block--fill {
        margin-top: 0px;
        padding: 32px 16px;
    }

    .buddy-avatar {
        width: 64px;
        height: 64px;
        margin-bottom: 20px;
        background-size: 70px;
    }

    .buddy-message {
        margin-top: 12px;
        padding: 12px;
    }

    .budy-message_heading {
        font-size: 22px;
        line-height: 28px;
    }

    .budy-message_body {
        font-size: 18px;
        line-height: 22px;
    }

    .form-heading {
        font-size: 36px;
        line-height: 48px;
    }

    .a_input-field {
        border-radius: 0px;
    }

    .a_input-field.a_input-field--dropdown {
        border-radius: 0px;
    }

    .a_submit-button {
        margin-bottom: 16px;
    }

    .section-block-meta {
        padding-top: 24px;
    }

    .a_overview {
        padding-right: 0px;
        padding-left: 0px;
    }

    .a_heading {
        margin-top: 0px;
        font-size: 36px;
        line-height: 48px;
    }

    .a_menu {
        margin-top: 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .a_menu-item {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .a_menu-card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 16px;
        padding-bottom: 16px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .a_menu-card_icon {
        height: 40px;
        margin-right: 16px;
    }

    .a_menu-card_title {
        margin-top: 0px;
        margin-left: 0px;
        font-size: 22px;
    }

    .a_overview-block {
        margin-top: 48px;
    }

    .a_orders_empty {
        padding: 32px 16px;
    }

    .a_orders_empty-heading {
        font-size: 24px;
    }

    .a_relevant-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .a_relevant-card-thumb {
        width: 100%;
        height: 192px;
    }

    .a_help {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .a_help-item-divider {
        width: 100%;
        height: auto;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .a-help-item-line {
        width: 100%;
        height: 2px;
    }

    .order {
        padding-right: 8px;
        padding-left: 8px;
        text-align: left;
    }

    .order_number {
        width: 100%;
        padding-right: 8px;
        padding-left: 8px;
    }

    .order_date {
        width: 100%;
        padding-right: 8px;
        padding-left: 8px;
    }

    .order_shipping {
        width: 100%;
        padding-right: 8px;
        padding-left: 8px;
    }

    .order_total {
        width: 100%;
        padding-right: 8px;
        padding-left: 8px;
    }

    .order_cta {
        padding-right: 8px;
        padding-left: 8px;
    }

    .order_button {
        width: 100%;
        text-align: center;
    }

    .a_hero {
        padding-top: 32px;
        padding-bottom: 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .a_hero.a_hero--stacked {
        padding-right: 24px;
        padding-left: 24px;
    }

    .a_hero-heading {
        margin-top: 16px;
        margin-bottom: 0px;
        font-size: 36px;
    }

    .a_block-aside {
        padding-top: 0px;
        padding-bottom: 16px;
    }

    .a_block {
        padding: 16px;
    }

    .a_input-label.hidden-transparant {
        opacity: 0;
    }

    .a_input-group.a_input-group--inline {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .a_input-group.age {
        margin-right: -8px;
        margin-left: -8px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .a_input-group.breeds {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .a_input-group_item.a_input-group_item--small-metric {
        width: 100%;
        padding: 8px 0px;
    }

    .a_input-group_item.a_input-group_item--add-field {
        width: auto;
        padding-top: 8px;
        padding-right: 16px;
        padding-left: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .a_input-group_item.inline {
        padding: 8px 0px;
    }

    .a_input-group_item.inline.age {
        padding-right: 8px;
        padding-left: 8px;
    }

    .settings-form-block.inline {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .a_settings-submit {
        width: 100%;
        margin-bottom: 0px;
    }

    .a_checkbox-label {
        padding-right: 16px;
    }

    .a_checkbox-label.small {
        padding-right: 0px;
    }

    .a_address {
        padding-right: 16px;
    }

    .a_order_products {
        padding: 24px 12px 0px;
    }

    .a_order-product_list-item {
        margin-bottom: 16px;
        padding-top: 0px;
        border-bottom-style: solid;
        border-bottom-color: #e7eeef;
    }

    .a_order-total-block {
        padding-top: 24px;
        padding-right: 0px;
        padding-left: 0px;
        border-top-style: none;
    }

    .a_order-product_quantity {
        padding-right: 16px;
        font-size: 14px;
    }

    .a_order-product_main {
        margin-left: 12px;
    }

    .a_order-product_name {
        font-size: 18px;
        line-height: 22px;
    }

    .a_order-product_description {
        font-size: 14px;
        line-height: 18px;
    }

    .a_order-product_thumb {
        width: 56px;
        height: 56px;
        margin-right: 0px;
    }

    .a_order-product_thumb-image {
        max-height: 44px;
    }

    .a_order-product_price {
        margin-left: 4px;
        font-family: Mrdodo, sans-serif;
        font-size: 16px;
        line-height: 20px;
    }

    .jobs-heading {
        font-size: 36px;
        line-height: 48px;
    }

    .jobs-tabs {
        margin-right: -8px;
        margin-left: -8px;
    }

    .job-tab {
        margin-right: 6px;
        margin-left: 6px;
        font-size: 16px;
        line-height: 24px;
    }

    .job-list {
        margin-top: 32px;
    }

    .job-list-item {
        padding-right: 0px;
        padding-left: 0px;
    }

    .ec-way {
        width: 90%;
    }

    .job-slider-arrow {
        width: 32px;
        height: 40px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0%;
        font-size: 16px;
        font-weight: 400;
    }

    .job-slider-arrow.job-slider-arrow--left {
        border-radius: 0% 100% 100% 0%;
    }

    .slide-content {
        padding-right: 40px;
        padding-left: 40px;
    }

    .slide-content.slide-content--yellow {
        padding-top: 0px;
        padding-right: 40px;
        padding-left: 40px;
    }

    .slide-heading {
        font-size: 48px;
        line-height: 48px;
    }

    .slide-sub-heading {
        font-size: 36px;
        line-height: 36px;
    }

    .job-benefit-emoji {
        font-size: 48px;
        line-height: 48px;
    }

    .job-slider-arrow-wrap {
        width: 32px;
    }

    .storyblock-heading-big {
        font-size: 56px;
        line-height: 60px;
    }

    .storyblock-heading-big.dark {
        font-size: 72px;
    }

    .storyblock-pre-heading-big {
        margin-bottom: 8px;
        font-size: 32px;
        line-height: 36px;
    }

    .storyblock-pre-heading-big.dark {
        font-size: 40px;
        line-height: 56px;
    }

    .storyblock-pre-heading-big.blue {
        font-size: 36px;
        line-height: 48px;
    }

    .section-depth {
        padding-right: 16px;
        padding-left: 16px;
    }

    .section-depth.section--favourite {
        padding: 32px 16px;
    }

    .section-depth.section--fresh {
        padding: 32px 24px;
    }

    .section-depth.section--pals {
        padding: 32px 16px;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 84, 126, 0.71)), to(rgba(23, 84, 126, 0.71))), url('../images/ocean_bg--wide-optimised.jpg');
        background-image: linear-gradient(180deg, rgba(23, 84, 126, 0.71), rgba(23, 84, 126, 0.71)), url('../images/ocean_bg--wide-optimised.jpg');
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
        text-align: right;
    }

    .section-depth.section--fresh-ingredients {
        padding-right: 16px;
        padding-left: 16px;
    }

    .section-depth.section--recipe {
        padding-right: 16px;
        padding-left: 16px;
    }

    .section-depth.section--fresh-cta {
        padding-right: 16px;
        padding-left: 16px;
    }

    .section-depth.section--cats-fussy {
        padding: 32px 16px;
    }

    .section-depth.section--cta-blocks {
        padding: 32px 16px;
    }

    .section-depth.section--cats-best {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .section-depth.section--fishy {
        padding-right: 16px;
        padding-left: 16px;
    }

    .section-depth.section--shipping-info {
        padding: 32px 16px;
    }

    .section-depth.section--intro-charity {
        padding: 128px 16px;
    }

    .section-depth.section--charity-overiew {
        padding: 96px 16px;
    }

    .section-depth.section--charity-project {
        padding-top: 96px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .section-depth.section--charity-impact {
        padding: 96px 16px;
    }

    .section-depth.section--charity-next {
        padding-right: 16px;
        padding-left: 16px;
    }

    .section-depth.section--fesh-lp {
        padding-right: 16px;
        padding-left: 16px;
    }

    .section-depth.section--lp-reviews {
        padding-right: 16px;
        padding-left: 16px;
    }

    .section-depth.section--lp-cta {
        padding-right: 16px;
        padding-left: 16px;
    }

    .section-depth.section--lp-cats {
        padding-right: 16px;
        padding-left: 16px;
    }

    .section-depth.section--trial-home {
        padding-right: 16px;
        padding-left: 16px;
    }

    .section-depth.section--jobs-intro {
        padding-bottom: 118px;
        background-size: 40%;
    }

    .section-cta {
        margin-top: 96px;
        padding: 0px;
    }

    .movie-full {
        margin-top: 36px;
        margin-bottom: 36px;
    }

    .recycle-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .recycle-item-main {
        padding-left: 0px;
        text-align: center;
    }

    .recycle-item-image {
        margin-bottom: 24px;
    }

    .recycle-item-title {
        margin-bottom: 0px;
    }

    .scroll-indicator-arrow.inline {
        margin-top: 24px;
        margin-bottom: 0px;
    }

    .hero-panes {
        padding-top: 96px;
    }

    .hero-pane {
        min-height: auto;
        padding-top: 47px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .hero-pane.final {
        min-height: auto;
        padding-bottom: 128px;
    }

    .hero-pane-image {
        min-height: 256px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        background-color: #fff;
    }

    .hero-pane-heading {
        margin-top: 0px;
        font-size: 32px;
        line-height: 40px;
    }

    .hero-pane-overlay {
        position: relative;
        z-index: 5;
        min-height: auto;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .hero-panes-main {
        margin-top: 0vh;
        padding-bottom: 96px;
    }

    .hero-pane-header {
        margin-top: 0px;
        padding-top: 24px;
    }

    .hero-pane-header.mobile {
        display: none;
    }

    .section-block-image {
        padding: 32px 16px;
    }

    .section-block-image.section-block--fill {
        margin-top: 0px;
        padding: 32px 16px;
    }

    .story-col {
        padding-right: 0px;
        padding-left: 0px;
    }

    .circular {
        height: 700px;
        margin-top: 16px;
        padding-top: 48px;
    }

    .circular-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .circular-arrow {
        position: relative;
        bottom: 0px;
        width: 48px;
        height: 48px;
    }

    .circular-main {
        width: 200vw;
        height: 200vw;
    }

    .circular-bg {
        width: 200vw;
        height: 200vw;
    }

    .circular-right-arrow {
        left: auto;
        top: 142px;
        right: 6%;
        bottom: auto;
        width: 64px;
        height: 64px;
        padding-right: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .circular-left-arrow {
        top: 128px;
    }

    .hero-pane-image-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-height: 192px;
        padding-right: 32px;
        padding-left: 32px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        background-color: #fff;
    }

    .hero-pane-image-wrapper.mobile {
        display: none;
    }

    .statement-block-image {
        max-width: 90%;
    }

    .statement-block-content {
        padding-right: 16px;
        padding-left: 16px;
    }

    .loyalty-header {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .loyalty-heading {
        font-size: 36px;
        line-height: 48px;
    }

    .loyalty-heading.onboarding {
        font-size: 58px;
    }

    .loyalty-sub-heading.onboarding {
        margin-bottom: 8px;
        font-size: 32px;
        line-height: 32px;
    }

    .loyalty-dash {
        padding: 32px 16px;
    }

    .dash_current {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .dash_current-badge {
        margin-right: 0px;
        margin-bottom: 24px;
    }

    .dash_current-level {
        font-size: 32px;
    }

    .dash_milestones {
        height: 448px;
        padding-left: 23px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .dash_bar {
        width: 16px;
        height: 100%;
        margin-top: 0px;
        margin-left: 16px;
    }

    .dash_milestone {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 24px;
    }

    .dash_bar-progress {
        width: 100%;
        height: 20%;
    }

    .dash_milestone-level {
        margin-bottom: 0px;
    }

    .dash_milestone-label {
        min-width: 128px;
        margin-left: 20px;
        font-size: 24px;
        text-align: left;
    }

    .dash_widgets {
        width: 100%;
        max-width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .dash_unlock {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .dash_col {
        padding-right: 0px;
        padding-left: 0px;
    }

    .dash_col.dash_col--small {
        padding-right: 0px;
        padding-left: 0px;
    }

    .dash_widget {
        max-width: 100%;
        padding-right: 12px;
        padding-left: 12px;
    }

    .dash_challenges {
        margin-left: 12px;
    }

    .dash_challenge {
        position: relative;
        margin-left: 8px;
        padding-left: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .dash_challenge.completed {
        margin-top: 32px;
        padding-bottom: 0px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-color: transparent;
        color: rgba(77, 74, 71, 0.48);
    }

    .dash_challenge.completed:hover {
        background-color: transparent;
    }

    .dash_challenge-value {
        margin-right: 0px;
        padding-right: 0px;
        border-right-style: none;
        color: #df1995;
        text-align: left;
    }

    .dash_challenge-body {
        margin-top: 10px;
    }

    .dash_challenge-body.date {
        margin-top: 10px;
        margin-left: 0px;
        color: rgba(77, 74, 71, 0.32);
    }

    .dash_challenge-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .dash_gift-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .dash-gift-card_image {
        margin-right: 0px;
        margin-bottom: 24px;
    }

    .or {
        font-size: 24px;
    }

    .dash_unlock-score {
        font-size: 40px;
    }

    .dash_challenge-status {
        position: absolute;
        left: -27px;
        top: auto;
        right: auto;
        bottom: auto;
        width: 32px;
        height: 32px;
        margin-top: -8px;
        margin-right: 0px;
    }

    .dash-widget-overflow {
        padding-right: 0px;
    }

    .loyalty-benefits {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .loyalty-block-header {
        margin-bottom: 24px;
    }

    .loyalty-block {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .loyalty-block-description {
        min-width: 100%;
        font-size: 20px;
    }

    .dash_unlock-content {
        margin-left: 0px;
        text-align: center;
    }

    .challenge-arrow {
        display: none;
        margin-top: 12px;
    }

    .passport {
        padding: 16px 16px 0px;
    }

    .passport.mb2 {
        padding-bottom: 0px;
    }

    .passport-meta {
        padding-bottom: 16px;
    }

    .passport-row {
        padding-bottom: 0px;
    }

    .passport-col {
        min-height: 40px;
        margin-bottom: 16px;
    }

    .passport-label {
        padding-top: 0px;
    }

    .passport-value {
        font-size: 15px;
    }

    .passport-edit {
        position: fixed;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        display: block;
        overflow: auto;
        max-height: none;
        margin-top: 64px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .pet-edit-submit {
        width: 100%;
        margin-bottom: 0px;
    }

    .new-pet-form-block {
        padding-right: 16px;
        padding-left: 16px;
    }

    .new-pet-form-actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .new-pet-form-button {
        text-align: center;
    }

    .new-pet-form-button.back {
        margin-top: 16px;
    }

    .step-buttons {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .step-button {
        margin: 8px 0px;
    }

    .pet-tabs-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pet-tabs-menu-option {
        margin: 8px 0px;
    }

    .loyalty-modal {
        padding-top: 64px;
    }

    .loyalty-intro-image {
        height: 128px;
    }

    .loyalty-benefit {
        max-width: 100%;
    }

    .loyalty-benefit-descr {
        color: #007078;
        font-size: 20px;
    }

    .pet-delete {
        width: 100%;
        margin-bottom: 0px;
    }

    .modal-options {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .modal-option {
        padding: 8px 0px;
    }

    .toaster {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .toaster-main {
        margin-top: 20px;
        padding-left: 0px;
    }

    .loyalty-checkout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .packaging-movie {
        margin-top: 36px;
        margin-bottom: 36px;
    }

    .fresh-blocks-row {
        min-height: auto;
    }

    .loyalty-blocks-row-copy {
        min-height: auto;
    }

    .h1 {
        font-size: 72px;
    }

    .h2 {
        font-size: 36px;
    }

    .h3 {
        font-size: 28px;
    }

    .grid.grid--large {
        margin-bottom: -32px;
    }

    .grid.grid--rev {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .grid.grid--small {
        margin-bottom: -16px;
    }

    .pb0 {
        padding-bottom: 0px;
    }

    .mb4 {
        margin-bottom: 64px;
    }

    .grid__item.lg-2.md-6.sm-9 {
        width: 75%;
    }

    .grid__item.lg-6 {
        width: 100%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .grid__item.lg-4 {
        width: 100%;
    }

    .grid__item.lg-3 {
        width: 100%;
    }

    .grid__item.lg-5 {
        width: 100%;
    }

    .grid__item.grid__item--large {
        margin-bottom: 32px;
    }

    .grid__item.grid__item--large.lg-10.md-6.sm-12 {
        width: 100%;
    }

    .grid__item.grid__item--large.lg-3.md-6.sm-12 {
        width: 100%;
    }

    .grid__item.grid__item--small {
        margin-bottom: 16px;
    }

    .grid__item.grid__item--small.lg-10.md-6.sm-12 {
        width: 100%;
    }

    .grid__item.grid__item--small.lg-3.md-6.sm-12 {
        width: 100%;
    }

    .heading-group__item.h1.h1--small.color-promo.subscription {
        font-size: 48px;
    }

    .heading-group__item.h1.color-blue.h1-dental {
        font-size: 50px;
    }

    .card {
        padding: 16px;
    }

    .card.card--large {
        padding-right: 16px;
        padding-left: 16px;
    }

    .quote-right {
        width: 25px;
        margin-bottom: 0px;
        margin-left: 8px;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .quote-left {
        width: 25px;
        margin-top: 0px;
        margin-right: 8px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .sustainable-tp-bar {
        padding-right: 16px;
        padding-left: 16px;
    }

    .radio-toggle__label {
        margin-right: 8px;
    }

    .stay-you-steps {
        padding-top: 0px;
        padding-bottom: 64px;
    }

    .embedded-movie {
        margin-top: 36px;
        margin-bottom: 36px;
    }

    .c-button {
        width: 100%;
    }

    .c-content-box__value {
        text-align: right;
    }

    .c-tabs-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .c-tabs-content {
        padding: 32px 16px;
    }

    .c-tabs-menu__link {
        font-size: 14px;
    }

    .job-filter {
        width: 100%;
    }

    .c-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .c-grid__row.c-grid__row--half {
        width: 100%;
    }

    .checked-list__item {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .checked-list__text.checked-list__text--large {
        font-size: 20px;
    }

    .hero__content {
        padding: 64px 16px;
    }

    .hero__content-container.sustainable {
        margin-right: 16px;
        margin-bottom: 64px;
        margin-left: 16px;
    }

    .c-nav-steps {
        display: none;
    }

    .card__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .card__title-aside {
        margin-top: 8px;
    }

    .cart-product__thumbnail {
        width: 60px;
        height: 60px;
        margin-right: 0px;
    }

    .cart-product__thumbnail-image {
        max-height: 40px;
    }

    .cart-product__title {
        font-size: 18px;
    }

    .quantity-selector {
        height: 48px;
        max-height: 48px;
    }

    .quantity-selector.quantity-picker--cart {
        height: 32px;
        max-height: 32px;
    }

    .quantity-selector__toggle.picker-toggle--minus {
        width: 48px;
        height: 48px;
    }

    .quantity-selector__toggle.picker-toggle--minus.picker-toggle-cart {
        width: 24px;
        height: 100%;
    }

    .quantity-selector__toggle.picker-toggle--plus {
        width: 48px;
        height: 48px;
    }

    .quantity-selector__toggle.picker-toggle--plus.picker-toggle-cart {
        width: 24px;
        height: 100%;
    }

    .quantity-selector__toggle.quantity-selector__toggle--minus {
        width: 48px;
        height: 48px;
    }

    .quantity-selector__toggle.quantity-selector__toggle--minus.picker-toggle-cart {
        width: 24px;
        height: 100%;
    }

    .quantity-selector__toggle.quantity-selector__toggle--plus {
        width: 48px;
        height: 48px;
    }

    .quantity-selector__toggle.quantity-selector__toggle--plus.picker-toggle-cart {
        width: 24px;
        height: 100%;
    }

    .quantity-selector__value {
        color: #007078;
    }

    .cart-product__delete {
        background-size: 12px;
    }

    .cart-product__price {
        font-size: 18px;
    }

    .button-solid.button-solid--small.button-solid--gray.settings-field-group__button {
        margin-top: 8px;
    }

    .button-solid.button--full-mobile {
        width: 100%;
    }

    .card__content-subtitle {
        margin-bottom: 16px;
        font-size: 22px;
    }

    .action-bar {
        margin-bottom: 16px;
        padding-bottom: 16px;
    }

    .action-bar__link {
        display: none;
    }

    .action-bar__button.button-solid.button-solid--green {
        width: 100%;
    }

    .cart-n {
        max-width: 100%;
        border-radius: 0px;
    }

    .cart-n-product__thumbnail {
        width: 50px;
        height: 50px;
        margin-right: 0px;
    }

    .cart-n-product__thumbnail-image {
        max-height: 40px;
    }

    .cart-n-product__title {
        font-size: 18px;
    }

    .cart-n-product__price {
        font-size: 18px;
    }

    .cart-n-product__delete {
        background-size: 12px;
    }

    .empty-cart-img {
        width: 200px;
    }

    .card__header__aside {
        margin-top: 8px;
        text-align: left;
    }

    .a_input-group-copy.a_input-group--inline {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .a_input-group-copy.age {
        margin-right: -8px;
        margin-left: -8px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .a_input-group-copy.breeds {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .settings-field__label.hidden-transparant {
        opacity: 0;
    }

    .settings-field__input {
        border-radius: 0px;
    }

    .settings-field__input.a_input-field--dropdown {
        border-radius: 0px;
    }

    .settings-field__input.textarea {
        padding: 8px;
    }

    .a_shipment-line-aside {
        margin-top: 4px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .a_shipment-line-aside__item {
        margin-top: 12px;
    }

    .a_shipment-line-notice {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .a_shipment-line-notice__label {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .settings-field-group {
        padding-right: 0px;
    }

    .button-bar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-right: 0px;
        margin-bottom: -8px;
        margin-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .button-bar.button-bar--right {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .button-bar.button-bar--vertical {
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    .button-bar__item {
        margin-bottom: 8px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }

    .settings-field-group__button.button-solid.button-solid--small.button-solid--gray {
        margin-top: 16px;
    }

    .settings-option-group__item-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .payment-options-small {
        margin-top: 8px;
    }

    .gc-code-box__value {
        font-size: 24px;
    }

    .gc-header__logo {
        width: 80px;
    }

    .gc-buddy__avatar {
        width: 64px;
        height: 64px;
        margin-bottom: 20px;
        background-size: 70px;
    }

    .gc-buddy__message {
        margin-top: 12px;
        padding: 12px;
    }

    .gc-buddy__message-text {
        font-size: 22px;
        line-height: 28px;
    }

    .gc-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .gc-footer-text {
        margin-bottom: 16px;
    }

    .gc-header__title {
        font-size: 24px;
    }

    .gc-footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .a_shipment-line-notice__aside {
        padding-top: 8px;
        padding-left: 0px;
    }

    .buddy-compact.mb2 {
        padding: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .buddy-compact__avatar {
        width: 64px;
        height: 64px;
        margin-bottom: 20px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        background-size: 70px;
    }

    .buddy-compact__list {
        margin-left: 0px;
        padding-top: 16px;
        padding-left: 0px;
    }

    .buddy-compact__message {
        display: block;
        margin-top: 12px;
        padding: 12px;
    }

    .buddy-compact__message-tip {
        left: 50%;
        top: -7px;
        margin-left: -10px;
    }

    .buddy-compact__message-text {
        font-size: 18px;
        line-height: 22px;
    }

    .lp-subscription-steps {
        padding-bottom: 16px;
    }

    .accordion-list-item__content {
        padding-right: 0px;
    }

    .h4 {
        font-size: 28px;
    }

    .pdp-promo {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        line-height: 1.4em;
    }

    .modal-split__content {
        padding-right: 16px;
        padding-left: 16px;
    }

    .subscription-onboarding__content {
        padding-right: 16px;
        padding-left: 16px;
    }

    .settings-field__notice.hidden-transparant {
        opacity: 0;
    }

    .button-link {
        display: inline-block;
    }

    .cart-checkout-button-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .settings-block-label.hidden-transparant {
        opacity: 0;
    }

    .heading-board {
        font-size: 24px;
    }

    .heading-board.heading-board--gf {
        font-size: 40px;
    }

    .hiri-accordion-list-item__header {
        padding-left: 16px;
    }

    .hiri-accordion-list-item__title {
        font-size: 23px;
    }

    .hiri-accordion-list-item__content {
        padding-right: 16px;
        padding-left: 16px;
    }

    .hiri-slider-arrow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 44px;
        margin-left: -10px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .hiri-slider-arrow.hiri-slider-arrow--prev {
        margin-left: -8px;
    }

    .hiri-slider-arrow.hiri-slider-arrow--next {
        margin-right: -8px;
        margin-left: 0px;
    }

    .hiri-slider-arrow.pb-slider__arrow--next {
        margin-right: -8px;
        margin-left: 0px;
    }

    .tp-text-review__copy {
        font-size: 20px;
    }

    .hiri-slider {
        height: 380px;
    }

    .logo-slider {
        height: auto;
    }

    .logo-slider__item {
        height: 40px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .logo-sider__arrow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 44px;
        margin-left: -10px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .logo-sider__arrow.hiri-slider-arrow--prev {
        margin-left: -8px;
    }

    .logo-sider__arrow.hiri-slider-arrow--next {
        margin-right: -8px;
        margin-left: 0px;
    }

    .hiri-award-list__item {
        height: auto;
        max-width: 70px;
        margin-right: 8px;
        margin-left: 8px;
    }

    .upsell-cart-item {
        margin-right: -16px;
        margin-left: -16px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .upsell-single {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .upsell-single__thumbnail {
        width: 60px;
        height: 60px;
        max-width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .upsell-single__thumbnail-image {
        width: auto;
        height: auto;
        max-height: 40px;
    }

    .upsell-single__product-price {
        margin-left: 0px;
    }

    .upsell-single__product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .upsell-single__contente-body-aside {
        margin-top: 8px;
    }

    .upsell-single__list {
        display: none;
    }

    .upsell-single__delete {
        background-size: 12px;
    }

    .pb-heading1 {
        font-size: 36px;
    }

    .pb-paragraph {
        font-size: 20px;
    }

    .pb-card-item__visual {
        height: 150px;
    }

    .pb-heading2__line1 {
        font-size: 36px;
    }

    .pb-heading2__line2 {
        font-size: 64px;
    }

    .pb-accordion-list-item__content {
        padding-right: 0px;
    }

    .pb-text-review__copy {
        font-size: 20px;
    }

    .pb-slider__arrow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 44px;
        margin-left: -10px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pb-slider__arrow.hiri-slider-arrow--prev {
        margin-left: -8px;
    }

    .pb-slider__arrow.hiri-slider-arrow--next {
        margin-right: -8px;
        margin-left: 0px;
    }

    .pb-slider__arrow.pb-slider__arrow--prev {
        margin-left: -8px;
    }

    .pb-slider__arrow.pb-slider__arrow--next {
        margin-right: -8px;
        margin-left: 0px;
    }

    .pb-slider__arrow-button {
        width: 34px;
        height: 34px;
    }

    .pb-slider__arrow-button.lp-slider-arrow--left {
        padding-right: 8px;
        padding-left: 8px;
    }

    .pb-icon-list {
        font-size: 20px;
    }

    .pb-hero.hero-fresh {
        padding-top: 32px;
        padding-bottom: 114px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pb-hero.hero--charity {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0.16))), url('../images/DogHeaderCharity.png');
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)), url('../images/DogHeaderCharity.png');
        background-position: 0px 0px, 61% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }

    .pb-hero.hero--story {
        position: relative;
    }

    .pb-hero__content {
        padding: 64px 16px;
    }

    .pb-hero__container.sustainable {
        margin-right: 16px;
        margin-bottom: 64px;
        margin-left: 16px;
    }

    .pb-nav {
        padding-right: 0px;
        padding-left: 0px;
    }

    .pb-nav__logo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0px;
        padding-left: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pb-nav__logo-img {
        height: 32px;
    }

    .pb-buddy-avatar {
        width: 64px;
        height: 64px;
        margin-bottom: 20px;
        background-size: 65px;
    }

    .pb-buddy-message {
        padding: 12px;
    }

    .pb-buddy-message__body {
        font-size: 18px;
        line-height: 22px;
    }

    .pb-buddy-image {
        margin-bottom: 20px;
    }

    .pb-newsletter__form {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pb-newsletter__field {
        margin-bottom: 16px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .pb-newsletter__field.input-field--large {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .pb-newsletter__submit {
        position: relative;
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .pb-newsletter__form-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pb-video {
        margin-top: 36px;
        margin-bottom: 36px;
    }

    .pb-card {
        padding: 16px;
    }

    .pb-card.card--large {
        padding-right: 16px;
        padding-left: 16px;
    }

    .lp-card-item__visual {
        height: 180px;
    }

    .lp-card-item__visual.lp-card-item__visual--full {
        margin-right: -16px;
        margin-left: -16px;
    }

    .lp-dental-hand-img {
        max-width: 100%;
        margin-right: -16px;
    }

    .cart-promo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .cart-promo.dental {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .cart-promo__image {
        width: 100%;
        height: auto;
        max-width: 100%;
        padding-bottom: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0px;
    }

    .cart-promo__product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .cart-promo__product-subtitle {
        margin-left: 0px;
    }

    .cart-promo__list {
        display: none;
    }

    .cart-promo__image-img {
        width: auto;
        height: auto;
        max-height: 80px;
    }

    .cart-promo__button-wrap {
        margin-top: 0px;
    }

    .pb-text-review__image {
        width: 90%;
    }

    .pb-text-review__image.review-image-large {
        width: 100%;
    }

    .a_shipment-line-notice__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .a_shipment-line-notice__body {
        padding-top: 16px;
    }

    .pb__full-image {
        height: 350px;
    }

    .section-full-image {
        height: 350px;
    }

    .charity-slider {
        margin-right: -16px;
        margin-left: -16px;
    }

    .charity-project-hero__image {
        height: 300px;
    }

    .charity-project-body {
        padding-right: 16px;
        padding-left: 16px;
        text-align: center;
    }

    .charity-project-location {
        margin-right: auto;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .charity-project-location__text {
        margin-top: 8px;
        margin-left: 0px;
    }

    .charity-slider__arrow {
        margin-top: 150px;
    }

    .charity-project-year {
        min-width: 140px;
    }

    .mobile-center {
        text-align: center;
    }

    .foundation-link {
        display: inline-block;
        font-size: 22px;
    }

    .link-color-white.foundation-link {
        font-size: 20px;
    }

    .trial-table__row {
        padding: 16px;
    }

    .trial-product__thumbnail {
        width: 60px;
        height: 60px;
        margin-right: 0px;
    }

    .trial-product__thumbnail-image {
        max-height: 60px;
    }

    .trial-product__variant {
        min-width: 60px;
    }

    .trial-passport {
        padding: 16px;
    }

    .trial-passport__avatar-content {
        width: 60px;
        height: 60px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .passport-main-avatar {
        width: 60px;
        height: 60px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .cart-list__item-bundle {
        margin-right: -16px;
        margin-left: -16px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .trial-header-usp-list__item {
        display: block;
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .trial-header-title.h3 {
        font-size: 28px;
        line-height: 1.4em;
    }

    .trial-price-line {
        font-size: 22px;
    }

    .passport-gender-icon {
        top: 1px;
        height: 16px;
    }
}

#w-node-5f2939c38fc7-2b626fa3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-c601479b3c12-479b3c0e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 0;
    grid-row-start: 0;
    -ms-grid-row-span: 1;
    grid-row-end: 1;
}

#w-node-c601479b3c14-479b3c0e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-c601479b3c1c-479b3c0e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 0;
    grid-row-start: 0;
    -ms-grid-row-span: 1;
    grid-row-end: 1;
}

#w-node-c601479b3c1e-479b3c0e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-c601479b3c29-479b3c0e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-2edc8814a812-5662702e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-6a4e39f444ff-6162703f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

@font-face {
    font-family: 'Veneer';
    src: url('../fonts/veneer.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Mrdodo';
    src: url('../fonts/MrDodo-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Lunchbox';
    src: url('../fonts/Lunchbox.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Fa 400';
    src: url('../fonts/fa-regular-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}
* {
    -webkit-font-smoothing: antialiased;
}

.vh {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


