/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}
body {
	line-height: 1;
}
menu, ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* TH */
/* VN */
@font-face {
  font-family: "Sofia Pro";
  font-weight: 700;
  src: url("sofia-pro-bold.066d6791.otf") format("opentype");
}
@font-face {
  font-family: "Sofia Pro";
  font-weight: 200;
  src: url("sofia-pro-light.634ab496.otf") format("opentype");
}
@font-face {
  font-family: "Bella Millies";
  font-weight: 400;
  src: url("bella-millies.7d7ba759.otf") format("opentype");
}
@font-face {
  font-family: "Bella";
  font-weight: 400;
  src: url("Bella.04562c3f.woff2") format("woff2"), url("Bella.2edd4a04.woff") format("woff");
}
@font-face {
  font-family: "Little Dinosaur";
  font-weight: 700;
  src: url("little-dinosaur-bold.470efa45.otf") format("opentype");
}
@font-face {
  font-family: "Little Dinosaur Viet";
  font-weight: 700;
  src: url("LittleDinosaurViet.58df0c1a.woff2") format("woff2"), url("LittleDinosaurViet.b1c882ee.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro Viet";
  font-weight: 700;
  src: url("SofiaProViet.a59f222a.woff2") format("woff2"), url("SofiaProViet.2e77f1a1.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro Viet";
  font-weight: 200;
  src: url("SofiaViet.e72a7f55.otf") format("opentype"), url("SofiaViet.3249855b.woff2") format("woff2"), url("SofiaViet.ef6c8dda.woff") format("woff");
}
@font-face {
  font-family: "Bella Viet";
  font-weight: 400;
  src: url("BellaViet.32ef94c4.woff2") format("woff2"), url("BellaViet.52d2940b.woff") format("woff");
}
@font-face {
  font-family: "Pridi";
  font-weight: 200;
  src: url("Pridi-ExtraLight.388916fb.woff2") format("woff2"), url("Pridi-ExtraLight.998eaf98.woff") format("woff");
}
@font-face {
  font-family: "Pridi";
  font-weight: 300;
  src: url("Pridi-Light.79a1369e.woff2") format("woff2"), url("Pridi-Light.fb02ec78.woff") format("woff");
}
@font-face {
  font-family: "Pridi";
  font-weight: 600;
  src: url("Pridi-SemiBold.8fb6847c.woff2") format("woff2"), url("Pridi-SemiBold.c5d574de.woff") format("woff");
}
@font-face {
  font-family: "Itim";
  font-weight: normal;
  src: url("Itim-Regular.39d6200c.otf") format("opentype"), url("Itim-Regular.8081ab1a.woff2") format("woff2"), url("Itim-Regular.de2da66b.woff") format("woff");
}
::-moz-selection {
  background: #B5DCD6;
}

::selection {
  background: #B5DCD6;
}

::placeholder {
  color: rgba(0, 54, 73, 0.5);
}

body {
  font-family: var(--font-family-body);
  color: #003649;
}

h1, h2, h3, h4, h5, h6, p, a {
  margin-top: 0;
  color: #003649;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.heading--invert {
  color: #FFFFFF;
}

.wpb_text_column ul {
  list-style: disc;
  padding: 0 0 0 1.15em;
}
.wpb_text_column ul li {
  line-height: 1.5;
}
.wpb_text_column ul li:not(:last-child) {
  margin-bottom: 1em;
}
.wpb_text_column ul:not(:last-child) {
  margin-bottom: 1.5em;
}
.wpb_text_column ol {
  list-style: decimal;
  padding: 0 0 0 1.15em;
}
.wpb_text_column ol li {
  line-height: 1.5;
}
.wpb_text_column ol li:not(:last-child) {
  margin-bottom: 1em;
}
.wpb_text_column ol:not(:last-child) {
  margin-bottom: 1.5em;
}

p {
  line-height: 1.5;
  margin-bottom: 0;
}
p:not(:last-child) {
  margin-bottom: 1.25em;
}
p.p--small {
  font-size: 14px;
}
p.p--invert {
  color: #FFFFFF;
}

a {
  font-weight: 700;
}

.link-list li {
  display: block;
  padding-top: 0.5em;
  padding-bottom: 1em;
}

strong {
  font-weight: 700;
}

.display-block,
.display-block img {
  display: block;
}

.width-100,
.width-100 img {
  width: 100%;
}

.text-invert h1, .text-invert h2, .text-invert h3, .text-invert h4, .text-invert h5, .text-invert h6, .text-invert p, .text-invert a {
  color: #FFFFFF;
}

.button {
  display: inline-block;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
}
.button.button--primary {
  background-color: #3E9DEF;
  color: #FFFFFF;
}

.button--outline {
  border: 6px solid #003649;
  border-radius: 4px;
}

.button--svg-a {
  position: relative;
}
.button--svg-a span.svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
}
.button--svg-a span.svg svg {
  height: 100%;
  width: 100%;
  display: block;
}

.swiper-pagination-bullet {
  background-color: rgba(0, 54, 73, 0.2);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #003649;
}

blockquote {
  position: relative;
  padding-left: 48px;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1.5em;
  max-width: 700px;
}
blockquote:before {
  content: "";
  display: block;
  width: 8px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #003649;
  margin: auto;
}

.lead {
  font-size: 20px;
}

.grey-fine-print {
  color: #9FA9B2;
}

.swiper-pagination {
  z-index: 1 !important;
}

.wpb_content_element sup {
  vertical-align: revert;
  font-size: 10px;
}

body {
  overflow-x: hidden;
  background-color: white;
}

.container {
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: 100%;
}
.container.container--no-padding {
  padding-left: 0;
  padding-right: 0;
}

.pb-md {
  padding-bottom: 64px;
}

.pb-lg {
  padding-bottom: 96px;
}

.pt-md {
  padding-top: 64px;
}

.pt-lg {
  padding-top: 96px;
}

.mw-800 {
  max-width: 800px;
}

.mw-700 {
  max-width: 700px;
}

.mw-650 {
  max-width: 650px;
}

.mw-600 {
  max-width: 600px;
}

.mw-500 {
  max-width: 500px;
}

.mw-450 {
  max-width: 450px;
}

.mw-400 {
  max-width: 400px;
}

.mw-350 {
  max-width: 350px;
}

.mw-300 {
  max-width: 300px;
}

.mw-250 {
  max-width: 250px;
}

@media screen and (max-width: 767px) {
  .mw-800-mobile {
    max-width: 800px;
  }

  .mw-700-mobile {
    max-width: 700px;
  }

  .mw-650-mobile {
    max-width: 650px;
  }

  .mw-600-mobile {
    max-width: 600px;
  }

  .mw-500-mobile {
    max-width: 500px;
  }

  .mw-450-mobile {
    max-width: 450px;
  }

  .mw-400-mobile {
    max-width: 400px;
  }

  .mw-350-mobile {
    max-width: 350px;
  }

  .mw-300-mobile {
    max-width: 300px;
  }

  .mw-250-mobile {
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .margin-auto-mobile {
    margin: auto;
  }

  .text-align-center-mobile {
    text-align: center;
  }
}
.margin-auto {
  margin: auto;
}

@media screen and (min-width: 768px) {
  .hide-tablet {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .hide-desktop {
    display: none;
  }
}

.vc_column-inner {
  padding-top: 0 !important;
}

.wpb_content_element {
  margin-bottom: 0 !important;
}

.vc_row-o-equal-height .wpb_wrapper {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .reverse-row {
    display: flex;
    flex-direction: row-reverse;
  }
}

.row-features-slider {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.row-features-slider .vc_column-inner {
  padding: 0 !important;
}

.background-squiggles {
  background-color: #e0f0ed;
}
.background-squiggles ul.squiggles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
.background-squiggles ul.squiggles li {
  position: absolute;
  margin: auto;
  height: 100px;
  width: 100px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.background-squiggles ul.squiggles li:nth-child(1) {
  background-image: url("squiggles-1.c9edfb23.svg");
  top: 10%;
  bottom: auto;
  left: 10%;
}
@media screen and (max-width: 767px) {
  .background-squiggles ul.squiggles li:nth-child(1) {
    bottom: 2.5%;
    top: auto;
  }
}
.background-squiggles ul.squiggles li:nth-child(2) {
  background-image: url("squiggles-2.4a76b6dc.svg");
  top: 40%;
  left: 15%;
  height: 120px;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .background-squiggles ul.squiggles li:nth-child(2) {
    display: none;
  }
}
.background-squiggles ul.squiggles li:nth-child(3) {
  background-image: url("squiggles-3.e0fcc2cc.svg");
  top: 5%;
  right: 10%;
  height: 120px;
  left: auto;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .background-squiggles ul.squiggles li:nth-child(3) {
    top: 5%;
    right: -15%;
  }
}
.background-squiggles ul.squiggles li:nth-child(4) {
  background-image: url("squiggles-4.a62a57fd.svg");
  bottom: 10%;
  left: 10%;
  top: auto;
}
@media screen and (max-width: 767px) {
  .background-squiggles ul.squiggles li:nth-child(4) {
    top: 10%;
    left: 0%;
    bottom: auto;
  }
}
.background-squiggles ul.squiggles li:nth-child(5) {
  background-image: url("squiggles-5.a7b61ed7.svg");
  top: 50%;
  right: 10%;
  height: 120px;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .background-squiggles ul.squiggles li:nth-child(5) {
    display: none;
  }
}
.background-squiggles ul.squiggles li:nth-child(6) {
  background-image: url("squiggles-6.02db077f.svg");
  bottom: 10%;
  right: 10%;
  height: 120px;
  width: 140px;
}
@media screen and (max-width: 767px) {
  .background-squiggles ul.squiggles li:nth-child(6) {
    display: none;
  }
}
.background-squiggles.background-squiggles--contact-form ul.squiggles li {
  display: none;
}
.background-squiggles.background-squiggles--contact-form ul.squiggles li:nth-child(1) {
  background-image: url("squiggles-2.4a76b6dc.svg");
  bottom: 10%;
  left: 10%;
  height: 120px;
  width: 160px;
  display: block;
  top: auto;
}
@media screen and (max-width: 767px) {
  .background-squiggles.background-squiggles--contact-form ul.squiggles li:nth-child(1) {
    display: none;
  }
}
.background-squiggles.background-squiggles--contact-form ul.squiggles li:nth-child(2) {
  background-image: url("squiggles-3.e0fcc2cc.svg");
  top: 50px;
  right: 10%;
  height: 120px;
  left: auto;
  width: 200px;
  display: block;
}
@media screen and (max-width: 767px) {
  .background-squiggles.background-squiggles--contact-form ul.squiggles li:nth-child(2) {
    top: 5%;
    right: -15%;
  }
}
.background-squiggles.background-squiggles--sample-pack-form ul.squiggles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
.background-squiggles.background-squiggles--sample-pack-form ul.squiggles li {
  position: absolute;
  margin: auto;
  height: 100px;
  width: 100px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: none;
}
.background-squiggles.background-squiggles--sample-pack-form ul.squiggles li:nth-child(1) {
  background-image: url("squiggles-1.c9edfb23.svg");
  top: 10%;
  bottom: auto;
  left: 10%;
  display: block;
}
.background-squiggles.background-squiggles--sample-pack-form ul.squiggles li:nth-child(2) {
  background-image: url("squiggles-2.4a76b6dc.svg");
  top: auto;
  bottom: 10%;
  left: 10%;
  height: 120px;
  width: 160px;
  display: block;
}
.background-squiggles.background-squiggles--sample-pack-form ul.squiggles li:nth-child(3) {
  background-image: url("squiggles-3.e0fcc2cc.svg");
  top: 50%;
  right: 8%;
  height: 120px;
  left: auto;
  width: 200px;
  display: block;
}
@media screen and (max-width: 767px) {
  .background-squiggles.background-squiggles--sample-pack-form ul.squiggles li:nth-child(3) {
    top: 40%;
    right: -25%;
  }
}
.background-squiggles.background-squiggles--sample-pack-form ul.squiggles li:nth-child(4) {
  background-image: url("squiggles-4.a62a57fd.svg");
  bottom: 10%;
  left: 10%;
  top: auto;
}
@media screen and (max-width: 767px) {
  .background-squiggles.background-squiggles--sample-pack-form ul.squiggles li:nth-child(4) {
    top: 10%;
    left: 0%;
    bottom: auto;
  }
}
.background-squiggles.background-squiggles--sample-pack-form ul.squiggles li:nth-child(5) {
  background-image: url("squiggles-5.a7b61ed7.svg");
  top: 50%;
  right: 10%;
  height: 120px;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .background-squiggles.background-squiggles--sample-pack-form ul.squiggles li:nth-child(5) {
    display: none;
  }
}
.background-squiggles.background-squiggles--sample-pack-form ul.squiggles li:nth-child(6) {
  background-image: url("squiggles-6.02db077f.svg");
  bottom: 10%;
  right: 10%;
  height: 120px;
  width: 140px;
}
@media screen and (max-width: 767px) {
  .background-squiggles.background-squiggles--sample-pack-form ul.squiggles li:nth-child(6) {
    display: none;
  }
}

.swiper-container {
  display: flex !important;
}

@media screen and (max-width: 766px) {
  #made-for-messy.vc_row {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
#made-for-messy h2.heading--font-primary {
  margin-bottom: 30px;
}

@media screen and (max-width: 766px) {
  #where-to-buy.vc_row {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.object-fit-cover {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.object-fit-cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.object-fit-contain {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.object-fit-contain img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

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

.max-width-600 {
  max-width: 600px;
}

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

.margin-0-auto {
  margin: 0 auto;
}

.img-max-width-700 img,
.img-max-width-600 img,
.img-max-width-500 img {
  display: block;
  height: auto;
  width: 100%;
}

.img-max-width-700 img {
  max-width: 700px;
}

.img-max-width-600 img {
  max-width: 600px;
}

.img-max-width-500 img {
  max-width: 500px;
}

.img-margin-0-auto img {
  margin: 0 auto;
}

img.gform_ajax_spinner {
  display: none !important;
}

input {
  font-size: 14px;
  font-family: var(--font-family-body);
}

input[type=submit] {
  cursor: pointer;
}

.gfield_consent_description {
  font-size: 12px;
  padding-top: 2px;
  padding-left: 44px;
  line-height: 1.5;
}

.submitted {
  background-color: #003649;
  border-radius: 8px;
  width: 160px;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
  padding: 16px 32px;
  font-weight: 700;
  font-size: 18px;
}

.gform_confirmation_message {
  padding-top: 0;
  margin-top: -24px;
  text-align: center;
}

.gform_confirmation_message_1 {
  color: white;
}

.grecaptcha-badge {
  opacity: 0;
}

.ginput_container_fileupload .gform_drop_area .button {
  background-size: 100% 200%;
  background-position: 50% 0%;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  display: block;
  background-image: url("button-b.01c38a7b.svg");
  text-indent: 0;
  color: #003649;
  background-color: transparent;
  margin-bottom: 10px;
}
.ginput_container_fileupload .gform_drop_area .button:hover {
  background-position: 50% 100%;
  color: #FFFFFF;
}

.portugal-site .ginput_container_fileupload .gform_drop_area .button {
  cursor: pointer;
  font-size: 14px;
}
.portugal-site .ginput_container_fileupload .gform_fileupload_rules {
  font-size: 14px;
}

h2.gform_submission_error {
  text-align: center;
  font-size: 22px;
  padding-bottom: 20px;
}
@media screen and (max-width: 766px) {
  h2.gform_submission_error {
    font-size: 18px;
  }
}

.heading {
  line-height: 1.2;
}
.heading span.underline {
  position: absolute;
  left: -5%;
  right: -5%;
  height: 16px;
  bottom: -12px;
  margin: auto;
}
.heading span.underline svg {
  display: block;
  height: 100%;
  width: 100%;
}

h1.heading.heading--font-primary, h2.heading.heading--font-primary, h3.heading.heading--font-primary, h4.heading.heading--font-primary, h5.heading.heading--font-primary, h6.heading.heading--font-primary {
  text-transform: uppercase;
}
h1.heading.heading--font-secondary, h2.heading.heading--font-secondary, h3.heading.heading--font-secondary, h4.heading.heading--font-secondary, h5.heading.heading--font-secondary, h6.heading.heading--font-secondary {
  font-weight: 400;
}

h1 {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}
h1:not(:last-child) {
  margin-bottom: 0.65em;
}

h2 {
  font-size: 30px;
}
h2:not(:last-child) {
  margin-bottom: 0.65em;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 24px;
}
h3:not(:last-child) {
  margin-bottom: 0.65em;
}

h4 {
  font-size: 20px;
  line-height: 1.25;
}
h4:not(:last-child) {
  margin-bottom: 0.65em;
}

h1.heading--font-primary {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  h1.heading--font-primary {
    font-size: 40px;
  }
}
h1.heading--font-primary:not(:last-child) {
  margin-bottom: 0.65em;
}

h2.heading--font-primary {
  font-size: 30px;
}
h2.heading--font-primary:not(:last-child) {
  margin-bottom: 0.65em;
}
@media screen and (min-width: 768px) {
  h2.heading--font-primary {
    font-size: 40px;
  }
}

h3.heading--font-primary {
  font-size: 24px;
}
h3.heading--font-primary:not(:last-child) {
  margin-bottom: 0.65em;
}

h4.heading--font-primary {
  font-size: 20px;
  line-height: 1.25;
}
h4.heading--font-primary:not(:last-child) {
  margin-bottom: 0.65em;
}

h1.heading--font-secondary {
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  h1.heading--font-secondary {
    font-size: 50px;
  }
}
h1.heading--font-secondary:not(:last-child) {
  margin-bottom: 0.65em;
}

h2.heading--font-secondary {
  font-size: 40px;
}
h2.heading--font-secondary:not(:last-child) {
  margin-bottom: 0.65em;
}
@media screen and (min-width: 768px) {
  h2.heading--font-secondary {
    font-size: 50px;
  }
}

h3.heading--font-secondary {
  font-size: 24px;
}
h3.heading--font-secondary:not(:last-child) {
  margin-bottom: 0.65em;
}

h4.heading--font-secondary {
  font-size: 30px;
  line-height: 1.25;
}
h4.heading--font-secondary:not(:last-child) {
  margin-bottom: 0.65em;
}

.heading {
  display: inline-block;
  position: relative;
}
.heading.heading--font-primary {
  font-family: var(--font-family-primary);
  text-transform: uppercase;
}
.heading.heading--font-secondary {
  font-family: var(--font-family-secondary);
}
.heading.heading--underline:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: auto 10px;
  position: absolute;
  padding-bottom: 10px;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
}
.heading.heading--colour-light {
  color: #FFFFFF;
}
.heading.heading--underline-wrap {
  display: inline;
  background-repeat: no-repeat;
  background-position: 0% 100%, 50% 100%, 99.9% 100%;
  background-size: 20px 6px, auto 6px, 20px 6px;
  padding-bottom: 10px;
  line-height: 1.75;
}
.heading.heading--underline-wrap span {
  display: inline-block;
  padding-left: 0.125em;
  padding-right: 0.125em;
  position: relative;
}
.heading.heading--underline-wrap span span.underline {
  position: absolute;
  bottom: 0;
  margin: auto;
  left: -10%;
  right: -10%;
}
.heading.heading--underline-wrap span:nth-child(1) span.underline {
  left: -5%;
}
.heading.heading--underline-wrap span:nth-last-child(1) span.underline {
  right: -5%;
}
@media screen and (min-width: 1024px) {
  .heading.heading--underline-wrap {
    background-size: 20px 6px, 98% 6px, 20px 6px;
  }
}
.heading.heading--banner-a {
  line-height: 1.25;
  padding: 0.4em 1.5em 0.15em 1.4em;
  display: inline-block;
  color: #FFFFFF;
}
@media screen and (max-width: 444px) {
  .heading.heading--banner-a {
    padding: 0.5em 1.5em 0.3em 1.4em;
  }
}
.heading.heading--scribble-a {
  background-size: 100% 100%;
  line-height: 1.25;
  padding: 0.4em 0.8em 0.2em;
  display: inline-block;
  position: relative;
}
.heading.heading--scribble-a span.span-svg {
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
}
.heading.heading--scribble-a span.span-text {
  display: block;
  position: relative;
}

.blog--divider {
  background-image: url("rf_line_fullwidth.f6d9717a.svg");
  display: block;
  width: 100%;
  height: 7px;
  background-size: contain;
  margin-bottom: 40px;
}

.page-id-487 .pack_sizes_dc4e__size .heading--underline-e:after {
  background-image: url("line-600.5b159cb3.svg") !important;
}

@media (max-width: 767px) {
  h4.nappy-calc {
    font-size: 16px !important;
  }
}
.button-a,
.button-b,
.button-a-white {
  display: inline-block;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  padding: 0 1.25em;
  text-decoration: none;
  min-width: 140px;
  position: relative;
  text-align: center;
}
.button-a .button-inner-text,
.button-b .button-inner-text,
.button-a-white .button-inner-text {
  transition: color ease 300ms;
}
.button-a svg path,
.button-b svg path,
.button-a-white svg path {
  fill: transparent;
  transition: fill ease 300ms;
}
.button-a:hover, .button-a.active,
.button-b:hover,
.button-b.active,
.button-a-white:hover,
.button-a-white.active {
  color: #FFFFFF;
}
.button-a:hover .button-inner-text, .button-a.active .button-inner-text,
.button-b:hover .button-inner-text,
.button-b.active .button-inner-text,
.button-a-white:hover .button-inner-text,
.button-a-white.active .button-inner-text {
  color: #FFFFFF;
}
.button-a:hover svg path, .button-a.active svg path,
.button-b:hover svg path,
.button-b.active svg path,
.button-a-white:hover svg path,
.button-a-white.active svg path {
  fill: #003649;
}

.button-a-white {
  color: #FFFFFF;
}
.button-a-white .button-inner-text svg {
  display: none;
}
.button-a-white:hover .button-inner-text {
  color: #003649;
}
.button-a-white:hover .button-inner-text svg {
  display: none;
}
.button-a-white:hover svg path {
  fill: #FFFFFF;
}

.button-inner-svg {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.button-inner-text {
  position: relative;
}

.menu-cta-button a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 2em;
  text-decoration: none;
}
.menu-cta-button a .button-inner-text {
  transition: color ease 300ms;
}
.menu-cta-button a svg path {
  fill: transparent;
  transition: fill ease 300ms;
}
.menu-cta-button a:hover, .menu-cta-button a.active {
  color: #FFFFFF;
}
.menu-cta-button a:hover .button-inner-text, .menu-cta-button a.active .button-inner-text {
  color: #FFFFFF;
}
.menu-cta-button a:hover svg path, .menu-cta-button a.active svg path {
  fill: #003649;
}

.link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  font-size: 18px;
}
.link span.underline {
  position: absolute;
  left: -5%;
  right: -5%;
  height: 8px;
  bottom: -12px;
  margin: auto;
  transition: all ease 150ms;
}
.link span.underline svg {
  display: block;
  height: 100%;
  width: 100%;
}
.link.link--small {
  font-size: 16px;
}
.link:hover span.underline {
  left: calc(-5% - 8px);
  right: calc(-5% - 8px);
}

.anchor.anchor--underline {
  font-weight: 700;
  background-position: 100% 0%;
  padding-bottom: 8px;
  background-size: auto 8px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  text-decoration: none;
}
.anchor.anchor--underline-a:hover {
  background-image: url("line-100.03d52d7d.svg");
}
.anchor.anchor--underline-b:hover {
  background-image: url("line-150.219dc888.svg");
}
.anchor.anchor--underline-c:hover {
  background-image: url("line-200.3554c57c.svg");
}
.anchor.anchor--underline-d:hover {
  background-image: url("line-300.79566b6c.svg");
}
.anchor.anchor--underline-e:hover {
  background-image: url("line-400.bd03bd88.svg");
}
.anchor.anchor--underline-f:hover {
  background-image: url("line-500.daf7b000.svg");
}
.anchor.anchor--underline-g:hover {
  background-image: url("line-600.5b159cb3.svg");
}
.anchor.anchor--underline-h:hover {
  background-image: url("line-700.c6e68e47.svg");
}
.anchor.anchor--underline-i:hover {
  background-image: url("line-900.fbf74f80.svg");
}

.swiper-container .swiper-scrollbar {
  background-color: #E8E8E9;
  height: 10px !important;
}
.swiper-container .swiper-scrollbar-drag {
  background-color: #3E9DEF;
}

.page-header-inner {
  padding-top: 64px;
  padding-bottom: 64px;
  min-height: 420px;
  display: flex;
  align-items: center;
}

.page-header__text {
  flex: 0 0 50%;
  max-width: 600px;
}

.page-header__image {
  flex: 0 0 50%;
}
.page-header__image img {
  width: 100%;
}

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

.common-card-image {
  height: 200px;
  width: 200px;
  border-radius: 100px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 1.25em;
}
.common-card-image img {
  width: 100%;
}

.common-card-text {
  margin-bottom: 1em;
}

.common-cta-strip {
  padding-top: 48px;
  padding-bottom: 48px;
}
.common-cta-strip h3 {
  margin-bottom: 1.25em;
}

.common-cta-social {
  border: 1px solid #3E9DEF;
  padding: 16px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .common-cta-social h3 {
    font-size: 16px;
  }
}
.common-cta-social .common-cta-social-image {
  flex: 0 0 100px;
}
@media screen and (min-width: 768px) {
  .common-cta-social .common-cta-social-image {
    flex: 0 0 300px;
  }
}
.common-cta-social .common-cta-social-image img {
  width: 100%;
}
.common-cta-social .common-cta-social-text {
  flex: 1;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .common-cta-social .common-cta-social-text {
    padding-left: 48px;
  }
}

.common-image {
  display: flex;
}
.common-image.align-left {
  justify-content: flex-start;
}
.common-image.align-right {
  justify-content: flex-end;
}
.common-image.align-center {
  justify-content: center;
}
.common-image .common-image-inner img {
  width: 100%;
  display: block;
}

.common-posts {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.common-posts .post {
  padding: 0 12px;
  flex: 0 0 100%;
}
.common-posts .post:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .common-posts .post {
    flex: 0 0 33.333333%;
  }
  .common-posts .post:not(:last-child) {
    margin-bottom: 0;
  }
}
.common-posts .card {
  border: 1px solid #3E9DEF;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.common-posts .card-image {
  position: relative;
  padding-top: 66.66%;
}
.common-posts .card-image .card-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.common-posts .card-text {
  padding: 16px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.common-posts .card-text-top {
  margin-bottom: 12px;
}
.common-posts .card-text-top h4 {
  min-height: 2em;
}

.common-card-product-categories {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
@media screen and (min-width: 480px) {
  .common-card-product-categories {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.common-card-product-category {
  position: relative;
  padding: 0 8px;
  flex: 0 0 50%;
  margin-bottom: 32px;
}
@media screen and (min-width: 480px) {
  .common-card-product-category {
    padding: 0 12px;
  }
}
@media screen and (min-width: 1024px) {
  .common-card-product-category {
    flex: 0 0 25%;
  }
}

.common-card-product-category-mobile-image {
  display: block;
}
@media screen and (min-width: 768px) {
  .common-card-product-category-mobile-image {
    display: none;
  }
}
.common-card-product-category-mobile-image img {
  width: 100%;
}

.common-card-product-category-desktop-image {
  position: absolute;
  right: -20px;
  bottom: -30px;
  margin: auto;
  width: 120px;
  display: none;
}
.common-card-product-category-desktop-image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .common-card-product-category-desktop-image {
    display: block;
  }
}

.common-card-product-category-text {
  text-align: center;
  padding: 16px 0 24px 0;
}
@media screen and (min-width: 768px) {
  .common-card-product-category-text {
    height: 100%;
    text-align: left;
    border: 1px solid #3E9DEF;
    padding: 24px 24px 80px 24px;
  }
}
.common-card-product-category-text h4 {
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  .common-card-product-category-text h4 {
    font-size: 18px;
  }
}
.common-card-product-category-text p {
  font-size: 14px;
  min-height: 100px;
  display: none;
}
@media screen and (min-width: 768px) {
  .common-card-product-category-text p {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .common-card-product-category-text p {
    min-height: 200px;
  }
}

.common-card-product-category-links a {
  display: inline-block;
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (min-width: 480px) {
  .common-card-product-category-links a {
    padding: 0 0.25em;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .common-card-product-category-links a {
    padding: 0;
    display: block;
  }
}

.common-card-slide-image {
  max-width: 200px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.common-card-slide-image img {
  display: block;
  width: 100%;
}

.common-card-text {
  padding-top: 24px;
  text-align: center;
}

.common-card-slide {
  padding-bottom: 32px;
  padding-left: 12px;
  padding-right: 12px;
}

.common-icon {
  display: flex;
}
.common-icon.icon-alignment--left {
  justify-content: left;
}
.common-icon.icon-alignment--center {
  justify-content: center;
}
.common-icon.icon-alignment--right {
  justify-content: right;
}

.common-icon-inner img {
  display: block;
  width: 100%;
}

.features {
  display: flex;
  flex-wrap: wrap;
}
.features .feature {
  display: block;
  align-items: center;
  flex: 0 0 25%;
}
.features .feature .feature-image {
  flex: 0 0 64px;
  max-width: 64px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 1023px) {
  .features .feature .feature-image {
    margin: 0 auto;
  }
}
.features .feature .feature-image img {
  width: 100%;
}
.features .feature .feature-heading {
  flex: 1;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}
.features .feature .feature-heading h4 {
  font-size: 14px;
  text-align: center;
  padding-top: 8px;
  max-width: 140px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .features .feature .feature-heading h4 {
    max-width: auto;
    padding-top: 0;
    font-size: 16px;
  }
}

.features.features--home-contains-no-nasties .feature {
  flex: 0 0 50%;
}
@media screen and (min-width: 1024px) {
  .features.features--home-contains-no-nasties .feature {
    display: flex;
  }
}
.features.features--home-contains-no-nasties .feature:nth-child(1) {
  margin-bottom: 64px;
}
.features.features--home-contains-no-nasties .feature:nth-child(2) {
  margin-bottom: 64px;
}

.quote-slider .swiper-pagination {
  position: static;
}

.quote-slide {
  text-align: center;
  margin-bottom: 24px;
}
.quote-slide .quote {
  max-width: 700px;
  margin: 0 auto 1em;
}

.quote-slider .stars {
  background-image: url("stars.f3400a0c.png");
  background-size: contain;
  background-position: center center;
  height: 32px;
  width: 180px;
  margin: 0 auto 24px;
  position: relative;
}
.quote-slider .stars:after {
  content: "";
  display: block;
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.quote-slider .stars.stars--0-5:after {
  width: 90%;
}
.quote-slider .stars.stars--1:after {
  width: 80%;
}
.quote-slider .stars.stars--1-5:after {
  width: 70%;
}
.quote-slider .stars.stars--2:after {
  width: 60%;
}
.quote-slider .stars.stars--2-5:after {
  width: 50%;
}
.quote-slider .stars.stars--3:after {
  width: 40%;
}
.quote-slider .stars.stars--3-5:after {
  width: 30%;
}
.quote-slider .stars.stars--4:after {
  width: 20%;
}
.quote-slider .stars.stars--4-5:after {
  width: 10%;
}
.quote-slider .stars.stars--5:after {
  width: 0%;
}

.common-post-slider .swiper-slide {
  height: auto;
}

.common-post-slide {
  border: 1px solid #3E9DEF;
  height: 100%;
}

.common-post-slide-image img {
  display: block;
  width: 100%;
}

.common-post-text {
  padding: 24px;
}

.common-post-slider .swiper-pagination {
  position: static;
  padding-top: 24px;
}

.common-image-offset {
  position: relative;
  height: 100%;
  width: 100%;
}

.common-image-offset-inner {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .common-image-offset-inner {
    margin: auto;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }
}

.common-image-offset.offset-left .common-image-offset-inner {
  right: 0;
}
@media screen and (min-width: 768px) {
  .common-image-offset.offset-left .common-image-offset-inner {
    width: calc(100% + 20px);
  }
}
@media screen and (min-width: 1024px) {
  .common-image-offset.offset-left .common-image-offset-inner {
    width: calc(100% + (100vw - 980px) / 2);
  }
}

.common-image-offset.offset-right .common-image-offset-inner {
  left: 0;
}
@media screen and (min-width: 768px) {
  .common-image-offset.offset-right .common-image-offset-inner {
    width: calc(100% + 20px);
  }
}
@media screen and (min-width: 1024px) {
  .common-image-offset.offset-right .common-image-offset-inner {
    width: calc(100% + (100vw - 980px) / 2);
  }
}

.size-guide {
  max-width: 800px;
  margin: 0 auto;
}

.size-guide-head {
  display: flex;
  padding-bottom: 16px;
}

.size-guide-head-spacer {
  flex: 0 0 160px;
}

.size-guide-head-column {
  flex: 1;
  text-align: center;
  color: #3E9DEF;
}

.size-guide-row {
  display: flex;
}
.size-guide-row .row-heading {
  flex: 0 0 160px;
  display: flex;
  align-items: center;
}
.size-guide-row .row-heading h3 {
  margin-bottom: 0;
}

.row-item {
  flex: 1;
  padding: 8px;
}
.row-item span {
  background-color: #F5FAFE;
  display: block;
  padding-top: 50%;
  width: 100%;
  position: relative;
}
.row-item.row-item-true span {
  background-color: #E7F3FD;
  border: 1px solid #3E9DEF;
}
.row-item.row-item-true span:before, .row-item.row-item-true span:after {
  background-color: #3E9DEF;
  content: "";
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.row-item.row-item-true span:before {
  width: 20px;
  transform: translateX(4px) rotate(-45deg);
}
.row-item.row-item-true span:after {
  width: 10px;
  transform: translateX(-5px) translateY(4px) rotate(45deg);
}

.nappy-calculator {
  max-width: 500px;
  margin: 0 auto;
}
.nappy-calculator select {
  border: 1px solid #3E9DEF;
  height: 48px;
  width: 100%;
  appearance: none;
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #3E9DEF;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  /* icon size, then gradient */
  text-indent: 0.75em;
  margin-bottom: 40px;
}
.nappy-calculator select:focus {
  outline: 0;
}

.weight-units {
  display: flex;
  border: 1px solid #3E9DEF;
  max-width: 160px;
  margin: 0 auto;
}
.weight-units .weight-unit {
  color: #3E9DEF;
  cursor: pointer;
  flex: 0 0 50%;
  padding: 0 16px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
}
.weight-units .weight-unit:hover, .weight-units .weight-unit.active {
  background-color: #E6F4FD;
}

.product-animations {
  max-width: 700px;
  margin: 0 auto;
}

.product-animation {
  display: flex;
  padding-top: 5%;
  padding-bottom: 5%;
}
.product-animation.left {
  justify-content: flex-start;
}
.product-animation.right {
  justify-content: flex-end;
}
.product-animation .product {
  position: relative;
  width: 45%;
}
.product-animation .product-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40%;
}
.product-animation .product-drop-1,
.product-animation .product-drop-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
}
.product-animation .product-no-nasties-just-love {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50%;
}

.product-animation--feathers-right .product-feather-1,
.product-animation--feathers-right .product-feather-2 {
  position: absolute;
  margin: auto;
  width: 30%;
}
.product-animation--feathers-right .product-feather-2 {
  top: -10%;
  left: -50%;
}
.product-animation--feathers-right .product-feather-path-1 {
  width: 30%;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}
.product-animation--feathers-right .product-feather-path-2 {
  width: 100%;
  position: absolute;
  top: -10%;
  left: -50%;
  margin: auto;
}

/* strech row styles */
@media only screen and (min-width: 1024px) {
  #hero,
.stretched-row {
    width: 100vw !important;
    left: calc(-1 * calc(100vw - 1100px)/2);
    margin-left: -20px !important;
  }
}
@media only screen and (max-width: 1024px) {
  #hero, .stretched-row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
#hero > .wpb_column > .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.stretched-row > .wpb_column > .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1100px;
  margin: auto;
}

#hero .swiper-slide.swiper-slide-active,
.stretched-row .swiper-slide.swiper-slide-active {
  width: 100vw !important;
}

.section--content {
  overflow: hidden;
}

.no-nasties {
  position: relative;
}
.no-nasties .text_image_d9f0__text {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .no-nasties .text_image_d9f0__text {
    flex: 0 0 40%;
    padding: 0 70px 0 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .no-nasties .text_image_d9f0__text .text_image_d9f0__text_inner {
    padding-top: 240px;
  }
}
.no-nasties .text_image_d9f0__text:after {
  position: absolute;
  margin: auto;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .no-nasties .text_image_d9f0__image {
    flex: 0 0 60%;
  }
}
.no-nasties .text_image_d9f0_icons {
  height: 240px;
  width: 240px;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .no-nasties .text_image_d9f0_icons {
    height: 400px;
    width: 110px;
    left: auto;
    right: -55px;
    top: -30px;
    bottom: 0;
  }
}
.no-nasties .text_image_d9f0_icons span {
  display: block;
  flex: 0 0 50%;
  height: 120px;
  width: 120px;
  margin: auto;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .no-nasties .text_image_d9f0_icons span {
    height: 115px;
    width: 115px;
    flex: 0 0 100%;
  }
}
.no-nasties .text_image_d9f0_icons span:nth-child(1) {
  background-image: url("Derma-cert_Icon_GIF.783e6317.gif");
}
.no-nasties .text_image_d9f0_icons span:nth-child(2) {
  background-image: url("No-Lotion_Icon_GIF.c838d1d7.gif");
}
.no-nasties .text_image_d9f0_icons span:nth-child(3) {
  background-image: url("No-Latex_Icon_GIFs.2a1f69d7.gif");
}
.no-nasties .text_image_d9f0_icons span:nth-child(4) {
  background-image: url("No-Fragrance_Icon_GIF.c12aacec.gif");
}
.no-nasties.green .text_image_d9f0_icons span:nth-child(1) {
  background-image: url("Derma-cert_Icon_GIF_Eco.1e4381fb.gif");
}
.no-nasties.green .text_image_d9f0_icons span:nth-child(2) {
  background-image: url("No-Lotions_Icon_GIFs_Eco.070c8cfa.gif");
}
.no-nasties.green .text_image_d9f0_icons span:nth-child(3) {
  background-image: url("No-Latex_Icon_GIFs_Eco.ddda9d14.gif");
}
.no-nasties.green .text_image_d9f0_icons span:nth-child(4) {
  background-image: url("No-Fragrance_Icon_GIFs_Eco.2ceef0f8.gif");
}
.no-nasties.grey .text_image_d9f0_icons span:nth-child(1) {
  background-image: url("Derma-cert_Icon_GIF_Pants.c69a5d14.gif");
}
.no-nasties.grey .text_image_d9f0_icons span:nth-child(2) {
  background-image: url("no-lotions-pants_Icon_GIFs.585d229e.gif");
}
.no-nasties.grey .text_image_d9f0_icons span:nth-child(3) {
  background-image: url("no-latex-pants_Icon_GIFs.88f3449a.gif");
}
.no-nasties.grey .text_image_d9f0_icons span:nth-child(4) {
  background-image: url("No-Fragrance_Pants_Icon_GIFs.7e730400.gif");
}
.no-nasties.sensitive .text_image_d9f0_icons span:nth-child(1) {
  background-image: url("No-Fragrance_Icon_GIF.3da6518a.gif");
}
.no-nasties.sensitive .text_image_d9f0_icons span:nth-child(2) {
  background-image: url("NO-PARABENS_Icon_GIFs.23c9c35d.gif");
}
.no-nasties.sensitive .text_image_d9f0_icons span:nth-child(3) {
  background-image: url("NO-PHLATES_Icon_GIFs.c2492cd7.gif");
}
.no-nasties.sensitive .text_image_d9f0_icons span:nth-child(4) {
  background-image: url("NO-ALCOHOL_Icon_GIFs.de1f1fae.gif");
}

@media screen and (min-width: 768px) {
  .text_image_d9f0.text-and-image--help-advice .text_image_d9f0__text {
    padding-left: 120px !important;
  }
}

.text_image_d9f0.text-and-image--help-advice .text_image_d9f0__text p.facebook-logo {
  padding-left: 70px;
  position: relative;
}
.text_image_d9f0.text-and-image--help-advice .text_image_d9f0__text p.facebook-logo:before {
  content: "";
  background-image: url("facebook-dark.0b982aff.svg");
  background-size: contain;
  background-position: 50% 50%;
  display: block;
  height: 54px;
  width: 54px;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}

.text_image_d9f0.text-and-image--help-advice .text_image_d9f0__text p.instagram-logo {
  padding-left: 70px;
  position: relative;
}
.text_image_d9f0.text-and-image--help-advice .text_image_d9f0__text p.instagram-logo:before {
  content: "";
  background-image: url("instagram-dark-icon.bb0b3bb0.svg");
  background-size: contain;
  background-position: 50% 50%;
  display: block;
  height: 54px;
  width: 54px;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
@media (max-width: 767px) {
  .text_image_d9f0.text-and-image--help-advice .text_image_d9f0__text p.instagram-logo:before {
    height: 40px;
    width: 40px;
    top: -80px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .text_image_d9f0.text-and-image--help-advice .text_image_d9f0__text p.instagram-logo {
    padding-left: 0;
    padding-top: 54px;
    padding-bottom: 20px;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .text_image_d9f0.text-and-image--help-advice .text_image_d9f0__text_inner {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .text_image_d9f0.text-and-image--help-advice .text_image_d9f0__text_inner .facebook-logo {
    display: inline-block;
  }
}

.size-guide-cta {
  border: 3px solid #FFFFFF;
  border-radius: 36px;
  max-width: 400px;
  padding: 48px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-top: 80px;
  margin-bottom: 96px !important;
}
.size-guide-cta:after {
  content: "";
  background-image: url("dots.0d0f3db7.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  position: absolute;
  height: 64px;
  left: 24px;
  right: 24px;
  bottom: -32px;
}

.rascal-styles li.gfield_visibility_hidden,
.rascal-styles .gfield_visibility_hidden {
  display: none !important;
}
.rascal-styles .hidden_label > label,
.rascal-styles .hidden_label > legend {
  display: none;
}
.rascal-styles .gfield_html {
  padding: 8px 0.5em 0 !important;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .rascal-styles .gfield_html {
    font-size: 22px;
  }
}
.rascal-styles .gform_footer {
  padding: 0 8px;
}
.rascal-styles input[type=text],
.rascal-styles input[type=email] {
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #003649;
  color: #003649;
  font-family: var(--font-family-body);
  font-size: 16px;
  text-align: center;
  height: 48px;
  width: 100%;
  border-radius: 0;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.rascal-styles input[type=text]:focus,
.rascal-styles input[type=email]:focus {
  outline: 0;
}
.rascal-styles input[type=checkbox] + label {
  position: relative;
  padding-left: 44px;
  display: block;
  font-size: 12px;
  cursor: pointer;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.rascal-styles input[type=checkbox] {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  outline: none;
  border: none;
}
.rascal-styles input[type=checkbox] + label:before {
  content: "";
  border: 3px solid #003649;
  border-radius: 4px;
  background-color: transparent;
  display: block;
  height: 32px;
  width: 32px;
  top: -5px;
  left: 0;
  position: absolute;
  margin: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.rascal-styles input[type=checkbox]:checked + label:before {
  background-image: url("checkbox-check.9d27ea7d.png");
  background-size: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.rascal-styles input[type=submit] {
  background-size: 100% 200%;
  background-position: 50% 0%;
  border: 0;
  font-size: 18px;
  font-weight: 700;
  display: block;
  background-image: url("button-b.01c38a7b.svg");
  text-indent: 0;
  color: #003649;
  background-color: transparent;
}
.rascal-styles input[type=submit]:hover {
  background-position: 50% 100%;
  color: #FFFFFF;
}
.rascal-styles textarea {
  border: 3px solid #003649;
  border-radius: 4px;
  color: #003649;
  font-family: var(--font-family-body);
  font-size: 16px;
  padding: 16px;
  width: 100%;
}
.rascal-styles textarea:focus {
  outline: 0;
}
.rascal-styles select {
  border: 3px solid #003649;
  background-image: url("select-arrow.e1c473af.png");
  background-color: #E0F0ED;
  background-position: calc(100% - 16px) 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  border-radius: 4px;
  font-family: var(--font-family-body);
  color: #003649;
  height: 48px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  text-indent: 1em;
}
.rascal-styles select:focus {
  outline: 0;
}
.rascal-styles .validation_error,
.rascal-styles .validation_message {
  background-color: #003649;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 8px 8px;
  text-align: center;
  display: block;
  margin-top: 4px;
  margin-bottom: 32px;
  line-height: 1;
}
.rascal-styles .validation_error {
  background-color: #003649;
}
.rascal-styles .ginput_container_fileupload .validation_message {
  padding: 0;
}
.rascal-styles input[type=button] {
  background-color: transparent;
  color: #003649;
  cursor: pointer;
  height: 48px;
  border-radius: 4px;
  border: 3px solid #003649;
  font-weight: 700;
  text-align: center;
  padding: 8px 2em;
  display: inline-block;
}
.rascal-styles .gform_drop_instructions {
  display: none;
}
.rascal-styles .screen-reader-text {
  display: none;
}

.feedback-form {
  max-width: 700px;
  margin: 0 auto;
}
.feedback-form ul.gform_fields,
.feedback-form .gform_fields {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.feedback-form ul.gform_fields li,
.feedback-form ul.gform_fields .gfield,
.feedback-form .gform_fields li,
.feedback-form .gform_fields .gfield {
  display: block;
  padding: 0 0.5em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .feedback-form ul.gform_fields li.mb-0-m,
.feedback-form ul.gform_fields .gfield.mb-0-m,
.feedback-form .gform_fields li.mb-0-m,
.feedback-form .gform_fields .gfield.mb-0-m {
    margin-bottom: 0;
  }
  .feedback-form ul.gform_fields li.mb-1-m,
.feedback-form ul.gform_fields .gfield.mb-1-m,
.feedback-form .gform_fields li.mb-1-m,
.feedback-form .gform_fields .gfield.mb-1-m {
    margin-bottom: 1em;
  }
  .feedback-form ul.gform_fields li.mb-2-m,
.feedback-form ul.gform_fields .gfield.mb-2-m,
.feedback-form .gform_fields li.mb-2-m,
.feedback-form .gform_fields .gfield.mb-2-m {
    margin-bottom: 2em;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .feedback-form ul.gform_fields li.mb-0-t,
.feedback-form ul.gform_fields .gfield.mb-0-t,
.feedback-form .gform_fields li.mb-0-t,
.feedback-form .gform_fields .gfield.mb-0-t {
    margin-bottom: 0;
  }
  .feedback-form ul.gform_fields li.mb-1-t,
.feedback-form ul.gform_fields .gfield.mb-1-t,
.feedback-form .gform_fields li.mb-1-t,
.feedback-form .gform_fields .gfield.mb-1-t {
    margin-bottom: 1em;
  }
  .feedback-form ul.gform_fields li.mb-2-t,
.feedback-form ul.gform_fields .gfield.mb-2-t,
.feedback-form .gform_fields li.mb-2-t,
.feedback-form .gform_fields .gfield.mb-2-t {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .feedback-form ul.gform_fields li.mb-0-d,
.feedback-form ul.gform_fields .gfield.mb-0-d,
.feedback-form .gform_fields li.mb-0-d,
.feedback-form .gform_fields .gfield.mb-0-d {
    margin-bottom: 0;
  }
  .feedback-form ul.gform_fields li.mb-1-d,
.feedback-form ul.gform_fields .gfield.mb-1-d,
.feedback-form .gform_fields li.mb-1-d,
.feedback-form .gform_fields .gfield.mb-1-d {
    margin-bottom: 1em;
  }
  .feedback-form ul.gform_fields li.mb-2-d,
.feedback-form ul.gform_fields .gfield.mb-2-d,
.feedback-form .gform_fields li.mb-2-d,
.feedback-form .gform_fields .gfield.mb-2-d {
    margin-bottom: 2em;
  }
}

.feedback-form .gform_footer {
  text-align: center;
}
.feedback-form input[type=submit] {
  display: inline-block;
  padding-left: 3em;
  padding-right: 3em;
}

.margin-bottom-1em {
  margin-bottom: 1em !important;
}

@media screen and (max-width: 767px) {
  .shrink-m {
    flex: 1 1 1;
  }

  .expand-m {
    flex: 240px 1 1;
  }

  .full-m {
    flex: 0 0 100%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .shrink-t {
    flex: 1 1 1;
  }

  .expand-t {
    flex: 240px 1 1;
  }

  .full-t {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 1024px) {
  .shrink-d {
    flex: 1 1 1;
  }

  .expand-d {
    flex: 240px 1 1;
  }

  .full-d {
    flex: 0 0 100%;
  }
}
.wpb_text_column.left-50, .wpb_text_column.right-50 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.wpb_text_column.left-50 .wpb_wrapper, .wpb_text_column.right-50 .wpb_wrapper {
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .wpb_text_column.left-50 .wpb_wrapper, .wpb_text_column.right-50 .wpb_wrapper {
    max-width: 360px;
  }
}
.wpb_text_column.left-50 h3, .wpb_text_column.right-50 h3 {
  font-size: 24px;
  line-height: 1.15;
  margin-top: 48px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .wpb_text_column.left-50 h3, .wpb_text_column.right-50 h3 {
    font-size: 32px;
  }
}
.wpb_text_column.left-50 {
  justify-content: flex-start;
}
.wpb_text_column.right-50 {
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .wpb_text_column.right-50 {
    justify-content: flex-end;
  }
}

.ginput_container_consent .gfield_required {
  display: none;
}

@media screen and (min-width: 1920px) {
  .stretch-large-screens .common-image {
    display: inherit;
  }
}

@media screen and (min-width: 1024px) {
  #size-calculator .hd_96 {
    height: 10vw;
  }
}

.error-404 {
  padding: 10vw 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .error-404 {
    padding: 64px 0;
  }
}
.error-404 p:not(:last-child) {
  margin-bottom: 2.25em;
}

.no-nasties.french .text_image_d9f0_icons span {
  height: 114px;
  width: 114px;
}
.no-nasties.french .text_image_d9f0_icons span:nth-child(1) {
  background-image: url("No Nasties_CA FR_NAPPY_DERMA.be8252c6.png");
}
.no-nasties.french .text_image_d9f0_icons span:nth-child(2) {
  background-image: url("No Nasties_CA FR_NAPPY_LOTION.e7bc7879.png");
}
.no-nasties.french .text_image_d9f0_icons span:nth-child(3) {
  background-image: url("No Nasties_CA FR_NAPPY_LATEX.a2d4098b.png");
}
.no-nasties.french .text_image_d9f0_icons span:nth-child(4) {
  background-image: url("No Nasties_CA FR_NAPPY_FRAGRANCE.3cbe0347.png");
}

.no-nasties.grey.french .text_image_d9f0_icons span {
  height: 114px;
  width: 114px;
}
.no-nasties.grey.french .text_image_d9f0_icons span:nth-child(1) {
  background-image: url("No Nasties_CA FR_NAPPY_DERMA.be8252c6.png");
}
.no-nasties.grey.french .text_image_d9f0_icons span:nth-child(2) {
  background-image: url("No Nasties_CA FR_NAPPY_LOTION.e7bc7879.png");
}
.no-nasties.grey.french .text_image_d9f0_icons span:nth-child(3) {
  background-image: url("No Nasties_CA FR_NAPPY_LATEX.a2d4098b.png");
}
.no-nasties.grey.french .text_image_d9f0_icons span:nth-child(4) {
  background-image: url("No Nasties_CA FR_NAPPY_FRAGRANCE.3cbe0347.png");
}

.no-nasties.sensitive.french .text_image_d9f0_icons span {
  height: 114px;
  width: 114px;
}
.no-nasties.sensitive.french .text_image_d9f0_icons span:nth-child(1) {
  background-image: url("No Nasties_CA FR_WIPES_FRAGRANCE.0094ef5b.png");
}
.no-nasties.sensitive.french .text_image_d9f0_icons span:nth-child(2) {
  background-image: url("No Nasties_CA FR_WIPES_PARABENS .04dc45f6.png");
}
.no-nasties.sensitive.french .text_image_d9f0_icons span:nth-child(3) {
  background-image: url("No Nasties_CA FR_WIPES_PHTHALATES .ef0793a3.png");
}
.no-nasties.sensitive.french .text_image_d9f0_icons span:nth-child(4) {
  background-image: url("No Nasties_CA FR_WIPES_ALCOHOL .be1172fa.png");
}

.no-nasties.french .text_image_d9f0_icons span {
  height: 114px;
  width: 114px;
}
.no-nasties.french .text_image_d9f0_icons span:nth-child(1) {
  background-image: url("No Nasties_CA FR_NAPPY_DERMA.be8252c6.png");
}
.no-nasties.french .text_image_d9f0_icons span:nth-child(2) {
  background-image: url("No Nasties_CA FR_NAPPY_LOTION.e7bc7879.png");
}
.no-nasties.french .text_image_d9f0_icons span:nth-child(3) {
  background-image: url("No Nasties_CA FR_NAPPY_LATEX.a2d4098b.png");
}
.no-nasties.french .text_image_d9f0_icons span:nth-child(4) {
  background-image: url("No Nasties_CA FR_NAPPY_FRAGRANCE.3cbe0347.png");
}

.no-nasties.grey.french .text_image_d9f0_icons span {
  height: 114px;
  width: 114px;
}
.no-nasties.grey.french .text_image_d9f0_icons span:nth-child(1) {
  background-image: url("No_Nasties_CA_FR_PANTS_DERMA_greyv1.be35f7ba.png");
}
.no-nasties.grey.french .text_image_d9f0_icons span:nth-child(2) {
  background-image: url("No Nasties_CA FR_PANTS_LOTION_grey.c309814e.png");
}
.no-nasties.grey.french .text_image_d9f0_icons span:nth-child(3) {
  background-image: url("No Nasties_CA FR_PANTS_LATEX_grey.b0830474.png");
}
.no-nasties.grey.french .text_image_d9f0_icons span:nth-child(4) {
  background-image: url("No Nasties_CA FR_PANTS_FRAGRANCE_grey.3d5c8811.png");
}

.no-nasties.portugese .text_image_d9f0_icons span {
  height: 113px;
  width: 114px;
}
.no-nasties.portugese .text_image_d9f0_icons span:nth-child(1) {
  background-image: url("R+F_No_Nasties_Icons_All_Languages_PT_NAPPY_DERMA.76bbba0e.png");
}
.no-nasties.portugese .text_image_d9f0_icons span:nth-child(2) {
  background-image: url("No_Nasties_Badges_All_Languages_PT_NAPPY_LOTIONS.ef953fc9.png");
}
.no-nasties.portugese .text_image_d9f0_icons span:nth-child(3) {
  background-image: url("No_Nasties_Badges_All_Languages_PT_NAPPY_LATEX.a5040a26.png");
}
.no-nasties.portugese .text_image_d9f0_icons span:nth-child(4) {
  background-image: url("R+F_No_Nasties_Icons_All_Languages_PT_NAPPY_FRAGRANCE.9dc27d3b.png");
}

.no-nasties.italian .text_image_d9f0_icons span {
  height: 112px;
  width: 112px;
}
.no-nasties.italian .text_image_d9f0_icons span:nth-child(1) {
  background-image: url("No-Nasties-Badges_All-Languages_IT_NAPPY_DERMA.70e23873.png");
}
.no-nasties.italian .text_image_d9f0_icons span:nth-child(2) {
  background-image: url("No-Nasties-Badges_All-Languages_IT_NAPPY_FRAGRANCE.4f4f3523.png");
}
.no-nasties.italian .text_image_d9f0_icons span:nth-child(3) {
  background-image: url("No-Nasties-Badges_All-Languages_IT_NAPPY_LATEX.e9eeae7e.png");
}
.no-nasties.italian .text_image_d9f0_icons span:nth-child(4) {
  background-image: url("No-Nasties-Badges_All-Languages_IT_NAPPY_LOTIONS.8984b165.png");
}

.no-nasties.italian.grey .text_image_d9f0_icons span {
  height: 112px;
  width: 112px;
}
.no-nasties.italian.grey .text_image_d9f0_icons span:nth-child(1) {
  background-image: url("No Nasties Badges_All Languages_IT_PANTS_DERMA.5f286813.png");
}
.no-nasties.italian.grey .text_image_d9f0_icons span:nth-child(2) {
  background-image: url("No Nasties Badges_All Languages_IT_PANTS_FRAGRANCE.dd1758f6.png");
}
.no-nasties.italian.grey .text_image_d9f0_icons span:nth-child(3) {
  background-image: url("No Nasties Badges_All Languages_IT_PANTS_LATEX.5b07f841.png");
}
.no-nasties.italian.grey .text_image_d9f0_icons span:nth-child(4) {
  background-image: url("No Nasties Badges_All Languages_IT_PANTS_LOTIONS.55437cd1.png");
}

.no-nasties.italian.wipes .text_image_d9f0_icons span {
  height: 112px;
  width: 112px;
}
.no-nasties.italian.wipes .text_image_d9f0_icons span:nth-child(1) {
  background-image: url("No Nasties Badges_All Languages_IT_WIPES_FRAGRANCE.fc8f1f2f.png");
}
.no-nasties.italian.wipes .text_image_d9f0_icons span:nth-child(2) {
  background-image: url("No Nasties Badges_All Languages_IT_WIPES_PARABENS.6d5244f6.png");
}
.no-nasties.italian.wipes .text_image_d9f0_icons span:nth-child(3) {
  background-image: url("No Nasties Badges_All Languages_IT_WIPES_PHTHALATES.71c4cf41.png");
}
.no-nasties.italian.wipes .text_image_d9f0_icons span:nth-child(4) {
  background-image: url("No Nasties Badges_All Languages_IT_WIPES_ALCOHOL.baebabc8.png");
}

.no-nasties.thai .text_image_d9f0_icons span {
  height: 113px;
  width: 113px;
}
.no-nasties.thai .text_image_d9f0_icons span:nth-child(1) {
  background-image: url("No_Nasties_Badges_All_Languages_TH_NAPPY_DERMA.faa08a52.png");
}
.no-nasties.thai .text_image_d9f0_icons span:nth-child(2) {
  background-image: url("R+F_No_Nasties_Icons_All_Languages_TH_NAPPY_LOTIONS_v2.f2a6c901.png");
}
.no-nasties.thai .text_image_d9f0_icons span:nth-child(3) {
  background-image: url("No_Nasties_Badges_All_Languages_TH_NAPPY_LATEX.8ee7debc.png");
}
.no-nasties.thai .text_image_d9f0_icons span:nth-child(4) {
  background-image: url("No_Nasties_Badges_All_Languages_TH_NAPPY_FRAGRANCE.89a5290f.png");
}

.no-nasties.grey.thai .text_image_d9f0_icons span {
  height: 113px;
  width: 113px;
}
.no-nasties.grey.thai .text_image_d9f0_icons span:nth-child(1) {
  background-image: url("No_Nasties_Badges_All_Languages_TH_PANTS_DERMA.c85d6289.png");
}
.no-nasties.grey.thai .text_image_d9f0_icons span:nth-child(2) {
  background-image: url("R+F_No_Nasties_Icons_All_Languages_TH_PANTS_LOTIONS_v2.32a0dfba.png");
}
.no-nasties.grey.thai .text_image_d9f0_icons span:nth-child(3) {
  background-image: url("No_Nasties_Badges_All_Languages_TH_PANTS_LATEX.b52ab6b9.png");
}
.no-nasties.grey.thai .text_image_d9f0_icons span:nth-child(4) {
  background-image: url("No_Nasties_Badges_All_Languages_TH_PANTS_FRAGRANCE.659d040b.png");
}

.no-nasties.vietnamese .text_image_d9f0_icons span {
  height: 112px;
  width: 112px;
}
@media screen and (max-width: 766px) {
  .no-nasties.vietnamese .text_image_d9f0_icons span {
    height: 118px;
    width: 118px;
  }
}
.no-nasties.vietnamese .text_image_d9f0_icons span:nth-child(1) {
  background-image: url("No_Nasties_Badges_All_Languages_VN_NAPPY_DERMA.ffaad0c9.png");
}
.no-nasties.vietnamese .text_image_d9f0_icons span:nth-child(2) {
  background-image: url("No_Nasties_Badges_All_Languages_VN_NAPPY_FRAGRANCE.de49db20.png");
}
.no-nasties.vietnamese .text_image_d9f0_icons span:nth-child(3) {
  background-image: url("No_Nasties_Badges_All_Languages_VN_NAPPY_LATEX.2415aa15.png");
}
.no-nasties.vietnamese .text_image_d9f0_icons span:nth-child(4) {
  background-image: url("No_Nasties_Badges_All_Languages_VN_NAPPY_LOTIONS.12660635.png");
}

.no-nasties.vietnamese.grey .text_image_d9f0_icons span {
  height: 112px;
  width: 112px;
}
@media screen and (max-width: 766px) {
  .no-nasties.vietnamese.grey .text_image_d9f0_icons span {
    height: 118px;
    width: 118px;
  }
}
.no-nasties.vietnamese.grey .text_image_d9f0_icons span:nth-child(1) {
  background-image: url("No_Nasties_Badges_All_Languages_VN_PANTS_DERMA.9ad7cabb.png");
}
.no-nasties.vietnamese.grey .text_image_d9f0_icons span:nth-child(2) {
  background-image: url("No_Nasties_Badges_All_Languages_VN_PANTS_FRAGRANCE.2c03cd9b.png");
}
.no-nasties.vietnamese.grey .text_image_d9f0_icons span:nth-child(3) {
  background-image: url("No_Nasties_Badges_All_Languages_VN_PANTS_LATEX.fd5d7668.png");
}
.no-nasties.vietnamese.grey .text_image_d9f0_icons span:nth-child(4) {
  background-image: url("No_Nasties_Badges_All_Languages_VN_PANTS_LOTIONS.602729a4.png");
}

.no-nasties.dutch .text_image_d9f0_icons span {
  height: 113px;
  width: 114px;
}
.no-nasties.dutch .text_image_d9f0_icons span:nth-child(1) {
  background-image: url("R+F_No_Nasties_Icons_All_Languages_DUTCH_NAPPY_DERMA.695fdb64.png");
}
.no-nasties.dutch .text_image_d9f0_icons span:nth-child(2) {
  background-image: url("R+F_No_Nasties_Icons_All_Languages_DUTCH_NAPPY_LOTIONS.4132eb0a.png");
}
.no-nasties.dutch .text_image_d9f0_icons span:nth-child(3) {
  background-image: url("R+F_No_Nasties_Icons_All_Languages_DUTCH_NAPPY_LATEX.cdd9a893.png");
}
.no-nasties.dutch .text_image_d9f0_icons span:nth-child(4) {
  background-image: url("R+F_No_Nasties_Icons_All_Languages_DUTCH_NAPPY_FRAGRANCE.49d73d5f.png");
}

.no-nasties.dutch.wipes .text_image_d9f0_icons span {
  height: 112px;
  width: 112px;
}
.no-nasties.dutch.wipes .text_image_d9f0_icons span:nth-child(1) {
  background-image: url("No_Nasties_Badges_All_Languages_DUTCH_WIPES_FRAGRANCE.b47da0c1.png");
}
.no-nasties.dutch.wipes .text_image_d9f0_icons span:nth-child(2) {
  background-image: url("No_Nasties_Badges_All_Languages_DUTCH_WIPES_PARABENS.1c40141c.png");
}
.no-nasties.dutch.wipes .text_image_d9f0_icons span:nth-child(3) {
  background-image: url("No_Nasties_Badges_All_Languages_DUTCH_WIPES_PHTHALATES.9fcfaea5.png");
}
.no-nasties.dutch.wipes .text_image_d9f0_icons span:nth-child(4) {
  background-image: url("No_Nasties_Badges_All_Languages_DUTCH_WIPES_ALCOHOL.208d0888.png");
}

.no-nasties.indo .text_image_d9f0_icons span {
  height: 108px;
  width: 108px;
  margin: 4px;
}
@media screen and (max-width: 766px) {
  .no-nasties.indo .text_image_d9f0_icons span {
    height: 119px;
    width: 119px;
    margin: 0;
  }
}
.no-nasties.indo .text_image_d9f0_icons span:nth-child(1) {
  background-image: url("ID_No_Nasties__Icons_Dermatologically_Certified_Nappies_v2.25571e77.png");
}
.no-nasties.indo .text_image_d9f0_icons span:nth-child(2) {
  background-image: url("ID_No_Nasties__Icons_No_Lotions_Nappies_v2.3660b107.png");
}
.no-nasties.indo .text_image_d9f0_icons span:nth-child(3) {
  background-image: url("ID_No_Nasties__Icons_No_Latex_Nappies_v2.9cbba880.png");
}
.no-nasties.indo .text_image_d9f0_icons span:nth-child(4) {
  background-image: url("ID_No_Nasties__Icons_No_Fragrance_Nappies_v2.69037bba.png");
}

.no-nasties.grey.indo .text_image_d9f0_icons span {
  height: 108px;
  width: 108px;
  margin: 4px;
}
@media screen and (max-width: 766px) {
  .no-nasties.grey.indo .text_image_d9f0_icons span {
    height: 119px;
    width: 119px;
    margin: 0;
  }
}
.no-nasties.grey.indo .text_image_d9f0_icons span:nth-child(1) {
  background-image: url("ID_No_Nasties__Icons_Dermatologically_Certified_Pants_v2.cb0e646d.png");
}
.no-nasties.grey.indo .text_image_d9f0_icons span:nth-child(2) {
  background-image: url("ID_No_Nasties__Icons_No_Lotions_Pants_v2.a61493f5.png");
}
.no-nasties.grey.indo .text_image_d9f0_icons span:nth-child(3) {
  background-image: url("ID_No_Nasties__Icons_No_Latex_Pants_v2.88df4999.png");
}
.no-nasties.grey.indo .text_image_d9f0_icons span:nth-child(4) {
  background-image: url("ID_No_Nasties__Icons_No_Fragrance_Pants_v2.dc9f991a.png");
}

@media only screen and (min-width: 1024px) {
  #hero {
    width: 100vw !important;
    left: calc(-1 * calc(100vw - 1100px)/2);
  }
}
@media only screen and (max-width: 1024px) {
  #hero {
    margin-left: -20px;
    margin-right: -20px;
  }
}
#hero > .wpb_column > .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}

#hero .swiper-slide.swiper-slide-active {
  width: 100vw !important;
}

#switzerland .store_locator_controls_field--filter-product ul li label {
  font-size: 12px;
}

#indonesian .store_locator_controls_field--filter-product ul li label {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #indonesian .store_locator_controls_field--filter-product ul li {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 768px) {
  #indonesian .store_locator_controls_bottom .store_locator_controls_field--filter-product {
    flex: 0 0 70%;
  }
  #indonesian .store_locator_controls_field--search-button {
    flex: 0 0 30%;
  }
}

#spanish .store_locator_controls_field--filter-product ul li label {
  font-size: 11px;
  margin-right: 10px;
}
@media screen and (max-width: 499px) {
  #spanish .store_locator_controls_field--filter-product ul li label {
    font-size: 14px;
  }
}
@media screen and (max-width: 499px) {
  #spanish .store_locator_controls_field--filter-product ul li {
    flex: 0 0 100%;
  }
}

.no-nasties.spanish .text_image_d9f0_icons span {
  height: 112px;
  width: 112px;
}
@media screen and (max-width: 766px) {
  .no-nasties.spanish .text_image_d9f0_icons span {
    height: 118px;
    width: 118px;
  }
}
.no-nasties.spanish .text_image_d9f0_icons span:nth-child(1) {
  background-image: url("No_Nasties_Badges_All_Languages_SP_NAPPY_DERMA.a533b706.png");
}
.no-nasties.spanish .text_image_d9f0_icons span:nth-child(2) {
  background-image: url("No_Nasties_Badges_All_Languages_SP_NAPPY_FRAGRANCE.3fe8b5f2.png");
}
.no-nasties.spanish .text_image_d9f0_icons span:nth-child(3) {
  background-image: url("No_Nasties_Badges_All_Languages_SP_NAPPY_LATEX.a4c40b84.png");
}
.no-nasties.spanish .text_image_d9f0_icons span:nth-child(4) {
  background-image: url("No_Nasties_Badges_All_Languages_SP_NAPPY_LOTIONS.e2ee38d0.png");
}

.no-nasties.spanish.wipes .text_image_d9f0_icons span {
  height: 112px;
  width: 112px;
}
.no-nasties.spanish.wipes .text_image_d9f0_icons span:nth-child(1) {
  background-image: url("No_Nasties_Badges_All_Languages_SP_WIPES_FRAGRANCE.0e66b740.png");
}
.no-nasties.spanish.wipes .text_image_d9f0_icons span:nth-child(2) {
  background-image: url("No_Nasties_Badges_All_Languages_SP_WIPES_PARABENS.1d24526d.png");
}
.no-nasties.spanish.wipes .text_image_d9f0_icons span:nth-child(3) {
  background-image: url("No_Nasties_Badges_All_Languages_SP_WIPES_PHTHALATES.ed60dc98.png");
}
.no-nasties.spanish.wipes .text_image_d9f0_icons span:nth-child(4) {
  background-image: url("No_Nasties_Badges_All_Languages_SP_WIPES_ALCOHOL.d635c352.png");
}

@media screen and (min-width: 1024px) {
  .page-id-9084 #gform_wrapper_9.gform_wrapper #field_9_29.gfield_html,
.page-id-9084 #gform_wrapper_9.gform_wrapper #field_9_6.gfield_html {
    font-size: 20px;
  }
  .page-id-9084 #gform_wrapper_9.gform_wrapper #field_9_17.gfield_html {
    padding-right: 60px !important;
  }
}

@media screen and (min-width: 1024px) {
  .page-id-9693 #gform_wrapper_17.gform_wrapper .gfield_html {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .page-id-9785 #gform_wrapper_9.gform_wrapper .gfield_html {
    padding-right: 95px !important;
  }
}

@media screen and (min-width: 1024px) {
  .page-id-8870 #gform_wrapper_10.gform_wrapper #field_10_6.gfield_html {
    padding-right: 34px !important;
  }
  .page-id-8870 #gform_wrapper_10.gform_wrapper #field_10_33.gfield_html {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .page-id-9335 #gform_wrapper_10.gform_wrapper #field_10_33.gfield_html {
    padding-right: 34px !important;
  }
}

/* =============== Layout ================ */
.flexrow {
  display: flex;
  flex-direction: row;
}

.flexcol, .flexcol-rowinner .wpb_wrapper {
  display: flex;
  flex-direction: column;
}

.flex1-3 {
  max-width: 33%;
}

.flex1-2 {
  max-width: 50%;
}

.flex1-2.empty {
  display: none;
}

.w-100 {
  width: 100%;
}

.center {
  justify-content: center;
}

.center-align .vc_column-inner {
  justify-content: center;
}

.set-overflow {
  overflow: inherit !important;
}

/* Modules */
.cocomodule {
  height: 650px;
  padding: 0px 30px;
  display: flex;
}

.cocomod .popout_image img {
  height: 600px;
}

.cocomod .brand-img {
  width: 100%;
  max-width: 520px;
}

.cocomod .heading-img {
  width: 100%;
  max-width: 500px;
  margin-left: -10px;
}

.modulewidth {
  min-width: 33%;
}

.cocomod .heading {
  font-size: 80px;
  margin-bottom: 0px !important;
  line-height: 20px;
  margin-left: 100px;
}

.coco_text {
  max-width: 400px;
}

.s-xxs {
  padding: 5px;
}

/*  Spacing */
.s-xs {
  padding: 10px;
}

.s-sm {
  padding: 20px;
}

.s-md {
  padding: 40px;
}

.s-lg {
  padding: 100px;
}

.text-continated {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 15px;
}

.banner-continated {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 15px;
}

.neg-marg {
  margin-top: -140px;
}

.narrow-col {
  max-width: 800px;
  margin: auto;
}

/* Text align */
.tal {
  text-align: left;
}

.tac, .tac .wpb_wrapper {
  text-align: center;
}

.tar {
  text-align: right;
}

.charcwidth {
  width: 470px;
}

.column-xwide {
  max-width: 1600px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.column-xwide-col {
  padding-left: 50px;
}

.align-bot {
  justify-content: flex-end;
}

.popout_image_con {
  position: relative;
}

.popout_image img {
  margin-bottom: -3px;
}

.hero-slider-coco .swiper-wrapper {
  align-items: flex-start;
}

.slider-height-coco {
  height: 700px;
  margin: 0px 30px;
  display: flex;
}

.brandimg img {
  max-height: 120px;
  width: 100%;
}

.main_banner_image img {
  width: 90%;
}

.flex1-3 .main_banner_image img {
  width: 110%;
}

.bannerContainer {
  padding: 0px 30px;
}

.colminwidth {
  min-width: 280px;
}

/* ============= Componants ============== */
/*  Button */
.btn {
  padding: 10px 30px;
  text-decoration: none;
}

.btn.outline {
  border: 4px solid #003649;
  border-radius: 5px;
  transition: background-color ease 0.3s;
  transition: color ease 0.3s;
}

.btn.outline:hover {
  color: white;
  background-color: #003649;
  transition: background-color ease 0.3s;
  transition: color ease 0.3s;
}

/*  Seperator */
.sep-vert {
  width: 2px;
  background-color: #B4DCD6;
  margin: 0px 20px;
  border-radius: 500px;
}

.productsplit .products_bba7__inner {
  padding: 0px 40px;
}

/* Text */
.coco h1 {
  font-family: var(--font-family-primary);
}

.opacity-half {
  opacity: 0.5;
}

h1.xltext {
  font-size: 100px;
  line-height: 0px;
}

.subtext p {
  font-size: 12px;
}

.smalllink {
  font-size: 14px;
}

/* Image sizing & positions */
.product_image {
  min-width: 300px;
}

.w-90 img {
  width: 90%;
}

.w-75 img {
  width: 75%;
}

.w-50 img {
  width: 50%;
}

.w-25 img {
  width: 25%;
}

.w-sm img {
  width: 180px;
}

.w-md img {
  width: 240px;
}

.w-lg, .w-lg img {
  width: 650px;
  margin: auto;
}

.w-shopnow {
  max-width: 400px;
  padding: 30px 0px;
}

.max-25 {
  max-width: 25%;
}

.max-30 {
  max-width: 30%;
}

.img-left {
  margin-left: -200px;
}

.img-right {
  margin-right: -125px;
  float: right;
}

.img_right {
  height: 0px !important;
  overflow: visible !important;
}

.img_right img {
  position: absolute;
  width: 400px;
  margin-top: -320px;
  margin-left: -300px;
  z-index: 1;
}

.img-up {
  margin-top: -300px;
}

.popout_image_con img {
  width: fit-content;
  height: 630px;
}

.iss-width {
  max-width: 500px;
  margin: auto;
}

/* character floating images 	 */
.char_1 {
  margin-top: -80px;
}

.char_2 {
  margin-top: -220px;
  width: 400px;
}

.char_3 {
  width: 400px;
  margin-left: -125px;
}

.char_4 {
  position: absolute;
  margin-top: -220px;
  right: -155px;
  width: 400px;
  z-index: 5;
}

/* 	background-image:  */
.background_img {
  z-index: 1;
  position: absolute;
  top: 0px;
  height: 700px;
  width: 60%;
}

.mobile_banner .content_section {
  background-image: url("GradientBGMobileBanner.e8a0e4a2.png");
  background-position: center top;
  margin-top: -100px;
  background-size: cover;
}

/* Stickers */
.stickersheet img {
  margin: 5px;
}

.stickersheet img:hover {
  margin: 0px;
  filter: opacity(0.4) drop-shadow(0 0 0 #DAEDEA);
}

/* Other */
.removeuppercase h2 {
  text-transform: none;
}

.products_bba7__product_image::before {
  background-color: transparent;
}

.page-id-8407 .products_bba7,
.page-id-9847 .products_bba7,
.page-id-10890 .products_bba7,
.page-id-10944 .products_bba7,
.page-id-7703 .products_bba7,
.page-id-9030 .products_bba7,
.page-id-9658 .products_bba7 {
  background-color: transparent !important;
}
.page-id-8407 .products_bba7:before,
.page-id-9847 .products_bba7:before,
.page-id-10890 .products_bba7:before,
.page-id-10944 .products_bba7:before,
.page-id-7703 .products_bba7:before,
.page-id-9030 .products_bba7:before,
.page-id-9658 .products_bba7:before {
  display: none !important;
}
.page-id-8407 .products_bba7__product_image:before,
.page-id-9847 .products_bba7__product_image:before,
.page-id-10890 .products_bba7__product_image:before,
.page-id-10944 .products_bba7__product_image:before,
.page-id-7703 .products_bba7__product_image:before,
.page-id-9030 .products_bba7__product_image:before,
.page-id-9658 .products_bba7__product_image:before {
  display: none !important;
}

.overlay_text {
  padding: 50px;
  position: absolute;
  top: 120px;
  opacity: 0;
  pointer-events: none;
}

.overlay_text h2 {
  color: #003649;
}

.stickersheet:hover .overlay_text {
  opacity: 1;
}

.center-vert, .center-vert .wpb_wrapper, .center-vert .vc_column-inner {
  display: flex;
  justify-content: center;
}

.roundsection {
  margin-top: -400px;
}

/* Gradient Background */
.gradient-bg {
  background: #c0ebe4;
  background: linear-gradient(90deg, #c0ebe4 0%, white 50%, #c0ebe4 100%);
}

.zero-height {
  height: 0px !important;
  overflow: visible !important;
}

.flexlevel, .flexlevel .wpb_column, .flexlevel .vc_column-inner, .flexlevel {
  display: flex;
}

.flexlevel_inner, .flexlevel_inner .vc_column-inner, .flexlevel_inner .wpb_wrapper, .flexlevel_inner .wpb_single_image, .vc_figure, .flexlevel_inner .vc_single_image-wrapper, .flexlevel_inner .vc_single_image-img {
  display: flex;
}

.gradient-bg .flexlevel_inner, .gradient-bg .flexlevel_inner .vc_column-inner, .gradient-bg .flexlevel_inner .wpb_wrapper, .gradient-bg .flexlevel_inner .wpb_single_image, .gradient-bg .vc_figure, .gradient-bg .flexlevel_inner .vc_single_image-wrapper, .gradient-bg .flexlevel_inner .vc_single_image-img {
  display: flex !important;
}

.wpb_single_image.sticker-character .vc_figure,
.wpb_single_image.sticker-character .vc_single_image-wrapper {
  display: flex !important;
}

.flexlevel .picture {
  justify-content: flex-end;
}

.flexlevel_inner img {
  height: fit-content !important;
  margin-top: auto;
}

@media screen and (max-width: 766px) {
  .products_bba7.productsplit .link.link--small {
    font-size: 14px;
    margin-top: 20px;
  }
}
.fullwidth-contain {
  padding: 0px 50px;
}

.productsplit .products_bba7__product {
  flex: 0 0 50%;
  background-color: transparent !important;
}

.productsplit .products_bba7__product {
  padding: 0px 20px;
}

.productsplit, .productsplit:before {
  background-color: transparent;
}

.charcter_over_yt {
  position: absolute;
  width: 400px;
  top: -160px;
  left: -260px;
}

.img_left_cent, .img_right_center {
  height: 0px !important;
  overflow: visible !important;
  z-index: 1;
}

.img_left_cent img {
  position: absolute;
  width: 400px;
  margin-top: -180px;
  margin-left: -175px;
  z-index: 2;
}

.img_right_center img {
  position: absolute;
  width: 400px;
  margin-top: -300px;
  margin-left: -230px;
  z-index: 1;
}

.img_right_center .wpb_column {
  height: 0px;
}

.downloads_overlay {
  width: 350px;
  overflow: visible;
  position: absolute;
  z-index: 99;
  margin-top: -70px;
  margin-left: -60px;
}

.showallstickers {
  height: 0px;
  overflow: hidden;
  transition: height ease 1s;
}

.center-vert, .center-vert .wpb_column, .center-vert .vc_column-inner {
  display: flex !important;
  justify-content: center !important;
}

.narrow-col {
  max-width: 800px;
  margin: auto !important;
}

.splitbackground2 {
  background-position: right center;
  background-size: auto 110%;
  background-repeat: repeat;
}

.splitbackground1 {
  background-position: left center;
  background-size: 55% 110%;
  background-repeat: no-repeat;
}

.module_background {
  height: 650px;
  position: absolute;
  z-index: -1;
  width: 100%;
}

@media screen and (max-width: 766px) {
  .page-id-10132 .vc_custom_1653980174565,
.page-id-10132 .vc_custom_1653980467189,
.page-id-10132 .vc_custom_1653980551568,
.page-id-8407 .vc_custom_1653980174565,
.page-id-8407 .vc_custom_1653980467189,
.page-id-8407 .vc_custom_1653980551568,
.page-id-9847 .vc_custom_1653980174565,
.page-id-9847 .vc_custom_1653980467189,
.page-id-9847 .vc_custom_1653980551568 {
    background-position: 56% !important;
    background-repeat: inherit !important;
  }
}
/* aniamtion */
.view_mobile {
  display: none;
}

/* menu links */
.menuunderline {
  position: absolute !important;
  display: block;
  border-radius: 100px;
}

.menuunderline {
  height: 5px;
  background-color: #b5dcd6;
  margin-top: 7px;
}

.nav-desktop-menu li a .menuunderline {
  opacity: 0;
  width: 0px;
  margin-left: 50%;
  transition: margin-left 0.5s, width 0.5s, opacity 0.5s;
}

.nav-desktop-menu li:hover .menuunderline {
  display: block;
  opacity: 1;
  width: 100%;
  margin-left: 0px;
}

@media only screen and (max-width: 992px) {
  .roundsection {
    margin-top: -120px;
  }

  .products_bba7__inner {
    background-color: #E0F0ED;
  }

  .productsplit .products_bba7__inner {
    background-color: transparent;
  }
}
@media only screen and (max-width: 768px) {
  .w-lg, .w-lg img {
    width: auto;
  }

  /* character floating images 	 */
  .char_1 {
    margin-top: -20px;
    margin-left: -100px;
  }

  .char_2 {
    margin-top: -350px;
    margin-right: -100px;
  }

  .char_3 {
    width: 400px;
    margin-left: -70px;
    margin-top: -130px;
  }

  .char_4 {
    margin-right: 0px;
    width: 250px;
    margin-top: -120px;
  }

  .charcwidth {
    width: 220px;
  }

  .img_right img {
    width: 250px;
    margin-top: -120px;
    margin-left: -150px;
  }

  .mobile_overlaycharacters {
    position: absolute;
    z-index: 1;
  }

  .img-right.mobile_overlaycharacters {
    right: 45px !important;
    top: -60px;
  }

  .img-right.mobile_overlaycharacters {
    top: -10px !important;
  }

  .view_mobile {
    display: block;
  }

  .view_desktop {
    display: none !important;
  }

  .img-left-s2 {
    margin-top: -110px;
    z-index: 2;
  }

  .fullwidth-contain {
    padding: 10px;
  }

  .sticker-character {
    min-width: 300px;
    margin-left: -50px;
  }

  .downloads_overlay img {
    width: 150px;
    margin: 40px;
  }

  .overlay_text {
    padding: 50px;
    position: absolute;
    top: 10px;
    opacity: 0;
    pointer-events: none;
  }

  .mobile_flexcol-rowinner {
    display: flex;
    flex-direction: column;
  }

  .peeking {
    width: 60%;
    margin-left: auto;
  }

  .w-sm img {
    width: 150px;
  }

  .w-md {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .w-ml {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .w-lg {
    min-width: 250px;
    margin-left: -40px;
  }

  .slider-height-coco {
    height: 420px;
    margin: 0px;
    background-position: top;
  }

  .brandimg, .brandimg img {
    max-height: 70px !important;
    width: unset !important;
  }

  .titleimg {
    width: unset !important;
  }

  .titleimg {
    padding: 0px 30px;
  }

  .roundsection {
    margin-top: -100px;
  }

  /* Modules */
  .cocomod .brand-img {
    text-align: center;
  }

  .cocomod .brand-img img {
    max-width: 400px;
  }

  .modulewidth {
    min-width: 37%;
  }

  .cocomod .heading {
    text-align: center;
    margin-left: 0px;
  }

  .coco_text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;
  }

  .coco-main-prouct {
    max-width: 80%;
    margin-left: auto !important;
    margin-right: auto;
  }

  .product_image {
    min-width: 0px;
    padding: 50px 0px 100px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 766px) {
  .product_image {
    max-width: 360px;
  }
}
@media only screen and (max-width: 768px) {
  .ccm-product-shot-mob .product_image img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .titleimg {
    max-height: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 500px) {
  .narrow-col {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 766px) {
  .page-id-10946 .main_banner_image img,
.page-id-10947 .main_banner_image img {
    width: 200px;
  }
}

@media screen and (max-width: 766px) {
  .page-id-10944 .sticker-background,
.page-id-10890 .sticker-background,
.page-id-9847 .sticker-background,
.page-id-10132 .sticker-background,
.page-id-9030 .sticker-background,
.page-id-9658 .sticker-background {
    background-image: url("https://www.rascalandfriends.com/ca/wp-content/uploads/sites/32/2022/06/sticker-background-mobile.png") !important;
  }
}

@media screen and (max-width: 766px) {
  .page-id-10515 .ccm-product-shot-mob .product_image img,
.page-id-34 .ccm-product-shot-mob .product_image img,
.page-id-32 .ccm-product-shot-mob .product_image img,
.page-id-10512 .ccm-product-shot-mob .product_image img {
    max-width: 300px;
    margin-top: 100px !important;
  }
}

.nav-desktop-menu .small-fr a {
  font-size: 12px;
}

.nav-desktop-menu li.small-fr {
  padding-left: 3%;
}
.nav-desktop-menu li.small-fr.cocomelon-logo {
  padding-left: 3%;
}

.page-id-10944 .dropdown-menu.dropdown-menu--about,
.page-id-10515 .dropdown-menu.dropdown-menu--about,
.page-id-10514 .dropdown-menu.dropdown-menu--about,
.page-id-10509 .dropdown-menu.dropdown-menu--about,
.page-id-10513 .dropdown-menu.dropdown-menu--about,
.page-id-10520 .dropdown-menu.dropdown-menu--about,
.page-id-10512 .dropdown-menu.dropdown-menu--about,
.page-id-10505 .dropdown-menu.dropdown-menu--about,
.page-id-10510 .dropdown-menu.dropdown-menu--about,
.page-id-10466 .dropdown-menu.dropdown-menu--about,
.page-id-10516 .dropdown-menu.dropdown-menu--about {
  left: calc(((100vw - 1140px) / 2) + 445px);
}
@media screen and (max-width: 1398px) {
  .page-id-10944 .dropdown-menu.dropdown-menu--about,
.page-id-10515 .dropdown-menu.dropdown-menu--about,
.page-id-10514 .dropdown-menu.dropdown-menu--about,
.page-id-10509 .dropdown-menu.dropdown-menu--about,
.page-id-10513 .dropdown-menu.dropdown-menu--about,
.page-id-10520 .dropdown-menu.dropdown-menu--about,
.page-id-10512 .dropdown-menu.dropdown-menu--about,
.page-id-10505 .dropdown-menu.dropdown-menu--about,
.page-id-10510 .dropdown-menu.dropdown-menu--about,
.page-id-10466 .dropdown-menu.dropdown-menu--about,
.page-id-10516 .dropdown-menu.dropdown-menu--about {
    left: calc(((100vw - 1140px) / 2) + 40%);
  }
}
.page-id-10944 .dropdown-menu.dropdown-menu--news,
.page-id-10515 .dropdown-menu.dropdown-menu--news,
.page-id-10514 .dropdown-menu.dropdown-menu--news,
.page-id-10509 .dropdown-menu.dropdown-menu--news,
.page-id-10513 .dropdown-menu.dropdown-menu--news,
.page-id-10520 .dropdown-menu.dropdown-menu--news,
.page-id-10512 .dropdown-menu.dropdown-menu--news,
.page-id-10505 .dropdown-menu.dropdown-menu--news,
.page-id-10510 .dropdown-menu.dropdown-menu--news,
.page-id-10466 .dropdown-menu.dropdown-menu--news,
.page-id-10516 .dropdown-menu.dropdown-menu--news {
  left: calc(((100vw - 1140px) / 2) + 745px);
}
@media screen and (max-width: 1398px) {
  .page-id-10944 .dropdown-menu.dropdown-menu--news,
.page-id-10515 .dropdown-menu.dropdown-menu--news,
.page-id-10514 .dropdown-menu.dropdown-menu--news,
.page-id-10509 .dropdown-menu.dropdown-menu--news,
.page-id-10513 .dropdown-menu.dropdown-menu--news,
.page-id-10520 .dropdown-menu.dropdown-menu--news,
.page-id-10512 .dropdown-menu.dropdown-menu--news,
.page-id-10505 .dropdown-menu.dropdown-menu--news,
.page-id-10510 .dropdown-menu.dropdown-menu--news,
.page-id-10466 .dropdown-menu.dropdown-menu--news,
.page-id-10516 .dropdown-menu.dropdown-menu--news {
    left: calc(((100vw - 1140px) / 2) + 55%);
  }
}

/* strech row styles */
@media only screen and (min-width: 1024px) {
  #hero {
    width: 100vw !important;
    margin-left: calc(-1 * calc(100vw - 1100px)/2 - 20px);
    /* // margin-left:-20px!important; */
  }

  .stretched-row {
    width: 100vw !important;
    margin-left: calc(-1 * calc(100vw - 1100px)/2 - 20px);
    /* // margin-left:-20px!important; */
  }
}
@media only screen and (max-width: 1024px) {
  #hero {
    margin-left: -20px;
    margin-right: -20px;
  }

  .stretched-row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
#hero > .wpb_column > .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.stretched-row > .wpb_column > .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1100px;
  margin: auto;
}

#hero .swiper-slide.swiper-slide-active {
  width: 100vw !important;
}

/* // .stretched-row .swiper-slide.swiper-slide-active{
//   width: 100vw!important;
// } */
#desktop-animation {
  padding-right: unset !important;
}

@media only screen and (max-width: 1024px) {
  .slide.new-year-promo .page_heading_ff16__mobile_image img {
    margin-top: 100px;
  }

  .slide.new-year-promo .slide-inner {
    min-height: 20px !important;
  }
}
@media screen and (max-width: 766px) {
  .coles-logo-mob .main_banner_image img.brandimgmain {
    width: 180px;
  }
}

#desktop-animation,
#why-rascals {
  background-image: url("canvas-green-2.a7d4a8ec.png");
  background-size: 800px;
  position: relative;
}

.animation_a2da {
  margin-right: -12.5%;
  padding-top: 25%;
  padding-bottom: 30%;
}

.animation_a2da__animation_0.product_position_left .animation_a2da__product {
  margin-left: 5% !important;
  width: 35% !important;
}

.animation_a2da__animation_1 .animation_a2da__product_background_image {
  transform: rotate(-25deg);
}
@media screen and (min-width: 1024px) {
  .animation_a2da__animation_1 .animation_a2da__product_background_image {
    transform: rotate(0deg);
  }
}

.animation_a2da__animation_2.product_position_left .animation_a2da__product {
  margin-left: 0% !important;
  width: 42.5% !important;
}
.animation_a2da__animation_2 .animation_a2da__product_image {
  transform: scale(1) rotate(0deg);
}

.animation_a2da__animation_3.product_position_right .animation_a2da__product {
  margin-right: 15% !important;
  width: 37.5% !important;
}

.animation_a2da {
  opacity: 0;
  transition: opacity ease 500ms;
}

.animation_a2da__animation {
  display: flex;
  margin-top: -12.5%;
  position: relative;
}
.animation_a2da__animation.product_position_left {
  justify-content: flex-start;
}
.animation_a2da__animation.product_position_left .animation_a2da__product {
  margin-left: 10%;
}
.animation_a2da__animation.product_position_right {
  justify-content: flex-end;
}
.animation_a2da__animation.product_position_right .animation_a2da__product {
  margin-right: 10%;
}

.animation_a2da__product {
  position: relative;
  width: 30%;
}

.animation_a2da__product_image {
  cursor: pointer;
  padding-top: 100%;
  position: relative;
  transform: scale(1) rotate(0deg);
  transition: transform ease 150ms;
}
.animation_a2da__product_image:hover {
  transform: scale(1.04) rotate(5deg);
}

.animation_a2da__product_image_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.animation_a2da__product_animations {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.drops_ab30_drop_one,
.drops_ab30_drop_two {
  border-radius: 50%;
  height: 20%;
  width: 20%;
  opacity: 0;
  position: absolute;
  background-image: url("animation-drop.79e88a45.svg");
  background-size: contain;
  transform: translate(-50%, -50%);
  background-position: 50% 50%;
}

.hearts_c0ee_heart_one,
.hearts_c0ee_heart_two {
  border-radius: 50%;
  height: 15%;
  width: 15%;
  opacity: 1;
  position: absolute;
  background-image: url("animation-heart.d206a5a3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  background-position: 50% 50%;
  margin: auto;
}

.hearts_c0ee_heart_one {
  top: 30%;
  left: 40%;
}

.hearts_c0ee_heart_two {
  top: 30%;
  left: 50%;
}

.feathers_d86f_feather_one,
.feathers_d86f_feather_two {
  border-radius: 50%;
  height: 20%;
  width: 20%;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.feathers_d86f_feather_one {
  background-image: url("animation-feather-1.a366b13e.svg");
  top: 45%;
  left: 45%;
}

.feathers_d86f_feather_two {
  background-image: url("animation-feather-2.93693131.svg");
  top: 55%;
  left: 55%;
}

.drops_ab30_drop_one {
  top: -10%;
  left: 45%;
}

.drops_ab30_drop_two {
  top: -15%;
  left: 60%;
}

.text_b04b_text {
  position: absolute;
  left: 10%;
  top: 50%;
  width: 75%;
  margin: auto;
  opacity: 0;
}
.text_b04b_text img {
  width: 100%;
}

.text_d5c9_text {
  position: absolute;
  left: 10%;
  top: 88%;
  width: 76%;
  transform: rotate(-32deg);
  margin: auto;
  opacity: 0;
}
.text_d5c9_text img {
  width: 100%;
}

.text_c851_text {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 52%;
  transform: rotate(-90deg);
  margin: auto;
  opacity: 0;
}
.text_c851_text img {
  width: 100%;
}

.text_e3c4_text {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 55%;
  margin: auto;
  opacity: 0;
}
.text_e3c4_text img {
  width: 100%;
}

.text_e3c4_line_1 {
  position: absolute;
  left: -50%;
  top: 95%;
  width: 100%;
  margin: auto;
}

.text_b04b_line_1 {
  position: absolute;
  left: 59%;
  top: 80%;
  width: 130%;
  transform: rotate(5deg);
  margin: auto;
}

.text_b04b_line_2 {
  position: absolute;
  left: 52.5%;
  top: 100%;
  width: 95%;
  transform: rotate(15deg);
  margin: auto;
}

.text_d5c9_line_1 {
  position: absolute;
  left: -85%;
  top: 90%;
  width: 125%;
  transform: rotate(-5deg);
  margin: auto;
}

.text_d5c9_line_2 {
  position: absolute;
  left: -37.6%;
  top: 150%;
  width: 30%;
  transform: rotate(-23deg);
  margin: auto;
}

.animation_a2da__product_background_image {
  position: absolute;
  margin: auto;
}
.animation_a2da__product_background_image img {
  width: 100%;
}

.text_c851_line_1 {
  position: absolute;
  left: 6%;
  top: 65%;
  width: 130%;
  transform: rotate(0deg);
  margin: auto;
}

.text_c851_line_2 {
  position: absolute;
  left: 97%;
  top: 128.5%;
  width: 70%;
  transform: rotate(10deg);
  margin: auto;
}

.background_d2ad {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.background_d2ad img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .background_d2ad.background_offset {
    margin-left: calc((100vw - 1100px + 40px) / -2 );
    margin-right: calc((100vw - 1100px + 40px) / -2 );
  }
}
.background_d2ad.background_position_top_left img {
  object-position: 0% 0%;
}
.background_d2ad.background_position_top_center img {
  object-position: 50% 0%;
}
.background_d2ad.background_position_top_right img {
  object-position: 100% 0%;
}
.background_d2ad.background_position_middle_left img {
  object-position: 0% 50%;
}
.background_d2ad.background_position_middle_center img {
  object-position: 50% 50%;
}
.background_d2ad.background_position_middle_right img {
  object-position: 100% 50%;
}
.background_d2ad.background_position_bottom_left img {
  object-position: 0% 100%;
}
.background_d2ad.background_position_bottom_center img {
  object-position: 50% 100%;
}
.background_d2ad.background_position_bottom_right img {
  object-position: 100% 100%;
}

@media screen and (max-width: 766px) {
  .background_d2ad img {
    width: 180%;
  }
}
.page-id-27 .background_d2ad img {
  height: 50vw;
  width: 100%;
  margin-top: -20vw;
}
@media screen and (max-width: 766px) {
  .page-id-27 .background_d2ad img {
    width: 180%;
    height: 75vw;
    margin-top: -25vw;
  }
}

.row-divider--guarantee {
  overflow: visible !important;
}

.divider--guarantee {
  z-index: 1;
  position: relative;
}
.divider--guarantee .divider_fd99__image {
  width: 280px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
}
@media screen and (min-width: 768px) {
  .divider--guarantee .divider_fd99__image {
    width: 340px;
    top: -120px;
  }
}
.divider--guarantee .divider_fd99__image img {
  width: 100%;
}

.steps_slider_be6d {
  padding-bottom: 64px;
}

.steps_slider_be6d__slider .swiper-wrapper {
  align-items: stretch;
}
.steps_slider_be6d__slider .swiper-slide {
  height: auto;
  display: flex;
}

.steps_slider_be6d__card_outer {
  padding: 150px 20px 0;
  margin-bottom: 40px;
}

.steps_slider_be6d__card {
  background-color: #E0F0ED;
  height: 100%;
  border-radius: 5px;
  position: relative;
}
.steps_slider_be6d__card h4 {
  font-size: 40px;
  margin-bottom: 16px;
}
.steps_slider_be6d__card p {
  font-size: 14px;
}

.steps_slider_be6d__card_inner {
  padding: 32px;
}

.steps_slider_be6d__card_heading {
  min-height: 136px;
  display: flex;
  align-items: flex-end;
}

.steps_slider_be6d__card_image {
  position: absolute;
  margin: auto;
  z-index: 1;
}
.steps_slider_be6d__card_image img {
  width: 100%;
}

.steps_slider_be6d__scrollbar {
  padding-top: 48px;
  margin: 24px auto 0 !important;
  display: none;
}
@media screen and (min-width: 540px) {
  .steps_slider_be6d__scrollbar {
    display: block;
  }
}

.steps_slider_be6d_scrollbar {
  padding-top: 32px;
}
.steps_slider_be6d_scrollbar.swiper-container-horizontal > .swiper-scrollbar {
  left: 10%;
  width: 80%;
}

@media (max-width: 767px) {
  .hm_8 {
    height: 8px;
  }
}
@media (max-width: 767px) {
  .hm_16 {
    height: 16px;
  }
}
@media (max-width: 767px) {
  .hm_24 {
    height: 24px;
  }
}
@media (max-width: 767px) {
  .hm_32 {
    height: 32px;
  }
}
@media (max-width: 767px) {
  .hm_48 {
    height: 48px;
  }
}
@media (max-width: 767px) {
  .hm_56 {
    height: 56px;
  }
}
@media (max-width: 767px) {
  .hm_64 {
    height: 64px;
  }
}
@media (max-width: 767px) {
  .hm_72 {
    height: 72px;
  }
}
@media (max-width: 767px) {
  .hm_96 {
    height: 96px;
  }
}
@media (max-width: 767px) {
  .hm_112 {
    height: 112px;
  }
}
@media (max-width: 767px) {
  .hm_128 {
    height: 128px;
  }
}
@media (max-width: 767px) {
  .hm_144 {
    height: 144px;
  }
}
@media (max-width: 767px) {
  .hm_160 {
    height: 160px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_8 {
    height: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_16 {
    height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_24 {
    height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_32 {
    height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_48 {
    height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_56 {
    height: 56px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_64 {
    height: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_72 {
    height: 72px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_96 {
    height: 96px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_112 {
    height: 112px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_128 {
    height: 128px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_144 {
    height: 144px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_160 {
    height: 160px;
  }
}
@media (min-width: 1024px) {
  .hd_8 {
    height: 8px;
  }
}
@media (min-width: 1024px) {
  .hd_16 {
    height: 16px;
  }
}
@media (min-width: 1024px) {
  .hd_24 {
    height: 24px;
  }
}
@media (min-width: 1024px) {
  .hd_32 {
    height: 32px;
  }
}
@media (min-width: 1024px) {
  .hd_48 {
    height: 48px;
  }
}
@media (min-width: 1024px) {
  .hd_56 {
    height: 56px;
  }
}
@media (min-width: 1024px) {
  .hd_64 {
    height: 64px;
  }
}
@media (min-width: 1024px) {
  .hd_72 {
    height: 72px;
  }
}
@media (min-width: 1024px) {
  .hd_96 {
    height: 96px;
  }
}
@media (min-width: 1024px) {
  .hd_112 {
    height: 112px;
  }
}
@media (min-width: 1024px) {
  .hd_128 {
    height: 128px;
  }
}
@media (min-width: 1024px) {
  .hd_144 {
    height: 144px;
  }
}
@media (min-width: 1024px) {
  .hd_160 {
    height: 160px;
  }
}
.timeline_e46d__desktop_inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.timeline_e46d__desktop_inner:after {
  background-color: #3E9DEF;
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.timeline_e46d__desktop_upper {
  text-align: center;
}
.timeline_e46d__desktop_upper span {
  font-weight: 700;
  display: inline-block;
  line-height: 32px;
  color: #3E9DEF;
  border-bottom: 2px solid #3E9DEF;
}

.timeline_e46d__desktop_lower {
  text-align: center;
}
.timeline_e46d__desktop_lower span {
  font-weight: 700;
  display: inline-block;
  line-height: 32px;
  color: #3E9DEF;
  border-top: 2px solid #3E9DEF;
}

.timeline_e46d__milestone_image {
  position: relative;
}
.timeline_e46d__milestone_image:after {
  display: block;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #3E9DEF;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25%;
}

.timeline_e46d__left .timeline_e46d__milestone_image:after {
  right: -25%;
}

.timeline_e46d__right .timeline_e46d__milestone_image:after {
  left: -25%;
}

.timeline_e46d__left {
  flex: 0 0 50%;
  padding-right: 10%;
}

.timeline_e46d__right {
  padding-top: 150px;
  padding-left: 10%;
  flex: 0 0 50%;
}

.timeline_e46d__milestone {
  margin-bottom: 64px;
}
.timeline_e46d__milestone img {
  width: 100%;
}

.timeline_e46d__milestone_text {
  padding-top: 24px;
}

.tipper_c5f2__desktop {
  padding-bottom: 96px;
  position: relative;
  display: none;
}
@media screen and (min-width: 1024px) {
  .tipper_c5f2__desktop {
    display: block;
  }
}
.tipper_c5f2__desktop:before {
  content: "";
  display: block;
  background-color: #E0F0ED;
  height: 300px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.tipper_c5f2__tipper {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}

.tipper_c5f2__tipper_image img {
  width: 100%;
}

.tipper_c5f2__tipper_list {
  flex: 1;
}
.tipper_c5f2__tipper_list li.eco-feature {
  position: relative;
}
.tipper_c5f2__tipper_list li.eco-feature:before {
  position: absolute;
  top: 0;
  left: -40px;
  content: "";
  display: block;
  height: 15px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("eco-feature.613ae864.svg");
}

.tipper_c5f2__tipper_list li {
  margin-bottom: 40px;
}

.tipper_c5f2__tipper_list a.link:after {
  background-size: auto 7px;
}

.tipper_c5f2__tipper_image_wrapper {
  position: relative;
  flex: 0 0 520px;
}

.tipper_c5f2__tip {
  position: absolute;
  height: 50px;
  width: 50px;
  transform: translate(-20px, -20px);
  cursor: pointer;
}
.tipper_c5f2__tip:hover {
  z-index: 1;
}
.tipper_c5f2__tip img {
  width: 100%;
}

.tipper_c5f2__tip_icon {
  transform: scale(0.9);
  transition: transform ease 150ms;
}
.tipper_c5f2__tip_icon:hover {
  transform: scale(1);
}

.tip-3249023 .tipper_c5f2__tip_text {
  padding: 28px 20px;
}

.tipper_c5f2__tip_text {
  text-align: center;
  width: 240px;
  transition: opacity ease 150ms;
  opacity: 0;
  pointer-events: none;
  padding: 28px;
  position: absolute;
  background-size: 100% 100%;
}

.tipper_c5f2__tipper_arrow {
  width: 125px;
  position: absolute;
  top: 50px;
  right: 40px;
  margin: auto;
  pointer-events: none;
  opacity: 0;
  transition: opacity ease 150ms;
}

.tipper_c5f2__tip.active .tipper_c5f2__tipper_arrow, .tipper_c5f2__tip:hover .tipper_c5f2__tipper_arrow {
  opacity: 1;
}
.tipper_c5f2__tip.active .tipper_c5f2__tip_text, .tipper_c5f2__tip:hover .tipper_c5f2__tip_text {
  opacity: 1;
}

.tipper_c5f2__mobile {
  background-color: #E0F0ED;
  display: block;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}
.tipper_c5f2__mobile:before {
  content: "";
  background-color: #FFFFFF;
  height: 190px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .tipper_c5f2__mobile {
    display: none;
  }
}

.tipper_c5f2__slider_image {
  max-width: 300px;
  margin: 20px auto 0;
  position: relative;
  margin-bottom: 40px;
}
.tipper_c5f2__slider_image img {
  width: 100%;
}

.tipper_c5f2__slider_tip {
  height: 32px;
  width: 32px;
  position: absolute;
  margin: auto;
  transform: translate(-16px, -16px);
}
.tipper_c5f2__slider_tip img {
  width: 100%;
}

.tipper_c5f2__slider_text {
  max-width: 260px;
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}

.tipper_c5f2 h5 {
  background-image: url("lines-160.9ec11c23.svg");
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 4px;
  display: block;
  line-height: 1.25;
  padding: 4px 1em 8px;
}
.tipper_c5f2 p {
  font-size: 14px;
}
.tipper_c5f2.sand h5 {
  background-image: url("lines-160-sand.41e4a248.svg") !important;
}
.tipper_c5f2.silver h5 {
  background-image: url("lines-160-silver.2d9069d2.svg") !important;
}

.tipper_c5f2 .swiper-pagination {
  bottom: 0px !important;
}

.tipper_c5f2__view_all_features {
  margin-bottom: 80px;
  padding-top: 32px;
  text-align: center;
}

.squiggles-background {
  background-image: url("squiggles.c939e325.png");
  background-size: contain;
  position: relative;
}

.tipper_c5f2.show-all .tipper_c5f2__tipper_arrow {
  opacity: 1;
}
.tipper_c5f2.show-all .tipper_c5f2__tip_text {
  opacity: 1;
}

.tipper_c5f2.silver .tipper_c5f2__desktop:before {
  background-color: #E8E8E9;
}
.tipper_c5f2.silver .tipper_c5f2__mobile {
  background-color: #E8E8E9;
}

.tipper_c5f2.sand .tipper_c5f2__desktop:before {
  background-color: #F6F2E8;
}
.tipper_c5f2.sand .tipper_c5f2__mobile {
  background-color: #F6F2E8;
}

.tipper_c5f2__tip.eco-feature h5 {
  position: relative;
}
.tipper_c5f2__tip.eco-feature h5:after {
  position: absolute;
  top: -20px;
  left: 0;
  content: "";
  display: block;
  height: 20px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("eco-feature.613ae864.svg");
}

.page-id-42 .tipper_c5f2__tip.tipper_c5f2__tip_0 h5,
.page-id-42 .tipper_c5f2__tip.tipper_c5f2__tip_7 h5,
.page-id-42 .tipper_c5f2__tip.tipper_c5f2__tip_3 h5 {
  background-image: url("scribbler-taller.d2ff1261.svg");
}
.page-id-42 .tipper_c5f2__tip.tipper_c5f2__tip_5 h5 {
  background-size: 100% 150%;
}
.page-id-42 .tipper_c5f2__tip.tipper_c5f2__tip_1 h5 {
  padding: 4px 3em;
}
.page-id-42 .tipper_c5f2__tip.tipper_c5f2__tip_2 h5,
.page-id-42 .tipper_c5f2__tip.tipper_c5f2__tip_6 h5 {
  padding: 4px 2em;
}
@media (max-width: 767px) {
  .page-id-42 .tipper_c5f2__slider .swiper-slide .tipper_c5f2__slider_text h5 {
    background-size: 100% 170%;
  }
}

.page-id-488 .tipper_c5f2__tip.tipper_c5f2__tip_0 h5,
.page-id-488 .tipper_c5f2__tip.tipper_c5f2__tip_1 h5,
.page-id-488 .tipper_c5f2__tip.tipper_c5f2__tip_3 h5,
.page-id-488 .tipper_c5f2__tip.tipper_c5f2__tip_2 h5 {
  background-image: url("scribble-tall-sand.13eb2cde.svg") !important;
  padding: 4px 1em 8px;
}
.page-id-488 .tipper_c5f2__tip.tipper_c5f2__tip_4 h5,
.page-id-488 .tipper_c5f2__tip.tipper_c5f2__tip_5 h5 {
  background-size: 100% 125%;
}
.page-id-488 .tipper_c5f2__tip.tipper_c5f2__tip_7 h5 {
  padding: 4px 2em;
}
@media (max-width: 767px) {
  .page-id-488 .tipper_c5f2__slider .swiper-slide .tipper_c5f2__slider_text h5 {
    background-size: 100% 170%;
  }
}

.page-id-483 .tipper_c5f2__tip h5 {
  background-image: url("scribble-grey-1.313b4e3b.svg");
}
.page-id-483 .tipper_c5f2__tip.tipper_c5f2__tip_6 h5,
.page-id-483 .tipper_c5f2__tip.tipper_c5f2__tip_8 h5 {
  background-image: url("scribble-grey-tall-1.56d8ba2a.svg") !important;
  padding: 4px 1em 8px;
}
@media (max-width: 767px) {
  .page-id-483 .tipper_c5f2__slider .swiper-slide .tipper_c5f2__slider_text h5 {
    background-size: 100% 170%;
  }
}

.page-id-7920 .tipper_c5f2__tip.tipper_c5f2__tip_2 h5 {
  background-image: url("scribbler-taller.d2ff1261.svg");
  padding: 4px 0.5em 8px;
}
.page-id-7920 .tipper_c5f2__tip.tipper_c5f2__tip_6 h5,
.page-id-7920 .tipper_c5f2__tip.tipper_c5f2__tip_8 h5 {
  background-image: url("scribbler-taller.d2ff1261.svg");
}

.page-id-487 .tipper_c5f2__tip.tipper_c5f2__tip_2 h5 {
  background-image: url("scribble-tall.65f85eaa.svg");
}
.page-id-487 .tipper_c5f2__tip.tipper_c5f2__tip_4 h5,
.page-id-487 .tipper_c5f2__tip.tipper_c5f2__tip_8 h5 {
  background-size: 100% 125%;
}
.page-id-487 .tipper_c5f2__tip.tipper_c5f2__tip_5 h5 {
  background-image: url("scribbler-taller.d2ff1261.svg");
  background-size: 100% 125%;
}
.page-id-487 .tipper_c5f2__tip.tipper_c5f2__tip_7 h5 {
  padding: 4px 1.5em;
}
@media (max-width: 767px) {
  .page-id-487 .tipper_c5f2__slider .swiper-slide .tipper_c5f2__slider_text h5 {
    background-size: 100% 170%;
  }
}

.page-id-487 .tipper_c5f2__mobile {
  padding-top: 0;
}

.text_button_a469 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.text_button_a469 h3 {
  margin-bottom: 1.25em;
}

.text_image_d9f0 {
  display: flex;
  flex-wrap: wrap;
}
.text_image_d9f0.row_reverse {
  flex-direction: row-reverse;
}

.text_image_d9f0__image {
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .text_image_d9f0__image {
    flex: 0 0 50%;
    margin-bottom: 0;
  }
}

.text_image_d9f0__text {
  flex: 0 0 100%;
  display: flex;
}
@media screen and (min-width: 768px) {
  .text_image_d9f0__text {
    flex: 0 0 50%;
  }
}
.text_image_d9f0__text.text_align--top {
  align-items: flex-start;
}
.text_image_d9f0__text.text_align--center {
  align-items: center;
}
.text_image_d9f0__text.text_align--bottom {
  align-items: flex-end;
}

.text_image_d9f0__text_inner {
  padding: 64px 0 64px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .text_image_d9f0__text_inner {
    padding: 120px 0;
  }
}

.text_image_d9f0.no_row_reverse .text_image_d9f0__text {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .text_image_d9f0.no_row_reverse .text_image_d9f0__text {
    padding: 0 0 0 48px;
  }
}

.text_image_d9f0.row_reverse .text_image_d9f0__text {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .text_image_d9f0.row_reverse .text_image_d9f0__text {
    padding: 0 48px 0 0;
  }
}

.text_image_d9f0__image_ratio.image_ratio {
  position: relative;
}
.text_image_d9f0__image_ratio.image_ratio img {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.text_image_d9f0__image_ratio.image_ratio .text_image_d9f0__image_inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .text_image_d9f0__image_ratio.image_ratio .text_image_d9f0__image_inner {
    left: -20px;
    right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .text_image_d9f0__image_ratio.image_ratio_mobile--1-1 {
    padding-top: 100%;
  }
  .text_image_d9f0__image_ratio.image_ratio_mobile--4-3 {
    padding-top: 75%;
  }
  .text_image_d9f0__image_ratio.image_ratio_mobile--16-9 {
    padding-top: 56.25%;
  }
  .text_image_d9f0__image_ratio.image_ratio_mobile--none {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .text_image_d9f0__image_ratio.image_ratio--1-1 {
    padding-top: 100%;
  }
  .text_image_d9f0__image_ratio.image_ratio--4-3 {
    padding-top: 75%;
  }
  .text_image_d9f0__image_ratio.image_ratio--16-9 {
    padding-top: 56.25%;
  }
  .text_image_d9f0__image_ratio.image_ratio--none {
    height: 100%;
  }
}

.text_image_d9f0__image.image_ratio--custom {
  height: 300px;
}
@media screen and (min-width: 768px) {
  .text_image_d9f0__image.image_ratio--custom {
    height: 400px;
  }
}

.text_image_d9f0.no_row_reverse .text_image_d9f0__image.image_offset .text_image_d9f0__image_ratio {
  margin-left: -20px;
}
@media screen and (min-width: 1100px) {
  .text_image_d9f0.no_row_reverse .text_image_d9f0__image.image_offset .text_image_d9f0__image_ratio {
    margin-left: calc((100vw - 1100px + 40px) / -2 );
  }
}
.text_image_d9f0.row_reverse .text_image_d9f0__image.image_offset .text_image_d9f0__image_ratio {
  margin-right: -20px;
}
@media screen and (min-width: 1100px) {
  .text_image_d9f0.row_reverse .text_image_d9f0__image.image_offset .text_image_d9f0__image_ratio {
    margin-right: calc((100vw - 1100px + 40px) / -2 );
  }
}

.text_image_d9f0 .image_mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .text_image_d9f0 .image_mobile {
    display: none;
  }
}

.text_image_d9f0 .image_desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .text_image_d9f0 .image_desktop {
    display: block;
  }
}

.text_image_d9f0.text-and-image--guarantee .text_image_d9f0__text {
  position: relative;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .text_image_d9f0.text-and-image--guarantee .text_image_d9f0__text {
    padding-top: 0;
    padding-left: 180px;
  }
}
.text_image_d9f0.text-and-image--guarantee .text_image_d9f0__text:after {
  content: "";
  background-image: url("TULU badge_ENG.0ae747f7.svg");
  background-size: cover;
  background-position: 50% 50%;
  height: 170px;
  width: 280px;
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .text_image_d9f0.text-and-image--guarantee .text_image_d9f0__text:after {
    top: 0;
    bottom: 0;
    left: -160px;
    right: auto;
    margin: auto;
    height: 194px;
    width: 324px;
  }
}
.text_image_d9f0.text-and-image--guarantee .text_image_d9f0__text_inner {
  padding: 24px 20px 64px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .text_image_d9f0.text-and-image--guarantee .text_image_d9f0__text_inner {
    padding: 96px 0;
  }
}

.text_image_d9f0.text-and-image--guarantee.french .text_image_d9f0__text {
  position: relative;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .text_image_d9f0.text-and-image--guarantee.french .text_image_d9f0__text {
    padding-top: 0;
    padding-left: 180px;
  }
}
.text_image_d9f0.text-and-image--guarantee.french .text_image_d9f0__text:after {
  content: "";
  background-image: url("TULU_-_FR-01.389f55a9.png");
  background-size: cover;
  background-position: 50% 50%;
  height: 170px;
  width: 280px;
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .text_image_d9f0.text-and-image--guarantee.french .text_image_d9f0__text:after {
    top: 0;
    bottom: 0;
    left: -190px;
    right: auto;
    margin: auto;
    height: 194px;
    width: 324px;
  }
}

.text_image_d9f0.text-and-image--guarantee.italian .text_image_d9f0__text {
  position: relative;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .text_image_d9f0.text-and-image--guarantee.italian .text_image_d9f0__text {
    padding-top: 0;
    padding-left: 180px;
  }
}
.text_image_d9f0.text-and-image--guarantee.italian .text_image_d9f0__text:after {
  content: "";
  background-image: url("TULU_-_IT-01.2425790a.png");
  background-size: cover;
  background-position: 50% 50%;
  height: 170px;
  width: 280px;
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .text_image_d9f0.text-and-image--guarantee.italian .text_image_d9f0__text:after {
    top: 0;
    bottom: 0;
    left: -190px;
    right: auto;
    margin: auto;
    height: 194px;
    width: 324px;
  }
}

.text_image_d9f0.text-and-image--guarantee.portugese .text_image_d9f0__text {
  position: relative;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .text_image_d9f0.text-and-image--guarantee.portugese .text_image_d9f0__text {
    padding-top: 0;
    padding-left: 180px;
  }
}
.text_image_d9f0.text-and-image--guarantee.portugese .text_image_d9f0__text:after {
  content: "";
  background-image: url("TULU_-_PT-01.76a74638.png");
  background-size: cover;
  background-position: 50% 50%;
  height: 170px;
  width: 280px;
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .text_image_d9f0.text-and-image--guarantee.portugese .text_image_d9f0__text:after {
    top: 0;
    bottom: 0;
    left: -190px;
    right: auto;
    margin: auto;
    height: 194px;
    width: 324px;
  }
}

.text_image_d9f0.text-and-image--guarantee.spanish .text_image_d9f0__text:after {
  background-image: url("TULU-SPANISH-01.fdf91f81.png");
}

.text_image_d9f0.text-and-image--guarantee.dutch .text_image_d9f0__text {
  position: relative;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .text_image_d9f0.text-and-image--guarantee.dutch .text_image_d9f0__text {
    padding-top: 0;
    padding-left: 180px;
  }
}
.text_image_d9f0.text-and-image--guarantee.dutch .text_image_d9f0__text:after {
  content: "";
  background-image: url("TULU_-_DUTCH-01.79d7876e.png");
  background-size: cover;
  background-position: 50% 50%;
  height: 170px;
  width: 280px;
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .text_image_d9f0.text-and-image--guarantee.dutch .text_image_d9f0__text:after {
    top: 0;
    bottom: 0;
    left: -190px;
    right: auto;
    margin: auto;
    height: 194px;
    width: 324px;
  }
}

.post_slider_a6e5 .swiper-slide {
  height: auto;
}

.post_slider_a6e5__slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.post_slider_a6e5__slide_image img {
  display: block;
  width: 100%;
}

.post_slider_a6e5__post_text {
  padding: 40px 24px 56px 24px;
}

.post_slider_a6e5 .swiper-pagination {
  position: static;
  padding-top: 24px;
}

.post_slider_a6e5__slide_image {
  padding: 8px 8px 0 8px;
  margin-bottom: -16px;
  z-index: 1;
}
.post_slider_a6e5__slide_image img {
  border-radius: 4px;
}

.post_slider_a6e5__post_text {
  border-radius: 4px;
  background-color: #DAEDEA;
  position: relative;
  flex: 1;
}
.post_slider_a6e5__post_text h4 {
  min-height: 1.5em;
}
.post_slider_a6e5__post_text .post_slider_a6e5__post_link {
  position: absolute;
  left: 24px;
  bottom: 32px;
  margin: auto;
}

.post_slider_a6e5__link {
  text-align: center;
  padding-top: 24px;
}

.post_slider_a6e5__heading {
  text-align: center;
  margin-bottom: 48px;
}

.post_slider_a6e5__terms {
  display: none;
  font-weight: 700;
  font-size: 14px;
}
.post_slider_a6e5__terms span {
  display: inline-block;
}
.post_slider_a6e5__terms span:not(:last-child):after {
  content: ",";
}
.post_slider_a6e5__terms:after {
  display: block;
  background-color: #B5DCD6;
  height: 3px;
  width: 100%;
  content: "";
}

.post_slider_a6e5__slide_image {
  padding-top: 66%;
  position: relative;
}

.post_slider_a6e5__slide_image_inner {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  margin: auto;
  display: block;
  width: auto !important;
}

.as-featured-in .post_slider_a6e5__post_text {
  background-color: #FFFFFF;
}
.as-featured-in .post_slider_a6e5__terms {
  display: none;
}

.no_view_more .view_more.link_ce1d {
  display: none;
}

.heading_eb79.heading-margin-bottom {
  margin-bottom: 64px;
}
@media screen and (max-width: 1022px) {
  .heading_eb79.heading-margin-bottom {
    margin-bottom: 48px;
  }
}

.quote_slider_b3b4 .swiper-pagination {
  bottom: 0 !important;
}

.quote_slider_b3b4__quote_slide {
  text-align: center;
  margin-bottom: 24px;
}
.quote_slider_b3b4__quote_slide .title {
  padding-bottom: 20px;
}
.quote_slider_b3b4__quote_slide .quote {
  max-width: 700px;
  margin: 0 auto 1em;
}
.quote_slider_b3b4__quote_slide .quote p {
  opacity: 0.5;
}
.quote_slider_b3b4__quote_slide .citation p {
  opacity: 0.5;
}

.quote_slider_b3b4 .stars {
  background-image: url("stars-yellow.7a86eafd.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 32px;
  width: 180px;
  margin: 0 auto 24px;
  position: relative;
}
.quote_slider_b3b4 .stars:after {
  content: "";
  display: block;
  background-color: #f9f9f9;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.quote_slider_b3b4 .stars.stars--0-5:after {
  width: 90%;
}
.quote_slider_b3b4 .stars.stars--1:after {
  width: 80%;
}
.quote_slider_b3b4 .stars.stars--1-5:after {
  width: 70%;
}
.quote_slider_b3b4 .stars.stars--2:after {
  width: 60%;
}
.quote_slider_b3b4 .stars.stars--2-5:after {
  width: 50%;
}
.quote_slider_b3b4 .stars.stars--3:after {
  width: 40%;
}
.quote_slider_b3b4 .stars.stars--3-5:after {
  width: 30%;
}
.quote_slider_b3b4 .stars.stars--4:after {
  width: 20%;
}
.quote_slider_b3b4 .stars.stars--4-5:after {
  width: 9%;
}
.quote_slider_b3b4 .stars.stars--5:after {
  width: 0%;
}

@media screen and (min-width: 1024px) {
  .page_heading_ff16 {
    display: flex;
    height: 575px;
    position: relative;
    align-items: center;
  }
}

.page_heading_ff16__mobile_image {
  display: block;
  height: 230px;
}
@media screen and (min-width: 768px) {
  .page_heading_ff16__mobile_image {
    height: 360px;
  }
}
@media screen and (min-width: 1024px) {
  .page_heading_ff16__mobile_image {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
  }
}

.page_heading_ff16__desktop_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
@media screen and (min-width: 1024px) {
  .page_heading_ff16__desktop_image {
    display: block;
  }
}
.page_heading_ff16__desktop_image img {
  object-position: 85% 50%;
}

.page_heading_ff16__content {
  max-width: 500px;
}

.page_heading_ff16__text {
  position: relative;
}

.page_heading_ff16__links {
  padding-top: 24px;
}
.page_heading_ff16__links li {
  margin-bottom: 1.25em;
}
.page_heading_ff16__links li img.retailer_logos {
  max-width: 120px;
}

.page_heading_ff16__text {
  padding: 48px 0;
}

@media screen and (min-width: 767px) {
  .logos_shop-now ul {
    display: flex;
  }
}
.logos_shop-now ul li {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .logos_shop-now ul li {
    padding-right: 40px;
  }
}

.page_heading_ff16__links ul li {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page_heading_ff16__links ul li {
    display: block;
    width: auto;
    justify-content: center;
  }
}
.page_heading_ff16__links .logo-wrapper {
  display: flex;
  align-items: center;
  min-height: 90px;
  margin-bottom: 1em;
}
.page_heading_ff16__links img {
  width: 100%;
  display: block;
}

.products_bba7 {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .products_bba7 {
    padding-bottom: 48px;
    background-color: #E0F0ED;
  }
  .products_bba7:before {
    content: "";
    display: block;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 180px;
  }
}

.products_bba7__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.products_bba7__product {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .products_bba7__product {
    background-color: #E0F0ED;
  }
}
@media screen and (min-width: 1024px) {
  .products_bba7__product {
    flex: 0 0 25%;
  }
}

.products_bba7__product_image {
  padding-top: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
}
.products_bba7__product_image img {
  object-fit: cover;
  object-position: 50% 0%;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.products_bba7__product_image.active img, .products_bba7__product_image:hover img {
  object-position: 50% 100%;
}

.products_bba7__product_image_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.products_bba7__product_image img {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .products_bba7__product_image:before {
    content: "";
    display: block;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    height: 40vw;
  }
}

.products_bba7__product_image {
  position: relative;
}
.products_bba7__product_image img {
  display: block;
  width: 100%;
}

.products_bba7__product_text {
  position: relative;
  padding: 20px 10px 48px;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .products_bba7__product_text {
    text-align: left;
    padding: 20px 10px 20px;
  }
}

.products_bba7__product_text p {
  display: none;
}
@media screen and (min-width: 1024px) {
  .products_bba7__product_text p {
    display: block;
  }
}

.products_bba7__product_text h4 {
  height: 48px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .products_bba7__product_text h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .products_bba7__product_text a {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .last_product_stretch .products_bba7__product:last-child {
    overflow: visible;
    background-color: white;
  }
  .last_product_stretch .products_bba7__product:last-child:before {
    content: "";
    width: 100vw;
    height: calc(25vw + 80px);
    background-color: #E0F0ED;
    position: absolute;
    bottom: 0;
    left: -50%;
    z-index: 0;
  }
}
.heading_eb79.heading-alignment--center {
  text-align: center;
}
.heading_eb79.heading-alignment--left {
  text-align: left;
}
.heading_eb79.heading-alignment--right {
  text-align: right;
}

.heading_eb79__inner {
  display: inline-block;
  position: relative;
}

.heading_eb79__inner_svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.heading_eb79__inner_text {
  position: relative;
}

.link_ce1d.link-alignment--center {
  text-align: center;
}
.link_ce1d.link-alignment--left {
  text-align: left;
}
.link_ce1d.link-alignment--right {
  text-align: right;
}

@media screen and (max-width: 1023px) {
  .features_e2cc .swiper-wrapper {
    padding-bottom: 64px;
  }
}

.features_e2cc__item {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .features_e2cc__item {
    height: 240px;
  }
  .features_e2cc__item:hover .features_e2cc__item_upper {
    opacity: 0;
  }
  .features_e2cc__item:hover .features_e2cc__item_lower {
    opacity: 1;
  }
}

.features_e2cc__item_upper,
.features_e2cc__item_lower {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .features_e2cc__item_upper,
.features_e2cc__item_lower {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}

.features_e2cc__item_upper {
  text-align: center;
  padding-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .features_e2cc__item_upper {
    padding-bottom: 0;
    opacity: 1;
    transition: ease 150ms opacity;
  }
}

.features_e2cc__item_lower {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .features_e2cc__item_lower {
    opacity: 0;
    transition: ease 150ms opacity;
  }
}

.features_e2cc__icon {
  max-width: 140px;
  margin: 0 auto 16px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .features_e2cc__icon {
    display: block;
  }
}
.features_e2cc__icon img {
  width: 100%;
}

.swiper-container-horizontal > .swiper-scrollbar {
  background-color: rgba(0, 54, 73, 0.2);
  cursor: pointer;
}

.swiper-container .swiper-scrollbar-drag {
  background-color: #003649;
}

.features_b3e1__item_upper_inner {
  background-image: url("feature-path.16ce136e.png");
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 72px;
  position: relative;
  max-width: 180px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 42px;
}
.features_b3e1__item_upper_inner .features_b3e1__icon {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  height: 64px;
  width: 64px;
  margin: auto;
}
.features_b3e1__item_upper_inner .features_b3e1__icon img {
  width: 100%;
}
.features_b3e1__item_upper_inner h4.heading--font-secondary {
  font-size: 64px;
}
.features_b3e1__item_upper_inner h4.heading--font-primary {
  font-size: 50px;
}

.features_b3e1__item_lower_inner {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
}

.fix-heading-length .features_b3e1__item_upper_inner h4.heading--font-primary {
  font-size: 30px;
}

.portugal_fixheading-length .features_b3e1__item_upper_inner h4.heading--font-secondary {
  font-size: 48px;
}
.portugal_fixheading-length .features_b3e1__item_upper_inner h4.heading--font-primary {
  font-size: 36px;
}

.thai_fixheading-length .features_b3e1__item_upper_inner h4.heading--font-secondary,
.viet_fixheading-length .features_b3e1__item_upper_inner h4.heading--font-secondary {
  font-size: 54px;
}
.thai_fixheading-length .features_b3e1__item_upper_inner h4.heading--font-primary,
.viet_fixheading-length .features_b3e1__item_upper_inner h4.heading--font-primary {
  font-size: 34px;
}

.spanish_fixheading-length .features_b3e1__item_upper_inner h4.heading--font-secondary {
  font-size: 54px;
}
.spanish_fixheading-length .features_b3e1__item_upper_inner h4.heading--font-primary {
  font-size: 34px;
}

.common-logo-slide a {
  display: block;
}
.common-logo-slide img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 499px) {
  .common-logo-slide img {
    width: 65% !important;
  }
}

.common-logo-slider .swiper-wrapper {
  padding-bottom: 32px;
}

.common-logo-slider .swiper-slide {
  width: 120px;
}

.logo-grayscale,
.logo-colour {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: opacity ease 150ms;
}

.common-logo-slide .logo {
  height: 120px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.common-logo-slide .logo img {
  object-fit: contain;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.common-logo-slide .logo:hover .logo-grayscale {
  opacity: 0;
}
.common-logo-slide .logo:hover .logo-colour {
  opacity: 1;
}
.common-logo-slide .logo-grayscale {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .common-logo-slide .logo-grayscale {
    opacity: 0;
  }
}
.common-logo-slide .logo-colour {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .common-logo-slide .logo-colour {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .common-logo-slider.wipes-slider .swiper-wrapper {
    justify-content: center !important;
  }
}
.pack_sizes_dc4e {
  padding-top: 96px;
  padding-bottom: 96px;
  overflow: hidden;
  position: relative;
}
.pack_sizes_dc4e:before {
  background-color: #E0F0ED;
  position: absolute;
  left: -9999px;
  height: 9999px;
  right: -9999px;
  margin: auto;
  content: "";
  z-index: -1;
  top: 320px;
}
@media screen and (min-width: 768px) {
  .pack_sizes_dc4e:before {
    top: 360px;
  }
}
@media screen and (min-width: 1024px) {
  .pack_sizes_dc4e:before {
    top: 308px;
  }
}
.pack_sizes_dc4e.grey:before {
  background-color: #E8E8E9;
}
.pack_sizes_dc4e.green:before {
  background-color: #F6F2E8;
}
.pack_sizes_dc4e__inner {
  display: flex;
  flex-wrap: wrap;
}

.pack_sizes_dc4e__heading {
  text-align: center;
  flex: 0 0 100%;
}

.pack_sizes_dc4e__product_image {
  max-width: 400px;
  margin: 64px auto 0;
}
@media screen and (min-width: 1024px) {
  .pack_sizes_dc4e__product_image {
    margin: 0;
    flex: 0 0 400px;
  }
}
.pack_sizes_dc4e__product_image img {
  display: block;
  width: 100%;
}

.pack_sizes_dc4e__sizes {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 48px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .pack_sizes_dc4e__sizes {
    padding-top: 96px;
    flex: 1;
  }
}

.pack_sizes_dc4e__size {
  flex: 0 0 100%;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pack_sizes_dc4e__size {
    flex: 0 0 33.333333%;
  }
}
@media screen and (min-width: 1024px) {
  .pack_sizes_dc4e__size {
    flex: 0 0 33.333333%;
  }
}
.pack_sizes_dc4e__size:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  .pack_sizes_dc4e__size:not(:last-child) {
    margin-bottom: 0;
  }
}

.pack_sizes_dc4e__size h4 {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .pack_sizes_dc4e__size h4 {
    display: block;
    font-size: 16px;
    max-width: 200px;
    margin: 0 auto 2em;
  }
}
.pack_sizes_dc4e__size h4 span.underline {
  bottom: -24px !important;
}
@media screen and (min-width: 1024px) {
  .pack_sizes_dc4e__size h4 span.underline {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .pack_sizes_dc4e__size h4.no-price {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .pack_sizes_dc4e__size h4.no-price_inline {
    margin-top: 15px;
  }
}

.pack_sizes_dc4e__size li {
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.pack_sizes_dc4e__note {
  flex: 0 0 100%;
  padding-top: 48px;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-id-488 .pack_sizes_dc4e__size:not(:last-child) {
    display: none;
  }
}

.hide-over-1024 {
  display: block;
}
@media screen and (min-width: 768px) {
  .hide-over-1024 .pack_sizes_dc4e__size {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 1024px) {
  .hide-over-1024 {
    display: none;
  }
}

.hide-under-1024 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .hide-under-1024 {
    display: block;
  }
}

.size_guide_b2e7 {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .size_guide_b2e7 {
    justify-content: center;
  }
}

.size_guide_b2e7__slider {
  width: calc(100% - 100px);
}
@media screen and (min-width: 1024px) {
  .size_guide_b2e7__slider {
    width: calc(100% - 300px);
  }
}

.size_guide_b2e7__size_heading {
  height: 80px;
  width: 80px;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .size_guide_b2e7__size_heading {
    height: 96px;
    width: 96px;
  }
}

.size_guide_b2e7__size_heading_text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .size_guide_b2e7__size_heading_text {
    font-size: 14px;
  }
}
.size_guide_b2e7__size_heading_text span {
  display: block;
  font-size: 36px;
}
.size_guide_b2e7__size_heading_text span span {
  font-size: 26px;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .size_guide_b2e7__size_heading_text span span {
    font-size: 20px;
    margin-top: -2px;
  }
}
.size_guide_b2e7__size_heading_text span span sup {
  vertical-align: revert;
  font-size: small;
}

.size_guide_b2e7__products {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.size_guide_b2e7__products h4 {
  width: 120px;
  text-align: right;
  line-height: 56px;
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .size_guide_b2e7__products h4 {
    font-size: 20px;
    width: 150px;
  }
}
@media screen and (max-width: 499px) {
  .size_guide_b2e7__products h4 {
    font-size: 15px;
    width: 100px;
  }
}
.size_guide_b2e7__products li {
  position: relative;
}
.size_guide_b2e7__products li:after {
  display: none;
  content: "";
  height: 6px;
  border-radius: 3px;
  background-color: #BBCACE;
  position: absolute;
  left: 115px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 480px) {
  .size_guide_b2e7__products li:after {
    left: 175px;
  }
}
@media screen and (min-width: 1024px) {
  .size_guide_b2e7__products li:after {
    left: 175px;
    right: 175px;
  }
}

.size_guide_b2e7__size_dot {
  max-width: 32px;
  height: 56px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  opacity: 0.65;
  transition: ease opacity 150ms;
}
.size_guide_b2e7__size_dot svg path {
  fill: #BBCACE;
  transition: fill ease 250ms;
}

.size_guide_b2e7__size_heading {
  margin-bottom: 24px;
  cursor: pointer;
}

.size_guide_b2e7__size_heading_dot_1 svg path {
  fill: #9E73AB;
}

.size_guide_b2e7__size_heading_dot_2 svg path {
  fill: #E2503F;
}

.size_guide_b2e7__size_heading_dot_3 svg path {
  fill: #2B85A6;
}

.size_guide_b2e7__size_heading_dot_4 svg path {
  fill: #9F0D1D;
}

.size_guide_b2e7__size_heading_dot_5 svg path {
  fill: #FFA500;
}

.size_guide_b2e7__size_heading_dot_6 svg path {
  fill: #0E1318;
}

.size_guide_b2e7__size.active .size_guide_b2e7__size_dot {
  opacity: 1;
}
.size_guide_b2e7__size.active .size_guide_b2e7__size_dot.active--1 svg path {
  fill: #9E73AB;
}
.size_guide_b2e7__size.active .size_guide_b2e7__size_dot.active--2 svg path {
  fill: #E2503F;
}
.size_guide_b2e7__size.active .size_guide_b2e7__size_dot.active--3 svg path {
  fill: #2B85A6;
}
.size_guide_b2e7__size.active .size_guide_b2e7__size_dot.active--4 svg path {
  fill: #9F0D1D;
}
.size_guide_b2e7__size.active .size_guide_b2e7__size_dot.active--5 svg path {
  fill: #FFA500;
}
.size_guide_b2e7__size.active .size_guide_b2e7__size_dot.active--6 svg path {
  fill: #0E1318;
}

@media screen and (max-width: 1023px) {
  .size_guide_b2e7 .swiper-slide.swiper-slide-active .size_guide_b2e7__size_dot.active--1 svg path {
    fill: #9E73AB;
  }
  .size_guide_b2e7 .swiper-slide.swiper-slide-active .size_guide_b2e7__size_dot.active--2 svg path {
    fill: #E2503F;
  }
  .size_guide_b2e7 .swiper-slide.swiper-slide-active .size_guide_b2e7__size_dot.active--3 svg path {
    fill: #2B85A6;
  }
  .size_guide_b2e7 .swiper-slide.swiper-slide-active .size_guide_b2e7__size_dot.active--4 svg path {
    fill: #9F0D1D;
  }
  .size_guide_b2e7 .swiper-slide.swiper-slide-active .size_guide_b2e7__size_dot.active--5 svg path {
    fill: #FFA500;
  }
  .size_guide_b2e7 .swiper-slide.swiper-slide-active .size_guide_b2e7__size_dot.active--6 svg path {
    fill: #0E1318;
  }
}

.size_guide_b2e7__next {
  cursor: pointer;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.size_guide_b2e7__next svg path {
  stroke: #BBCACE;
  transition: all ease 150ms;
}
.size_guide_b2e7__next:hover svg path {
  stroke: #003649;
}
@media screen and (min-width: 1024px) {
  .size_guide_b2e7__next {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .size_guide_b2e7__size_dot.active {
    opacity: 1;
  }
}
.gallery_slider_ded2 {
  padding-bottom: 64px;
}

.gallery_slider_ded2__slide_image {
  padding-top: 133%;
}

.gallery_slider_ded2__scrollbar {
  padding-top: 48px;
  display: none;
}
@media screen and (min-width: 540px) {
  .gallery_slider_ded2__scrollbar {
    display: block;
  }
}

.gallery_slider_ded2__slide_image_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.gallery_slider_ded2__slide_image_inner .card-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  opacity: 0;
  transition: opacity ease 150ms;
}
.gallery_slider_ded2__slide_image_inner .card-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery_slider_ded2__slide_image_inner .card-video:hover {
  opacity: 1;
}

.gallery_slider_ded2__pagination {
  position: absolute;
  bottom: 64px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 540px) {
  .gallery_slider_ded2__pagination {
    display: none;
  }
}
.gallery_slider_ded2__pagination .swiper-pagination {
  margin-top: 20px;
}
.gallery_slider_ded2__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #003649;
}
.gallery_slider_ded2__pagination .swiper-pagination-bullet {
  background-color: #003649;
}

.steps_slider_be6d__card_number {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  background-color: #58AD9F;
  font-weight: 700;
  color: #FFFFFF;
  position: absolute;
  top: -16px;
  left: -16px;
  margin: auto;
}

.page-id-27 .gallery_slider_ded2__scrollbar {
  display: none;
}

.swiper-scrollbar-drag {
  height: 10px !important;
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -50px !important;
  width: 50%;
  left: 100px;
}

.fullwidth {
  width: 100vw;
  position: absolute;
  left: 0px;
}

.fullwidth .swiper-wrapper {
  background-color: white;
}

.fullwidth .swiper-wrapper {
  background-color: white;
}

.gallery_slider_ded2__slider {
  display: none !important;
}

.gallery_slider_ded2__slider.swiper-container-initialized {
  display: block !important;
}

/* strech row styles */
@media only screen and (min-width: 1024px) {
  #hero {
    width: 100vw !important;
    margin-left: calc(-1 * calc(100vw - 1100px)/2 - 20px);
  }

  .stretched-row {
    width: 100vw !important;
    margin-left: calc(-1 * calc(100vw - 1100px)/2 - 20px);
  }
}
@media only screen and (max-width: 1024px) {
  #hero {
    margin-left: -20px;
    margin-right: -20px;
  }

  .stretched-row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
#hero > .wpb_column > .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.stretched-row > .wpb_column > .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1100px;
  margin: auto;
}

#hero .swiper-slide.swiper-slide-active {
  width: 100vw !important;
}

#desktop-animation {
  padding-right: unset !important;
}

@media only screen and (max-width: 1024px) {
  .slide.new-year-promo .page_heading_ff16__mobile_image img {
    margin-top: 100px;
  }

  .slide.new-year-promo .slide-inner {
    min-height: 20px !important;
  }
}
.features_slider__desktop_bottom_item_text {
  flex: 0 0 40%;
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-top: 48px;
}
.features_slider__desktop_bottom_item_text:before {
  content: "";
  display: block;
  background-color: #E0ECEB;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  margin-left: calc((100vw - 1080px + 40px) / -2 );
}
.features_slider__desktop_bottom_item_text .row-features-slider {
  background-color: #E0ECEB;
}
@media screen and (min-width: 1024px) {
  .features_slider__desktop_bottom_item_text .row-features-slider {
    background-color: #FFFFFF;
  }
}

.logo_list_b465 {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .logo_list_b465 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 48px;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
  }
}
.logo_list_b465 .logo {
  padding: 15px;
  margin: 0 auto;
}
.logo_list_b465 .logo:not(:last-child) {
  margin: 0 auto 48px;
}
@media screen and (min-width: 768px) {
  .logo_list_b465 .logo:not(:last-child) {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .logo_list_b465 .logo {
    margin: 0;
  }
}
.logo_list_b465 .logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .logo_list_b465 .logo img {
    width: 100%;
    display: block;
    margin: 10px auto;
  }
}

.tipper_c5f2__tips {
  display: none;
}

.tipper_c5f2__slide {
  position: relative;
}

.products_slider_db49 {
  background-color: #E0F0ED;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .products_slider_db49 {
    padding-bottom: 48px;
  }
  .products_slider_db49:before {
    content: "";
    display: block;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 180px;
  }
}
.products_slider_db49 .swiper-container-horizontal > .swiper-scrollbar {
  left: 10%;
  bottom: 54px;
  width: 80%;
}

.products_slider_db49__slider {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 72px !important;
}
@media screen and (min-width: 1024px) {
  .products_slider_db49__slider {
    padding-bottom: 48px !important;
  }
}

.products_slider_db49__slider.swiper-container {
  overflow: inherit;
}
@media screen and (max-width: 1022px) {
  .products_slider_db49__slider .products_slider_db49__product_image:before {
    left: -200%;
    right: -200%;
  }
}

.products_slider_db49__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.products_slider_db49__product {
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 1023px) {
  .products_slider_db49__product {
    background-color: #E0F0ED;
  }
}

.products_slider_db49__product_image {
  padding-top: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
}
.products_slider_db49__product_image img {
  object-fit: cover;
  object-position: 50% 0%;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.products_slider_db49__product_image.active img, .products_slider_db49__product_image:hover img {
  object-position: 50% 100%;
}

.products_slider_db49__product_image_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.products_slider_db49__product_image img {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .products_slider_db49__product_image:before {
    content: "";
    display: block;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    height: 70%;
  }
}

.products_slider_db49__product_image {
  position: relative;
}
.products_slider_db49__product_image img {
  display: block;
  width: 100%;
}

.products_slider_db49__product_text {
  position: relative;
  padding: 20px 24px 48px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .products_slider_db49__product_text {
    text-align: left;
    padding: 20px 12px 20px;
  }
}

.products_slider_db49__product_text p {
  display: none;
}
@media screen and (min-width: 1024px) {
  .products_slider_db49__product_text p {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .products_slider_db49__product_text h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .products_slider_db49__product_text a {
    font-size: 12px;
  }
}

.products_slider_db49__slider .swiper-wrapper {
  justify-content: center;
}

.size_filter_e0db ul {
  display: flex;
  padding: 4px;
}
.size_filter_e0db ul li {
  flex: 1;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.size_filter_e0db__button {
  border: 4px solid #003649;
  transition: all ease 150ms;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
}
.size_filter_e0db__button:hover, .size_filter_e0db__button.active {
  color: #FFFFFF;
  background-color: #003649;
}
.size_filter_e0db__button sup {
  vertical-align: revert;
  font-size: 8px;
}

.size_filter_e0db__button.size_filter_e0db__button--purple:hover, .size_filter_e0db__button.size_filter_e0db__button--purple.active {
  border: 4px solid #9E73AB;
  background-color: #9E73AB;
}

.size_filter_e0db__button.size_filter_e0db__button--orange:hover, .size_filter_e0db__button.size_filter_e0db__button--orange.active {
  border: 4px solid #E2503F;
  background-color: #E2503F;
}

.size_filter_e0db__button.size_filter_e0db__button--blue:hover, .size_filter_e0db__button.size_filter_e0db__button--blue.active {
  border: 4px solid #2B85A6;
  background-color: #2B85A6;
}

.size_filter_e0db__button.size_filter_e0db__button--red:hover, .size_filter_e0db__button.size_filter_e0db__button--red.active {
  border: 4px solid #9F0D1D;
  background-color: #9F0D1D;
}

.size_filter_e0db__button.size_filter_e0db__button--yellow:hover, .size_filter_e0db__button.size_filter_e0db__button--yellow.active {
  border: 4px solid #FFA500;
  background-color: #FFA500;
}

.size_filter_e0db__button.size_filter_e0db__button--black:hover, .size_filter_e0db__button.size_filter_e0db__button--black.active {
  border: 4px solid #0E1318;
  background-color: #0E1318;
}

.size_filter_e0db__scrollbar {
  padding-top: 32px;
}

.person_e4bc {
  max-width: 400px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.person_e4bc__image {
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto;
  display: block;
  margin-bottom: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.person_e4bc__image .object-fit-cover img {
  max-height: 200px;
}

.person_e4bc__chat_link {
  text-align: center;
}
.person_e4bc__chat_link a {
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  position: relative;
  opacity: 1;
  transition: opacity ease 150ms;
}
.person_e4bc__chat_link a:before {
  height: 32px;
  width: 32px;
  left: -42px;
  top: -8px;
  display: block;
  position: absolute;
  background-image: url("messenger.b1292ef5.svg");
  background-position: 50% 50%;
  background-size: contain;
  content: "";
}

.person_e4bc__text {
  margin-bottom: 32px;
}

.faqs .faq {
  display: none;
}
.faqs .faq.show {
  display: block;
}

.faq_search input {
  background-color: transparent;
  background-image: url("looking-glass-2.0ce37abb.svg");
  background-size: 30px;
  border: 0;
  height: 48px;
  border-bottom: 5px solid #003649;
  text-indent: 40px;
  background-repeat: no-repeat;
  background-position: 1% 50%;
  font-size: 16px;
  min-width: 240px;
  width: 100%;
  border-radius: 0;
}
.faq_search input:focus {
  outline: 0;
}

.faq_question {
  border-bottom: 4px solid #B5DCD6;
  padding: 1.5em 20px 1em 0;
  position: relative;
  cursor: pointer;
  opacity: 1;
  transition: all ease 150ms;
}
.faq_question:hover {
  border-bottom: 4px solid #003649;
}
.faq_question:before, .faq_question:after {
  background-color: #003649;
  height: 2px;
  width: 12px;
  content: "";
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.faq_question:after {
  transition: transform ease 150ms;
  transform: rotate(90deg);
}
.faq_question.open:after {
  transform: rotate(0deg);
}
.faq_question h3 {
  font-size: 16px;
  font-weight: 700;
}

.faq_answer {
  padding: 32px 0;
  display: none;
}

.faqs_search_results h4 {
  padding-left: 48px;
  position: relative;
}
.faqs_search_results h4:before {
  background-image: url("looking-glass.af615bc4.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0% 50%;
  content: "";
  height: 32px;
  width: 32px;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  margin: auto;
}

#faq-search-results {
  display: none;
}
#faq-search-results.show {
  display: block;
}

.size_calculator_f826__table {
  display: none;
  flex-wrap: wrap;
}
.size_calculator_f826__table.show {
  display: flex;
}

.size_calculator_f826__table_left {
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .size_calculator_f826__table_left {
    flex: 0 0 50%;
  }
}

.size_calculator_f826__table_right {
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .size_calculator_f826__table_right {
    flex: 0 0 50%;
  }
}

.size_calculator_f826__sizes {
  display: flex;
  justify-content: center;
}

.size_calculator_f826__size {
  flex: 0 0 90px;
  text-align: center;
  display: none;
}
.size_calculator_f826__size.show {
  display: block;
}
.size_calculator_f826__size .size_number {
  max-width: 60px;
  position: relative;
  margin: 0 auto 12px;
}
.size_calculator_f826__size .size_number span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: #FFFFFF;
  line-height: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
}
.size_calculator_f826__size .size_name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.25em;
}
.size_calculator_f826__size .size_name sup {
  vertical-align: revert;
  font-size: 10px;
}
.size_calculator_f826__size .size_kg,
.size_calculator_f826__size .size_lbs {
  font-size: 14px;
  font-weight: 700;
}

.size_calculator_f826__table {
  max-width: 680px;
  padding-top: 32px;
  margin: 0 auto;
}

.size_calculator_f826__table_left {
  position: relative;
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .size_calculator_f826__table_left {
    padding-bottom: auto;
    padding-right: 48px;
  }
}
.size_calculator_f826__table_left:after {
  content: "";
  height: 8px;
  border-radius: 4px;
  width: 100%;
  max-width: 300px;
  right: 0;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #B5DCD6;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .size_calculator_f826__table_left:after {
    bottom: auto;
    left: auto;
    right: auto;
    width: 8px;
    height: 100%;
    top: 0;
    right: -4px;
  }
}

.size_calculator_f826__table_right {
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .size_calculator_f826__table_right {
    padding-top: 0;
    padding-left: 48px;
  }
}

.size_calculator_f826__table_left h3,
.size_calculator_f826__table_right h3 {
  text-align: center;
  max-width: 180px;
  margin: 0 auto 32px;
  font-size: 18px;
}

.size_calculator_f826__notice {
  padding-top: 48px;
  max-width: 750px;
  margin: 0 auto;
}
.size_calculator_f826__notice p {
  font-size: 12px;
}
.size_calculator_f826__notice.show {
  display: block;
}

.size_calculator_f826__units ul {
  max-width: 240px;
  margin: 0 auto;
  display: flex;
}
.size_calculator_f826__units ul li {
  padding: 0 0.25em;
  flex: 0 0 50%;
}

.size_calculator_f826__unit {
  height: 32px;
  line-height: 32px;
  font-weight: 700;
  min-width: auto;
  width: 100%;
  cursor: pointer;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 0;
  width: 100%;
}
input[type=range]:focus {
  outline: 0;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #BBCACE;
  border-radius: 25px;
  border: 0px solid #000101;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: rgba(187, 202, 206, 0.8);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -15px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #BBCACE;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #BBCACE;
  border-radius: 25px;
  border: 0px solid #000101;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: rgba(187, 202, 206, 0.8);
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 40px 0;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #BBCACE;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
  background: #BBCACE;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: rgba(187, 202, 206, 0.8);
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #BBCACE;
}

input[type=range]:focus::-ms-fill-upper {
  background: #BBCACE;
}

.size_calculator_f826.inactive .size_calculator_f826__range_slider_number {
  display: none !important;
}
.size_calculator_f826.inactive .size_calculator_f826__table {
  display: none !important;
}
.size_calculator_f826.inactive .size_calculator_f826__notice {
  display: none !important;
}

#recommended-products.inactive {
  display: none !important;
}

.size_calculator_f826.kg-active #range_lbs {
  display: none;
}
.size_calculator_f826.kg-active .size_lbs {
  display: none;
}
.size_calculator_f826.kg-active .size_kg {
  display: block;
}
.size_calculator_f826.lbs-active #range_kg {
  display: none;
}
.size_calculator_f826.lbs-active .size_lbs {
  display: block;
}
.size_calculator_f826.lbs-active .size_kg {
  display: none;
}

.size_calculator_f826__range_slider {
  max-width: 500px;
  margin: 8px auto 32px;
}

.size_calculator_f826__range_slider_number {
  text-align: center;
  padding-bottom: 8px;
  display: none;
}
.size_calculator_f826__range_slider_number.show {
  display: block;
}

.size_calculator_f826__range_slider_number span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
}

.size_calculator_f826__nappies_number {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}

.size_calculator_f826__nappies .nappies-label {
  text-align: center;
  font-weight: 700;
}

#recommended-products {
  display: none;
}
#recommended-products.show {
  display: block;
}

.size_calculator_f826__sizes .size_number span span {
  font-size: 18px;
  line-height: 16px;
  margin-top: 10px;
}
.size_calculator_f826__sizes .size_number span span sup {
  vertical-align: revert;
  font-size: 10px;
}

.products_ce12 {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .products_ce12 {
    padding-bottom: 64px;
    background-color: #E0F0ED;
  }
  .products_ce12:before {
    content: "";
    display: block;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 180px;
  }
}

.products_ce12__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.products_ce12__product {
  flex: 0 0 100%;
  position: relative;
  overflow: hidden;
  display: none;
}
.products_ce12__product.show {
  display: block;
}
@media screen and (max-width: 1023px) {
  .products_ce12__product {
    background-color: #E0F0ED;
  }
}
@media screen and (min-width: 1024px) {
  .products_ce12__product {
    flex: 1;
  }
}

.products_ce12__product_inner {
  max-width: 240px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .products_ce12__product_inner {
    max-width: 280px;
  }
}

.products_ce12__product_image {
  padding-top: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
}
.products_ce12__product_image img {
  object-fit: cover;
  object-position: 50% 0%;
  height: 100%;
  width: 100%;
}
.products_ce12__product_image.active img, .products_ce12__product_image:hover img {
  object-position: 50% 100%;
}

.products_ce12__product_image_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.products_ce12__product_image img {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .products_ce12__product_image:before {
    content: "";
    display: block;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    height: 70%;
  }
}

.products_ce12__product_image {
  position: relative;
}
.products_ce12__product_image img {
  display: block;
  width: 100%;
}

.products_ce12__product_text {
  position: relative;
  padding: 20px 24px 48px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .products_ce12__product_text {
    text-align: left;
    padding: 20px 12px 20px;
  }
}

.products_ce12__product_text p {
  display: none;
}
@media screen and (min-width: 1024px) {
  .products_ce12__product_text p {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .products_ce12__product_text h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .products_ce12__product_text a {
    font-size: 12px;
  }
}

.posts_f063 {
  display: flex;
  flex-wrap: wrap;
}

.posts_f063__text {
  flex: 0 0 100%;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .posts_f063__text {
    padding-bottom: 0;
    flex: 0 0 50%;
  }
}

.posts_f063__filters {
  flex: 0 0 100%;
  display: flex;
  align-items: flex-end;
}
.posts_f063__filters ul {
  display: flex;
}
.posts_f063__filters li {
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .posts_f063__filters li {
    padding-right: 0;
    padding-left: 16px;
  }
}

.posts_f063__posts {
  padding-top: 32px;
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .posts_f063__posts {
    padding-top: 64px;
  }
}

.posts_f063__posts_inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.posts_f063__post {
  flex: 0 0 100%;
  padding: 0 10px 32px;
}
@media screen and (min-width: 540px) {
  .posts_f063__post {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) {
  .posts_f063__post {
    padding: 0 10px 48px;
    flex: 0 0 33.333333%;
  }
}

@media screen and (min-width: 1024px) {
  .posts_f063__post.posts_f063__post_1 {
    flex: 0 0 100%;
    position: relative;
  }
  .posts_f063__post.posts_f063__post_1 h4 {
    font-size: 26px;
  }
  .posts_f063__post.posts_f063__post_1 .posts_f063__post_panel {
    position: relative;
  }
  .posts_f063__post.posts_f063__post_1 .posts_f063__post_text {
    padding: 48px 48px 64px 48px;
  }
  .posts_f063__post.posts_f063__post_1 .posts_f063__post_link {
    left: 48px;
    bottom: 48px;
  }
  .posts_f063__post.posts_f063__post_1 .posts_f063__post_image_outer {
    max-width: calc(100% - 420px);
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    padding: 0;
    transform: translate(-24px, -24px);
    z-index: 1;
  }
  .posts_f063__post.posts_f063__post_1 .posts_f063__post_image_outer .posts_f063__post_image {
    padding-top: 0;
    height: 100%;
  }
}

.posts_f063__post_image {
  border-radius: 4px;
  overflow: hidden;
  display: block;
  padding-top: 65%;
  position: relative;
  z-index: 1;
}

.posts_f063__post_image_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.posts_f063__post_image_outer {
  padding: 8px 8px 0 8px;
  margin-bottom: -16px;
}

.posts_f063__post_text {
  padding-top: 32px;
  background-color: #E0F0ED;
  border-radius: 4px;
  padding: 32px 16px 48px 16px;
  flex: 1;
  position: relative;
}
.posts_f063__post_text h4 {
  font-size: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.posts_f063__post_text .date {
  font-weight: 700;
  margin-bottom: 0;
}
.posts_f063__post_text .link a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.posts_f063__post_text .link a i {
  flex: 0 0 20px;
  height: 21px;
  margin-left: 8px;
}

.posts_f063__post_text_inner {
  max-width: 300px;
}

.posts_f063__ad {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-color: #f0f9f9;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .posts_f063__ad {
    background-color: transparent;
    padding-top: 133%;
  }
}

.posts_f063__loader {
  margin-top: 20px;
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
}

.posts_f063__loader_button {
  cursor: pointer;
  font-weight: 700;
  display: flex;
  justify-content: center;
  min-width: 160px;
}
.posts_f063__loader_button .sk-pulse {
  display: none;
  background-color: grey;
}
.posts_f063__loader_button.loading {
  background-color: #FFFFFF;
}
.posts_f063__loader_button.loading .sk-pulse {
  display: block;
}
.posts_f063__loader_button.loading .load-more-button-text {
  display: none;
}

.posts_f063__no_more_posts_text {
  font-weight: 700;
}

.posts_f063__post_panel {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.posts_f063__no_more_posts_text {
  display: none;
  flex: 0 0 100%;
  text-align: center;
  line-height: 40px;
}

.posts_f063__filters ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
  margin: 0 auto;
}
.posts_f063__filters li {
  flex: 0 0 33.333333%;
  padding: 8px 0 8px 0;
  margin-bottom: 0.5em;
}
.posts_f063__filters a {
  text-decoration: none;
  position: relative;
  padding-left: 40px;
}
.posts_f063__filters a:before {
  border: 3px solid #003649;
  border-radius: 3px;
  content: "";
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  top: -6px;
  left: 0;
  margin: auto;
}
.posts_f063__filters a:after {
  content: "";
  height: 32px;
  width: 32px;
  opacity: 0;
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("checkmark.8f0382e4.png");
  position: absolute;
  bottom: 2px;
  left: 6px;
  margin: auto;
  transition: opacity ease 150ms;
}
.posts_f063__filters a.active:after {
  opacity: 1;
}

.posts_f063__post_link {
  position: absolute;
  bottom: 32px;
  left: 16px;
  margin: auto;
}

.posts_f063__terms {
  font-weight: 700;
  font-size: 14px;
}
.posts_f063__terms span {
  display: inline-block;
}
.posts_f063__terms span:not(:last-child):after {
  content: ",";
}
.posts_f063__terms:after {
  display: block;
  background-color: #B5DCD6;
  height: 3px;
  width: 100%;
  content: "";
}

.addtoany_shortcode {
  padding-top: 24px;
  margin-top: 64px !important;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .addtoany_shortcode {
    text-align: right;
  }
}
.addtoany_shortcode:before {
  background-color: #E0F0ED;
  content: "";
  display: block;
  height: 4px;
  border-radius: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.addtoany_shortcode span.a2a_svg {
  border-radius: 32px !important;
  height: 36px !important;
  width: 36px !important;
  padding: 3px !important;
}

.posts_f063__filters {
  display: none;
}
@media screen and (min-width: 1024px) {
  .posts_f063__filters {
    display: block;
  }
}

.posts_f063__filters_mobile {
  width: 100%;
  max-width: 240px;
  margin: 16px auto 0;
  display: block;
}
.posts_f063__filters_mobile select {
  background-color: #FFFFFF !important;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .posts_f063__filters_mobile {
    display: none;
  }
}

.resources_slider_c38a__scrollbar {
  padding: 48px 16px 0;
}

.download_slider_b223 .download_slider_b223__post_text {
  height: 140px;
}
@media screen and (min-width: 768px) {
  .download_slider_b223 .swiper-container-horizontal > .swiper-scrollbar {
    left: 31%;
    bottom: 0;
    width: 38%;
  }
}

.download_slider_b223__slide {
  max-width: 200px;
  margin: auto;
}

.download_slider_b223__slide_image {
  max-width: 140px;
  margin: 0 auto;
}
.download_slider_b223__slide_image img {
  width: 100%;
}

.download_slider_b223__post_text {
  padding-top: 24px;
  text-align: center;
}
.download_slider_b223__post_text h4 {
  text-align: center;
}

.download_slider_b223__scrollbar {
  padding-top: 48px;
}

.panel_c720 {
  background-color: #003649;
  display: flex;
  flex-wrap: wrap;
}

.panel_c720__image {
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .panel_c720__image {
    flex: 0 0 50%;
  }
}
.panel_c720__image img {
  width: 100%;
}

.panel_c720__text {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .panel_c720__text {
    flex: 0 0 50%;
  }
}

.panel_c720__text_inner {
  padding: 48px;
}

.blog-signup-panel .button-a-white {
  display: block;
}
.blog-signup-panel .panel_c720__text_inner {
  max-width: 450px;
}

.ad_ab1e img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 766px) {
  .ad_ab1e .desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .ad_ab1e .mobile {
    display: none;
  }
}

.article_heading_e37c {
  padding-top: 64px;
  padding-bottom: 48px;
}

.article_heading_e37c__terms {
  display: inline-block;
}
.article_heading_e37c__terms li {
  display: inline-block;
}
.article_heading_e37c__terms li:not(:last-child):after {
  content: ",";
}
.article_heading_e37c__terms li a {
  font-weight: 400;
  text-decoration: none;
}
.article_heading_e37c__terms li a:hover {
  text-decoration: underline;
}

.article_heading_e37c__eyebrow {
  margin-bottom: 1em;
  font-weight: 700;
}
.article_heading_e37c__eyebrow a {
  text-decoration: none;
}
.article_heading_e37c__eyebrow a:hover {
  text-decoration: underline;
}

.article_heading_e37c_image {
  margin-top: 24px;
  border-radius: 6px;
  overflow: hidden;
}
.article_heading_e37c_image img {
  display: block;
  width: 100%;
}

.logos_c23f ul {
  display: flex;
  flex-wrap: wrap;
}
.logos_c23f ul li {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .logos_c23f ul li {
    padding: 0 20px 48px;
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 1024px) {
  .logos_c23f ul li {
    flex: 1;
    padding: 0 20px 0;
  }
}
.logos_c23f ul li img {
  width: auto;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .logos_c23f ul li img {
    height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .logos_c23f ul li img {
    height: 50px;
  }
}

.download_slider_b223 .download_slider_b223__post_text {
  height: 140px;
}
@media screen and (min-width: 768px) {
  .download_slider_b223 .swiper-container-horizontal > .swiper-scrollbar {
    left: 31%;
    bottom: 0;
    width: 38%;
  }
}

.download_slider_b223__slide {
  max-width: 200px;
  margin: auto;
}

.download_slider_b223__slide_image {
  max-width: 140px;
  margin: 0 auto;
}
.download_slider_b223__slide_image img {
  width: 100%;
}

.download_slider_b223__post_text {
  padding-top: 24px;
  text-align: center;
}
.download_slider_b223__post_text h4 {
  text-align: center;
}

.download_slider_b223__scrollbar {
  padding-top: 48px;
}

.resources_slider_c38a__slide {
  padding: 0 16px;
}

.resources_slider_c38a__video {
  margin-bottom: 24px;
}

.resources_slider_c38a__slide_inner {
  background-color: #FFFFFF;
}

.resources_slider_c38a__post_text {
  padding: 0 24px 24px;
}
.resources_slider_c38a__post_text p {
  font-size: 14px;
}

#hero {
  position: relative;
}

.slide-inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 48px 0;
  min-height: 30vw;
}
@media screen and (min-width: 1500px) {
  .slide-inner {
    min-height: 25vw;
  }
}
@media screen and (max-width: 1023px) {
  .slide-inner {
    height: inherit;
  }
}
.slide-inner .slide-text {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .slide-inner .slide-text {
    width: 50%;
  }
}

.slide-mobile-image {
  max-width: 300px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 24px;
}
.slide-mobile-image img {
  display: block;
  width: 100%;
}

.slide-desktop-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  margin: auto;
  display: none;
  align-items: center;
  flex: 0 0 50%;
}
.slide-desktop-image img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .slide-desktop-image {
    display: flex;
  }
}

.slide-mobile-text {
  text-align: left;
}
.slide-mobile-text h1 {
  margin-bottom: 0;
}

.slide-mobile-text,
.slide-desktop-text {
  padding-bottom: 16px;
}

.slide-desktop-text {
  display: none;
}
@media screen and (min-width: 1024px) {
  .slide-desktop-text {
    display: block;
  }
}

.slide-mobile-text {
  display: block;
  padding-right: 40px;
}
@media screen and (min-width: 1024px) {
  .slide-mobile-text {
    display: none;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  border-radius: 6px;
  height: 12px;
  width: 12px;
  margin-right: 6px;
}

.hero-slider .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

.store-logos img {
  display: block;
  width: 60%;
  transform: translateX(-2%);
  margin-bottom: 24px;
}

.hero-slider {
  position: relative;
}
.hero-slider .swiper-wrapper {
  align-items: center;
}
.hero-slider .slide.full-image .object-fit-cover img {
  object-fit: contain;
}
.hero-slider .slide.full-image .page_heading_ff16__desktop_image img {
  object-position: 50% 50%;
}
.hero-slider .slide-text li {
  margin-bottom: 1.25em;
}

.hero-inline-logos {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 20px 0 50px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .hero-inline-logos {
    width: 100%;
    margin: 30px 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .hero-inline-logos a {
    padding: 0 5px 15px 0;
  }
}
.hero-inline-logos .hero-logo {
  padding: 0 15px 25px 0;
}
.hero-inline-logos .hero-logo img {
  max-height: 60px;
}
@media screen and (min-width: 768px) {
  .hero-inline-logos .hero-logo {
    max-height: 60px;
  }
}

.slider-stockists .heading.heading--font-primary span {
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .slider-stockists .heading.heading--font-primary span {
    font-family: var(--font-family-secondary);
    font-weight: 400;
    text-transform: none;
    font-size: 50px;
    line-height: 0;
  }
}
@media screen and (max-width: 1022px) {
  .slider-stockists .heading.heading--font-primary {
    font-size: 40px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 766px) {
  .slider-stockists .heading.heading--font-primary {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  .slider-stockists .heading.heading--font-primary:after {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .slider-stockists .container {
    background: white;
  }
}
@media screen and (max-width: 1023px) {
  .slider-stockists .slide-mobile-text {
    text-align: left;
  }
}
@media screen and (max-width: 1023px) {
  .slider-stockists .slide-mobile-text .button-a {
    background: white;
  }
}

.home .page_heading_ff16__mobile_image {
  display: block;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .home .page_heading_ff16__mobile_image {
    height: inherit;
  }
}
@media screen and (max-width: 1022px) {
  .home .hero-slider .swiper-wrapper {
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .mh-80 .hero-inline-logos,
.mh-60 .hero-inline-logos,
.mh-40 .hero-inline-logos,
.mh-35 .hero-inline-logos,
.mh-20 .hero-inline-logos {
    max-width: 40vw;
    flex-wrap: wrap;
  }
}
.mh-80 .hero-inline-logos .hero-logo,
.mh-80 .hero-inline-logos .hero-logo img {
  max-height: 80px;
}

.mh-60 .hero-inline-logos .hero-logo,
.mh-60 .hero-inline-logos .hero-logo img {
  max-height: 60px;
}

.mh-45 .hero-inline-logos .hero-logo,
.mh-45 .hero-inline-logos .hero-logo img {
  max-height: 45px;
  padding: 0 15px 15px 0;
}

.mh-35 .hero-inline-logos .hero-logo,
.mh-35 .hero-inline-logos .hero-logo img {
  max-height: 35px;
}

.mh-20 .hero-inline-logos .hero-logo,
.mh-20 .hero-inline-logos .hero-logo img {
  max-height: 20px;
}

@media (max-width: 767px) {
  .mh-80 .hero-inline-logos .hero-logo,
.mh-80 .hero-inline-logos .hero-logo img {
    max-height: 80px !important;
  }

  .mh-60 .hero-inline-logos .hero-logo,
.mh-60 .hero-inline-logos .hero-logo img {
    max-height: 60px !important;
  }

  .mh-45 .hero-inline-logos .hero-logo,
.mh-45 .hero-inline-logos .hero-logo img {
    max-height: 45px !important;
    padding: 0 15px 15px 0;
  }

  .mh-45 .hero-inline-logos a {
    display: block;
    width: 100%;
  }

  .mh-35 .hero-inline-logos .hero-logo,
.mh-35 .hero-inline-logos .hero-logo img {
    max-height: 35px !important;
  }

  .mh-20 .hero-inline-logos .hero-logo,
.mh-20 .hero-inline-logos .hero-logo img {
    max-height: 20px !important;
  }
}
.world_map__map {
  padding-top: 48.5%;
  position: relative;
}

.world_map__map_background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
}

.world_map__marker {
  height: 25px;
  width: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  margin: auto;
  cursor: pointer;
  transform: translate(-7.5px, -12.5px);
}
@media screen and (min-width: 768px) {
  .world_map__marker {
    height: 50px;
    width: 30px;
    transform: translate(-15px, -25px);
  }
}
.world_map__marker.active {
  z-index: 1;
}
.world_map__marker.active .world_map__marker_box {
  display: none;
}
@media screen and (min-width: 1024px) {
  .world_map__marker.active .world_map__marker_box {
    display: flex;
  }
}

.world_map__marker_box {
  background-image: url("bubble.ec1f9512.png");
  background-size: 100% 100%;
  width: 320px;
  position: absolute;
  left: -40px;
  bottom: 60px;
  margin: auto;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  padding: 24px 24px 48px 24px;
  display: none;
}
.world_map__marker_box .location-popup-close {
  height: 20px;
  width: 20px;
  border-radius: 16px;
  position: absolute;
  top: 20px;
  right: 20px;
  margin: auto;
  cursor: pointer;
  background-color: #DAEDEA;
  z-index: 10;
}
.world_map__marker_box .location-popup-close:before, .world_map__marker_box .location-popup-close:after {
  background-color: white;
  content: "";
  height: 2px;
  width: 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.world_map__marker_box .location-popup-close:before {
  transform: rotate(45deg);
}
.world_map__marker_box .location-popup-close:after {
  transform: rotate(-45deg);
}

.world_map__marker_box_flag {
  flex: 0 0 25%;
}
.world_map__marker_box_flag img {
  display: block;
  width: 100%;
}

.world_map__marker_box_text {
  flex: 0 0 67%;
}
.world_map__marker_box_text h4 {
  font-size: 14px;
}
.world_map__marker_box_text p {
  font-size: 12px;
}
.world_map__marker_box_text a {
  font-size: 13px;
}
.world_map__marker_box_text a:after {
  bottom: -6px;
}

.world_map__list_detail {
  max-width: 600px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .world_map__list_detail {
    display: none;
  }
}

.world_map__list_detail_country {
  padding-top: 24px;
  padding-bottom: 24px;
  display: none;
}
.world_map__list_detail_country.active {
  display: flex;
}
.world_map__list_detail_country .flag {
  flex: 0 0 50px;
}
@media screen and (min-width: 440px) {
  .world_map__list_detail_country .flag {
    flex: 0 0 80px;
  }
}
.world_map__list_detail_country .flag img {
  display: block;
  width: 100%;
}
.world_map__list_detail_country .text {
  flex: 1;
  padding-left: 16px;
}
.world_map__list_detail_country .text h4 {
  font-size: 14px;
}
.world_map__list_detail_country .text p {
  font-size: 14px;
}
.world_map__list_detail_country .text a {
  font-size: 14px;
}
.world_map__list_detail_country .text a:after {
  bottom: -6px;
}

.world_map__list_flags {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .world_map__list_flags {
    display: none;
  }
}
.world_map__list_flags .flag {
  flex: 0 0 calc(33.3333% - 20px);
  transition: transform ease 150ms;
  transform: scale(1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .world_map__list_flags .flag {
    flex: 0 0 calc(25% - 20px);
  }
}
.world_map__list_flags .flag .flag-inner {
  width: 52px;
}
@media screen and (min-width: 440px) {
  .world_map__list_flags .flag .flag-inner {
    width: 64px;
  }
}
.world_map__list_flags .flag:hover {
  transform: scale(1.05);
}
.world_map__list_flags .flag img {
  width: 100%;
  display: block;
}

.world_map__marker[data-index="11"] .world_map__marker_box,
.world_map__marker[data-index="20"] .world_map__marker_box {
  right: -10px !important;
}

.world_map__marker.flip .world_map__marker_box {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  flex-direction: row-reverse;
  left: auto;
  right: -40px;
}
.world_map__marker.flip .world_map__marker_box .location-popup-close {
  left: 20px;
  right: auto;
}
.world_map__marker.flip .world_map__marker_box .world_map__marker_box_flag {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.world_map__marker.flip .world_map__marker_box .world_map__marker_box_text {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.ingredients_table__inner {
  max-width: 740px;
  margin: 0 auto;
}

.ingredients_table__ingredient {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 20px;
  position: relative;
}
.ingredients_table__ingredient div {
  flex: 1;
  font-weight: 600;
  position: relative;
}
.ingredients_table__ingredient div:nth-child(1) {
  padding-right: 10px;
}
.ingredients_table__ingredient div:nth-child(2) span {
  position: relative;
}
.ingredients_table__ingredient div:nth-child(2) svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  transform: scale(1.2);
}
@media (max-width: 440px) {
  .ingredients_table__ingredient div:nth-child(2) svg {
    width: 120%;
  }
}
.ingredients_table__ingredient div:nth-child(3) {
  flex: 0 0 80px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .ingredients_table__ingredient div:nth-child(3) {
    flex: 0 0 120px;
  }
}
.ingredients_table__ingredient:before, .ingredients_table__ingredient:after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
}
.ingredients_table__ingredient:before {
  top: 0;
}
.ingredients_table__ingredient:after {
  bottom: -5px;
}
.ingredients_table__ingredient:first-child:before {
  background-image: url("long-line-1.500653d5.svg");
}
.ingredients_table__ingredient:nth-child(odd):after {
  background-image: url("long-line-1.500653d5.svg");
}
.ingredients_table__ingredient:nth-child(even):after {
  background-image: url("long-line-2.dbf2646d.svg");
}

.ingredients_table__head {
  position: relative;
}
.ingredients_table__head:after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-image: url("long-line-2.dbf2646d.svg");
}
.ingredients_table__head h3 {
  padding-bottom: 0.25em;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .ingredients_table__head h3 {
    font-size: 24px;
  }
}
.ingredients_table__head ul {
  display: flex;
  justify-content: space-between;
}
.ingredients_table__head ul li {
  flex: 1;
}
.ingredients_table__head ul li:nth-child(3) {
  flex: 0 0 80px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .ingredients_table__head ul li:nth-child(3) {
    flex: 0 0 120px;
  }
}

.ingredients_table__total {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  justify-content: flex-end;
}
.ingredients_table__total ul li {
  font-weight: 600;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.ingredients_table__total ul li span {
  display: block;
}
.ingredients_table__total ul li span:last-child {
  min-width: 40px;
}
.ingredients_table__total:after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
}
.ingredients_table__total:after {
  background-image: url("long-line-2.dbf2646d.svg");
}

.features_slider__mobile {
  display: block;
}
@media screen and (min-width: 1024px) {
  .features_slider__mobile {
    display: none;
  }
}

.features_slider__desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .features_slider__desktop {
    display: block;
  }
}

.features_slider__desktop_top {
  display: flex;
}
.features_slider__desktop_top .features_slider__desktop__description {
  flex: 0 0 340px;
}
.features_slider__desktop_top .features_slider__desktop__list {
  flex: 1;
  padding-top: 48px;
}
.features_slider__desktop_top .features_slider__desktop__list ul {
  display: flex;
}
.features_slider__desktop_top .features_slider__desktop__list ul li {
  flex: 1;
  cursor: pointer;
}
.features_slider__desktop_top .features_slider__desktop__list ul li .features_slider_icon {
  max-width: 70px;
  margin: 0 auto 8px;
}
.features_slider__desktop_top .features_slider__desktop__list ul li .features_slider_icon img {
  display: block;
  width: 100%;
}
.features_slider__desktop_top .features_slider__desktop__list ul li .features_slider_icon_hover {
  max-width: 70px;
  margin: 0 auto 8px;
  display: none;
}
.features_slider__desktop_top .features_slider__desktop__list ul li .features_slider_icon_hover img {
  display: block;
  width: 100%;
}
.features_slider__desktop_top .features_slider__desktop__list ul li .features_slider_icon_text {
  max-width: 90px;
  margin: 0 auto;
}
.features_slider__desktop_top .features_slider__desktop__list ul li .features_slider_icon_text h5 {
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
}
.features_slider__desktop_top .features_slider__desktop__list ul li:hover .features_slider_icon {
  display: none;
}
.features_slider__desktop_top .features_slider__desktop__list ul li:hover .features_slider_icon_hover {
  display: block;
}

.features_slider__desktop_bottom_item_icon {
  max-width: 110px;
}
.features_slider__desktop_bottom_item_icon img {
  display: block;
  width: 100%;
}

.features_slider__desktop_bottom_item {
  padding-bottom: 400px;
  position: relative;
}

.features_slider__desktop_bottom_item_inner {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.features_slider__desktop_bottom_item_text {
  flex: 0 0 40%;
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-top: 48px;
}
.features_slider__desktop_bottom_item_text:before {
  content: "";
  display: block;
  background-color: #F6F2E8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  margin-left: calc((100vw - 1080px + 40px) / -2 );
}
.features_slider__desktop_bottom_item_text h5 {
  margin-bottom: 1em;
}
.features_slider__desktop_bottom_item_text p.note {
  font-size: 12px;
}

.features_slider__desktop_bottom_item_text_inner {
  position: relative;
  padding-right: 68px;
}

.features_slider__desktop_bottom_item_image {
  flex: 0 0 60%;
}

.features_slider__desktop_bottom_item_image_inner {
  margin-right: calc((100vw - 1080px + 40px) / -2 );
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
}

.features_slider__desktop_bottom_item_icon {
  margin-bottom: 16px;
}

.features_slider__desktop_top {
  padding-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  .features_slider__desktop_top {
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 1023px) {
  .features-slider-image-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .features-slider-image-desktop {
    display: block;
  }
}

.features-slider-image-mobile {
  display: block;
}
@media screen and (min-width: 1024px) {
  .features-slider-image-mobile {
    display: none;
  }
}

.features-slider-image-desktop .common-image-inner {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.features-slider-image-desktop .common-image-inner img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.features-slider-image-mobile .common-image-inner {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.features-slider-image-mobile .common-image-inner img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.features_slider__desktop_bottom ul li {
  display: none;
}
.features_slider__desktop_bottom ul li.active {
  display: block;
}

.row-features-slider {
  background-color: #F6F2E8;
}
@media screen and (min-width: 1024px) {
  .row-features-slider {
    background-color: #FFFFFF;
  }
}

.features_slide img {
  width: 100%;
  display: block;
}

.features_slider__mobile__description {
  max-width: 320px;
  margin: 0 auto 40px;
  text-align: center;
}
.features_slider__mobile__description h2 {
  display: block;
}

.features_slider__mobile .swiper-pagination-bullet {
  background-color: #006E63;
  opacity: 0.5;
}
.features_slider__mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.8;
}
.features_slider__mobile .swiper-pagination {
  bottom: 48px !important;
}

.features_slide__text {
  display: flex;
  padding: 40px 16px 32px 16px;
}
@media screen and (min-width: 1024px) {
  .features_slide__text {
    padding: 40px 32px 32px 32px;
  }
}

.features_slide__text_icon {
  flex: 0 0 70px;
}

.features_slide__text_text {
  flex: 1;
  padding-left: 20px;
  min-height: 320px;
}
.features_slide__text_text .note {
  font-size: 12px;
}

.features_slide__text_text h5 {
  margin-bottom: 10px;
}

.features_slide__textt {
  padding-bottom: 72px;
}

.features_slide__text_icons {
  display: flex;
  flex-wrap: wrap;
}

.features_slide__text_icon {
  flex: 0 0 50%;
  font-size: 13px;
  padding-bottom: 32px;
  text-align: center;
}
.features_slide__text_icon img {
  display: block;
  max-width: 80px;
  margin: 0 auto 12px;
}
.features_slide__text_icon h5 {
  max-width: 80px;
  margin: 0 auto;
  line-height: 1.25;
}

.features_slide__text_icon--sdfk {
  flex: 0 0 70px;
}

.section--popup {
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  z-index: 10;
  overflow-y: auto;
}
.section--popup.show {
  display: block;
}
.section--popup .popup {
  background-color: #003649;
  border-radius: 4px;
  padding: 36px 24px 24px;
  position: relative;
}
.section--popup .popup .popup-content h2 {
  color: white;
}
.section--popup .popup .popup-content input[type=text] {
  border-bottom: 3px solid white;
  color: white;
  border-radius: 0;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.section--popup .popup .popup-content ::placeholder {
  color: white;
}
.section--popup .popup .popup-content input[type=submit] {
  color: white;
  background-image: url("button-a-white.c8255a34.svg");
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 766px) {
  .section--popup .popup .popup-content input[type=submit] {
    line-height: 26px;
    height: 46px;
  }
}
.section--popup .popup .popup-content input[type=submit]:hover {
  color: #003649;
}
.section--popup .popup-close {
  height: 32px;
  width: 32px;
  border-radius: 16px;
  position: absolute;
  top: -16px;
  right: -16px;
  margin: auto;
  background-color: #003649;
  cursor: pointer;
}
.section--popup .popup-close:before, .section--popup .popup-close:after {
  background-color: #FFFFFF;
  content: "";
  height: 2px;
  width: 16px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.section--popup .popup-close:before {
  transform: rotate(45deg);
}
.section--popup .popup-close:after {
  transform: rotate(-45deg);
}

.section--popup .container {
  max-width: 600px !important;
  margin: 0 auto;
}
.section--popup form#gform_1 {
  max-width: 300px;
  margin: 20px auto;
}
.section--popup input[type=text] {
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #003649;
  color: #003649;
  font-family: var(--font-family-body);
  font-size: 16px;
  text-align: center;
  height: 48px;
  width: 100%;
  margin-bottom: 20px;
}
.section--popup input[type=text]:focus {
  outline: 0;
}
.section--popup input[type=submit] {
  background-size: 100% 200%;
  background-position: 50% 0%;
  border: 0;
  font-size: 18px;
  font-weight: 700;
  display: block;
  background-image: url("button-b.01c38a7b.svg");
  text-indent: 0;
  color: #003649;
  background-color: transparent;
  margin: 0 auto;
}
.section--popup input[type=submit]:hover {
  background-position: 50% 100%;
  color: #FFFFFF;
}
.section--popup label.gfield_label {
  display: none;
}
.section--popup .gform_confirmation_message {
  margin: 30px 0;
}

.section--popup--faq-comparison-table .popup {
  background-color: white;
  position: relative;
  padding: 36px 24px 50px;
}
@media screen and (max-width: 767px) {
  .section--popup--faq-comparison-table .popup {
    padding: 24px 0 40px;
  }
}
.section--popup--faq-comparison-table .popup .small-right {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.section--popup--faq-comparison-table .popup .small-right p {
  font-size: 10px;
}
.section--popup--faq-comparison-table .container {
  max-width: 750px !important;
}
.section--popup--faq-comparison-table .popup-close {
  background-color: transparent;
  top: -5px;
  right: -5px;
}
.section--popup--faq-comparison-table .popup-close:before, .section--popup--faq-comparison-table .popup-close:after {
  background-color: #006E63;
  height: 4px;
  width: 20px;
}
.section--popup--faq-comparison-table tr td {
  border-bottom: 3px solid #006E63;
  border-right: 3px solid #006E63;
  padding: 10px;
  color: #006E63;
  font-size: 14px;
  vertical-align: middle;
  height: 50px;
}
.section--popup--faq-comparison-table tr td:last-child {
  border-right: 0;
}
.section--popup--faq-comparison-table tr td.tick {
  font-size: 32px;
  line-height: 1;
  padding: 0 10px;
}
.section--popup--faq-comparison-table tr th {
  border-bottom: 3px solid #006E63;
  border-right: 3px solid #006E63;
  padding: 15px 10px;
  color: #006E63;
  font-size: 18px;
  text-align: left;
  vertical-align: middle;
}
.section--popup--faq-comparison-table tr th:last-child {
  border-right: 0;
}

#CybotCookiebotDialog {
  position: absolute;
  right: 40px !important;
  bottom: 40px !important;
  top: auto !important;
  left: auto !important;
  background-color: #003649 !important;
  border: none !important;
  border-radius: 4px;
  padding: 36px 24px 24px;
  box-shadow: none !important;
}
@media screen and (max-width: 766px) {
  #CybotCookiebotDialog {
    right: 10px !important;
    bottom: 10px !important;
    left: 15px !important;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentTitle {
  display: none !important;
}
#CybotCookiebotDialog #CybotCookiebotDialog div {
  font-family: var(--font-family-body) !important;
  color: white !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText {
  font-family: var(--font-family-body) !important;
  color: white !important;
  line-height: 1.5;
  font-size: 14px !important;
}
@media screen and (max-width: 766px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBodyContentText {
    font-size: 12px !important;
    line-height: 1.4;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a {
  font-family: var(--font-family-body) !important;
  color: white !important;
  line-height: 1.5;
  font-size: 14px !important;
}
@media screen and (max-width: 766px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a {
    font-size: 12px !important;
    line-height: 1.4;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyButtonAccept {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-family-body);
  color: #003649 !important;
  background: white !important;
  border: 3px solid white !important;
  border-radius: 4px;
  padding: 10px 15px !important;
  margin: 0px !important;
  width: 120px !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyButtonAccept:hover {
  color: white !important;
  background: #003649 !important;
}
@media screen and (max-width: 766px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonAccept {
    font-size: 14px !important;
    width: calc(50% - 45px) !important;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyButtonDecline {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-family-body);
  color: white !important;
  background: #003649 !important;
  border: 3px solid white !important;
  border-radius: 4px;
  padding: 10px 15px !important;
  margin: 0px !important;
  width: 60px !important;
  margin-right: 15px !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyButtonDecline:hover {
  color: #003649 !important;
  background: white !important;
}
@media screen and (max-width: 766px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonDecline {
    font-size: 14px !important;
    width: calc(50% - 45px) !important;
    margin-right: 10px !important;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogPoweredbyImage {
  display: none !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContent {
  padding: 25px 30px 15px !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyButtons {
  margin: 0 30px 30px !important;
  padding-left: 0 !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogDetailBody {
  padding: 15px !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogDetail {
  margin: 20px 40px 40px !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink {
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-family-body);
  color: white;
  background-image: none !important;
  padding: 0;
  margin-top: 13px;
}
@media screen and (max-width: 766px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink {
    margin: 20px 0;
    width: 100%;
    text-align: center;
  }
}

.gform_confirmation_message_1.gform_confirmation_message {
  line-height: 1.5;
}

.section--popup .gform_confirmation_message {
  color: white;
  line-height: 1.8;
}

.section--popup.section--popup--cookies {
  display: none;
  background-color: transparent;
  top: auto;
  left: auto;
  bottom: -100px;
}
.section--popup.section--popup--cookies.show {
  display: block;
}
.section--popup.section--popup--cookies p {
  font-family: var(--font-family-body) !important;
  color: white !important;
  line-height: 1.5;
  font-size: 14px !important;
}
@media screen and (max-width: 766px) {
  .section--popup.section--popup--cookies p {
    font-size: 12px !important;
    line-height: 1.4;
  }
}
.section--popup.section--popup--cookies p a {
  color: white !important;
}
.section--popup.section--popup--cookies .cookie-inline-btn {
  display: inline-flex;
}
.section--popup.section--popup--cookies .cookie-inline-btn a.button-a-white {
  font-family: var(--font-family-body) !important;
  color: white !important;
  font-size: 14px !important;
  margin-right: 10px;
}
@media screen and (max-width: 766px) {
  .section--popup.section--popup--cookies .cookie-inline-btn a.button-a-white {
    font-size: 12px !important;
    line-height: 1.4;
  }
}
.section--popup.section--popup--cookies .cookie-inline-btn a.button-a-white.alt {
  color: #003649 !important;
}
.section--popup.section--popup--cookies .cookie-inline-btn a.button-a-white.alt svg path {
  fill: white !important;
}
.section--popup.section--popup--cookies #CybotCookiebotDialogPoweredbyImage {
  display: none !important;
}
.section--popup.section--popup--cookies #CybotCookiebotDialogBodyContent {
  padding: 25px 30px 15px !important;
}
.section--popup.section--popup--cookies #CybotCookiebotDialogBodyButtons {
  margin: 0 30px 30px !important;
  padding-left: 0 !important;
}
.section--popup.section--popup--cookies #CybotCookiebotDialogDetailBody {
  padding: 15px !important;
}
.section--popup.section--popup--cookies #CybotCookiebotDialogDetail {
  margin: 20px 40px 40px !important;
}
.section--popup.section--popup--cookies #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink {
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-family-body);
  color: white;
  background-image: none !important;
  padding: 0;
  margin-top: 13px;
}
@media screen and (max-width: 766px) {
  .section--popup.section--popup--cookies #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink {
    margin: 20px 0;
    width: 100%;
    text-align: center;
  }
}

.page-id-75 .section--popup--country-selector,
.page-id-8948 .section--popup--country-selector,
.page-id-10132 .section--popup--country-selector,
.single-post .section--popup--country-selector {
  display: none;
}

.section--popup--country-selector .container {
  max-width: 800px !important;
}
.section--popup--country-selector .popup {
  background: white;
  padding: 0;
  border: 5px solid #E0F0ED;
}
.section--popup--country-selector .popup .country_popup_header {
  background: #E0F0ED;
  padding: 30px 40px;
}
@media screen and (max-width: 766px) {
  .section--popup--country-selector .popup .country_popup_header {
    padding: 30px 20px;
  }
}
.section--popup--country-selector .popup .country_popup_header h2 {
  color: #003649;
  display: block;
  text-align: center;
  margin-bottom: 0px;
}
@media screen and (max-width: 766px) {
  .section--popup--country-selector .popup .country_popup_header h2 {
    font-size: 30px;
    margin-bottom: 10px !important;
  }
}
.section--popup--country-selector .popup .country_popup_header h2 span.underline {
  display: none;
}
.section--popup--country-selector .popup .world_map__list_flags {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 700px;
  padding: 30px 40px 20px;
}
.section--popup--country-selector .popup .world_map__list_flags .flag {
  padding: 20px 0;
}
@media screen and (max-width: 766px) {
  .section--popup--country-selector .popup .world_map__list_flags {
    padding: 30px 0px 20px;
  }
  .section--popup--country-selector .popup .world_map__list_flags .flag {
    padding: 10px !important;
  }
}
.section--popup--country-selector .popup .world_map__list_flags a {
  flex: 0 0 20%;
}
.section--popup--country-selector .popup .world_map__list_flags a p {
  display: none;
}
.section--popup--country-selector .popup .country_popup_button {
  text-align: center;
  margin-bottom: 20px;
}

.section--popup.section--popup--cocomelon-newsletter .popup {
  background-color: #e0f0ed !important;
  padding: 36px 24px;
}
.section--popup.section--popup--cocomelon-newsletter .container {
  max-width: 800px !important;
}
.section--popup.section--popup--cocomelon-newsletter input[type=text] {
  border-bottom: 3px solid #003649 !important;
  color: #003649 !important;
}
.section--popup.section--popup--cocomelon-newsletter input[type=text]::placeholder {
  color: #003649 !important;
}
.section--popup.section--popup--cocomelon-newsletter input[type=submit] {
  background-image: url("button-b.01c38a7b.svg") !important;
  color: #003649 !important;
}
.section--popup.section--popup--cocomelon-newsletter input[type=submit]:hover {
  color: #FFFFFF !important;
}

.video_slider_b3f1 .swiper-slide {
  height: auto;
}
.video_slider_b3f1 .plyr__poster {
  background-size: cover !important;
}
.video_slider_b3f1 video {
  object-fit: cover;
}
.video_slider_b3f1 .plyr > .plyr__controls {
  display: none;
}
.video_slider_b3f1 .plyr > button.plyr__control {
  background-size: contain;
  background-position: 50% 50%;
  border-radius: 0;
  background-image: url("play-button.defdfbab.png");
}
.video_slider_b3f1 .plyr > button.plyr__control svg {
  display: none !important;
}
.video_slider_b3f1 .plyr.plyr--playing > .plyr__controls {
  display: flex;
}

.video_slider_b3f1__slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.video_slider_b3f1__slide_image img {
  display: block;
  width: 100%;
}

.video_slider_b3f1__post_text {
  padding: 40px 24px 56px 24px;
}

.video_slider_b3f1 .swiper-pagination {
  position: static;
  padding-top: 24px;
}

.video_slider_b3f1__slide_image {
  padding: 8px 8px 0 8px;
  margin-bottom: -16px;
  z-index: 1;
}
.video_slider_b3f1__slide_image img {
  border-radius: 4px;
}

.video_slider_b3f1__post_text {
  border-radius: 4px;
  background-color: #DAEDEA;
  position: relative;
  flex: 1;
}
.video_slider_b3f1__post_text h4 {
  min-height: 1.5em;
}
.video_slider_b3f1__post_text p {
  font-size: 14px;
}
.video_slider_b3f1__post_text .video_slider_b3f1__post_link {
  position: absolute;
  left: 24px;
  bottom: 32px;
  margin: auto;
}

.video_slider_b3f1__link {
  text-align: center;
  padding-top: 24px;
}

.video_slider_b3f1__heading {
  text-align: center;
  margin-bottom: 48px;
}

.video_slider_b3f1__terms {
  display: none;
  font-weight: 700;
  font-size: 14px;
}
.video_slider_b3f1__terms span {
  display: inline-block;
}
.video_slider_b3f1__terms span:not(:last-child):after {
  content: ",";
}
.video_slider_b3f1__terms:after {
  display: block;
  background-color: #B5DCD6;
  height: 3px;
  width: 100%;
  content: "";
}

.video_slider_b3f1__slide_image {
  padding-top: 66%;
  position: relative;
}

.video_slider_b3f1__slide_image_inner {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: auto !important;
  border-radius: 6px;
  overflow: hidden;
}

.as-featured-in .video_slider_b3f1__post_text {
  background-color: #FFFFFF;
}
.as-featured-in .video_slider_b3f1__terms {
  display: none;
}

.awards_image .awards_image__image {
  height: 300px;
}
@media screen and (min-width: 1024px) {
  .awards_image .awards_image__image {
    float: right;
    width: 100%;
    width: 50%;
  }
}
.awards_image .awards_image__text {
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .awards_image .awards_image__text {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .awards_image .awards_image__text {
    height: 300px;
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
  }
}
.awards_image .common-logo-slide .logo {
  height: 180px;
}
.awards_image .common-logo-slide .logo img {
  margin: 0 auto;
}
.awards_image .common-awards-slider-wrapper {
  max-width: 380px;
  padding: 0 16px;
  margin: 0 auto;
}
.awards_image .awards_image__image_ratio {
  height: 100%;
}
.awards_image .awards_image__image_inner {
  height: 100%;
}
.awards_image .swiper-wrapper {
  padding-top: 48px;
  padding-bottom: 48px;
}

.awards_image.no_row_reverse .awards_image__image.image_offset .awards_image__image_ratio {
  margin-left: -20px;
}
@media screen and (min-width: 1100px) {
  .awards_image.no_row_reverse .awards_image__image.image_offset .awards_image__image_ratio {
    margin-left: calc((100vw - 1100px + 40px) / -2 );
  }
}
.awards_image.row_reverse .awards_image__image.image_offset .awards_image__image_ratio {
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (min-width: 1100px) {
  .awards_image.row_reverse .awards_image__image.image_offset .awards_image__image_ratio {
    margin-left: 0;
    margin-right: calc((100vw - 1100px + 40px) / -2 );
  }
}

.awards_image .image_mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .awards_image .image_mobile {
    display: none;
  }
}

.awards_image .image_desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .awards_image .image_desktop {
    display: block;
  }
}

.section--nav-desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section--nav-desktop {
    display: block;
  }
}

body.admin-bar .nav-desktop {
  top: 46px;
}
@media screen and (min-width: 783px) {
  body.admin-bar .nav-desktop {
    top: 32px;
  }
}

.nav-desktop {
  border-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.nav-desktop__bar {
  background-color: #FFFFFF;
}

.nav-desktop-spacer {
  height: 80px;
}

.nav-desktop-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.nav-desktop-logo {
  display: block;
  flex: 0 0 110px;
}
.nav-desktop-logo img {
  width: 70%;
}
@media screen and (min-width: 1024px) {
  .nav-desktop-logo {
    flex: 0 0 150px;
  }
}

.nav-desktop-menu {
  flex: 1;
}
.nav-desktop-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 80px;
}
@media screen and (min-width: 1350px) {
  .nav-desktop-menu ul {
    margin-right: 0;
  }
}
@media screen and (max-width: 1179px) {
  .nav-desktop-menu ul {
    margin-right: 120px;
  }
}
.nav-desktop-menu li {
  padding-left: 3.5%;
}
@media screen and (min-width: 1180px) {
  .nav-desktop-menu li {
    padding-left: 4%;
  }
}
@media screen and (max-width: 1023px) {
  .nav-desktop-menu li {
    display: none;
  }
}
.nav-desktop-menu li.button {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1023px) {
  .nav-desktop-menu li.button {
    display: block;
  }
}
.nav-desktop-menu li.button a {
  display: inline-block;
  border: 6px solid #003649;
  border-radius: 4px;
  line-break: 1;
  color: #003649;
  padding: 12px 16px;
  position: relative;
}
.nav-desktop-menu li:nth-child(4) a svg.svg-circle {
  width: calc(120% + 70px);
  left: -20px;
}
.nav-desktop-menu li:nth-child(5) a svg.svg-circle {
  width: calc(100% + 32px);
  left: 0px;
}
.nav-desktop-menu a {
  color: #003649;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.nav-desktop-menu a span {
  position: relative;
}
.nav-desktop-menu a svg.svg-circle {
  display: none;
  position: absolute;
  height: 120px;
  width: calc(120% + 50px);
  top: -35px;
  left: -15px;
  margin: auto;
  opacity: 0;
  transition: opacity ease 150ms;
  transform: translate(-16px, -16px);
}

.nav-desktop-dropdowns .dropdown-menu {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 300ms ease;
}
.nav-desktop-dropdowns .dropdown-menu.show {
  opacity: 1;
  height: auto;
  padding: 30px 40px;
  display: flex;
}

.dropdown-menu {
  background-color: #FFFFFF;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
}

.dropdown-menu--products {
  position: relative;
}
.dropdown-menu--products a {
  text-decoration: none;
}
.dropdown-menu--products a:hover h3:after {
  left: -0.5em;
  right: -0.5em;
}
.dropdown-menu--products a h3:after {
  transition: all ease 150ms;
}
.dropdown-menu--products:before {
  content: "";
  background-color: #E0F0ED;
  height: 160px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.dropdown-menu--products .dropdown-menu__both {
  flex: 0 0 100%;
}
.dropdown-menu--products .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dropdown-menu--products .links .link {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  text-decoration: none;
}
.dropdown-menu--products .link__image {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.dropdown-menu--products .link__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: 50% 0%;
  display: block;
}
.dropdown-menu--products .link__image.active img, .dropdown-menu--products .link__image:hover img {
  object-position: 50% 100%;
}
.dropdown-menu--products .link__text {
  margin-top: 16px;
}
.dropdown-menu--products .link__image_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.dropdown-menu--about,
.dropdown-menu--news {
  display: flex;
  justify-content: space-between;
}
.dropdown-menu--about .dropdown-menu__left,
.dropdown-menu--news .dropdown-menu__left {
  flex: 1;
}
.dropdown-menu--about .dropdown-menu__right,
.dropdown-menu--news .dropdown-menu__right {
  flex: 0 0 420px;
}
.dropdown-menu--about .menu-link,
.dropdown-menu--news .menu-link {
  padding-bottom: 16px;
}
.dropdown-menu--about a,
.dropdown-menu--news a {
  text-decoration: none;
}
.dropdown-menu--about a:hover h3:after,
.dropdown-menu--news a:hover h3:after {
  left: -0.5em;
  right: -0.5em;
}
.dropdown-menu--about a h3:after,
.dropdown-menu--news a h3:after {
  transition: all ease 150ms;
}
.dropdown-menu--about .images,
.dropdown-menu--news .images {
  position: relative;
}
.dropdown-menu--about .images .image,
.dropdown-menu--news .images .image {
  display: none;
}
.dropdown-menu--about .images .image.show,
.dropdown-menu--news .images .image.show {
  display: block;
}
.dropdown-menu--about .images .image img,
.dropdown-menu--news .images .image img {
  width: 100%;
}

.nav-mobile-utilities {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.nav-desktop-menu .small a {
  font-size: 14px;
}

.nav-desktop-menu li.small {
  padding-left: 3.5%;
}

.dropdown-menu.dropdown-menu--news {
  position: absolute;
  left: calc(((100vw - 1140px) / 2) + 790px);
  width: 340px;
}
@media screen and (max-width: 1399px) {
  .dropdown-menu.dropdown-menu--news {
    left: calc(((100vw - 1140px) / 2) + 55%);
  }
}
.dropdown-menu.dropdown-menu--news h3.heading--font-primary {
  font-size: 24px;
  margin-bottom: 20px;
}
.dropdown-menu.dropdown-menu--news a.link:hover span.underline {
  display: inherit;
}
.dropdown-menu.dropdown-menu--news a.link span.underline {
  display: none;
}

.dropdown-menu.dropdown-menu--about {
  position: absolute;
  left: calc(((100vw - 1140px) / 2) + 620px);
  width: 340px;
}
@media screen and (max-width: 1399px) {
  .dropdown-menu.dropdown-menu--about {
    left: calc(((100vw - 1140px) / 2) + 40%);
  }
}
.dropdown-menu.dropdown-menu--about h3.heading--font-primary {
  font-size: 24px;
  margin-bottom: 20px;
}
.dropdown-menu.dropdown-menu--about a.link:hover span.underline {
  display: inherit;
}
.dropdown-menu.dropdown-menu--about a.link span.underline {
  display: none;
}

li.cocomelon-logo {
  width: 148px;
  height: 20px;
}
li.cocomelon-logo a {
  color: transparent;
  margin-left: 4%;
  margin-right: -4px;
  padding-left: 0;
  background-image: url("Cocomelon_Vector_Logos.9a31a2cc.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
li.cocomelon-logo a svg.svg-circle {
  display: none;
}

li.cocomelon-logo-mobile {
  width: 160px;
  height: 40px;
  margin-left: -6px;
  margin-top: 5px;
  margin-bottom: 5px;
}
li.cocomelon-logo-mobile a {
  margin-left: 4%;
  margin-right: -4px;
  padding-left: 0;
  background-image: url("Cocomelon_Vector_Logos.9a31a2cc.svg");
  background-repeat: no-repeat;
  background-size: cover;
  color: transparent !important;
}

body.admin-bar .nav-mobile-wrapper {
  top: 46px;
}
@media screen and (min-width: 783px) {
  body.admin-bar .nav-mobile-wrapper {
    top: 32px;
  }
}
body.admin-bar .nav-mobile-menu-wrapper {
  top: 106px;
  height: calc(100vh - 60px - 46px);
  z-index: 999;
}

.section--nav-mobile {
  display: block;
}
@media screen and (min-width: 1024px) {
  .section--nav-mobile {
    display: none;
  }
}

.nav-mobile {
  background-color: #FFFFFF;
  margin: auto;
}

.nav-mobile-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.nav-mobile-menu-wrapper {
  background-color: #E0F0ED;
  height: calc(100vh - 60px);
  width: 100%;
  color: #003649;
  padding: 46px 24px;
  display: none;
  z-index: 2;
}
.nav-mobile-menu-wrapper.show {
  display: block;
}

ul.nav-mobile-menu {
  margin: 0;
  padding: 0;
}
ul.nav-mobile-menu li {
  padding-top: 8px;
  padding-bottom: 8px;
}
ul.nav-mobile-menu ul.sub-menu {
  margin: 0;
  padding: 8px 0 8px 8px;
  display: none;
}
ul.nav-mobile-menu ul.sub-menu.show {
  display: block;
}
ul.nav-mobile-menu ul.sub-menu a {
  font-weight: 400;
  font-size: 18px;
}
ul.nav-mobile-menu li {
  list-style: none;
}
ul.nav-mobile-menu a {
  color: #003649;
  font-size: 20px;
  text-decoration: none;
}

.nav-mobile-inner {
  display: flex;
  justify-content: space-between;
  height: 60px;
}

.nav-mobile-spacer {
  height: 60px;
}

.nav-mobile-trigger {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .nav-mobile-trigger {
    display: none;
  }
}
.nav-mobile-trigger .icon {
  cursor: pointer;
  width: 32px;
  height: 26px;
  position: relative;
  background-image: url("menu-open.1a5fc570.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.nav-mobile-trigger.show .icon {
  background-image: url("menu-close.3eb113f2.svg");
}

.nav-mobile-logo {
  display: flex;
  align-items: center;
  flex: 0 0 100px;
  padding: 10px;
  margin-left: -10px;
}
.nav-mobile-logo img {
  width: 100%;
}

.nav-mobile-shop-now {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav-mobile-shop-now a {
  text-decoration: none;
  font-size: 14px;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children span.arrow {
  cursor: pointer;
  display: block;
  height: 32px;
  width: 32px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  background-image: url("menu-arrow-down.d9c3e108.svg");
  background-size: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.language_switcher {
  height: 40px;
  width: 40px;
}

.language_switcher__icons {
  cursor: pointer;
  background: url("country-en.d5e6871e.svg");
  background-size: contain;
  background-position: 50% 50%;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.language_switcher__text {
  font-size: 16px;
}

.nav-desktop__language-switcher {
  position: absolute;
  height: 30px;
  width: 40px;
  top: 25px;
  right: 72px;
  margin: auto;
}

.nav-mobile-utilities__right .language_switcher {
  right: 48px;
}

.language_switcher {
  position: relative;
}

.language_switcher__current {
  display: flex;
  height: 30px;
  width: 120px;
  position: relative;
  cursor: pointer;
}

.language_switcher__icon {
  flex: 0 0 40px;
}
.language_switcher__icon img {
  max-width: 30px;
}

.language_switcher__text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 45px;
  line-height: 30px;
  margin: auto;
  font-weight: 700;
}

.language_switcher__dropdown_item {
  position: relative;
}

.language_switcher.open .language_switcher__dropdown {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
}

.language_switcher__dropdown {
  opacity: 0;
  background-color: #FFFFFF;
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  width: 120px;
  position: absolute;
  top: 50px;
  left: -16px;
  margin: auto;
  transform: translateY(-8px);
  transition: all ease 250ms;
}
.language_switcher__dropdown .language_switcher__dropdown_item {
  display: flex;
  transition: opacity ease 150ms;
}
.language_switcher__dropdown .language_switcher__dropdown_item:hover {
  opacity: 0.75;
}
.language_switcher__dropdown .language_switcher__dropdown_item:not(:last-child) {
  margin-bottom: 10px;
}
.language_switcher__dropdown .language_switcher__icon {
  flex: 0 0 40px;
}

.site_switcher {
  display: flex;
  height: 40px;
  align-items: center;
}
.site_switcher .country-flags {
  flex: 0 0 48px;
}
.site_switcher .country-selector {
  flex: 1;
  -webkit-appearance: none;
}
.site_switcher .flag {
  display: none;
  width: 40px;
}
.site_switcher .flag img {
  display: block;
  width: 100%;
}
.site_switcher .flag.active {
  display: block;
}

.footer {
  background-color: #003649;
  padding-top: 56px;
  padding-bottom: 32px;
}
.footer ul a:hover {
  text-decoration: underline;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-top .footer-left {
  flex: 0 0 100%;
}
@media screen and (min-width: 1024px) {
  .footer-top .footer-left {
    flex: 1;
  }
}
.footer-top .footer-right {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 100%;
}
@media screen and (min-width: 1024px) {
  .footer-top .footer-right {
    flex: 0 0 550px;
  }
}

.footer-menus {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer-menus {
    display: flex;
  }
}

.footer-menu {
  color: #FFFFFF;
  margin: 0;
  padding: 0 0 0 32px;
}
.footer-menu li {
  list-style: none;
  margin-bottom: 0.5em;
}
.footer-menu li:first-child a {
  font-size: 18px;
  font-weight: 700;
}
.footer-menu a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  white-space: nowrap;
}

.footer-copyright {
  color: #FFFFFF;
  font-size: 14px;
}

.footer-menu-bottom {
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  display: flex;
}
.footer-menu-bottom li {
  list-style: none;
}
.footer-menu-bottom a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
}

.footer-social {
  margin-bottom: 1em;
  flex: 0 0 80px;
}

.footer-social a {
  margin-right: 12px;
}

.footer-social svg {
  fill: #FFFFFF;
}

.newsletter-signup-text {
  color: #FFFFFF;
  max-width: 400px;
}
.newsletter-signup-text h3 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .newsletter-signup-text {
    margin: 0 auto;
    text-align: center;
  }
}

.footer .gform_wrapper div.validation_error {
  border: 1px solid #FFFFFF !important;
  border-radius: 0;
  color: #FFFFFF !important;
  font-size: 14px !important;
  font-weight: 400;
}
.footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100%;
}
.footer .newsletter-signup-form {
  min-height: 100px;
}
.footer .newsletter-signup-form .gform_confirmation_message {
  padding-top: 18px;
  margin-top: 0;
  line-height: 1.6;
  text-align: left;
  color: white !important;
  font-size: 14px !important;
}
.footer .newsletter-signup-form input {
  border: 0;
  border-bottom: 3px solid #FFFFFF !important;
  background-color: transparent;
  height: 48px;
  display: block;
  font-size: 14px !important;
  width: 100% !important;
  color: #FFFFFF;
  text-align: left;
  border-radius: 0;
}
.footer .newsletter-signup-form input:focus {
  outline: 0;
}
.footer .newsletter-signup-form input[type=submit] {
  margin-top: 0 !important;
  padding: 0;
  background-color: #FFFFFF;
  color: #3E9DEF;
  text-align: center;
}
.footer .gform_wrapper .gform_footer {
  padding: 0 !important;
}
.footer .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
.footer ::-webkit-input-placeholder {
  /* Edge */
  color: white;
}
.footer :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
.footer ::placeholder {
  color: white;
}

.footer .newsletter-signup-form {
  padding-top: 24px;
  padding-bottom: 24px;
}
.footer .newsletter-signup-form label {
  display: none;
}
.footer .newsletter-signup-form .validation_error {
  display: none;
}
.footer .newsletter-signup-form .validation_message {
  background-color: #FFFFFF;
  padding: 6px;
  font-weight: 700;
  font-size: 14px;
  color: #003649;
}
.footer .newsletter-signup-form form {
  position: relative;
}
.footer .newsletter-signup-form .gform_body {
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (min-width: 500px) {
  .footer .newsletter-signup-form .gform_body {
    margin-bottom: 0;
    width: calc(100% - 160px);
  }
}
@media screen and (min-width: 500px) {
  .footer .newsletter-signup-form .gform_footer {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    width: 150px;
  }
}
.footer .newsletter-signup-form input[type=submit] {
  border: 4px solid #FFFFFF;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  display: block;
  text-indent: 0;
  color: #FFFFFF;
  background-color: transparent;
  transition: ease all 250ms;
}
.footer .newsletter-signup-form input[type=submit]:hover {
  color: #003649;
  background-color: #FFFFFF;
}

.footer-middle {
  display: flex;
}
.footer-middle .footer-menu-mobile {
  flex: 1;
}
.footer-middle .footer-social {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 100px;
}
.footer-middle .footer-social a {
  flex: 0 0 40px;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .footer-middle .footer-social {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .footer-bottom {
    justify-content: space-between;
    flex-direction: row-reverse;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .footer-bottom .footer-right {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom .footer-left {
    text-align: center;
  }
}

.footer-copyright {
  padding-right: 1em;
}

.footer-menu-bottom li {
  padding-right: 0.5em;
}

.country-selector {
  background-color: transparent;
  border: 0;
  color: #FFFFFF;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .country-selector {
    margin-bottom: 16px;
  }
}
.country-selector:focus {
  outline: 0;
}

.footer-menu-mobile {
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 16px;
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .footer-menu-mobile {
    display: none;
  }
}
.footer-menu-mobile li {
  list-style: none;
  padding-top: 4px;
  padding-bottom: 4px;
}
.footer-menu-mobile a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.footer-copyright {
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .footer-copyright {
    margin: 1em 0 0.5em;
  }
}
/**
 * Swiper 6.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 18, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui ::after,.plyr--full-ui ::before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:calc(10px * 2);padding:calc(var(--plyr-control-spacing,10px) * 2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(calc(10px * -4));transform:translateY(calc(var(--plyr-control-spacing,10px) * -4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:0 0;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:calc(10px * .7);padding:calc(var(--plyr-control-spacing,10px) * .7);position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}a.plyr__control{text-decoration:none}a.plyr__control::after,a.plyr__control::before{display:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:calc(10px / 4);margin-left:calc(var(--plyr-control-spacing,10px)/ 4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:calc(10px / 4);padding-left:calc(var(--plyr-control-spacing,10px)/ 4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 calc(10px / 2);padding:0 calc(var(--plyr-control-spacing,10px)/ 2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr__controls:empty{display:none}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:rgba(255,255,255,.9);background:var(--plyr-menu-background,rgba(255,255,255,.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container::after{border:4px solid transparent;border:var(--plyr-menu-arrow-size,4px) solid transparent;border-top-color:rgba(255,255,255,.9);border-top-color:var(--plyr-menu-background,rgba(255,255,255,.9));content:'';height:0;position:absolute;right:calc(((18px / 2) + calc(10px * .7)) - (4px / 2));right:calc(((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7)) - (var(--plyr-menu-arrow-size,4px)/ 2));top:100%;width:0}.plyr__menu__container [role=menu]{padding:calc(10px * .7);padding:calc(var(--plyr-control-spacing,10px) * .7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding-bottom:calc(calc(10px * .7)/ 1.5);padding-bottom:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);padding-left:calc(calc(10px * .7) * 1.5);padding-left:calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);padding-right:calc(calc(10px * .7) * 1.5);padding-right:calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);padding-top:calc(calc(10px * .7)/ 1.5);padding-top:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:'';position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:calc(calc(10px * .7) * 4);padding-right:calc(calc(var(--plyr-control-spacing,10px) * .7) * 4)}.plyr__menu__container .plyr__control--forward::after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:calc((calc(10px * .7) * 1.5) - 4px);right:calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:calc(10px * .7);margin:calc(var(--plyr-control-spacing,10px) * .7);margin-bottom:calc(calc(10px * .7)/ 2);margin-bottom:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);padding-left:calc(calc(10px * .7) * 4);padding-left:calc(calc(var(--plyr-control-spacing,10px) * .7) * 4);position:relative;width:calc(100% - (calc(10px * .7) * 2));width:calc(100% - (calc(var(--plyr-control-spacing,10px) * .7) * 2))}.plyr__menu__container .plyr__control--back::after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:calc((calc(10px * .7) * 1.5) - 4px);left:calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--back::before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:'';height:1px;left:0;margin-top:calc(calc(10px * .7)/ 2);margin-top:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:calc(10px * .7);padding-left:calc(var(--plyr-control-spacing,10px) * .7)}.plyr__menu__container .plyr__control[role=menuitemradio]::after,.plyr__menu__container .plyr__control[role=menuitemradio]::before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:'';display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#00b3ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc((calc(10px * .7) - 2) * -1);margin-right:calc((calc(var(--plyr-control-spacing,10px) * .7) - 2) * -1);overflow:hidden;padding-left:calc(calc(10px * .7) * 3.5);padding-left:calc(calc(var(--plyr-control-spacing,10px) * .7) * 3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:calc(13px * 2);border-radius:calc(var(--plyr-range-thumb-height,13px) * 2);color:#00b3ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));display:block;height:calc((3px * 2) + 13px);height:calc((var(--plyr-range-thumb-active-shadow-width,3px) * 2) + var(--plyr-range-thumb-height,13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:linear-gradient(to right,currentColor 0,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px);-webkit-appearance:none;margin-top:calc(((13px - 5px)/ 2) * -1);margin-top:calc(((var(--plyr-range-thumb-height,13px) - var(--plyr-range-track-height,5px))/ 2) * -1)}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;border:0;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px);margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr__poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:calc(768px - 1px)){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:rgba(255,255,255,.9);background:var(--plyr-tooltip-background,rgba(255,255,255,.9));border-radius:3px;border-radius:var(--plyr-tooltip-radius,3px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:calc(calc(10px / 2) * 2);margin-bottom:calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);opacity:0;padding:calc(10px / 2) calc(calc(10px / 2) * 1.5);padding:calc(var(--plyr-control-spacing,10px)/ 2) calc(calc(var(--plyr-control-spacing,10px)/ 2) * 1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid rgba(255,255,255,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,rgba(255,255,255,.9));bottom:calc(4px * -1);bottom:calc(var(--plyr-tooltip-arrow-size,4px) * -1);content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%,0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translate(0,10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:calc((18px / 2) + calc(10px * .7));left:calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7))}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0,10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:calc((18px / 2) + calc(10px * .7));right:calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7));transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr__progress{left:calc(13px * .5);left:calc(var(--plyr-range-thumb-height,13px) * .5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:calc(13px * -.5);margin-left:calc(var(--plyr-range-thumb-height,13px) * -.5);margin-right:calc(13px * -.5);margin-right:calc(var(--plyr-range-thumb-height,13px) * -.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height,13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:calc((5px / 2) * -1);margin-top:calc((var(--plyr-range-track-height,5px)/ 2) * -1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 25%,transparent 50%,rgba(35,40,47,.6) 50%,rgba(35,40,47,.6) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,.25);background-color:var(--plyr-video-progress-buffered-background,rgba(255,255,255,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:calc(10px / 2);margin-left:calc(var(--plyr-control-spacing,10px)/ 2);margin-right:calc(10px / 2);margin-right:calc(var(--plyr-control-spacing,10px)/ 2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;left:0;position:absolute;top:0}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:calc(10px / 2);padding:calc(var(--plyr-control-spacing,10px)/ 2);padding-top:calc(10px * 2);padding-top:calc(var(--plyr-control-spacing,10px) * 2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:calc(10px * 3.5);padding-top:calc(var(--plyr-control-spacing,10px) * 3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:calc(10px * 1.5);padding:calc(var(--plyr-control-spacing,10px) * 1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,rgba(255,255,255,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,rgba(255,255,255,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,rgba(255,255,255,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(255,255,255,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(255,255,255,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(255,255,255,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(255,255,255,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(255,255,255,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(255,255,255,.5))}.plyr--video .plyr__progress__buffer{color:rgba(255,255,255,.25);color:var(--plyr-video-progress-buffered-background,rgba(255,255,255,.25))}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;margin:0;width:100%;bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;position:static}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads::after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin:-var(--plyr-range-track-height,5px)/2 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:rgba(255,255,255,.9);background-color:var(--plyr-tooltip-background,rgba(255,255,255,.9));border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:calc(calc(10px / 2) * 2);margin-bottom:calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);opacity:0;padding:3px;padding:var(--plyr-tooltip-radius,3px);pointer-events:none;position:absolute;transform:translate(0,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0,0) scale(1)}.plyr__preview-thumb::before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid rgba(255,255,255,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,rgba(255,255,255,.9));bottom:calc(4px * -1);bottom:calc(var(--plyr-tooltip-arrow-size,4px) * -1);content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:calc(3px - 1px);border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:calc(3px - 1px);border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;border:0!important;height:1px!important;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
/*# sourceMappingURL=index.css.map */
