@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
/* istok-web-regular - latin */
@font-face {
  font-family: 'Istok Web';
  font-style: normal;
  font-weight: 400;
  src: url('/bundles/emotionfitness/fonts/istok-web-v20-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/bundles/emotionfitness/fonts/istok-web-v20-latin-regular.eot?#iefix') format('embedded-opentype'), url('/bundles/emotionfitness/fonts/istok-web-v20-latin-regular.woff2') format('woff2'), url('/bundles/emotionfitness/fonts/istok-web-v20-latin-regular.woff') format('woff'), url('/bundles/emotionfitness/fonts/istok-web-v20-latin-regular.ttf') format('truetype'), url('/bundles/emotionfitness/fonts/istok-web-v20-latin-regular.svg#IstokWeb') format('svg');
  /* Legacy iOS */
}
/* istok-web-700 - latin */
@font-face {
  font-family: 'Istok Web';
  font-style: normal;
  font-weight: 700;
  src: url('/bundles/emotionfitness/fonts/istok-web-v20-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/bundles/emotionfitness/fonts/istok-web-v20-latin-700.eot?#iefix') format('embedded-opentype'), url('/bundles/emotionfitness/fonts/istok-web-v20-latin-700.woff2') format('woff2'), url('/bundles/emotionfitness/fonts/istok-web-v20-latin-700.woff') format('woff'), url('/bundles/emotionfitness/fonts/istok-web-v20-latin-700.ttf') format('truetype'), url('/bundles/emotionfitness/fonts/istok-web-v20-latin-700.svg#IstokWeb') format('svg');
  /* Legacy iOS */
}
p {
  line-height: 1.4rem;
  margin-bottom: 1em;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}
ul {
  line-height: 1.4rem;
}
small {
  font-size: 0.8rem;
}
strong {
  font-family: 'Istok Web', sans-serif;
  font-weight: bold;
  color: var(--base-color);
}
.bad {
  color: #ee322d;
}
a {
  color: var(--base-color);
}
a:hover {
  color: var(--base-color--lighter);
}
a:active {
  color: var(--base-color--darker);
}
strong {
  text-transform: uppercase;
  color: var(--base-color);
}
strong small {
  color: #808284;
  font-family: 'Istok Web', sans-serif;
  font-weight: normal;
}
h1 {
  font-family: 'Istok Web', sans-serif;
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  line-height: 1.25em;
  color: var(--base-color);
}
h1 small {
  color: #808284;
  font-family: 'Istok Web', sans-serif;
  font-weight: normal;
  font-size: inherit;
}
h2 {
  font-family: 'Istok Web', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
  line-height: 1.25em;
  color: var(--base-color);
}
h2 small, h2 em {
  color: #808284;
  font-family: 'Istok Web', sans-serif;
  font-weight: normal;
  font-size: inherit;
}
h3 {
  font-family: 'Istok Web', sans-serif;
  font-weight: bold;
  font-size: 1.15rem;
  line-height: 1.25em;
  text-transform: uppercase;
  margin-bottom: 1.15rem;
  color: var(--base-color);
}
h3 small {
  color: #808284;
  font-family: 'Istok Web', sans-serif;
  font-weight: normal;
}
h3.h3-smaller {
  font-size: 0.85rem;
}
h3.h3-bigger {
  font-size: 1.5rem;
}
.main-content ul {
  line-height: 1.4rem;
  margin-bottom: 1em;
  list-style-type: disc;
}
.main-content ul li {
  display: list-item;
}
.main-content ol {
  line-height: 1.4rem;
  margin-bottom: 1em;
  list-style-type: decimal;
}
.main-content ol li {
  display: list-item;
}
.align--left {
  text-align: left;
}
.align--right {
  text-align: right;
}
.align--center {
  text-align: center;
}
html, body {
  font-family: 'Istok Web', sans-serif;
  font-weight: normal;
}
sub {
  font-size: 75%;
  opacity: 75%;
}
html, body {
  background: white;
  color: #808284;
  margin: 0;
  padding: 0;
}
.inner-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0 4rem;
  max-width: 65rem;
}
@media (max-width: 1024px) {
  .inner-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .inner-wrapper {
    padding: 0 1.5rem;
  }
}
.inner-wrapper .inner-wrapper {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.main-nav {
  transition-timing-function: ease-out;
  transition: background 0.5s;
  z-index: 10;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
}
@media (max-width: 768px) {
  .main-nav {
    padding-top: 4rem;
  }
}
.main-nav.main-nav--hidden {
  pointer-events: none;
  background: none;
}
.main-nav .main-nav__account-menu, .main-nav .main-nav__document-menu {
  transition-timing-function: ease-out;
  transition: opacity 0.5s, transform 1s;
}
.main-nav .main-nav__show-account {
  transition-timing-function: ease-out;
  transition: opacity 0.5s, transform 1s;
  position: fixed;
  right: 8rem;
  top: 4rem;
  width: 2rem;
  height: 2rem;
  background: none;
  padding: 0;
}
@media (max-width: 1024px) {
  .main-nav .main-nav__show-account {
    right: 6rem;
    top: 2rem;
  }
}
.main-nav .main-nav__show-account svg {
  width: 2rem;
  height: 2rem;
  fill: #808284;
  transition: all 0.25s;
}
.main-nav .main-nav__show-account svg:hover {
  fill: var(--base-color);
}
.main-nav .main-nav__close {
  position: fixed;
  right: 4rem;
  top: 4rem;
  width: 2rem;
  height: 2rem;
  border: none;
  padding: 0;
  margin: 0;
  pointer-events: all;
  background: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (max-width: 1024px) {
  .main-nav .main-nav__close {
    right: 2rem;
    top: 2rem;
  }
}
.main-nav .main-nav__close .main-nav__close--line-1, .main-nav .main-nav__close .main-nav__close--line-2, .main-nav .main-nav__close .main-nav__close--line-3 {
  height: 0.25rem;
  background: #808284;
  width: 100%;
  display: block;
  transition: all 0.25s;
}
.main-nav .main-nav__close:hover .main-nav__close--line-1, .main-nav .main-nav__close:hover .main-nav__close--line-2, .main-nav .main-nav__close:hover .main-nav__close--line-3 {
  background: var(--base-color);
}
.main-nav .main-nav__close .main-nav__close--line-1 {
  position: absolute;
  transform: rotate(50grad);
}
.main-nav .main-nav__close .main-nav__close--line-2 {
  position: absolute;
  transform: rotate(-50grad);
}
.main-nav .main-nav__close .main-nav__close--line-3 {
  display: none;
}
.main-nav .main-nav__close:focus {
  outline: none;
}
.main-nav.main-nav--hidden .main-nav__close .main-nav__close--line-1, .main-nav.main-nav--hidden .main-nav__close .main-nav__close--line-2, .main-nav.main-nav--hidden .main-nav__close .main-nav__close--line-3 {
  transition: background 0.125s;
  position: static;
  transform: none;
  display: block;
}
.main-nav .main-nav__logo {
  display: block;
  transition-timing-function: ease-out;
  transition: opacity 0.5s, transform 1s;
  text-indent: -999999%;
  max-width: 20rem;
  margin: 0 auto;
  margin-top: 2rem;
  height: 10rem;
  background: url("/bundles/emotionfitness/assets/logo.svg") no-repeat center;
}
@media (max-width: 768px) {
  .main-nav .main-nav__logo {
    display: none;
  }
}
.main-nav.main-nav--hidden .main-nav__logo {
  opacity: 0;
  transform: translateY(2rem);
}
.main-nav .nav_inner_account {
  text-align: center;
  padding-top: 2rem;
  max-width: 40rem;
  margin: 0 auto;
}
.main-nav .main-nav_inner {
  transition-timing-function: ease-out;
  transition: opacity 0.5s, transform 1s;
  display: flex;
  flex-wrap: wrap;
  max-width: 40rem;
  margin: 0 auto;
}
.main-nav .main-nav_inner a {
  text-decoration: none;
}
.main-nav .main-nav_inner > li {
  padding-top: 2rem;
  width: 50%;
}
@media (max-width: 768px) {
  .main-nav .main-nav_inner > li {
    width: 100%;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.main-nav .main-nav_inner > li > a {
  pointer-events: none;
  font-family: 'Istok Web', sans-serif;
  font-weight: bold;
  color: var(--base-color);
  line-height: 1.6rem;
  font-size: 1.3rem;
  text-transform: uppercase;
  height: 1.5rem;
  display: block;
}
.main-nav .main-nav_inner > li > ul {
  padding-top: 1rem;
}
.main-nav .main-nav_inner > li > ul li > a {
  font-family: 'Istok Web', sans-serif;
  font-weight: normal;
  color: #808284;
  line-height: 2rem;
  font-size: 1.2rem;
}
.main-nav .main-nav_inner > li > ul li.active > a {
  font-family: 'Istok Web', sans-serif;
  font-weight: bold;
  color: black;
}
.main-nav.main-nav--hidden .main-nav__show-account {
  opacity: 0;
  pointer-events: none;
}
.main-nav.main-nav--hidden .main-nav__account-menu, .main-nav.main-nav--hidden .main-nav__document-menu {
  opacity: 0;
  transform: translateY(1rem);
}
.language-nav {
  position: fixed;
  z-index: 20;
  left: 4rem;
  top: 4rem;
}
@media (max-width: 1024px) {
  .language-nav {
    left: 2rem;
    top: 2rem;
  }
}
.language-nav ul {
  display: flex;
}
.language-nav ul li {
  padding-right: 1rem;
}
.language-nav ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #808284;
  font-size: 0.8rem;
}
.language-nav ul li.active a {
  font-family: 'Istok Web', sans-serif;
  font-weight: bold;
  color: #ee322d;
}
footer {
  margin-top: 6rem;
}
footer .footer__logo {
  height: 3rem;
  background: url("/bundles/emotionfitness/assets/logo.svg") no-repeat center;
}
footer .footer__inner {
  margin-top: 2rem;
  background: var(--base-color);
  color: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
footer .footer__inner .footer__copyright {
  margin-top: 2rem;
  font-size: 0.7rem;
}
footer .footer__inner li {
  display: inline-block;
}
footer .footer__inner li:after {
  content: " | ";
}
footer .footer__inner li:last-child:after {
  content: "";
}
footer .footer__inner li a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
footer .footer__inner li.active a {
  text-decoration: underline;
}
button, .btn {
  padding: 0.6rem 1rem;
  padding-top: 0.675rem;
  text-decoration: none;
  background: none;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  font-family: 'Istok Web', sans-serif;
  font-weight: normal;
  background: var(--base-color);
  border: none;
  color: #eef0f3;
  line-height: 1.2rem;
}
button:hover, .btn:hover {
  color: white;
  background: var(--base-color--lighter);
}
button[disabled], .btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
button.btn--small, .btn.btn--small {
  padding: 0.6rem 0.75em;
  padding-top: 0.675rem;
  line-height: 0.9rem;
}
textarea, input {
  border: none;
  background: #eef0f3;
  padding: 0.6rem 1rem;
  padding-top: 0.675rem;
  font-family: 'Istok Web', sans-serif;
  font-weight: normal;
  appearance: none;
}
textarea {
  min-height: 10rem;
  resize: vertical;
}
form button, form textarea, form input {
  margin-bottom: 0.5rem;
}
table {
  border: solid 1px #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}
table thead th {
  border: solid 1px #fff;
  color: var(--base-color);
  padding: 10px;
  text-align: left;
  background: #f5f5f5;
}
table tbody td {
  border: solid 1px #fff;
  color: #333;
  padding: 10px;
  background: #eee;
}
/*
.to-scale-up {
    transform: scale(.95);
    transition-timing-function: ease-out;
    transition: all 5s;

    &.a-scale-up {
        transform: scale(1.05);
    }
}
.to-up {
    transform: translateY(1rem);
    transition-timing-function: ease-out;
    transition: all 2.5s;

    &.a-up {
        transform: translateY(0);
    }
}*/
body.is-editmode .main-config {
  background: var(--base-color);
  color: white;
  min-height: 3rem;
}
body.is-editmode .main-config .config-item {
  height: 2rem;
  line-height: 2rem;
  padding: 1rem;
  vertical-align: center;
}
body.is-editmode .main-config .config-item label {
  position: relative;
  top: -0.6rem;
  padding-right: 1rem;
}
body.is-editmode .cms__config {
  opacity: 0;
  position: absolute;
  width: 10rem;
  z-index: 100;
  padding: 1em;
  background: #f3f3f3;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.21);
  display: block;
  border-bottom-right-radius: 3px;
}
body.is-editmode .cms__config label {
  display: block;
  color: #333;
  font-size: 11px;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
body.is-editmode .cms__config.cms__config--left, body.is-editmode .cms__config.cms__config--right {
  border-right: 1px solid #ddd;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
}
body.is-editmode .cms__config.cms__config--left.cms__config--right, body.is-editmode .cms__config.cms__config--right.cms__config--right {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
body.is-editmode .cms__config.cms__config--left.cms__config--left, body.is-editmode .cms__config.cms__config--right.cms__config--left {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body.is-editmode .cms__config .pimcore_tag_input {
  background: white !important;
  color: #333 !important;
  font-size: 12px;
  padding: 0.25em 0.5em;
}
body.is-editmode .cms__config .x-form-item {
  opacity: 0.75;
}
body.is-editmode .cms__config--wide {
  width: 50rem;
}
body.is-editmode .cms__config .x-field, body.is-editmode .cms__config .pimcore_tag_select, body.is-editmode .cms__config .pimcore_tag_checkbox, body.is-editmode .cms__config .x-form-item, body.is-editmode .cms__config .x-form-text-field-body-default, body.is-editmode .cms-settings .x-field, body.is-editmode .cms-settings .pimcore_tag_select, body.is-editmode .cms-settings .pimcore_tag_checkbox, body.is-editmode .cms-settings .x-form-item, body.is-editmode .cms-settings .x-form-text-field-body-default {
  min-width: 100% !important;
  max-width: 100% !important;
  width: auto !important;
}
body.is-editmode .cms__block label {
  display: block;
  color: #333;
  font-size: 11px;
  margin-bottom: 0.25em;
}
body.is-editmode:hover .pimcore_area_entry:hover .cms__config {
  opacity: 1;
}
body.is-editmode .pimcore_area_buttons.top:after {
  left: calc(50% - 7px);
  border-bottom-color: #333;
  border-top-color: #333;
}
body.is-editmode .area:hover {
  background: rgba(0, 0, 0, 0.05);
}
.hm-lightbox {
  position: fixed;
  left: 2rem;
  right: 2rem;
  top: 2rem;
  bottom: 2rem;
  z-index: 10000;
  display: flex;
  justify-content: center;
  justify-items: center;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.hm-lightbox .hm-lightbox__inner {
  display: flex;
  justify-content: center;
  justify-items: center;
}
.hm-lightbox img {
  align-self: center;
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
  user-select: none;
}
.hm-lightbox .hm-lightbox__next, .hm-lightbox .hm-lightbox__prev, .hm-lightbox .hm-lightbox__close {
  display: block;
  position: absolute;
  height: 2.25rem;
  width: 2.25rem;
  background: #ccc;
  padding: 1rem;
  cursor: pointer;
  text-align: center;
  opacity: 0;
  font-size: 3rem;
  user-select: none;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
}
.hm-lightbox .hm-lightbox__close {
  top: -2rem;
  right: -2rem;
  opacity: 1;
}
.hm-lightbox .hm-lightbox__next {
  top: calc(50% - 2rem);
  right: -2rem;
  transition: all 0.25s ease-in-out;
}
.hm-lightbox .hm-lightbox__prev {
  left: -2rem;
  top: calc(50% - 2rem);
  transition: all 0.25s ease-in-out;
}
.hm-lightbox.hm-lightbox--show-next .hm-lightbox__next {
  opacity: 1;
}
.hm-lightbox.hm-lightbox--show-prev .hm-lightbox__prev {
  opacity: 1;
}
.hm-lightbox__background {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0rem;
  right: 0rem;
  top: 0rem;
  bottom: 0rem;
  z-index: 9999;
  opacity: 0;
  transition: all 0.125s ease-in-out;
}
.hm-lightbox, .hm-lightbox__background {
  pointer-events: none;
}
.hm-lightbox-open .hm-lightbox, .hm-lightbox-open .hm-lightbox__background {
  opacity: 1;
  pointer-events: all;
}
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: 0;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}
.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.slider {
  margin-bottom: 2rem;
  position: relative;
}
.slider:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  height: 100%;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
  content: "";
  z-index: 1;
  pointer-events: none;
}
.slider:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 100%;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  content: "";
  z-index: 1;
  pointer-events: none;
}
.slider .slider__next, .slider .slider__prev {
  width: 4rem;
  height: 4rem;
  background-color: var(--base-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -2rem;
  z-index: 2;
  transition: opacity 0.5s;
}
@media (max-width: 768px) {
  .slider .slider__next, .slider .slider__prev {
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
  }
}
.slider .slider__next span, .slider .slider__prev span {
  font-size: 2rem;
  position: relative;
  top: 0.3rem;
}
@media (max-width: 768px) {
  .slider .slider__next span, .slider .slider__prev span {
    font-size: 1.5rem;
    top: 0.125rem;
  }
}
.slider .slider__next.hidden, .slider .slider__prev.hidden {
  opacity: 0.2;
  pointer-events: none;
}
.slider .slider__next {
  right: 0;
}
@media (max-width: 768px) {
  .slider .slider__next {
    right: -1rem;
  }
}
.slider .slider__prev {
  left: 0;
}
@media (max-width: 768px) {
  .slider .slider__prev {
    left: -1rem;
  }
}
.slider .slider__wrapper {
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.slider .slider__wrapper::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.slider .slider__wrapper .slider__container {
  display: flex;
  flex-wrap: nowrap;
}
.slider .slider__item {
  scroll-snap-align: center;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider .slider__item .slider__item__image {
  width: 50%;
  padding-right: 6rem;
}
@media (max-width: 768px) {
  .slider .slider__item .slider__item__image {
    padding-right: 2.5rem;
  }
}
.slider .slider__item .slider__item__image img {
  max-width: 100%;
}
.slider .slider__item .slider__item__text {
  position: relative;
  width: 50%;
  padding-left: 6rem;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .slider .slider__item .slider__item__text {
    padding-left: 2.5rem;
    padding-right: 0.75rem;
  }
}
.slider .slider__item .slider__item__text p {
  position: relative;
}
.slider .slider__item .slider__item__full {
  width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}
.slider .slider__item .aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  margin-bottom: 0.75rem;
}
.slider .slider__item .aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.slider .slider__item .slider__item__text h3 {
  font-weight: normal;
  color: #808284;
  font-size: 2rem;
}
.area-text {
  margin-bottom: 2rem;
}
.area-text .area-text__inner p {
  max-width: 50rem;
}
.area-text .area-text__inner h3 {
  max-width: 50rem;
  margin-top: 2rem;
}
.area-text--boxed .inner-wrapper {
  padding: 0 7rem;
}
.area-text--boxed .area-text__inner {
  background: var(--base-color);
  color: white;
  padding: 5rem;
  margin-left: -5rem;
  margin-right: -5rem;
  column-count: 2;
  column-gap: 2rem;
  text-align: justify;
}
@media (max-width: 480px) {
  .area-text--boxed .area-text__inner {
    padding: 2rem;
    text-align: left;
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }
}
@media (max-width: 768px) {
  .area-text--boxed .area-text__inner {
    padding: 3rem;
    column-count: 1;
  }
}
.area-text--boxed .area-text__inner em {
  color: var(--base-color);
}
.area-text--boxed .area-text__inner p {
  position: relative;
}
.area-text--boxed small, .area-text--boxed h2, .area-text--boxed em {
  color: white;
}
.area-text--boxed .area-text__inner p {
  max-width: 500rem;
}
hr {
  background: var(--base-color);
  height: 1px;
  border: none;
  margin-left: 4rem;
  margin-right: 4rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
hr.hr--light {
  background: none;
  border-bottom: 1px dotted var(--base-color);
  margin-top: 2rem;
  margin-bottom: 2rem;
  opacity: 0.5;
}
.area-fullscreen-video__inner {
  height: 100vh;
  width: 100%;
  margin-bottom: 4rem;
  z-index: 1;
  position: relative;
  margin-top: -18rem;
  border: 2rem solid #fff;
  border-bottom: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.area-fullscreen-video__inner video, .area-fullscreen-video__inner .pimcore_tag_video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  box-sizing: border-box;
}
.area-fullscreen-video__inner video video, .area-fullscreen-video__inner .pimcore_tag_video video {
  transform: scale(1.01);
}
@media screen and (orientation: portrait) {
  .area-fullscreen-video__inner video, .area-fullscreen-video__inner .pimcore_tag_video {
    opacity: 0;
  }
}
.area-fullscreen-video__inner .area-fullscreen__go-down {
  width: 2rem;
  height: 6rem;
  display: block;
  left: 50%;
  margin-left: -1rem;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  background: url("/bundles/emotionfitness/assets/go-down.svg") no-repeat top;
  background-size: contain;
  transition: all 0.5s;
  animation-timing-function: ease-in-out;
}
.area-fullscreen-video__inner .area-fullscreen__go-down:hover {
  transition: all 0.125s;
  transform: translateY(-0.25rem);
}
.area-fullscreen-video__inner .area-fullscreen__go-down .area-fullscreen__go-down__arrow {
  background: url("/bundles/emotionfitness/assets/go-down--arrow.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  width: 1rem;
  height: 1.5rem;
  margin-left: -0.5rem;
  animation: go-down__arrow__pulse 1s infinite;
  animation-timing-function: ease-in-out;
}
@keyframes go-down__arrow__pulse {
  0% {
    transform: translateY(0rem);
  }
  20% {
    transform: translateY(0.5rem);
  }
  30% {
    transform: translateY(0.5rem);
  }
  40% {
    transform: translateY(0rem);
  }
}
.splashes {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 5%;
  margin-top: -30vh;
  --webkit-aspect-ratio: 1;
  aspect-ratio: 1;
  max-width: 33vw;
}
@media screen and (orientation: portrait) {
  .splashes {
    position: static;
    margin: 0 auto;
    /*
            width: 100vw;
            height: 75%;
            max-width: none;
            max-height: none;
            left: -2rem;
            top: 45%;
            */
  }
}
.splashes .splashes-200, .splashes .splashes-600, .splashes .splashes-900 {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.splashes .splashes-200 div, .splashes .splashes-200 a, .splashes .splashes-600 div, .splashes .splashes-600 a, .splashes .splashes-900 div, .splashes .splashes-900 a {
  pointer-events: all;
  display: block;
  width: 20%;
  height: 10%;
  position: absolute;
  cursor: pointer;
  z-index: 45;
}
.splashes .splashes-200 {
  background: url("/bundles/emotionfitness/assets/startpage/200.png") no-repeat 0 center;
  background-position: left;
  background-size: contain;
  z-index: 3;
}
.splashes .splashes-200 div, .splashes .splashes-200 a {
  left: 13%;
  top: 8%;
  width: 45%;
  height: 47%;
}
.splashes .splashes-600 {
  background: url("/bundles/emotionfitness/assets/startpage/600.png") no-repeat center;
  background-position: left;
  background-size: contain;
  z-index: 2;
}
.splashes .splashes-600 div, .splashes .splashes-600 a {
  left: 13%;
  top: 55%;
  width: 45%;
  height: 38%;
}
.splashes .splashes-900 {
  background: url("/bundles/emotionfitness/assets/startpage/900.png?t=1") no-repeat center;
  background-position: left;
  background-size: contain;
  z-index: 1;
}
.splashes .splashes-900 div, .splashes .splashes-900 a {
  left: 58%;
  top: 19%;
  width: 35%;
  height: 60%;
}
.splashes .splash {
  opacity: 0;
  transition: all 0.5s;
  animation-timing-function: ease-in-out;
}
.is-editmode .splashes .splash {
  opacity: 1 !important;
}
.splashes .splash.splash-visible {
  opacity: 1;
}
.splashes .splash.splashes-hovered {
  filter: contrast(125%);
}
.area-headline .area-headline__inner {
  text-align: center;
}
.is-editmode .area-headline .v-align-horizontal small {
  float: left;
  margin-right: 0.3em;
}
.is-editmode .area-headline .v-align-horizontal [data-real-name="subline"] {
  min-width: 5rem;
  width: fit-content;
}
.is-editmode .area-headline .v-align-horizontal .pimcore_tag_input {
  float: left;
}
.area-logo .area-logo__inner {
  width: 20rem;
  max-width: 70%;
  margin: 0 auto;
  margin-top: 4rem;
  height: 5.25rem;
  margin-bottom: 4rem;
  position: relative;
  z-index: 2;
  transition: all 1s;
  background: url("/bundles/emotionfitness/assets/logo.svg") no-repeat center rgba(255, 255, 255, 0);
  outline: 1rem solid rgba(255, 255, 255, 0);
}
@media (max-width: 1024px) {
  .area-logo .area-logo__inner {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .area-logo .area-logo__inner {
    margin-bottom: 0rem;
  }
}
.area-logo .area-logo__inner a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999%;
}
.area-logo .area-logo__inner.area-logo__inner--whitend {
  background-color: rgba(255, 255, 255, 0.75);
  outline: 1rem solid rgba(255, 255, 255, 0.75);
}
.area-image-with-text .area-image-with-text__inner {
  display: flex;
}
.area-image-with-text .area-image-with-text__inner_left {
  width: 33%;
}
.area-image-with-text .area-image-with-text__inner_left .pimcore_tag_image, .area-image-with-text .area-image-with-text__inner_left img {
  width: 100%;
  height: auto;
}
.area-image-with-text .area-image-with-text__inner_right {
  margin-left: 2rem;
  width: 66%;
}
.area-image-with-text .area-image-with-text__inner_right .pimcore_tag_image, .area-image-with-text .area-image-with-text__inner_right img {
  width: 100%;
  height: auto;
}
.area-image-with-text.area-image-with-text--66-33 .area-image-with-text__inner_left {
  width: 66%;
}
.area-image-with-text.area-image-with-text--66-33 .area-image-with-text__inner_right {
  width: 33%;
}
.area-images {
  margin-bottom: 2rem;
}
.area-images .area-images__inner {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.area-images .area-images__inner .area-images_image--33 {
  width: 33%;
  height: auto;
}
.area-images .area-images__inner .area-images_image--67 {
  width: 67%;
  height: auto;
}
.area-images .area-images__inner .area-images_image--100 {
  width: 100%;
  height: auto;
}
.area-images .area-images__inner .area-images_image--50 {
  width: 50%;
  height: auto;
}
.area-images__inner--picture-in-picture {
  position: relative;
}
.area-images__inner--picture-in-picture .area-images_image--background {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: auto !important;
  background-size: cover;
}
.area-images__inner--picture-in-picture .area-images_image--foreground {
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
}
.area-products .area-products__inner--small {
  display: flex;
  flex: 1 1;
  flex-wrap: wrap;
  min-height: 10rem;
}
.area-products .area-products__inner--small .area-products__item {
  display: block;
  width: calc(20% - 1rem);
  margin-right: 1rem;
  margin-bottom: 2rem;
  text-decoration: none;
  color: #808284;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .area-products .area-products__inner--small .area-products__item {
    width: calc(25% - 1rem);
  }
}
@media (max-width: 768px) {
  .area-products .area-products__inner--small .area-products__item {
    width: calc(33% - 1rem);
  }
}
@media (max-width: 480px) {
  .area-products .area-products__inner--small .area-products__item {
    width: calc(50% - 1rem);
  }
}
.area-products .area-products__inner--small .area-products__item img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.area-products .area-products__inner--small .area-products__item small {
  display: block;
}
.area-products .area-products__inner--small .area-products__item:nth-child(5n) {
  margin-right: 0;
}
.area-products .area-products__inner--big {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.area-products .area-products__inner--big h2 {
  margin-bottom: 1rem;
}
.area-products .area-products__inner--big p {
  min-width: 10rem;
  min-height: 1rem;
}
.area-products .area-products__inner--big a {
  min-width: 1rem;
}
.area-products .area-products__inner--big .area-products__item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 481px) {
  .area-products .area-products__inner--big .area-products__item {
    margin-bottom: -2rem;
    margin-top: -2rem;
  }
}
@media (max-width: 480px) {
  .area-products .area-products__inner--big .area-products__item {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.area-products .area-products__inner--big .area-products__item .area-products__item__image {
  text-align: right;
  order: 1;
  flex: 1;
  margin-right: 1rem;
}
.area-products .area-products__inner--big .area-products__item .area-products__item__image a img {
  width: auto;
  height: 15rem;
}
.area-products .area-products__inner--big .area-products__item .area-products__item__info {
  max-width: 40rem;
  flex: 2 0;
}
@media (min-width: 481px) {
  .area-products .area-products__inner--big .area-products__item .area-products__item__info {
    order: 2;
  }
}
.area-products .area-products__inner--big .area-products__item .area-products__item__info button, .area-products .area-products__inner--big .area-products__item .area-products__item__info .btn {
  position: relative;
}
.area-products .area-products__inner--big .area-products__item:nth-of-type(odd) .area-products__item__image {
  text-align: left;
  flex: 1;
  margin-left: 1rem;
}
@media (min-width: 481px) {
  .area-products .area-products__inner--big .area-products__item:nth-of-type(odd) .area-products__item__image {
    order: 2;
  }
}
@media (min-width: 481px) {
  .area-products .area-products__inner--big .area-products__item:nth-of-type(odd) .area-products__item__info {
    order: 1;
  }
}
.area-business-card .area-business-card__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.area-business-card .area-business-card__inner .area-business-card__element {
  margin-bottom: 2rem;
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .area-business-card .area-business-card__inner .area-business-card__element {
    width: calc(100%);
  }
}
.area-business-card .area-business-card__inner .area-business-card__element .area-business-card__element__left {
  width: 33%;
  margin-right: 1rem;
}
.area-business-card .area-business-card__inner .area-business-card__element .area-business-card__element__right {
  width: 66%;
  padding-right: 1rem;
}
.area-business-card .area-business-card__inner .area-business-card__element .area-business-card__element__right h3 {
  margin-top: 1.5rem;
}
.area-business-card .area-business-card__inner .area-business-card__element img {
  width: 100%;
  height: auto;
}
.is-editmode .area-business-card [data-real-name="teamList"].pimcore_tag_block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.is-editmode .area-business-card [data-real-name="teamList"].pimcore_tag_block .pimcore_block_entry {
  width: 50%;
}
.is-editmode .area-business-card [data-real-name="teamList"].pimcore_tag_block .pimcore_block_entry .area-business-card__element {
  width: 100%;
}
.area-boxes {
  margin-bottom: 2rem;
}
.area-boxes .area-boxes__inner {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.area-boxes .area-boxes__box {
  width: calc(25% - 0.75rem);
  position: relative;
}
@media (max-width: 768px) {
  .area-boxes .area-boxes__box {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 480px) {
  .area-boxes .area-boxes__box {
    width: calc(100%);
  }
}
.area-boxes .area-boxes__box.area-boxes__box--bigger {
  width: calc(50% - 0.5rem);
}
@media (max-width: 480px) {
  .area-boxes .area-boxes__box.area-boxes__box--bigger {
    width: calc(100%);
  }
}
.area-boxes .area-boxes__box .area-boxes__box__thumb {
  float: left;
  height: 9rem;
  width: auto;
  margin-top: 0.5rem;
  margin-bottom: -1rem;
  margin-right: 0.75rem;
  margin-top: -0.5rem;
  margin-left: -1rem;
  margin-bottom: -2rem;
  border: none;
  max-width: 66%;
}
.area-boxes .area-boxes__box .area-boxes__box__thumb img {
  background: #1C8BC1;
  object-fit: contain;
}
.area-boxes .area-boxes__box h3 {
  word-break: break-all;
}
@media (max-width: 768px) {
  .area-boxes .area-boxes__box h3 small, .area-boxes .area-boxes__box h3 br {
    display: none;
  }
}
.area-boxes .area-boxes__box h3.h3-smaller {
  margin-top: 0.5rem;
}
.area-boxes .area-boxes__box p {
  margin-bottom: 0;
}
.area-boxes .area-boxes__box .pimcore_tag_image, .area-boxes .area-boxes__box img {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
.area-boxes .area-boxes__box .pimcore_tag_image {
  min-height: 10rem;
}
.area-boxes .area-boxes__box.area-boxes__box--button {
  box-sizing: border-box;
  position: relative;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border: 2px solid black;
  cursor: pointer;
  padding-bottom: 2rem;
  color: #808284;
}
.area-boxes .area-boxes__box.area-boxes__box--button:hover {
  background: rgba(0, 0, 0, 0.05);
}
.area-boxes .area-boxes__box.area-boxes__box--button .area-boxes__box--button__arrow {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.area-boxes .area-boxes__box.area-boxes__box--button .area-boxes__box--button__arrow strong {
  font-size: 2rem;
}
.is-editmode .area-boxes .pimcore_tag_block[data-real-name="downloadList"] {
  display: flex;
  gap: 1rem;
  width: 100%;
  flex-wrap: wrap;
}
.is-editmode .area-boxes .pimcore_tag_block[data-real-name="downloadList"] .area-boxes__box {
  height: calc(100% - 36px - 2rem);
}
.is-editmode .area-boxes .pimcore_tag_block[data-real-name="downloadList"] .pimcore_icon_down, .is-editmode .area-boxes .pimcore_tag_block[data-real-name="downloadList"] .pimcore_icon_up {
  transform: rotate(-90deg);
}
.is-editmode .area-boxes .pimcore_tag_block[data-real-name="downloadList"] .pimcore_block_entry {
  width: calc(50% - 1rem);
}
.is-editmode .area-boxes .pimcore_tag_block[data-real-name="downloadList"] .pimcore_block_entry .area-boxes__box {
  cursor: inherit;
  width: 100%;
}
.area-news-list .area-news-list__inner {
  display: flex;
  flex-wrap: wrap;
  min-height: 5rem;
}
.area-news-list .area-news-list__inner .area-news-list__item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 4rem;
}
.area-news-list .area-news-list__inner .area-news-list__item .area-news-list__item__left {
  width: 66%;
  height: 25rem;
  overflow: hidden;
}
.area-news-list .area-news-list__inner .area-news-list__item .area-news-list__item__left img {
  width: 100%;
}
@media (max-width: 480px) {
  .area-news-list .area-news-list__inner .area-news-list__item .area-news-list__item__left {
    display: none;
    margin-left: 0rem;
  }
}
.area-news-list .area-news-list__inner .area-news-list__item .area-news-list__item__right {
  margin-left: 2rem;
  width: 33%;
}
@media (max-width: 480px) {
  .area-news-list .area-news-list__inner .area-news-list__item .area-news-list__item__right {
    width: calc(100%);
    margin-left: 0rem;
  }
}
@media (max-width: 480px) {
  .area-news-list .area-news-list__inner .area-news-list__item {
    margin-bottom: 1rem;
  }
}
.area-news-list .area-news-list__inner .area-news-list__item h3 {
  margin-top: 2rem;
}
.area-news-list .area-news-list__inner .area-news-list__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.area-news-list .area-news-list__inner .area-news-list__item:nth-of-type(even) .area-news-list__item__left {
  margin-left: 2rem;
}
.area-news-list .area-news-list__inner .area-news-list__item:nth-of-type(even) .area-news-list__item__right {
  margin-left: 0;
}
.area--contact .inner-wrapper .area--contact--inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .area--contact .inner-wrapper .area--contact--inner {
    margin-top: 3rem;
  }
}
@media (max-width: 480px) {
  .area--contact .inner-wrapper .area--contact--inner {
    margin-top: 1rem;
  }
}
.area--contact .inner-wrapper .area--contact--inner .area--contact--left, .area--contact .inner-wrapper .area--contact--inner .area--contact--right {
  width: calc(50% - 1rem);
}
@media (max-width: 768px) {
  .area--contact .inner-wrapper .area--contact--inner .area--contact--left, .area--contact .inner-wrapper .area--contact--inner .area--contact--right {
    width: calc(100%);
  }
}
.area--contact .inner-wrapper .area--contact--inner .area--contact--left :first-child, .area--contact .inner-wrapper .area--contact--inner .area--contact--right :first-child {
  margin-top: 0;
}
.area--contact .inner-wrapper .area--contact--inner .area--contact--left img, .area--contact .inner-wrapper .area--contact--inner .area--contact--right img {
  width: 100%;
}
.area--contact .inner-wrapper .area--contact--inner .area--contact--left {
  order: 2;
}
.area--contact .inner-wrapper .area--contact--inner form p {
  margin-top: 1rem;
}
.area--contact .inner-wrapper .area--contact--inner button, .area--contact .inner-wrapper .area--contact--inner textarea, .area--contact .inner-wrapper .area--contact--inner input {
  box-sizing: border-box;
  width: 100%;
}
.area-history .area-history__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 3rem;
  margin-bottom: 8rem;
}
.area-history .area-history__list .area-history__item {
  box-sizing: border-box;
  width: calc(50% - 0px);
  margin-bottom: -4rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .area-history .area-history__list .area-history__item {
    width: calc(100%);
  }
}
.area-history .area-history__list .area-history__item h3 {
  width: 50%;
}
.area-history .area-history__list .area-history__item h3 small {
  display: block;
  line-height: 1.5em;
  text-transform: none;
  font-size: 1rem;
}
.area-history .area-history__list .area-history__item img {
  width: 50%;
  display: block;
}
.area-history .area-history__list .area-history__item:nth-child(even) {
  padding-left: 2rem;
  margin-left: -1px;
}
@media (min-width: 769px) {
  .area-history .area-history__list .area-history__item:nth-child(even) {
    border-left: 1px solid #ddd;
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .area-history .area-history__list .area-history__item:nth-child(even) {
    margin-top: 2rem;
  }
}
.area-history .area-history__list .area-history__item:nth-child(even) h3 {
  padding-left: 1rem;
}
.area-history .area-history__list .area-history__item:nth-child(even) img {
  order: -1;
}
.area-history .area-history__list .area-history__item:nth-child(odd) {
  padding-right: 2rem;
}
@media (min-width: 769px) {
  .area-history .area-history__list .area-history__item:nth-child(odd) {
    border-right: 1px solid #ddd;
  }
}
@media (max-width: 768px) {
  .area-history .area-history__list .area-history__item:nth-child(odd) {
    margin-top: 2rem;
  }
}
.area-history .area-history__list .area-history__item:nth-child(odd) h3 {
  text-align: right;
  padding-right: 1rem;
}
.area-history .area-history__list .area-history__item:nth-child(odd) img {
  width: 50%;
}
.is-editmode .area-history .area-history__list {
  display: flex;
  flex-direction: column;
}
.is-editmode .area-history .area-history__list [data-type="block"] {
  width: calc(100%);
}
.is-editmode .area-history .area-history__list .area-history__item {
  margin-bottom: 0;
}
.is-editmode .area-history .pimcore_editable_image {
  width: 100%;
}
.is-editmode .area-history .pimcore_editable_image img {
  width: 100%;
}
.page--product-detail {
  margin-top: -3rem;
}
.page--product-detail .page--product-detail__head {
  position: relative;
  flex: 1 1;
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
}
.page--product-detail .page--product-detail__head .head-background {
  background: url(bundles/emotionfitness/assets/000-splash.jpg) no-repeat;
  background-size: contain;
  z-index: 1;
  width: calc(75%);
  height: 45rem;
  position: absolute;
  top: -10rem;
  left: -13rem;
}
.page--product-detail .page--product-detail__head .head-background.head-background--200 {
  background: url(bundles/emotionfitness/assets/200-splash.jpg) no-repeat;
  background-size: contain;
}
.page--product-detail .page--product-detail__head .head-background.head-background--600 {
  background: url(bundles/emotionfitness/assets/600-splash.jpg) no-repeat;
  background-size: contain;
}
.page--product-detail .page--product-detail__head .head-background.head-background--900 {
  background: url(bundles/emotionfitness/assets/900-splash.jpg) no-repeat;
  background-size: contain;
}
.page--product-detail .page--product-detail__head .head-background.head-background--XXX {
  background: url(bundles/emotionfitness/assets/XXX-splash.jpg) no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .page--product-detail .page--product-detail__head .head-background {
    height: 45rem;
    width: auto;
    padding-top: 0rem;
    left: -10rem;
    right: 5rem;
  }
}
@media (max-width: 768px) {
  .page--product-detail .page--product-detail__head {
    flex-wrap: wrap;
  }
}
.page--product-detail .page--product-detail__head .page--product-detail__head--left {
  padding-top: 13rem;
  width: calc(33%);
  margin-right: 1rem;
  z-index: 3;
  position: relative;
}
@media (max-width: 768px) {
  .page--product-detail .page--product-detail__head .page--product-detail__head--left {
    padding-top: 2rem;
  }
}
.page--product-detail .page--product-detail__head .page--product-detail__head--left h2 {
  width: 25rem;
  max-width: 100%;
  font-size: 2.25rem;
  color: white;
  top: 3rem;
  position: absolute;
}
.page--product-detail .page--product-detail__head .page--product-detail__head--left h2 small {
  color: white;
  display: block;
}
@media (max-width: 768px) {
  .page--product-detail .page--product-detail__head .page--product-detail__head--left h2 {
    position: static;
    color: #3e5d6b;
  }
  .page--product-detail .page--product-detail__head .page--product-detail__head--left h2 small {
    color: #808284;
  }
}
.page--product-detail .page--product-detail__head .page--product-detail__head--left .page--product-detail__head--left--text {
  position: relative;
}
@media (min-width: 769px) {
  .page--product-detail .page--product-detail__head .page--product-detail__head--left .page--product-detail__head--left--text {
    margin-bottom: 5rem;
  }
}
.page--product-detail .page--product-detail__head .page--product-detail__head--left .page--product-detail__head--left--text:after {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: -1rem;
  bottom: -1rem;
  left: -1rem;
  right: -1rem;
  z-index: -1;
}
.page--product-detail .page--product-detail__head .page--product-detail__head--left .page--product-detail__head--left--text p {
  text-shadow: 0 0 1rem white;
}
.page--product-detail .page--product-detail__head .page--product-detail__head--left .page--product-detail__head__actions {
  display: flex;
  position: absolute;
  bottom: 0;
  width: calc(100% + 10rem);
}
@media (max-width: 768px) {
  .page--product-detail .page--product-detail__head .page--product-detail__head--left .page--product-detail__head__actions {
    width: auto;
    position: static;
  }
}
.page--product-detail .page--product-detail__head .page--product-detail__head--left .page--product-detail__head__actions .btn {
  margin-right: 0.25rem;
  text-align: center;
  padding: 0.6rem 0.75em;
  padding-top: 0.675rem;
  line-height: 1.2rem;
}
@media (max-width: 768px) {
  .page--product-detail .page--product-detail__head .page--product-detail__head--left {
    width: 100%;
    order: 2;
  }
}
.page--product-detail .page--product-detail__head .page--product-detail__head--right {
  width: calc(67%);
  max-width: 100%;
  z-index: 2;
  position: relative;
}
.page--product-detail .page--product-detail__head .page--product-detail__head--right img {
  max-width: calc(100% + 3rem);
  width: calc(100% + 3rem);
  margin-left: -3rem;
}
@media (max-width: 768px) {
  .page--product-detail .page--product-detail__head .page--product-detail__head--right {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: -2rem;
  }
  .page--product-detail .page--product-detail__head .page--product-detail__head--right img {
    max-width: calc(100%);
    max-height: 30rem;
    width: auto;
    margin: auto;
  }
}
.page--product-detail .page--product-detail__details-list {
  margin-bottom: 2rem;
}
.page--product-detail .page--product-detail__details-list .page--product-detail__details-list__item > img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.page--product-detail .page--product-detail__details-list .page--product-detail__details-list__item p {
  position: relative;
}
.page--product-detail .page--product-detail__details-list .page--product-detail__details-list__item p img {
  margin-bottom: -0.2rem;
}
.page--product-detail .page--product-detail__details-list .page--product-detail__details-list__item .aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  margin-bottom: 0.75rem;
}
.page--product-detail .page--product-detail__details-list .page--product-detail__details-list__item .aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (min-width: 769px) {
  .page--product-detail .page--product-detail__details-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page--product-detail .page--product-detail__details-list .page--product-detail__details-list__item {
    width: calc(50% - 1.5rem);
    margin-bottom: 2rem;
  }
}
.page--product-detail .page--product-detail__features {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 0rem;
}
.page--product-detail .page--product-detail__features div.page--product-detail__features--element {
  width: calc(33% - 2rem);
}
@media (max-width: 1024px) {
  .page--product-detail .page--product-detail__features div.page--product-detail__features--element {
    width: calc(50% - 1.5rem);
  }
}
@media (max-width: 768px) {
  .page--product-detail .page--product-detail__features div.page--product-detail__features--element {
    width: 100%;
  }
}
.page--product-detail .page--product-detail__features div.page--product-detail__features--element h3 {
  color: #808284;
  border-bottom: 1rem solid var(--base-color);
  padding-bottom: 0.5rem;
  font-size: 1.8rem;
}
.page--product-detail .page--product-detail__features div.page--product-detail__features--element ul {
  margin-top: 2rem;
  list-style: none;
  margin-bottom: -0.5rem;
}
.page--product-detail .page--product-detail__features div.page--product-detail__features--element ul li {
  position: relative;
  display: list-item;
  margin-bottom: 0.5rem;
}
.page--product-detail .page--product-detail__features div.page--product-detail__features--element ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "·";
  color: #ced3d9;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.page--product-detail .page--product-detail__meta-info {
  margin-top: 4rem;
  margin-bottom: -1rem;
  text-align: right;
  font-size: 0.75rem;
  opacity: 0.75;
}
.page--product-detail .page--product-detail__meta-info em {
  position: relative;
}
.page--product-detail .page--product-detail__meta-info img {
  width: 1rem;
  height: 1rem;
}
.page--product-detail .page--product-detail__additional-products {
  position: relative;
  padding-top: 2rem;
  margin-top: 3rem;
  margin-bottom: -11rem;
  padding-bottom: 11rem;
}
.page--product-detail .page--product-detail__additional-products:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
  pointer-events: none;
}
.page--product-detail .page--product-detail__footer {
  margin-top: 3rem;
  margin-bottom: 2.5rem;
}
.page--product-detail .page--product-detail__footer a {
  margin-bottom: 0.5rem;
}
.page--product-detail em {
  background: #e8f0fa;
  outline: 0.25rem solid #e8f0fa;
}
.page--product-detail em:before {
  position: absolute;
  content: "";
  background: url(/content/product-pages/medical-i.png) no-repeat center;
  background-size: contain;
  left: -1.5rem;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
}
.page--news img {
  width: 50%;
  float: right;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
.page--news ol, .page--news p {
  max-width: 50rem;
}
