@charset "UTF-8";
/*! Handmade with love by https://esmes.fi */ /* RESET */
@import '../fonts/fonts.css';
input, select {
  color: inherit;
}

*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

input:not([type=checkbox]):not([type=radio]),
textarea {
  border: 0;
  border-radius: 0;
  font: inherit;
  -webkit-appearance: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* HTML5 for old-ie */
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

template {
  display: none;
}

address,
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup[label] {
  color: grey;
  font-style: inherit;
  font-weight: 300;
  text-shadow: none;
}

a img {
  border-style: none;
}

/* Responsive SVG */
img[src*=".svg"] {
  width: 100%;
  height: auto;
}

:root {
  font-size: 16px;
  --app-height: 100vh;
  --safety-padding: 2.9375rem;
  --layout-width: 93.75rem;
  --container-max-width: 93.75rem;
}

:root {
  font-size: 1.0666666667vw;
}

/*@media screen and (min-width: 1600px){
  :root {
    font-size: math.div(1600, $layout_width) * 16px;
  }
}*/
html, body {
  height: 100%;
}

h1 {
  font-family: "TTWellingtons", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.1875rem;
  line-height: 2.3125rem;
  letter-spacing: -0.015em;
}

h2 {
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.2em;
  letter-spacing: 0;
}

h3 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2em;
  letter-spacing: 0;
}

h4 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2em;
  letter-spacing: 0;
}

h5 {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0;
}

a {
  color: inherit;
}

.small-link {
  font-size: 0.875rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.12em;
}
.small-link:hover {
  text-decoration: underline;
}

.button {
  border: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  outline: 0.0625rem solid #000;
  padding: 0.8125rem 1.75rem;
  font-size: 1.125rem;
  line-height: 1em;
  font-weight: 400;
  border-radius: 2.1875rem;
  box-shadow: inset -0.0625rem -0.0625rem 0.25rem rgba(0, 0, 0, 0.7);
  transition: background-color 0.3s, box-shadow 0.3s;
}
.button:hover {
  color: #000;
  background-color: #FFD9B4;
}
.button:focus {
  outline: 0.125rem solid #000;
  box-shadow: inset -0.0625rem -0.0625rem 0.25rem rgba(0, 0, 0, 0.7), 0 0 0.75rem rgba(255, 255, 255, 0.8);
}
.button.--dark {
  color: #fff;
  background-color: #131314;
  box-shadow: inset 0.125rem 0.0625rem 0.375rem rgba(255, 255, 255, 0.3), 0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0.4);
}
.button.--dark:hover {
  color: #fff;
  box-shadow: inset 0.125rem 0.0625rem 0.375rem rgba(255, 255, 255, 0.3), 0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0.4), 0 0 0.25rem rgba(0, 0, 0, 0.1);
}

strong {
  font-weight: 600;
}

.text-styles h1 {
  margin-bottom: 1.875rem;
}
.text-styles h2 {
  margin-bottom: 1.25rem;
}
.text-styles h3 {
  margin-bottom: 1.875rem;
}
.text-styles p + h3 {
  margin-top: 1.875rem;
}
.text-styles h4 {
  margin-bottom: 1.875rem;
}
.text-styles h5 {
  margin-bottom: 1.25rem;
}
.text-styles p {
  font-size: 1.125rem;
  line-height: 1.33em;
  margin-bottom: 1.33em;
}
.text-styles p:last-child {
  margin-bottom: 0;
}
.text-styles p.large {
  font-size: 1.4375rem;
  line-height: 1.6em;
}
.text-styles p.small {
  font-size: 0.875rem;
  line-height: 1.4em;
}
.text-styles p.has-text-align-center {
  text-align: center;
}
.text-styles a:not(.button) {
  color: inherit;
}
.text-styles p img {
  margin-top: 1.125rem;
  border-radius: 1.25rem;
  max-width: 100%;
  height: auto;
}
.text-styles p img.size-large, .text-styles p img.size-full {
  width: 100%;
}
.text-styles ul, .text-styles ol {
  margin-bottom: 1.5em;
}
.text-styles ul li, .text-styles ol li {
  margin-left: 1.5em;
}
.text-styles ul:last-child, .text-styles ol:last-child {
  margin-bottom: 0 !important;
}
.text-styles ol li {
  margin-bottom: 1.5em;
}
.text-styles ol li:last-child {
  margin-bottom: 0 !important;
}
.text-styles hr {
  border: none;
  border-top: 1px solid #000;
  margin: 2.375rem 0;
  width: 100%;
}
.text-styles .wp-caption {
  width: unset !important;
  position: relative;
}
.text-styles .wp-caption img {
  max-width: 100% !important;
  height: auto;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000;
  color: #000;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.125rem;
  font-weight: 400;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
  background-color: #fff;
}

body.home main {
  background-color: #FFFCF9;
}

.responsive-iframe {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-top: 56.25%;
  margin-bottom: 2.1875rem;
}
.responsive-iframe embed, .responsive-iframe iframe, .responsive-iframe object {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.embed-wrap {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.embed-wrap__container {
  position: relative;
  padding-top: 56.25%;
}
.embed-wrap__container embed, .embed-wrap__container iframe, .embed-wrap__container object {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.embed-wrap__container iframe[src] {
  z-index: 2;
}
.embed-wrap__placeholder {
  pointer-events: none;
  --background-image: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  background-image: var(--background-image);
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
}
.embed-wrap__placeholder::after {
  content: "";
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  background: url("../svg/play.svg") no-repeat 50% 50%;
  background-size: 100% auto;
  opacity: 0;
  transition: opacity 0.3s 0.7s;
}
.embed-wrap__placeholder.--youtube::after {
  background-image: url("../svg/play-youtube.svg");
  left: 44%;
  width: 12%;
}
.embed-wrap__placeholder.--processed {
  pointer-events: auto;
}
.embed-wrap__placeholder.--processed::after {
  opacity: 1;
}

img[loading=lazy] {
  opacity: 0;
  transition: opacity 0.5s;
}
img[loading=lazy].--loaded {
  opacity: 1;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  transform: translateY(0);
  transition: transform 0.2s;
  padding: 0 1.875rem;
  padding-top: 3.375rem;
  color: #fff;
}
header .menu-opener {
  display: none;
}
header .logo {
  position: absolute;
  top: 3.1875rem;
  left: 50%;
  transform: translateX(-50%);
}
header .logo img {
  display: block;
  width: 7.625rem;
  height: auto;
}
header .container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
}
header .container ul {
  display: flex;
  align-items: center;
  gap: 2.1875rem;
}
header .container ul li {
  display: block;
}
header .container ul li a {
  transition: color 0.3s;
  text-decoration: none;
}
header .container ul li a:hover {
  color: #FFD9B4;
  text-decoration: none;
}
header .container ul li.button {
  padding: 0;
}
header .container ul li.button a {
  display: block;
  padding: 0.8125rem 1.75rem;
  text-decoration: none;
}
header .container ul li.button:not(.--dark):hover {
  background-color: #FFD9B4;
}
header .container ul li.button:not(.--dark):hover a {
  color: #000;
}
header .container ul li.button.--dark:hover {
  background-color: #222;
}
header .container ul li.button.--dark:hover a {
  color: #eee;
}
header .container ul li.button + li.button {
  margin-left: -1.625rem;
}
header .container li.menu-item-has-children {
  position: relative;
}
header .container li.menu-item-has-children ul.sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 1.875rem);
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  background-color: #fff;
  color: #000;
  border-radius: 1.875rem;
  padding: 1.8125rem 2.25rem;
  min-width: 15.4375rem;
}
header .container li.menu-item-has-children ul.sub-menu::before {
  position: absolute;
  content: "";
  top: -2.1875rem;
  left: 0;
  right: -1.875rem;
  height: 3.75rem;
}
header .container li.menu-item-has-children ul.sub-menu a:hover {
  color: #BCBCBC;
}
header .container li.menu-item-has-children:hover ul.sub-menu {
  display: flex;
}
header .container .menu-container {
  width: 100%;
  max-width: calc(50% - 5.625rem);
}
header .container .menu-container.--left {
  padding-left: 1.125rem;
}
header .container .menu-container.--right {
  text-align: right;
}
header .container .menu-container.--right ul {
  justify-content: flex-end;
}
header.--shop {
  padding-top: 2.75rem;
}
header.--shop .logo {
  top: 1.875rem;
}

footer {
  position: relative;
  background-color: #000;
  background: radial-gradient(93.75rem 18.75rem at 50% 95%, #470000 0%, rgb(0, 0, 0) 50%);
  color: #fff;
}
footer a {
  text-decoration: none;
}
footer a:not(.button):hover {
  text-decoration: underline;
}
footer .container {
  padding: 0 var(--safety-padding);
  padding-top: 3.4375rem;
  padding-bottom: 1.75rem;
}
footer .container .panes {
  display: flex;
  gap: 1.625rem;
  padding-bottom: 2.625rem;
}
footer .container .panes h3 {
  margin-bottom: 1.625rem;
}
footer .container .panes .pane {
  width: 13.125rem;
}
footer .container .panes .pane:nth-child(1) {
  width: 17.8125rem;
  margin-right: 2.6875rem;
}
footer .container .panes .pane:nth-child(4) {
  margin-left: 3.6875rem;
}
footer .container .panes .pane p {
  font-size: 1.125rem;
  line-height: 1.33em;
  margin-bottom: 1.33em;
  margin-bottom: 1.625rem;
}
footer .container .panes .pane p:last-child {
  margin-bottom: 0;
}
footer .container .content {
  font-size: 0.875rem;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.11);
  padding-top: 5.5625rem;
}
footer .container .content .logo {
  position: absolute;
  left: 50%;
  bottom: 2.1875rem;
  transform: translateX(-50%);
}
footer .container .content .logo > img {
  display: block;
  width: 6.625rem;
  height: auto;
}

.grecaptcha-badge {
  visibility: hidden;
  pointer-events: none;
}

.cky-btn-revisit-wrapper {
  visibility: hidden;
  pointer-events: none;
}

.cookie-settings {
  cursor: pointer;
}

.cookie-settings:hover {
  text-decoration: underline;
}

br.only-phone {
  display: none;
}
@media screen and (max-width: 767px) {
  br.only-phone {
    display: initial;
  }
}

@media screen and (max-width: 767px) {
  br.only-desktop {
    display: none;
  }
}

.otgs-development-site-front-end {
  display: none !important;
}

.show-more-button {
  display: inline-block;
  color: inherit;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
}
.show-more-button.--hidden {
  display: none;
}

.show-more-content {
  display: none;
}
.show-more-content.--visible {
  display: block;
}

[id^=wpcf7].wpcf7 {
  width: 100%;
  margin: 0 auto;
  font-size: 1.125rem;
  text-align: left;
  margin-top: 3.75rem;
}
[id^=wpcf7].wpcf7:first-child {
  margin-top: 0;
}
[id^=wpcf7].wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
[id^=wpcf7].wpcf7 fieldset {
  border: none;
  outline: none;
  margin-bottom: 1.25rem;
  gap: 0.625rem;
  display: flex;
}
[id^=wpcf7].wpcf7 fieldset.submit {
  margin-top: 1.6875rem;
  margin-bottom: 0;
}
[id^=wpcf7].wpcf7 fieldset.submit.--small input[type=submit] {
  width: auto;
}
[id^=wpcf7].wpcf7 fieldset.hidden, [id^=wpcf7].wpcf7 fieldset.hidden-fields-container {
  display: none;
}
[id^=wpcf7].wpcf7 fieldset div {
  width: 100%;
  position: relative;
}
[id^=wpcf7].wpcf7 fieldset div.narrow {
  width: 50%;
}
[id^=wpcf7].wpcf7 fieldset div > label {
  padding: 1.5625rem 0;
  font-weight: 600;
  display: block;
}
[id^=wpcf7].wpcf7 fieldset div br {
  display: none;
}
[id^=wpcf7].wpcf7 .wpcf7-form-control-wrap {
  font-weight: 400;
  display: block;
}
[id^=wpcf7].wpcf7 .wpcf7-checkbox {
  display: block;
}
[id^=wpcf7].wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 1.25rem;
}
[id^=wpcf7].wpcf7 .wpcf7-checkbox .wpcf7-list-item label {
  position: relative;
}
[id^=wpcf7].wpcf7 .wpcf7-checkbox .wpcf7-list-item label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
[id^=wpcf7].wpcf7 .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  padding-left: 1.625rem;
  display: block;
}
[id^=wpcf7].wpcf7 .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::before, [id^=wpcf7].wpcf7 .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  position: absolute;
  top: 0.25rem;
  left: 0rem;
}
[id^=wpcf7].wpcf7 .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  top: 0.3125rem;
  left: 0.0625rem;
  width: 0.75rem;
  height: 0.75rem;
  background: #FFD9B4 url("../svg/check.svg") no-repeat 50% 50%;
  background-size: 0.4375rem auto;
  transition: opacity 0.3s;
  opacity: 0;
}
[id^=wpcf7].wpcf7 .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::after {
  background: url("../svg/checkbox.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
[id^=wpcf7].wpcf7 .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  opacity: 1;
}
[id^=wpcf7].wpcf7 ::-moz-placeholder {
  color: #000;
}
[id^=wpcf7].wpcf7 ::placeholder {
  color: #000;
}
[id^=wpcf7].wpcf7 input:not([type=submit]):not([type=checkbox]), [id^=wpcf7].wpcf7 textarea {
  width: 100%;
  padding: 1.5625rem 1.875rem;
  border: none;
  border-radius: 2.1875rem;
  font-size: 1.125rem;
  background-color: #fff;
  box-shadow: inset 0.375rem 0.1875rem 0.375rem rgba(255, 255, 255, 0.3), 0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0.4);
  outline: none;
}
[id^=wpcf7].wpcf7 input:not([type=submit]):not([type=checkbox]):focus, [id^=wpcf7].wpcf7 textarea:focus {
  outline: 0.125rem solid rgba(0, 0, 0, 0.3);
}
[id^=wpcf7].wpcf7 input:not([type=submit]):not([type=checkbox]):last-child, [id^=wpcf7].wpcf7 textarea:last-child {
  margin-bottom: 0;
}
[id^=wpcf7].wpcf7 textarea {
  padding: 1.25rem 1.875rem;
  height: 10.875rem;
  resize: none;
}
[id^=wpcf7].wpcf7 input[type=submit] {
  width: 100%;
  color: #fff;
  background-color: #000;
  padding: 0.9375rem 1.875rem;
  border-radius: 2.1875rem;
  text-align: center;
  box-shadow: inset 0.125rem 0.0625rem 0.375rem rgba(255, 255, 255, 0.36), 0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0.4);
}
[id^=wpcf7].wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 0.0625rem));
}
[id^=wpcf7].wpcf7 form .wpcf7-response-output {
  width: 100%;
  margin: 0;
  padding: 0.8em 1em;
  margin-top: 2em;
  text-align: center;
}
[id^=wpcf7].wpcf7 .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.5rem;
  color: #cc0303;
  padding: 0 1.875rem;
}
[id^=wpcf7].wpcf7 form.spam .wpcf7-response-output {
  border-color: #cc0303;
}
[id^=wpcf7].wpcf7 form.sent .wpcf7-response-output {
  border: none;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  [id^=wpcf7].wpcf7 {
    font-size: 1rem;
    margin-top: 2.5rem;
  }
  [id^=wpcf7].wpcf7 fieldset {
    margin-bottom: 1.25rem;
    gap: 1.25rem;
    flex-wrap: wrap;
  }
  [id^=wpcf7].wpcf7 fieldset div.narrow {
    width: 100%;
  }
  [id^=wpcf7].wpcf7 input:not([type=submit]):not([type=checkbox]), [id^=wpcf7].wpcf7 textarea {
    font-size: 1rem;
  }
  [id^=wpcf7].wpcf7 textarea {
    height: 8.75rem;
  }
}
section.element {
  position: relative;
}
section.element > .container {
  max-width: var(--container-max-width);
  padding: 0 var(--safety-padding);
  margin: 0 auto;
}

section.element.static-page {
  padding: 2.5rem 0;
}

.element.frontpage-hero {
  background-color: #000;
  min-height: 48.75rem;
  display: flex;
  align-items: stretch;
}
.element.frontpage-hero .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.element.frontpage-hero .background .picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.element.frontpage-hero .background .picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.element.frontpage-hero .background .picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}
.element.frontpage-hero .container {
  width: 100%;
  display: flex;
  padding: 7.5rem;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.element.frontpage-hero .container .content {
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
}
.element.frontpage-hero .container .content h1 {
  font-size: 3.5625rem;
  line-height: 3.75rem;
  margin-bottom: 3rem;
}
.element.frontpage-hero .container .content p {
  max-width: 29.0625rem;
  margin-left: auto;
  margin-right: auto;
}
.element.frontpage-hero .container .content .button {
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .element.frontpage-hero {
    min-height: 23.4375rem;
  }
  .element.frontpage-hero .container {
    display: flex;
    padding: 2.5rem var(--safety-padding);
    padding-top: 6.25rem;
  }
  .element.frontpage-hero .container .content {
    font-size: 1rem;
  }
  .element.frontpage-hero .container .content h1 {
    font-size: 1.5rem;
    line-height: 1.5625rem;
    margin-bottom: 1.1875rem;
  }
  .element.frontpage-hero .container .content .button {
    margin-top: 0.625rem;
  }
}
.element.hero {
  background-color: #000;
  display: flex;
  align-items: stretch;
}
.element.hero.--default {
  min-height: 27.3125rem;
}
.element.hero.--large {
  min-height: 39.25rem;
}
.element.hero.--narrow {
  min-height: 20.8125rem;
}
.element.hero.--no-content {
  min-height: 11.5625rem;
}
.element.hero .picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.element.hero .picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.element.hero .picture::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}
.element.hero .container {
  color: #fff;
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.4375rem var(--safety-padding);
  padding-top: 9.0625rem;
  text-align: center;
}
.element.hero .container .content {
  position: relative;
  z-index: 1;
  padding: 1.875rem 0;
  max-width: 58.75rem;
  margin: auto;
}
.element.hero .container .content .button:has(+ .button), .element.hero .container .content .button + .button {
  margin: 0 0.25rem;
}
.element.hero .container .content h1, .element.hero .container .content h2, .element.hero .container .content h3 {
  margin-bottom: 1.75rem;
}
.element.hero .container .content p {
  max-width: 33.125rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.875rem;
}
.element.hero .container .content p:last-child {
  margin-bottom: 0;
}
.element.hero .container .content .categories {
  color: #000;
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.element.hero .container .content .categories .category {
  font-size: 0.875rem;
  line-height: 1em;
  background-color: #F3F3F3;
  padding: 0.5rem 1rem;
  border-radius: 1.25rem;
}
.element.hero .container .breadcrumbs {
  justify-self: flex-end;
  font-size: 0.875rem;
}
.element.hero .container .breadcrumbs a {
  text-decoration: none;
  font-weight: 600;
}
.element.hero .container .breadcrumbs a:hover {
  text-decoration: underline;
}
.element.hero .container .breadcrumbs a::after {
  content: "›";
  padding: 0 0.5rem;
  display: inline-block;
}
.element.hero.--bottom-padding .container {
  position: relative;
  top: -2.5rem;
}

@media screen and (max-width: 767px) {
  .element.hero.--default {
    min-height: 15.625rem;
  }
  .element.hero.--large {
    min-height: 15.625rem;
  }
  .element.hero.--narrow {
    min-height: 9.375rem;
  }
  .element.hero.--no-content {
    min-height: 7.5rem;
  }
  .element.hero .container {
    padding: 0 var(--safety-padding);
    padding-top: 6.25rem;
  }
  .element.hero .container .content {
    position: relative;
    z-index: 1;
    padding: 0;
    padding-bottom: 1.875rem;
    max-width: 58.75rem;
    margin: auto;
  }
  .element.hero .container .content p:has(.button + .button) {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
  }
  .element.hero .container .content h1, .element.hero .container .content h2, .element.hero .container .content h3 {
    margin-bottom: 1.5625rem;
  }
  .element.hero .container .content p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .element.hero .container .content p br {
    display: none;
  }
  .element.hero .container .content p:last-child {
    margin-bottom: 0;
  }
  .element.hero .container .content .categories {
    color: #000;
    margin-top: 1.875rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.25rem;
  }
  .element.hero .container .content .categories .category {
    font-size: 0.875rem;
    line-height: 1em;
    background-color: #F3F3F3;
    padding: 0.5rem 1rem;
    border-radius: 1.25rem;
  }
  .element.hero .container .breadcrumbs {
    justify-self: flex-end;
    font-size: 0.875rem;
    padding-bottom: 1.25rem;
  }
  .element.hero.--bottom-padding .container {
    top: -1.25rem;
  }
  .element.hero.--bottom-padding .container .content {
    padding-top: 1.25rem;
  }
}
.element.small-picture-lifts {
  padding: 0 10.3125rem;
  margin-top: 4.375rem;
  margin-bottom: 5.625rem;
  text-align: center;
}
.element.small-picture-lifts > .container .heading {
  font-family: "TTWellingtons", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.1875rem;
  line-height: 2.3125rem;
  letter-spacing: -0.015em;
  width: 100%;
  margin-bottom: 4.125rem;
}
.element.small-picture-lifts > .lifts {
  position: relative;
  margin: 0 -2.125rem;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 5rem 0;
}
.element.small-picture-lifts > .lifts .lift {
  padding: 0 2.125rem;
  width: 33.33%;
}
.element.small-picture-lifts > .lifts .lift .picture {
  overflow: hidden;
  border-radius: 2rem;
  display: block;
  margin-bottom: 1.5625rem;
}
.element.small-picture-lifts > .lifts .lift .picture > img {
  width: 100%;
  height: auto;
  display: block;
}
.element.small-picture-lifts > .lifts .lift .content {
  width: 100%;
}
.element.small-picture-lifts > .lifts .lift .content h3 {
  margin-bottom: 0.9375rem;
}
.element.small-picture-lifts > .lifts .lift .content .button {
  min-width: 15.3125rem;
}
.element.small-picture-lifts.--crop-images > .lifts .lift .picture, .element.small-picture-lifts.--blog > .lifts .lift .picture {
  overflow: hidden;
  width: 100%;
  padding-top: 54.6511627907%;
  position: relative;
}
.element.small-picture-lifts.--crop-images > .lifts .lift .picture > img, .element.small-picture-lifts.--blog > .lifts .lift .picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.element.small-picture-lifts.--crop-images {
  padding-top: 6rem !important;
  margin-top: 0 !important;
}
.element.small-picture-lifts.--blog {
  margin-top: 4.375rem !important;
  margin-bottom: 5.625rem !important;
}

.element.frontpage-hero + .element.small-picture-lifts,
.element.hero + .element.small-picture-lifts {
  margin-top: -8.4375rem;
  margin-bottom: 6.875rem;
}
.element.frontpage-hero + .element.small-picture-lifts > .container .heading,
.element.hero + .element.small-picture-lifts > .container .heading {
  font-family: "Figtree", sans-serif;
  color: #fff;
  margin-bottom: 3.125rem;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.element.frontpage-hero + .element.small-picture-lifts.--no-heading,
.element.hero + .element.small-picture-lifts.--no-heading {
  margin-top: -3.75rem;
}

@media screen and (max-width: 767px) {
  .element.small-picture-lifts {
    padding: 0 var(--safety-padding);
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .element.small-picture-lifts .container .heading {
    font-size: 1.5rem;
    line-height: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  .element.small-picture-lifts > .lifts {
    margin: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 3.125rem 0;
  }
  .element.small-picture-lifts > .lifts .lift {
    padding: 0;
    width: 100%;
  }
  .element.small-picture-lifts > .lifts .lift .picture {
    border-radius: 1.25rem;
  }
  .element.small-picture-lifts > .lifts .lift .content .button {
    min-width: 0;
  }
  .element.small-picture-lifts.--crop-images {
    padding-top: 2.5rem !important;
    margin-top: 0 !important;
  }
  .element.small-picture-lifts.--blog {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .element.frontpage-hero + .element.small-picture-lifts,
  .element.hero + .element.small-picture-lifts {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .element.frontpage-hero + .element.small-picture-lifts > .container .heading,
  .element.hero + .element.small-picture-lifts > .container .heading {
    margin-bottom: 2.5rem;
    color: inherit;
  }
  .element.frontpage-hero + .element.small-picture-lifts.--no-heading,
  .element.hero + .element.small-picture-lifts.--no-heading {
    margin-top: 2.5rem;
  }
}
.element.picture-lift {
  position: relative;
  text-align: center;
  margin-bottom: 9.375rem;
}
.element.picture-lift .container {
  padding: 0.9375rem 13.125rem;
  position: relative;
  z-index: 2;
}
.element.picture-lift .container .heading {
  font-family: "TTWellingtons", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.1875rem;
  line-height: 2.3125rem;
  letter-spacing: -0.015em;
  margin-bottom: 5.25rem;
  font-size: 2.4375rem;
  line-height: 2.9375rem;
}
.element.picture-lift .container .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.375rem;
}
.element.picture-lift .container .content-container .picture {
  flex-shrink: 0;
  width: 32.5rem;
  overflow: hidden;
  border-radius: 2rem;
  box-shadow: 2.5rem 3.75rem 3.75rem rgba(0, 0, 0, 0.08);
}
.element.picture-lift .container .content-container .picture > img {
  display: block;
  width: 100%;
  height: auto;
}
.element.picture-lift .container .content-container .content {
  width: 21.25rem;
  text-align: left;
}
.element.picture-lift .container .content-container .content h3 {
  margin-bottom: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .element.picture-lift {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .element.picture-lift .container {
    padding: 0 var(--safety-padding);
  }
  .element.picture-lift .container .heading {
    font-size: 1.5rem;
    line-height: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  .element.picture-lift .container .content-container {
    flex-direction: column;
    gap: 1.5625rem;
  }
  .element.picture-lift .container .content-container .picture {
    width: 100%;
    border-radius: 1.25rem;
    box-shadow: 2.5rem 3.75rem 3.75rem rgba(0, 0, 0, 0.08);
  }
  .element.picture-lift .container .content-container .content {
    width: 100%;
    text-align: left;
  }
  .element.picture-lift .container .content-container .content h3 {
    margin-bottom: 0.9375rem;
  }
}
.element.large-picture-lift {
  text-align: center;
  margin-bottom: 5rem;
  padding: 0 var(--safety-padding);
  min-height: 25rem;
}
.element.large-picture-lift .container {
  position: relative;
  z-index: 2;
}
.element.large-picture-lift .container .picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2rem;
  box-shadow: 5rem 3.75rem 3.75rem rgba(0, 0, 0, 0.08);
}
.element.large-picture-lift .container .picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.element.large-picture-lift .container .picture::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
}
.element.large-picture-lift .container .content {
  padding: 8.75rem 0;
  max-width: 43.75rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.element.large-picture-lift .container .content .heading {
  font-family: "TTWellingtons", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.1875rem;
  line-height: 2.3125rem;
  letter-spacing: -0.015em;
  font-size: 2.4375rem;
  line-height: 2.9375rem;
  margin-bottom: 2.5625rem;
}
.element.large-picture-lift .container .content .button {
  min-width: 17.8125rem;
}

@media screen and (max-width: 767px) {
  .element.large-picture-lift {
    margin-bottom: 2.5rem;
    padding: 0 var(--safety-padding);
    min-height: 22.1875rem;
  }
  .element.large-picture-lift .container .picture {
    border-radius: 1.25rem;
    box-shadow: 5rem 3.75rem 3.75rem rgba(0, 0, 0, 0.08);
  }
  .element.large-picture-lift .container .content {
    padding: 2.5rem 0;
  }
  .element.large-picture-lift .container .content .heading {
    font-size: 1.5rem;
    line-height: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  .element.large-picture-lift .container .content p br {
    display: none;
  }
  .element.large-picture-lift .container .content .button {
    min-width: 0;
  }
}
.element.grid-lifts {
  margin-top: 4.375rem;
  margin-bottom: 3.75rem;
  text-align: center;
}
.element.grid-lifts > .container > .content {
  width: 100%;
  margin-bottom: 4.8125rem;
}
.element.grid-lifts > .container > .content h2 {
  font-family: "TTWellingtons", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.1875rem;
  line-height: 2.3125rem;
  letter-spacing: -0.015em;
  margin-bottom: 1.9375rem;
}
.element.grid-lifts > .container > .lifts {
  position: relative;
  margin: 0 -2.125rem;
  display: flex;
  justify-content: space-evenly;
  gap: 2.875rem 0;
  flex-wrap: wrap;
  align-items: stretch;
}
.element.grid-lifts > .container > .lifts .lift {
  position: relative;
  padding: 0 2.125rem;
  width: calc(100% - 54.6875rem);
}
.element.grid-lifts > .container > .lifts .lift:nth-child(4n+2), .element.grid-lifts > .container > .lifts .lift:nth-child(4n+3) {
  width: 54.6875rem;
  flex-shrink: 0;
}
.element.grid-lifts > .container > .lifts .lift .content-container {
  color: #fff;
  min-height: 22.1875rem;
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
}
.element.grid-lifts > .container > .lifts .lift .content-container .picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1.25rem;
}
.element.grid-lifts > .container > .lifts .lift .content-container .picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.element.grid-lifts > .container > .lifts .lift .content-container .picture::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
}
.element.grid-lifts > .container > .lifts .lift .content-container .content {
  padding: 2.5rem;
  z-index: 1;
  width: 100%;
}
.element.grid-lifts > .container > .lifts .lift .content-container .content h3 {
  font-family: "TTWellingtons", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.1875rem;
  line-height: 2.3125rem;
  letter-spacing: -0.015em;
  margin-bottom: 1.9375rem;
}

@media screen and (max-width: 767px) {
  .element.grid-lifts {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .element.grid-lifts > .container > .content {
    margin-bottom: 2.5rem;
  }
  .element.grid-lifts > .container > .content h2 {
    font-size: 1.5rem;
    line-height: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  .element.grid-lifts > .container > .content p br {
    display: none;
  }
  .element.grid-lifts > .container > .lifts {
    margin: 0;
    gap: 1.25rem 0;
    flex-direction: column;
  }
  .element.grid-lifts > .container > .lifts .lift {
    position: relative;
    padding: 0;
    width: 100%;
  }
  .element.grid-lifts > .container > .lifts .lift:nth-child(4n+2), .element.grid-lifts > .container > .lifts .lift:nth-child(4n+3) {
    width: 100%;
  }
  .element.grid-lifts > .container > .lifts .lift .content-container {
    min-height: 22.1875rem;
  }
  .element.grid-lifts > .container > .lifts .lift .content-container .content {
    padding: 2.5rem var(--safety-padding);
  }
  .element.grid-lifts > .container > .lifts .lift .content-container .content h3 {
    font-size: 2.1875rem;
    line-height: 2.3125rem;
    margin-bottom: 1.5625rem;
  }
}
.element.text-content {
  margin-top: 6.875rem;
  margin-bottom: 6.875rem;
  background-color: #fff;
}
.element.text-content.--gray {
  padding-top: 6rem;
  padding-bottom: 5.1875rem;
  background-color: #F5F3F1;
}
.element.text-content .container {
  display: flex;
  justify-content: center;
}
.element.text-content .container .content {
  width: 47.3125rem;
  flex-shrink: 0;
}

.element.frontpage-hero + .element.text-content.--gray,
.element.hero + .element.text-content.--gray {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .element.text-content {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .element.text-content.--gray {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .element.text-content .container .content {
    width: 100%;
    flex-shrink: 0;
  }
  .element.frontpage-hero + .element.text-content.--gray,
  .element.hero + .element.text-content.--gray {
    margin-top: 0;
  }
}
.element.text-panes {
  background-color: #F5F3F1;
  padding-top: 3.5rem;
  padding-bottom: 0.6875rem;
}
.element.text-panes .container .content-area {
  display: flex;
  border-top: 0.0625rem solid #000;
  padding: 2.375rem 0;
}
.element.text-panes .container .content-area .heading {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2em;
  letter-spacing: 0;
  width: 100%;
  margin-right: 2.5rem;
}
.element.text-panes .container .content-area .content {
  width: 47.3125rem;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .element.text-panes {
    padding-top: 2.5rem;
    padding-bottom: 0.625rem;
  }
  .element.text-panes .container .content-area {
    display: flex;
    border-top: 0.0625rem solid #000;
    padding: 1.875rem 0;
    flex-direction: column;
    gap: 1.5625rem;
  }
  .element.text-panes .container .content-area .heading {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2em;
    letter-spacing: 0;
    width: 100%;
    margin-right: 2.5rem;
  }
  .element.text-panes .container .content-area .content {
    width: 100%;
  }
}
.element.coach-browser {
  padding: 0 var(--safety-padding);
  padding-top: 3.75rem;
  margin-bottom: 5.625rem;
}
.element.coach-browser > .filter-bar {
  position: relative;
  z-index: 1;
  background-color: #F3F3F3;
  padding: 0.5rem;
  border-radius: 2.8125rem;
  display: flex;
  gap: 0.625rem;
  align-items: stretch;
}
.element.coach-browser > .filter-bar .filter {
  position: relative;
  width: 100%;
  height: 4.625rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 2.3125rem;
  box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0.3);
}
.element.coach-browser > .filter-bar .filter.text {
  align-items: stretch;
  width: 47.8125rem;
  flex-shrink: 0;
}
.element.coach-browser > .filter-bar .filter.text::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6875rem;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.375rem;
  background: url("../svg/search.svg") no-repeat 50% 50%;
  background-size: 100% auto;
  transition: opacity 0.2s 0.2s;
}
.element.coach-browser > .filter-bar .filter.text .clear {
  cursor: pointer;
  border: none;
  position: absolute;
  top: 50%;
  right: 1.6875rem;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.375rem;
  background: url("../svg/close.svg") no-repeat 50% 50%;
  background-size: 100% auto;
  font-size: 0;
  text-indent: -9999em;
  color: transparent;
  opacity: 0;
  transition: opacity 0.2s 0s;
}
.element.coach-browser > .filter-bar .filter.text.--has-input::after {
  transition: opacity 0.2s 0s;
  opacity: 0;
}
.element.coach-browser > .filter-bar .filter.text.--has-input .clear {
  opacity: 1;
  transition: opacity 0.2s 0.2s;
}
.element.coach-browser > .filter-bar .filter.text input {
  width: 100%;
  border-radius: 2.3125rem;
  padding: 0 1.875rem;
}
.element.coach-browser > .filter-bar .filter.text input::-moz-placeholder {
  color: #000;
}
.element.coach-browser > .filter-bar .filter.text input::placeholder {
  color: #000;
}
.element.coach-browser > .filter-bar .filter.dropdown {
  padding: 0 1.875rem;
  padding-right: 1.625rem;
  position: relative;
}
.element.coach-browser > .filter-bar .filter.dropdown::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6875rem;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.5rem;
  background: url("../svg/caret-down.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.element.coach-browser > .filter-bar .filter.dropdown select {
  cursor: pointer;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  outline: none;
}
.element.coach-browser > .filter-bar input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  border: none;
  opacity: 0;
  pointer-events: none;
}
.element.coach-browser > .container {
  padding: 0;
  padding-bottom: 0.3125rem;
  position: relative;
  overflow: hidden;
}
.element.coach-browser > .container > .items {
  margin-left: -2.0625rem;
  padding-right: 1.5rem;
  position: relative;
  margin-top: 3.3125rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3.125rem 0;
}
.element.coach-browser > .container > .items .item {
  display: none;
  border-left: 0.0625rem solid #E1E1E1;
  width: 33.33%;
  padding: 0 2.125rem;
}
.element.coach-browser > .container > .items .item.--shown {
  display: block;
}
.element.coach-browser > .container > .items .item a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.element.coach-browser > .container > .items .item a .picture {
  position: relative;
  width: 9.875rem;
  height: 9.875rem;
  background-color: #F3F3F3;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4.9375rem;
  margin-right: 1.875rem;
}
.element.coach-browser > .container > .items .item a .picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.element.coach-browser > .container > .items .item a .content {
  width: 100%;
}
.element.coach-browser > .container > .items .item a .content h3 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2em;
  letter-spacing: 0;
  margin-bottom: 0.3125rem;
}
.element.coach-browser > .container > .items .item a .content p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.element.coach-browser > .container > .items .item a .content .categories {
  margin-top: 0.875rem;
  display: flex;
  justify-items: flex-start;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.element.coach-browser > .container > .items .item a .content .categories .category {
  font-size: 0.875rem;
  line-height: 1em;
  background-color: #F3F3F3;
  padding: 0.5rem 1rem;
  border-radius: 1.25rem;
}
.element.coach-browser > .container > .items .item a:hover h3 {
  text-decoration: underline;
}
.element.coach-browser > .container > .items .no-results {
  position: relative;
  margin-left: 2.0625rem;
  width: 100%;
  padding: 3.125rem 0;
  text-align: center;
  padding-left: 1.5rem;
}
.element.coach-browser > .container > .more-container {
  margin-top: 3.125rem;
  text-align: center;
}

.element.hero + .element.coach-browser {
  margin-top: -2.8125rem;
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .element.coach-browser {
    padding: 0 var(--safety-padding);
    padding-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .element.coach-browser > .filter-bar {
    flex-direction: column;
  }
  .element.coach-browser > .filter-bar .filter.text {
    width: 100%;
  }
  .element.coach-browser > .container {
    padding-bottom: 0.3125rem;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .element.coach-browser > .container > .items {
    padding: 0;
    margin: 0;
    margin-top: 1.875rem;
    gap: 1.25rem 0;
  }
  .element.coach-browser > .container > .items .item {
    border: none;
    width: 100%;
    padding: 0 0.625rem;
  }
  .element.coach-browser > .container > .items .item a .picture {
    width: 6.875rem;
    height: 6.875rem;
    border-radius: 3.4375rem;
    margin-right: 1.125rem;
  }
  .element.coach-browser > .container > .items .item a .content {
    width: 100%;
  }
  .element.coach-browser > .container > .items .no-results {
    margin-left: 0rem;
    padding: 3.125rem 0;
    padding-left: 0;
  }
  .element.coach-browser > .container > .more-container {
    margin-top: 2.5rem;
  }
  .element.hero + .element.coach-browser {
    margin-top: -2.8125rem;
    padding-top: 0;
  }
}
.element.product-browser {
  padding: 0 var(--safety-padding);
  padding-top: 3.75rem;
  margin-bottom: 5.625rem;
}
.element.product-browser > .filter-bar {
  position: relative;
  z-index: 1;
  background-color: #F3F3F3;
  padding: 0.5rem;
  border-radius: 2.8125rem;
  display: flex;
  gap: 0.625rem;
  align-items: stretch;
}
.element.product-browser > .filter-bar .filter {
  position: relative;
  width: 100%;
  height: 4.625rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 2.3125rem;
  box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0.3);
}
.element.product-browser > .filter-bar .filter.text {
  align-items: stretch;
  width: 23.25rem;
  flex-shrink: 0;
}
.element.product-browser > .filter-bar .filter.text::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6875rem;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.375rem;
  background: url("../svg/search.svg") no-repeat 50% 50%;
  background-size: 100% auto;
  transition: opacity 0.2s 0.2s;
}
.element.product-browser > .filter-bar .filter.text .clear {
  cursor: pointer;
  border: none;
  position: absolute;
  top: 50%;
  right: 1.6875rem;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.375rem;
  background: url("../svg/close.svg") no-repeat 50% 50%;
  background-size: 100% auto;
  font-size: 0;
  text-indent: -9999em;
  color: transparent;
  opacity: 0;
  transition: opacity 0.2s 0s;
}
.element.product-browser > .filter-bar .filter.text.--has-input::after {
  transition: opacity 0.2s 0s;
  opacity: 0;
}
.element.product-browser > .filter-bar .filter.text.--has-input .clear {
  opacity: 1;
  transition: opacity 0.2s 0.2s;
}
.element.product-browser > .filter-bar .filter.text input {
  width: 100%;
  border-radius: 2.3125rem;
  padding: 0 1.875rem;
}
.element.product-browser > .filter-bar .filter.text input::-moz-placeholder {
  color: #000;
}
.element.product-browser > .filter-bar .filter.text input::placeholder {
  color: #000;
}
.element.product-browser > .filter-bar .filter.dropdown {
  padding: 0 1.875rem;
  padding-right: 1.625rem;
  position: relative;
}
.element.product-browser > .filter-bar .filter.dropdown::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6875rem;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.5rem;
  background: url("../svg/caret-down.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.element.product-browser > .filter-bar .filter.dropdown select {
  cursor: pointer;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  outline: none;
}
.element.product-browser > .filter-bar .filter.radio {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0 2.3125rem;
  gap: 1.875rem;
}
.element.product-browser > .filter-bar .filter.radio label {
  position: relative;
  cursor: pointer;
}
.element.product-browser > .filter-bar .filter.radio label.--active {
  font-weight: 600;
}
.element.product-browser > .filter-bar .filter.radio label:not(.--active):hover {
  text-decoration: underline;
}
.element.product-browser > .filter-bar .filter.radio input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.element.product-browser > .container {
  padding: 0;
  padding-bottom: 0.3125rem;
  position: relative;
  overflow: hidden;
}
.element.product-browser > .container > .items {
  margin-left: -2.0625rem;
  padding-right: 1.5rem;
  position: relative;
  margin-top: 3.3125rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 4.0625rem 0;
}
.element.product-browser > .container > .items .item {
  display: none;
}
.element.product-browser > .container > .items .item.--shown {
  display: block;
}
.element.product-browser > .container > .items .no-results {
  position: relative;
  margin-left: 2.0625rem;
  width: 100%;
  padding: 3.125rem 0;
  text-align: center;
  padding-left: 1.5rem;
}
.element.product-browser > .container > .more-container {
  margin-top: 3.75rem;
  text-align: center;
}

.item.product {
  border-left: 0.0625rem solid #E1E1E1;
  padding: 0 2.75rem;
  padding-right: 1.5625rem;
  width: 25%;
  display: flex;
  align-items: flex-start;
}
.item.product .content {
  width: 100%;
}
.item.product .content h3 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2em;
  letter-spacing: 0;
  margin-bottom: 0.75rem;
}
.item.product .content p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.item.product .content .categories {
  margin-top: 1.125rem;
  display: flex;
  justify-items: flex-start;
  flex-wrap: wrap;
  gap: 0.125rem;
}
.item.product .content .categories .category {
  font-size: 0.875rem;
  line-height: 1em;
  background-color: #ECE5DE;
  padding: 0.5rem 1rem;
  border-radius: 1.25rem;
  box-shadow: inset 0.375rem 0.1875rem 0.375rem rgba(255, 255, 255, 0.3);
}
.item.product .content .level {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 1.375rem;
  margin-bottom: 1.5rem;
}
.item.product .content .level span {
  display: flex;
  justify-content: flex-start;
  margin-left: 1.5rem;
  gap: 0.25rem;
  position: relative;
  top: -0.125rem;
}
.item.product .content .level span i {
  width: 1rem;
  height: 1rem;
  background: url("../svg/star.svg") no-repeat 50% 50%;
  background-size: contain;
  opacity: 0.1;
}
.item.product .content .level span i.active {
  opacity: 1;
}
.item.product .content .coach {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  text-decoration: none;
}
.item.product .content .coach > .content {
  width: 100%;
}
.item.product .content .coach > .content h4 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}
.item.product .content .coach > .content p {
  font-size: 0.875rem;
  line-height: 1em;
}
.item.product .content .coach:hover > .content h4 {
  text-decoration: underline;
}
.item.product .content .coach > .picture {
  position: relative;
  width: 3.875rem;
  height: 3.875rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 1.9375rem;
  margin-left: 1.5rem;
  background-color: #F3F3F3;
}
.item.product .content .coach > .picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item.product .content .price {
  margin-right: 0.0625rem;
  background-color: #FBF3EC;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1em;
  border-radius: 2.1875rem;
  padding-left: 1.5625rem;
  margin-top: auto;
}
.item.product .content .price .amount {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1em;
}
.item.product .content .price .label {
  margin-left: 0.6875rem;
  font-weight: 600;
  position: relative;
  transform: translateY(0.0625rem);
  letter-spacing: 0.12em;
}
.item.product .content .price .button {
  margin-left: auto;
  position: relative;
  transform: translateX(0.0625rem);
}
.item.product .content .discount {
  margin-top: 0.625rem;
  padding-left: 1.5625rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.element.hero + .element.product-browser {
  margin-top: -2.8125rem;
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .element.product-browser {
    padding: 0 var(--safety-padding);
    padding-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .element.product-browser > .filter-bar {
    flex-direction: column;
  }
  .element.product-browser > .filter-bar .filter.text {
    width: 100%;
  }
  .element.product-browser > .filter-bar .filter.radio {
    padding: 0 1.875rem;
    justify-content: space-between;
    gap: 1.25rem;
  }
  .element.product-browser > .container {
    padding-bottom: 0.3125rem;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .element.product-browser > .container > .items {
    padding: 0;
    margin: 0;
    margin-top: 2.5rem;
    gap: 2.5rem 0;
  }
  .element.product-browser > .container > .items .no-results {
    margin-left: 0rem;
    padding: 3.125rem 0;
    padding-left: 0;
  }
  .element.product-browser > .container > .more-container {
    margin-top: 2.5rem;
  }
  .item.product {
    border: none;
    padding: 0 0.625rem;
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  .item.product .content {
    width: 100%;
  }
  .element.hero + .element.product-browser {
    margin-top: -2.8125rem;
    padding-top: 0;
  }
}
.element.coach {
  padding-top: 4rem;
  margin-bottom: 5rem;
}
.element.coach .container {
  padding: 0 10.3125rem;
  padding-right: 9.75rem;
  display: flex;
  gap: 4.3125rem;
  margin-bottom: -1.875rem;
}
.element.coach .container .picture {
  position: relative;
  top: -6.25rem;
  width: 21.5rem;
  height: 21.5rem;
  position: relative;
  flex-shrink: 0;
  border-radius: 10.75rem;
  overflow: hidden;
  background-color: #F3F3F3;
}
.element.coach .container .picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.element.coach .container .content {
  width: 28.75rem;
  margin-bottom: 3.125rem;
}
.element.coach .container .content p {
  max-width: 100%;
  margin-bottom: 1rem;
}
.element.coach .container .content p:last-child {
  margin-bottom: 0;
}
.element.coach .container .contact {
  flex-shrink: 0;
  width: 15.8125rem;
}
.element.coach .container .contact .details {
  line-height: 1.5rem;
}
.element.coach .container .contact .details a {
  font-weight: 500;
}
.element.coach .container .contact .details > div {
  margin-bottom: 0.9375rem;
}
.element.coach .container .contact .social-media {
  margin-top: 1.875rem;
}
.element.coach .container .contact .social-media h3 {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 1.25rem;
}
.element.coach .container .contact .social-media .links {
  display: flex;
  gap: 0.625rem;
}
.element.coach .container .contact .social-media .links .social-media-link {
  color: transparent;
  font-size: 0;
  text-indent: -9999em;
  width: 1rem;
  height: 1rem;
  background-color: #000;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: opacity 0.3s;
}
.element.coach .container .contact .social-media .links .social-media-link.facebook {
  -webkit-mask-image: url("../svg/facebook.svg");
          mask-image: url("../svg/facebook.svg");
}
.element.coach .container .contact .social-media .links .social-media-link.youtube {
  -webkit-mask-image: url("../svg/youtube.svg?v2");
          mask-image: url("../svg/youtube.svg?v2");
}
.element.coach .container .contact .social-media .links .social-media-link.instagram {
  -webkit-mask-image: url("../svg/instagram.svg");
          mask-image: url("../svg/instagram.svg");
}
.element.coach .container .contact .social-media .links .social-media-link.twitter, .element.coach .container .contact .social-media .links .social-media-link.x {
  -webkit-mask-image: url("../svg/twitter.svg");
          mask-image: url("../svg/twitter.svg");
}
.element.coach .container .contact .social-media .links .social-media-link.tiktok, .element.coach .container .contact .social-media .links .social-media-link.x {
  -webkit-mask-image: url("../svg/tiktok.svg");
          mask-image: url("../svg/tiktok.svg");
}
.element.coach .container .contact .social-media .links .social-media-link.linkedin {
  -webkit-mask-image: url("../svg/linkedin.svg");
          mask-image: url("../svg/linkedin.svg");
}
.element.coach .container .contact .social-media .links .social-media-link:hover {
  opacity: 0.5;
}
.element.coach .products {
  margin: 0 13.375rem;
  margin-right: 16rem;
  overflow: hidden;
  padding-bottom: 0.5rem;
}
.element.coach .products h2 {
  padding-left: 0.625rem;
  font-size: 1.5625rem;
  letter-spacing: -0.015em;
  font-weight: 600;
  margin-bottom: 2.875rem;
}
.element.coach .products > .items {
  margin-left: -2.125rem;
  position: relative;
  margin-top: 3.3125rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4.0625rem 0;
}
.element.coach .products > .items .item {
  width: 33.33%;
}

@media screen and (max-width: 767px) {
  .element.coach {
    padding-top: 1.25rem;
    margin-bottom: 2.5rem;
  }
  .element.coach .container {
    margin: 0;
    padding: 0 var(--safety-padding);
    gap: 2.5rem;
    flex-direction: column;
  }
  .element.coach .container .picture {
    top: 0;
    width: 100%;
    padding-top: 100%;
    border-radius: 12.5rem;
    overflow: hidden;
  }
  .element.coach .container .picture > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .element.coach .container .content {
    width: 100%;
  }
  .element.coach .container .contact {
    width: 100%;
  }
  .element.coach .products {
    margin: 2.5rem 0;
    margin-top: 5rem;
    position: relative;
    padding: 0 var(--safety-padding);
    overflow: hidden;
    padding-bottom: 0.5rem;
  }
  .element.coach .products h2 {
    padding: 0;
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .element.coach .products > .items {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    margin-top: 2.5rem;
    gap: 2.5rem 0;
  }
  .element.coach .products > .items .item {
    width: 100%;
  }
}
.element.product {
  padding-top: 3.375rem;
  margin-bottom: 5rem;
}
.element.product .container {
  padding: 0 14rem;
  padding-right: 9.75rem;
  display: flex;
  justify-content: space-between;
  gap: 4.3125rem;
}
.element.product .container .content-container {
  width: 36.25rem;
}
.element.product .container .content-container .categories {
  margin-top: 1.8125rem;
  margin-bottom: 2rem;
  display: flex;
  justify-items: flex-start;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.element.product .container .content-container .categories .category {
  font-size: 0.875rem;
  line-height: 1em;
  background-color: #F3F3F3;
  padding: 0.5rem 1rem;
  border-radius: 1.25rem;
}
.element.product .container .meta {
  flex-shrink: 0;
  width: 21.5rem;
}
.element.product .container .meta .coach .picture {
  position: relative;
  width: 12.25rem;
  height: 12.25rem;
  position: relative;
  flex-shrink: 0;
  border-radius: 6.125rem;
  overflow: hidden;
  margin-bottom: 2.625rem;
  background-color: #F3F3F3;
}
.element.product .container .meta .coach .picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.element.product .container .meta .level {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.element.product .container .meta .level span {
  display: flex;
  justify-content: flex-start;
  margin-left: 1rem;
  gap: 0.25rem;
}
.element.product .container .meta .level span i {
  width: 1rem;
  height: 1rem;
  background: url("../svg/star.svg") no-repeat 50% 50%;
  background-size: contain;
  opacity: 0.1;
}
.element.product .container .meta .level span i.active {
  opacity: 1;
}
.element.product .container .meta .line {
  border-top: 0.0625rem solid #DEDEDE;
  padding: 1.0625rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem;
}
.element.product .container .meta .line .label {
  min-width: 7.875rem;
  font-size: 1.125rem;
  font-weight: 500;
}
.element.product .container .meta .line .text {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  position: relative;
  top: 0.1875rem;
}
.element.product .container .meta .line .text a {
  text-decoration: none;
}
.element.product .container .meta .line .text a:hover {
  text-decoration: underline;
}
.element.product .container .meta .benefits-container .benefits {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.375rem;
}
.element.product .container .meta .benefits-container .benefits .logo {
  font-size: 0;
  color: transparent;
  text-indent: -9999em;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.element.product .container .meta .benefits-container .benefits .logo.--edenred {
  background-image: url("../svg/edenred.svg");
  width: 4.125rem;
  height: 2.5625rem;
}
.element.product .container .meta .benefits-container .benefits .logo.--smartum {
  background-image: url("../svg/smartum.svg");
  width: 7.5rem;
  height: 2rem;
}
.element.product .container .meta .price {
  margin-top: 0.625rem;
  margin-right: 0.0625rem;
  background-color: #FBF3EC;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1em;
  border-radius: 2.1875rem;
  padding-left: 1.5625rem;
}
.element.product .container .meta .price .amount {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1em;
}
.element.product .container .meta .price .label {
  margin-left: 0.6875rem;
  font-weight: 600;
  position: relative;
  transform: translateY(0.0625rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.element.product .container .meta .price .button {
  margin-left: auto;
  position: relative;
  transform: translateX(0.0625rem);
}
.element.product .container .meta .discount {
  margin-top: 0.625rem;
  padding-left: 1.5625rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.element.product .related-products {
  margin: 0 13.375rem;
  margin-top: 3.75rem;
  margin-right: 16rem;
  overflow: hidden;
  padding-bottom: 0.5rem;
}
.element.product .related-products h2 {
  padding-left: 0.625rem;
  font-size: 1.5625rem;
  letter-spacing: -0.015em;
  font-weight: 600;
  margin-bottom: 2.875rem;
}
.element.product .related-products > .items {
  margin-left: -2.125rem;
  position: relative;
  margin-top: 3.3125rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4.0625rem 0;
}
.element.product .related-products > .items .item {
  width: 33.33%;
}

@media screen and (max-width: 767px) {
  .element.product {
    padding-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .element.product .container {
    padding: 0 var(--safety-padding);
    flex-direction: column;
    gap: 3.75rem;
  }
  .element.product .container .content-container {
    width: 100%;
  }
  .element.product .container .content-container .categories {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .element.product .container .meta {
    width: 100%;
  }
  .element.product .related-products {
    margin: 2.5rem 0;
    margin-top: 5rem;
    padding: 0 var(--safety-padding);
    padding-bottom: 0.5rem;
  }
  .element.product .related-products h2 {
    padding-left: 0;
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .element.product .related-products > .items {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    margin-top: 2.5rem;
    gap: 2.5rem 0;
  }
  .element.product .related-products > .items .item {
    width: 100%;
  }
}
.element.lifts-5050 {
  margin-top: 7.25rem;
  margin-bottom: 6.625rem;
  text-align: left;
}
.element.lifts-5050 > .container {
  padding: 0 14rem;
}
.element.lifts-5050 > .container > .lifts {
  position: relative;
}
.element.lifts-5050 > .container > .lifts .lift {
  position: relative;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  gap: 8rem;
  margin-bottom: 8.125rem;
}
.element.lifts-5050 > .container > .lifts .lift:last-child {
  margin-bottom: 0;
}
.element.lifts-5050 > .container > .lifts .lift .picture {
  width: 100%;
}
.element.lifts-5050 > .container > .lifts .lift .picture > img {
  display: block;
  width: 100%;
  height: auto;
}
.element.lifts-5050 > .container > .lifts .lift .content {
  width: 32.5rem;
  flex-shrink: 0;
  padding: 2.5rem 0;
  z-index: 1;
}
.element.lifts-5050 > .container > .lifts .lift .content h1, .element.lifts-5050 > .container > .lifts .lift .content h2, .element.lifts-5050 > .container > .lifts .lift .content h3 {
  margin-bottom: 2.1875rem;
}
.element.lifts-5050 > .container > .lifts .lift:nth-child(even) .picture {
  order: 1;
}

@media screen and (max-width: 767px) {
  .element.lifts-5050 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .element.lifts-5050 > .container {
    padding: 0 var(--safety-padding);
  }
  .element.lifts-5050 > .container > .lifts .lift {
    flex-direction: column;
    gap: 1.5625rem;
    margin-bottom: 2.5rem;
  }
  .element.lifts-5050 > .container > .lifts .lift:last-child {
    margin-bottom: 0;
  }
  .element.lifts-5050 > .container > .lifts .lift .picture {
    width: 100%;
    border-radius: 1.25rem;
    overflow: hidden;
  }
  .element.lifts-5050 > .container > .lifts .lift .content {
    width: 100%;
    padding: 0;
  }
  .element.lifts-5050 > .container > .lifts .lift .content h1, .element.lifts-5050 > .container > .lifts .lift .content h2, .element.lifts-5050 > .container > .lifts .lift .content h3 {
    margin-bottom: 1.5625rem;
  }
  .element.lifts-5050 > .container > .lifts .lift:nth-child(even) .picture {
    order: 0;
  }
}
.element.text-lifts {
  margin: 6.875rem auto;
  background-color: #fff;
}
.element.text-lifts.--gray {
  background-color: #F5F3F1;
  padding: 6.875rem 0;
  padding-top: 5.625rem;
}
.element.text-lifts > .container {
  padding: 0 10.3125rem;
}
.element.text-lifts > .container > .content {
  width: 29.0625rem;
  margin: 0 auto;
  margin-bottom: 5.9375rem;
  text-align: center;
}
.element.text-lifts > .container > .content h2 {
  margin-bottom: 2.0625rem;
}
.element.text-lifts > .container > .lifts {
  position: relative;
  margin: 0 -2.125rem;
  display: flex;
  justify-content: center;
  gap: 4.375rem 0;
  flex-wrap: wrap;
  align-items: stretch;
}
.element.text-lifts > .container > .lifts .lift {
  width: 33.33%;
  position: relative;
  padding: 0 2.125rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.element.text-lifts > .container > .lifts .lift .content {
  z-index: 1;
  width: 100%;
}
.element.text-lifts > .container > .lifts .lift .content h1, .element.text-lifts > .container > .lifts .lift .content h2, .element.text-lifts > .container > .lifts .lift .content h3 {
  margin-bottom: 1.75rem;
}

@media screen and (max-width: 767px) {
  .element.text-lifts {
    margin: 2.5rem auto;
  }
  .element.text-lifts.--gray {
    padding: 2.5rem 0;
  }
  .element.text-lifts > .container {
    padding: 0 var(--safety-padding);
  }
  .element.text-lifts > .container > .content {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .element.text-lifts > .container > .content h2 {
    margin-bottom: 1.5625rem;
  }
  .element.text-lifts > .container > .lifts {
    margin: 0;
    flex-direction: column;
    gap: 2.5rem 0;
  }
  .element.text-lifts > .container > .lifts .lift {
    width: 100%;
    padding: 0;
  }
  .element.text-lifts > .container > .lifts .lift .content h1, .element.text-lifts > .container > .lifts .lift .content h2, .element.text-lifts > .container > .lifts .lift .content h3 {
    margin-bottom: 1.25rem;
  }
}
.element.video-links {
  padding: 6.25rem 0;
  padding-top: 5rem;
  background-color: #fff;
}
.element.video-links.--gray {
  background-color: #F5F3F1;
}
.element.video-links > .container {
  padding: 0 10.3125rem;
}
.element.video-links > .container > .content {
  margin: 0 auto;
  margin-bottom: 5rem;
  text-align: center;
}
.element.video-links > .container > .lifts {
  text-align: center;
  position: relative;
  margin: 0 -2.125rem;
  display: flex;
  justify-content: center;
  gap: 4.375rem 0;
  flex-wrap: wrap;
  align-items: stretch;
}
.element.video-links > .container > .lifts .lift {
  width: 33.33%;
  position: relative;
  padding: 0 2.125rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.element.video-links > .container > .lifts .lift .content {
  z-index: 1;
  width: 100%;
}
.element.video-links > .container > .lifts .lift .content h1, .element.video-links > .container > .lifts .lift .content h2, .element.video-links > .container > .lifts .lift .content h3 {
  margin-bottom: 1.75rem;
}

@media screen and (max-width: 767px) {
  .element.video-links {
    padding: 2.5rem 0;
  }
  .element.video-links > .container {
    padding: 0 var(--safety-padding);
  }
  .element.video-links > .container > .content {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .element.video-links > .container > .lifts {
    margin: 0;
    flex-direction: column;
    gap: 2.5rem 0;
  }
  .element.video-links > .container > .lifts .lift {
    width: 100%;
    padding: 0;
  }
  .element.video-links > .container > .lifts .lift .content h1, .element.video-links > .container > .lifts .lift .content h2, .element.video-links > .container > .lifts .lift .content h3 {
    margin-bottom: 1.25rem;
  }
}
.element.testimonials {
  margin: 6.875rem auto;
  position: relative;
}
.element.testimonials.--has-background {
  color: #fff;
  padding: 8.75rem 0;
  padding-top: 6.25rem;
}
.element.testimonials > .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.element.testimonials > .background > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.element.testimonials > .background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.82);
}
.element.testimonials > .container {
  position: relative;
  z-index: 1;
  padding: 0 10.5rem;
}
.element.testimonials > .container > .content {
  width: 29.0625rem;
  margin: 0 auto;
  margin-bottom: 5.9375rem;
  text-align: center;
}
.element.testimonials > .container > .content h2 {
  margin-bottom: 2.0625rem;
}
.element.testimonials > .container > .lifts {
  position: relative;
  margin: 0 -1.375rem;
  display: flex;
  justify-content: center;
  gap: 4.375rem 0;
  flex-wrap: wrap;
  align-items: flex-start;
}
.element.testimonials > .container > .lifts .lift {
  width: 25%;
  position: relative;
  padding: 0 1.375rem;
  justify-content: center;
  align-items: center;
  display: flex;
}
.element.testimonials > .container > .lifts .lift .content {
  position: relative;
  width: 100%;
}
.element.testimonials > .container > .lifts .lift .content::before {
  position: absolute;
  top: -1.6875rem;
  left: -1.75rem;
  content: "”";
  font-size: 3.25rem;
  font-weight: 700;
}
.element.testimonials > .container > .lifts .lift .content h1, .element.testimonials > .container > .lifts .lift .content h2, .element.testimonials > .container > .lifts .lift .content h3 {
  margin-bottom: 1.75rem;
}
.element.testimonials > .container > .lifts .lift .content .author {
  margin-top: 0.75rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .element.testimonials {
    margin: 2.5rem auto;
  }
  .element.testimonials.--has-background {
    padding: 2.5rem 0;
  }
  .element.testimonials > .container {
    padding: 0 var(--safety-padding);
  }
  .element.testimonials > .container > .content {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .element.testimonials > .container > .content h2 {
    margin-bottom: 1.5625rem;
  }
  .element.testimonials > .container > .lifts {
    padding-left: 1.875rem;
    margin: 0;
    gap: 3.125rem 0;
  }
  .element.testimonials > .container > .lifts .lift {
    width: 100%;
    padding: 0;
  }
  .element.testimonials > .container > .lifts .lift .content {
    position: relative;
    width: 100%;
  }
  .element.testimonials > .container > .lifts .lift .content h1, .element.testimonials > .container > .lifts .lift .content h2, .element.testimonials > .container > .lifts .lift .content h3 {
    margin-bottom: 1.5625rem;
  }
}
.element.cta {
  margin: 6.25rem auto;
  position: relative;
}
.element.cta.--has-background {
  color: #fff;
  padding: 10.625rem 0;
}
.element.cta > .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.element.cta > .background > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.element.cta > .background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.82);
}
.element.cta > .container {
  position: relative;
  z-index: 1;
  padding: 0 10.5rem;
}
.element.cta > .container > .content {
  width: 32.5rem;
  margin: 0 auto;
  text-align: center;
}
.element.cta > .container > .content h2 {
  margin-bottom: 2.0625rem;
}
.element.cta > .container > .content .embed-wrap {
  position: relative;
  max-width: none;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  margin-left: -7.1875rem;
  margin-right: -7.1875rem;
}

@media screen and (max-width: 767px) {
  .element.cta {
    margin: 2.5rem auto;
    position: relative;
  }
  .element.cta.--has-background {
    color: #fff;
    padding: 2.5rem 0;
  }
  .element.cta > .container {
    padding: 0 var(--safety-padding);
  }
  .element.cta > .container > .content {
    width: 100%;
  }
  .element.cta > .container > .content p br {
    display: none;
  }
  .element.cta > .container > .content h2 {
    margin-bottom: 1.5625rem;
  }
  .element.cta > .container > .content .embed-wrap {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.element.pricing {
  padding: 0 5rem;
  margin: 6.875rem auto;
}
.element.pricing > .lifts {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0.625rem;
}
.element.pricing > .lifts .lift {
  padding: 2.4375rem 2.125rem;
  width: 18.75rem;
  background-color: #F5F3F1;
  border-radius: 1.375rem;
}
.element.pricing > .lifts .lift:nth-child(2) {
  background-color: #E8DEDB;
}
.element.pricing > .lifts .lift:nth-child(3) {
  background-color: #B1B5C7;
}
.element.pricing > .lifts .lift .content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.element.pricing > .lifts .lift .content h2 {
  font-size: 1.375rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.element.pricing > .lifts .lift .content .prices {
  min-height: 6.25rem;
}
.element.pricing > .lifts .lift .content .prices .price {
  position: relative;
  height: 3.75rem;
  line-height: 3.125rem;
  letter-spacing: -0.035em;
}
.element.pricing > .lifts .lift .content .prices .price .value {
  position: absolute;
  font-size: 2.8125rem;
  font-weight: 700;
}
.element.pricing > .lifts .lift .content .prices .price .value .label {
  display: inline-block;
  font-size: 1.375rem;
  position: relative;
  padding-left: 0.3125rem;
}
.element.pricing > .lifts .lift .content .prices .price.month {
  opacity: 0.45;
  height: 2.5rem;
  line-height: 2.5rem;
}
.element.pricing > .lifts .lift .content .prices .price.month .value {
  font-size: 2rem;
  font-weight: 700;
}
.element.pricing > .lifts .lift .content .prices .price.month .value .label {
  font-size: 1rem;
}
.element.pricing > .lifts .lift .content .details {
  margin-top: 1.25rem;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.element.pricing > .lifts .lift .content .details .detail {
  padding: 0.75rem 0;
  display: block;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.element.pricing > .lifts .lift .content .buy {
  padding-top: 1rem;
  margin-top: auto;
}
.element.pricing > .lifts .lift .content .buy .vat-notice {
  font-size: 0.875rem;
  margin-bottom: 0.875rem;
}
.element.pricing > .lifts .lift .content .buy .links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.4375rem;
}
.element.pricing > .lifts .lift .content .buy .links .text {
  font-size: 0.875rem;
  font-weight: 600;
}

.element.hero + .element.pricing {
  margin-top: -2.5rem;
}

@media screen and (max-width: 767px) {
  .element.pricing {
    padding: 0 var(--safety-padding);
    margin: 2.5rem auto;
  }
  .element.pricing > .lifts {
    gap: 1.25rem;
    flex-direction: column;
  }
  .element.pricing > .lifts .lift {
    width: 100%;
  }
  .element.hero + .element.pricing {
    margin-top: -1.5625rem;
  }
}
.element.form {
  margin-top: 3.75rem;
  margin-bottom: 4.375rem;
  background-color: #fff;
}
.element.form .container .content {
  text-align: center;
  width: 51rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .element.form {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .element.form .container .content {
    width: 100%;
  }
}
.elements section.element.--gray:last-child, .elements section.element.cta.--has-background:last-child, .elements section.element.testimonials.--has-background:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
    --safety-padding: 1.25rem;
    --layout-width: 23.4375rem;
  }
  h1 {
    font-size: 1.5rem;
    line-height: 1.5625rem;
  }
  h2 {
    font-size: 1.3125rem;
    line-height: 1.375rem;
  }
  h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .text-styles h1 {
    margin-bottom: 1.875rem;
  }
  .text-styles h2 {
    margin-bottom: 1.25rem;
  }
  .text-styles h3 {
    margin-bottom: 1.875rem;
  }
  .text-styles p + h3 {
    margin-top: 1.875rem;
  }
  .text-styles h4 {
    margin-bottom: 1.875rem;
  }
  .text-styles h5 {
    margin-bottom: 1.25rem;
  }
  .text-styles p {
    font-size: 1rem;
  }
  .text-styles p.large {
    font-size: 1.125rem;
  }
  .text-styles p.small {
    font-size: 0.875rem;
  }
  .text-styles p img {
    margin-top: 1.125rem;
    border-radius: 1.25rem;
  }
  header {
    padding: 0 1.125rem;
    padding-top: 1.25rem;
    align-items: center;
  }
  header .logo {
    z-index: 10;
    top: 1.3125rem;
  }
  header .logo img {
    width: 5.625rem;
  }
  header .menu-opener {
    z-index: 10;
    height: 2.5rem;
    font-size: 0.875rem;
    display: block;
    background: transparent;
    border: none;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
  }
  header .menu-opener .icon {
    margin-right: 0.6875rem;
  }
  header .menu-opener .icon i {
    display: block;
    position: relative;
    width: 1rem;
    height: 0.625rem;
  }
  header .menu-opener .icon i:nth-child(1) {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(0);
    background-color: currentColor;
    width: 1rem;
    height: 0.125rem;
    border-radius: 0.0625rem;
    transition: transform 0.2s;
    transform-origin: 50% 50%;
  }
  header .menu-opener .icon i:nth-child(2)::before, header .menu-opener .icon i:nth-child(2)::after {
    content: "";
    position: absolute;
    width: 0.5625rem;
    height: 0.125rem;
    transform: translateZ(0);
    background-color: currentColor;
    border-radius: 0.0625rem;
    transition: transform 0.2s;
  }
  header .menu-opener .icon i:nth-child(2)::before {
    top: 0;
    right: 0;
    transform-origin: 0.5rem 50%;
  }
  header .menu-opener .icon i:nth-child(2)::after {
    top: 100%;
    left: 0;
    transform-origin: 0.0625rem 50%;
  }
  header .container {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 120vh;
    background-color: #000;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    font-size: 1.125rem;
    padding: var(--safety-padding);
    padding-top: 6.25rem;
    transform: translateX(-100%);
    transition: transform 0.2s;
    gap: 0.9375rem;
  }
  header .container ul {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.9375rem;
  }
  header .container ul li {
    display: block;
  }
  header .container ul li.button {
    margin-top: 1.25rem;
  }
  header .container ul li:not(.button) {
    font-weight: 500;
  }
  header .container ul li:not(.button) a:hover {
    text-decoration: underline;
  }
  header .container ul li.button + li.button {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.3125rem;
  }
  header .container li.menu-item-has-children ul.sub-menu {
    display: flex;
    align-items: center;
    position: relative;
    top: auto;
    gap: 0.625rem;
    font-size: 0.875rem;
    font-weight: 400;
    background-color: transparent;
    color: inherit;
    border-radius: none;
    padding: 0;
    padding-top: 0.9375rem;
    padding-bottom: 0.3125rem;
    min-width: 0;
  }
  header .container li.menu-item-has-children ul.sub-menu::before {
    display: none;
  }
  header .container li.menu-item-has-children ul.sub-menu a:hover {
    color: #FFD9B4;
  }
  header .container .menu-container {
    width: 100%;
    max-width: 100%;
  }
  header .container .menu-container.--left {
    padding: 0;
  }
  header .container .menu-container.--right {
    text-align: center;
  }
  header .container .menu-container.--right ul {
    justify-content: center;
  }
  header.--shop {
    padding-top: 1.25rem;
  }
  header.--shop .logo {
    top: 1.3125rem;
  }
  header.--open .menu-opener .icon i:nth-child(1) {
    transform: rotateZ(45deg);
  }
  header.--open .menu-opener .icon i:nth-child(2)::before {
    transform: translateZ(0) translateX(-0.10375rem) rotateZ(-45deg);
  }
  header.--open .menu-opener .icon i:nth-child(2)::after {
    transform: translateZ(0) translateX(0.10375rem) rotateZ(-45deg);
  }
  header.--open .container {
    transform: translateX(0);
  }
  footer {
    background: radial-gradient(23.4375rem 50rem at 50% 100%, #470000 0%, rgb(0, 0, 0) 50%);
    text-align: center;
  }
  footer .container {
    padding: 0 var(--safety-padding);
    padding-top: 2.8125rem;
    padding-bottom: 2.875rem;
  }
  footer .container .panes {
    flex-direction: column;
    gap: 2.3125rem;
    padding-bottom: 4.1875rem;
  }
  footer .container .panes h3 {
    margin-bottom: 1.3125rem;
  }
  footer .container .panes .pane {
    width: 100%;
  }
  footer .container .panes .pane:nth-child(1) {
    width: 100%;
    margin: 0;
  }
  footer .container .panes .pane:nth-child(4) {
    margin: 0;
  }
  footer .container .panes .pane p {
    font-size: 1.125rem;
    line-height: 1.33em;
    margin-bottom: 1.33em;
    margin-bottom: 1.5rem;
  }
  footer .container .panes .pane p:last-child {
    margin-bottom: 0;
  }
  footer .container .content {
    border: none;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.25rem;
  }
  footer .container .content .logo {
    order: 1;
    position: relative;
    left: auto;
    bottom: 0;
    transform: none;
  }
  footer .container .content .logo > img {
    width: 7.625rem;
  }
}
/*# sourceMappingURL=main.css.map */
