@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: "AeonikPro-Medium";
  src: url("aeonikpro-medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "AeonikPro-Regular";
  src: url("aeonikpro-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "AeonikPro-Light";
  src: url("aeonikpro-light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "AeonikPro-Thin";
  src: url("aeonikpro-thin.woff") format("woff");
  font-display: swap;
}
/**
Loader
*/
.pace-running > :not(.pace) {
  opacity: 0;
}

.pace-done > :not(.pace) {
  opacity: 1;
  transition: opacity 0.5s ease;
}

/* Mixins Responsive Design */
html, body {
  background-color: transparent;
  box-sizing: border-box;
  font-family: "AeonikPro-Regular";
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  margin: 0;
  height: 100%;
  padding: 0;
  width: 100%;
}
html.simple, body.simple {
  display: flex;
  flex-direction: column;
}

/* Reset Scrollbehaviour from Bootstrap in order for GSAP ScrollTrigger to work properly*/
html {
  scroll-behavior: unset !important;
}

/* Tooltip settings */
.tooltip .tooltip-arrow::before {
  border-top-color: #163730;
}
.tooltip .tooltip-inner {
  color: #fff;
  background-color: #163730;
  text-align: left;
  max-width: 500px;
  padding: 10px;
}

blockquote {
  margin: 0;
}
blockquote p {
  hyphens: auto;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}
blockquote p::before {
  content: "«";
}
blockquote p::after {
  content: "»";
}

p {
  margin: 0;
  padding: 0;
  quotes: initial;
}

/**
* Buttons
*/
.btn {
  font-family: "AeonikPro-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .btn {
    font-size: 20px;
    line-height: 20px;
  }
}
.btn.btn-light {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  color: #fff;
  padding: 11.25px 12.25px;
}
@media (min-width: 768px) {
  .btn.btn-light {
    padding: 14px 17.5px;
  }
}
.btn.btn-light:hover {
  background: #fff;
  border: 1px solid rgb(255, 255, 255);
  color: #163730;
}
.btn.btn-light.btn-underline {
  color: #163730;
  border: none;
  border-bottom: 1px solid #000;
  padding: 3.25px 0;
}
.btn.btn-light.btn-underline::after {
  background-image: url(arrow-down-dark.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 0 0 2rem;
  width: 8px;
}
@media (min-width: 768px) {
  .btn.btn-light.btn-underline::after {
    height: 13px;
    width: 13px;
  }
}
.btn.btn-light.btn-underline:hover {
  color: #163730;
}
.btn.btn-light.btn-underline:hover::after {
  animation-name: bounce;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-play-state: running;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(5px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.btn.btn-dark {
  background: #163730;
  border: 1px solid #163730;
  border-radius: 0;
  color: #fff;
  padding: 11.25px 12.25px;
}
@media (min-width: 768px) {
  .btn.btn-dark {
    padding: 14px 17.5px;
  }
}
.btn.btn-dark:hover {
  background: transparent;
  color: #163730;
}
.btn.btn-dark.btn-underline {
  border: none;
  border-bottom: 1px solid #fff;
  padding: 3.25px 0;
}
.btn.btn-dark.btn-underline::after {
  background-image: url(arrow-down-light.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 0 0 2rem;
  width: 8px;
}
@media (min-width: 768px) {
  .btn.btn-dark.btn-underline::after {
    height: 13px;
    width: 13px;
  }
}
.btn.btn-dark.btn-underline:hover {
  color: #fff;
}
.btn.btn-dark.btn-underline:hover::after {
  animation-name: bounce;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-play-state: running;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(5px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.btn.btn-underline {
  background: transparent !important;
}
@media (min-width: 768px) {
  .btn.btn-underline {
    padding: 0 0 9px 0;
  }
}
.btn.btn-creme {
  background: rgb(236, 229, 209);
  border: 1px solid rgb(236, 229, 209);
  border-radius: 0;
  color: #163730;
  padding: 11.25px 12.25px;
}
@media (min-width: 768px) {
  .btn.btn-creme {
    padding: 14px 17.5px;
  }
}
.btn.btn-creme:hover {
  background: none;
  border: 1px solid rgb(236, 229, 209);
  color: rgb(236, 229, 209);
}
.btn.btn-creme.btn-underline {
  color: #163730;
  border: none;
  border-bottom: 1px solid #000;
  padding: 3.25px 0;
}
.btn.btn-creme.btn-underline::after {
  background-image: url(arrow-down-dark.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 0 0 2rem;
  width: 8px;
}
@media (min-width: 768px) {
  .btn.btn-creme.btn-underline::after {
    height: 13px;
    width: 13px;
  }
}
.btn.btn-creme.btn-underline:hover {
  color: #163730;
}
.btn.btn-creme.btn-underline:hover::after {
  animation-name: bounce;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-play-state: running;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(5px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/**
* Container Mobile
*/
.container {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/**
* Navigation
*/
.data-wrapper,
.some-wrapper {
  align-items: center;
  display: flex;
  font-size: 10px;
  line-height: 11px;
}
@media (min-width: 992px) {
  .data-wrapper,
  .some-wrapper {
    font-size: 16px;
    line-height: 18px;
  }
}
.data-wrapper .copy,
.some-wrapper .copy {
  margin: 15px 6px 15px 0;
}
@media (min-width: 992px) {
  .data-wrapper .copy,
  .some-wrapper .copy {
    margin: 28px 0 28px 0;
  }
}
.data-wrapper .some-title,
.some-wrapper .some-title {
  margin: 15px 6px 0 0;
}
@media (min-width: 992px) {
  .data-wrapper .some-title,
  .some-wrapper .some-title {
    margin: 30px 116px 30px 0;
  }
}
.data-wrapper .data-nav,
.data-wrapper .some-nav,
.some-wrapper .data-nav,
.some-wrapper .some-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.data-wrapper .data-nav li,
.data-wrapper .some-nav li,
.some-wrapper .data-nav li,
.some-wrapper .some-nav li {
  display: inline-block;
  margin: 0 6px 0 0;
}
@media (min-width: 992px) {
  .data-wrapper .data-nav li,
  .data-wrapper .some-nav li,
  .some-wrapper .data-nav li,
  .some-wrapper .some-nav li {
    margin: 0 16px 0 0;
  }
}
.data-wrapper .data-nav li a,
.data-wrapper .some-nav li a,
.some-wrapper .data-nav li a,
.some-wrapper .some-nav li a {
  color: rgb(22, 55, 48);
  font-size: 10px;
  line-height: 11px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .data-wrapper .data-nav li a,
  .data-wrapper .some-nav li a,
  .some-wrapper .data-nav li a,
  .some-wrapper .some-nav li a {
    font-size: 16px;
    line-height: 18px;
  }
}
.data-wrapper .data-nav li a:hover,
.data-wrapper .some-nav li a:hover,
.some-wrapper .data-nav li a:hover,
.some-wrapper .some-nav li a:hover {
  color: #83ADA4;
}
.data-wrapper .data-nav li:last-of-type,
.data-wrapper .some-nav li:last-of-type,
.some-wrapper .data-nav li:last-of-type,
.some-wrapper .some-nav li:last-of-type {
  margin: 0 6px 0 0;
}
@media (min-width: 992px) {
  .data-wrapper .data-nav li:last-of-type,
  .data-wrapper .some-nav li:last-of-type,
  .some-wrapper .data-nav li:last-of-type,
  .some-wrapper .some-nav li:last-of-type {
    margin: 0 16px 0 0;
  }
}
.data-wrapper .some-nav,
.some-wrapper .some-nav {
  margin: 0;
}
@media (min-width: 992px) {
  .data-wrapper .some-nav,
  .some-wrapper .some-nav {
    margin: 0;
  }
}
.data-wrapper .some-nav .linkedin a,
.some-wrapper .some-nav .linkedin a {
  content: "";
  color: transparent;
  display: block;
  background-image: url("linkedin.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 25px;
  width: 25px;
}
@media (min-width: 768px) {
  .data-wrapper .some-nav .linkedin a,
  .some-wrapper .some-nav .linkedin a {
    height: 30px;
    margin: 0;
    width: 30px;
  }
}
.data-wrapper .some-nav .linkedin a:hover,
.some-wrapper .some-nav .linkedin a:hover {
  color: transparent;
}
.data-wrapper .some-nav .facebook a,
.some-wrapper .some-nav .facebook a {
  color: transparent;
  content: "";
  display: block;
  background-image: url("facebook.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 25px;
  width: 25px;
}
@media (min-width: 768px) {
  .data-wrapper .some-nav .facebook a,
  .some-wrapper .some-nav .facebook a {
    height: 30px;
    margin: 0;
    width: 30px;
  }
}
.data-wrapper .some-nav .facebook a:hover,
.some-wrapper .some-nav .facebook a:hover {
  color: transparent;
}
.data-wrapper .some-nav .instagram a,
.some-wrapper .some-nav .instagram a {
  color: transparent;
  content: "";
  display: block;
  background-image: url("instagram.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 25px;
  width: 25px;
}
@media (min-width: 768px) {
  .data-wrapper .some-nav .instagram a,
  .some-wrapper .some-nav .instagram a {
    height: 30px;
    margin: 0;
    width: 30px;
  }
}
.data-wrapper .some-nav .instagram a:hover,
.some-wrapper .some-nav .instagram a:hover {
  color: transparent;
}
.data-wrapper .some-nav .twitter a,
.some-wrapper .some-nav .twitter a {
  color: transparent;
  content: "";
  display: block;
  background-image: url("x-twitter.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 25px;
  width: 25px;
}
@media (min-width: 768px) {
  .data-wrapper .some-nav .twitter a,
  .some-wrapper .some-nav .twitter a {
    height: 30px;
    margin: 0;
    width: 30px;
  }
}
.data-wrapper .some-nav .twitter a:hover,
.some-wrapper .some-nav .twitter a:hover {
  color: transparent;
}
.data-wrapper .some-nav .youtube a,
.some-wrapper .some-nav .youtube a {
  color: transparent;
  content: "";
  display: block;
  background-image: url("youtube.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 25px;
  width: 25px;
}
@media (min-width: 768px) {
  .data-wrapper .some-nav .youtube a,
  .some-wrapper .some-nav .youtube a {
    height: 30px;
    margin: 0;
    width: 30px;
  }
}
.data-wrapper .some-nav .youtube a:hover,
.some-wrapper .some-nav .youtube a:hover {
  color: transparent;
}

.data-wrapper {
  justify-content: start;
}

.some-wrapper {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .some-wrapper {
    justify-content: flex-end;
  }
}

/**
* Sections
*/
section {
  z-index: auto;
}
section.is-sticky {
  position: sticky !important;
  top: 0;
}
section.full-height {
  height: 100vh;
}

.about-us {
  background-color: #fff;
}

header {
  position: relative;
  width: 100%;
}
header .logo {
  color: #163730;
  display: block;
  font-family: "AeonikPro-Medium";
  font-size: 64px;
  font-weight: 500;
  left: 0;
  line-height: 57px;
  opacity: 1;
  padding: 0 20px;
  position: absolute;
  top: 42.2px;
  user-select: none;
}
header .logo img {
  height: auto;
  width: 172px;
}
@media (min-width: 992px) {
  header .logo img {
    height: auto;
    width: auto;
  }
}
@media (min-width: 992px) {
  header .logo {
    font-size: 164px;
    font-weight: 500;
    line-height: 150px;
    left: auto;
    left: 0;
    opacity: 1;
    padding: 0 3.5rem;
    top: 35.2px;
  }
}
header.landingpage {
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
header.landingpage .logo {
  color: #fff;
  display: none;
  font-size: 5rem;
}

.hero {
  height: 100vh;
  overflow: hidden;
  position: relative !important;
  width: 100%;
}
.hero.is-active {
  position: sticky !important;
  top: 0;
}
.hero .background {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.hero .background video,
.hero .background .video-js {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hero .scroll-cta {
  align-items: center;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 250px;
}
.hero .scroll-cta .cta {
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .hero .scroll-cta .cta {
    font-size: 12px;
    line-height: 12px;
  }
}
.hero .scroll-cta .chevron {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .hero .scroll-cta .chevron {
    margin-top: 20px;
  }
}
.hero .scroll-cta .chevron svg path {
  stroke: #fff;
}
.hero .logo {
  color: #fff;
  display: none;
  font-family: "AeonikPro-Medium";
  font-size: 64px;
  font-weight: 500;
  left: 0;
  line-height: 57px;
  opacity: 1;
  padding: 0 20px;
  position: absolute;
  top: 5%;
  user-select: none;
}
.hero .logo img {
  height: auto;
  width: 172px;
}
@media (min-width: 992px) {
  .hero .logo img {
    height: auto;
    width: auto;
  }
}
@media (min-width: 768px) {
  .hero .logo {
    top: 2%;
  }
}
@media (min-width: 992px) {
  .hero .logo {
    font-size: 164px;
    font-weight: 500;
    line-height: 150px;
    padding: 0 3.5rem;
    top: 4%;
  }
}
.hero .title {
  color: #fff;
  display: block;
  font-family: "AeonikPro-Medium";
  font-size: 54px;
  font-weight: 500;
  left: 0;
  line-height: 47px;
  opacity: 1;
  padding: 0 20px;
  position: absolute;
  top: 5%;
  user-select: none;
  word-break: break-all;
  word-break: break-word;
  overflow-wrap: break-word;
  /* Fluid Typography */
}
@media (min-width: 768px) {
  .hero .title {
    top: 2%;
  }
}
@media (min-width: 375px) {
  .hero .title {
    font-size: calc(54px + 6 * (100vw - 375px) / 680);
  }
}
@media (min-width: 1400px) {
  .hero .title {
    font-size: 134px;
    line-height: 120px;
    padding: 0 3.5rem;
    right: 0;
    top: 4%;
    transform: none;
  }
}
.hero .title p {
  display: block;
  margin: 0;
  opacity: 1;
  width: auto;
}
@media (min-width: 992px) {
  .hero .title p {
    display: inline-block;
  }
}
.hero .content {
  color: #fff;
  display: block;
  font-family: "AeonikPro-Regular";
  font-size: 32px;
  line-height: 31px;
  left: 0;
  hyphens: auto;
  height: auto;
  opacity: 0;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  user-select: none;
  width: 100%;
  word-break: break-all;
  word-break: break-word;
  overflow-wrap: break-word;
  /* Fluid Typography */
}
@media (min-width: 375px) {
  .hero .content {
    font-size: calc(32px + 6 * (100vw - 375px) / 680);
  }
}
@media (min-width: 1400px) {
  .hero .content {
    font-size: 70px;
    line-height: 66px;
    padding: 0 3.5rem;
    top: 31%;
    transform: none;
  }
}
.hero .content p {
  display: block;
  margin: 0;
  opacity: 0;
}
.hero.hero-first .logo {
  display: block;
}
@media (min-width: 768px) {
  .hero.hero-first .logo {
    top: 5%;
  }
}
.hero.hero-first .title {
  color: #fff;
  display: block;
  font-family: "AeonikPro-Medium";
  font-size: 64px;
  font-weight: 500;
  hyphens: auto;
  left: 0;
  line-height: 57px;
  opacity: 0;
  padding: 0 20px;
  position: absolute;
  top: 5%;
  user-select: none;
  word-break: break-all;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .hero.hero-first .title {
    top: 10%;
  }
}
@media (min-width: 992px) {
  .hero.hero-first .title {
    font-size: 164px;
    line-height: 150px;
    padding: 0 3.5rem;
    right: 0;
    top: 4%;
    transform: none;
  }
}
.hero.hero-first .title p {
  display: block;
  margin: 0;
  opacity: 0;
}
@media (min-width: 992px) {
  .hero.hero-first .title p {
    display: block;
    opacity: 0;
  }
}
.hero.hero-first .content {
  color: #fff;
  display: block;
  font-family: "AeonikPro-Medium";
  font-size: 62px;
  line-height: 57px;
  left: 50%;
  hyphens: auto;
  height: auto;
  opacity: 0;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  user-select: none;
  width: 100%;
  word-break: break-all;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 992px) {
  .hero.hero-first .content {
    font-size: 164px;
    line-height: 150px;
    padding: 0 3.5rem;
  }
}
.hero.hero-first .content p {
  display: block;
  margin: 0 auto;
  opacity: 0;
  text-align: center;
}

.text-teaser {
  background-color: #fff;
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.text-teaser .logo {
  color: #163730;
  display: block;
  font-family: "AeonikPro-Medium";
  font-size: 64px;
  font-weight: 500;
  left: 0;
  line-height: 57px;
  opacity: 0;
  padding: 0 20px;
  position: absolute;
  top: 5%;
  user-select: none;
}
.text-teaser .logo img {
  height: auto;
  opacity: 1;
  width: 172px;
}
@media (min-width: 992px) {
  .text-teaser .logo img {
    height: auto;
    opacity: 1;
    width: auto;
  }
}
@media (min-width: 992px) {
  .text-teaser .logo {
    font-size: 164px;
    font-weight: 500;
    line-height: 150px;
    left: auto;
    right: 0;
    opacity: 0;
    padding: 0 3.5rem;
    top: 4%;
  }
}
.text-teaser .title {
  color: #163730;
  display: block;
  font-family: "AeonikPro-Medium";
  font-size: 64px;
  font-weight: 500;
  right: 0;
  line-height: 57px;
  opacity: 0;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  user-select: none;
}
@media (min-width: 992px) {
  .text-teaser .title {
    font-size: 164px;
    font-weight: 500;
    left: 0;
    line-height: 150px;
    padding: 0 3.5rem;
    top: 25%;
    transform: none;
  }
}
.text-teaser .title p {
  display: block;
  margin: 0;
  opacity: 0;
}
.text-teaser .content {
  color: rgba(22, 55, 48, 0.6);
  display: block;
  font-size: 32px;
  line-height: 31px;
  left: 0;
  hyphens: auto;
  opacity: 0;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  user-select: none;
  word-break: break-word;
}
@media (min-width: 992px) {
  .text-teaser .content {
    font-size: 90px;
    line-height: 86px;
    padding: 0 3.5rem;
    transform: none;
    top: 5%;
  }
}
.text-teaser .content p {
  color: rgba(22, 55, 48, 0.6);
  display: block;
  margin: 0;
  opacity: 0;
}
.text-teaser .svnfrtn {
  bottom: 20%;
  color: #163730;
  font-family: "AeonikPro-Medium";
  font-size: 62px;
  line-height: 50px;
  opacity: 0;
  padding: 0 20px;
  position: absolute;
  left: 0;
}
@media (min-width: 992px) {
  .text-teaser .svnfrtn {
    font-size: 164px;
    font-weight: 500;
    line-height: 131px;
    left: auto;
    opacity: 0;
    padding: 0 3.5rem;
    right: 0;
  }
}
.text-teaser .scroll-cta {
  align-items: center;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 250px;
}
.text-teaser .scroll-cta .cta {
  color: rgb(22, 55, 48);
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .text-teaser .scroll-cta .cta {
    font-size: 12px;
    line-height: 12px;
  }
}
.text-teaser .scroll-cta .chevron {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .text-teaser .scroll-cta .chevron {
    margin-top: 20px;
  }
}
.text-teaser .scroll-cta .chevron svg path {
  stroke: rgb(22, 55, 48);
}

.accordion-colleagues {
  align-items: stretch;
  border-top: 1px solid rgba(22, 55, 48, 0.4);
  border-bottom: 1px solid rgba(22, 55, 48, 0.4);
  display: flex;
  flex-basis: 0;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 992px) {
  .accordion-colleagues {
    flex-direction: row;
  }
}
.accordion-colleagues .card {
  border: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  min-width: min-content;
}
@media (min-width: 992px) {
  .accordion-colleagues .card {
    border: none;
  }
}
@media (min-width: 992px) {
  .accordion-colleagues .card:has(> .show) {
    width: 100%;
  }
  .accordion-colleagues .card:has(> .show) .card-header {
    display: none;
    transition-property: width, visibility;
    visibility: hidden;
    width: 0;
  }
}
.accordion-colleagues .card.show {
  flex: 1;
}
.accordion-colleagues .card.show .card-header {
  display: none;
}
@media (min-width: 992px) {
  .accordion-colleagues .card.show {
    width: 100%;
  }
  .accordion-colleagues .card.show .card-header {
    display: none;
    transition-property: width, visibility;
    visibility: hidden;
    width: 0;
  }
}
.accordion-colleagues .card.no-show {
  flex: 0;
}
.accordion-colleagues .card .collapse {
  visibility: hidden;
}
.accordion-colleagues .card .collapse.in {
  visibility: visible;
}
.accordion-colleagues .card .collapse.show {
  display: flex;
  flex: 1;
}
.accordion-colleagues .card .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.025s;
  transition-timing-function: ease;
}
@media (min-width: 992px) {
  .accordion-colleagues .card .collapsing.horizontal-lg {
    transition-property: width, visibility;
    width: 0;
    height: auto;
  }
}
@media (min-width: 992px) {
  .accordion-colleagues .card {
    flex-direction: row;
  }
}
.accordion-colleagues .card .card-header {
  align-items: center;
  background-color: #fff;
  border-radius: 0;
  border-bottom: 1px solid rgba(22, 55, 48, 0.4);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 10px 25px;
  visibility: visible;
  width: 100%;
}
@media (min-width: 992px) {
  .accordion-colleagues .card .card-header {
    align-items: center;
    border: none;
    border-left: 1px solid rgba(22, 55, 48, 0.4);
    padding: 25px 16px;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    width: auto;
  }
}
.accordion-colleagues .card .card-header .title {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .accordion-colleagues .card .card-header .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.accordion-colleagues .card .card-header .name {
  font-size: 20px;
  line-height: 32px;
}
@media (min-width: 992px) {
  .accordion-colleagues .card .card-header .name {
    font-size: 28px;
    line-height: 44px;
    margin-bottom: 26px;
  }
}
.accordion-colleagues .card:last-of-type > .card-header, .accordion-colleagues .card:last-of-type > .collapse .card-body {
  border-bottom: 1px solid rgba(22, 55, 48, 0.4);
}
@media (min-width: 992px) {
  .accordion-colleagues .card:last-of-type > .card-header, .accordion-colleagues .card:last-of-type > .collapse .card-body {
    border: none;
  }
}
.accordion-colleagues .card .show {
  width: 100%;
}
.accordion-colleagues .card .card-body {
  border-bottom: 1px solid rgba(22, 55, 48, 0.4);
  border-radius: 0;
  display: flex;
  flex-direction: column;
  height: auto;
  min-width: 100%;
  opacity: 1;
  padding: 25px;
  position: relative;
}
@media (min-width: 992px) {
  .accordion-colleagues .card .card-body {
    border: none;
    border-right: 1px solid rgba(22, 55, 48, 0.4);
    height: 100%;
    padding: 0 2rem;
    width: 100%;
  }
}
.accordion-colleagues .card .card-body .content-left {
  height: 100%;
}
@media (min-width: 992px) {
  .accordion-colleagues .card .card-body .content-left {
    position: absolute;
    top: 4%;
    width: 65%;
  }
}
.accordion-colleagues .card .card-body .content-right {
  margin-top: 40px;
  height: auto;
}
@media (min-width: 992px) {
  .accordion-colleagues .card .card-body .content-right {
    bottom: 5%;
    height: auto;
    margin-top: 0;
    position: absolute;
    right: 10px;
    width: 85%;
  }
}
.accordion-colleagues .card .card-body .content-left .title,
.accordion-colleagues .card .card-body .content-right .title {
  font-size: 14px;
  line-height: 22.12px;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .accordion-colleagues .card .card-body .content-left .title,
  .accordion-colleagues .card .card-body .content-right .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.accordion-colleagues .card .card-body .content-left .name,
.accordion-colleagues .card .card-body .content-right .name {
  color: rgba(22, 55, 48, 0.6);
  font-size: 36px;
  line-height: 41px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .accordion-colleagues .card .card-body .content-left .name,
  .accordion-colleagues .card .card-body .content-right .name {
    font-size: 90px;
    line-height: 103px;
    margin-bottom: 40px;
  }
}
.accordion-colleagues .card .accordion-infos {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.accordion-colleagues .card .accordion-infos .collapse:not(.show) {
  display: none;
}
@media (min-width: 992px) {
  .accordion-colleagues .card .accordion-infos .collapse:not(.show) {
    display: block;
  }
}
.accordion-colleagues .card .accordion-infos .card {
  background-color: transparent;
  border: none;
  flex-direction: column;
  position: relative;
  width: 100%;
  z-index: 9;
}
.accordion-colleagues .card .accordion-infos .card .collapse.show {
  visibility: visible;
}
.accordion-colleagues .card .accordion-infos .card .card-header {
  align-items: center;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid rgba(22, 55, 48, 0.4);
  border-radius: 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  opacity: 1;
  padding: 3px 0;
  visibility: visible;
  width: 100%;
}
.accordion-colleagues .card .accordion-infos .card .card-header::after {
  display: none;
}
@media (min-width: 992px) {
  .accordion-colleagues .card .accordion-infos .card .card-header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
@media (min-width: 992px) {
  .accordion-colleagues .card .accordion-infos .card .card-header {
    padding: 0.5rem 0;
    position: relative;
    transform: rotate(0);
    writing-mode: horizontal-tb;
  }
}
.accordion-colleagues .card .accordion-infos .card .card-header .toggle img {
  height: 17px;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  margin-bottom: 3px;
  width: 17px;
}
@media (min-width: 992px) {
  .accordion-colleagues .card .accordion-infos .card .card-header .toggle img {
    height: 36px;
    width: 36px;
  }
}
.accordion-colleagues .card .accordion-infos .card .card-header.collapsed .toggle img {
  transform: rotate(0);
  transition: all 0.5s ease;
}
.accordion-colleagues .card .accordion-infos .card .card-body {
  background-color: #fff;
  border: none;
  border-radius: 0;
  counter-reset: my-counter;
  font-size: 10px;
  height: 100%;
  line-height: 11px;
  padding: 12px 0;
  width: 100% !important;
}
@media (min-width: 992px) {
  .accordion-colleagues .card .accordion-infos .card .card-body {
    color: rgba(22, 55, 48, 0.8);
    font-size: 18px;
    line-height: 20px;
  }
}
.accordion-colleagues .card .accordion-infos .card .card-body blockquote {
  margin: 0;
}
.accordion-colleagues .card .accordion-infos .card .card-body ol {
  list-style-position: inside;
  list-style-type: decimal-leading-zero;
  margin: 12px 0 0 0;
  padding: 0;
}
@media (min-width: 992px) {
  .accordion-colleagues .card .accordion-infos .card .card-body ol {
    margin: 16px 0 0 0;
  }
}
.accordion-colleagues .card .accordion-infos .card .card-body ol li:first-of-type {
  border-top: 1px solid rgba(22, 55, 48, 0.4);
  border-bottom: 1px solid rgba(22, 55, 48, 0.4);
}
.accordion-colleagues .card .accordion-infos .card .card-body ol li {
  align-items: top;
  border-bottom: 1px solid rgba(22, 55, 48, 0.4);
  counter-increment: my-counter;
  display: flex;
  font-size: 10px;
  line-height: 11px;
  padding: 6px 0;
}
.accordion-colleagues .card .accordion-infos .card .card-body ol li::before {
  content: counter(my-counter, decimal-leading-zero);
  font-size: 6px;
  line-height: 8px;
  padding-right: 3px;
}
@media (min-width: 992px) {
  .accordion-colleagues .card .accordion-infos .card .card-body ol li {
    color: rgba(22, 55, 48, 0.8);
    font-size: 18px;
    line-height: 20px;
    padding: 10px 0;
  }
  .accordion-colleagues .card .accordion-infos .card .card-body ol li::before {
    content: counter(my-counter, decimal-leading-zero);
    font-size: 9px;
    line-height: 14px;
    padding-right: 6px;
  }
}
.accordion-colleagues .content {
  font-size: 26px;
  hyphens: auto;
  line-height: 27px;
  overflow-wrap: break-word;
  width: auto;
  word-wrap: break-word;
}
@media (min-width: 992px) {
  .accordion-colleagues .content {
    font-size: 64px;
    line-height: 64px;
  }
}

.newsletter-teaser {
  background-color: #fff;
  border-top: 1px solid rgba(22, 55, 48, 0.4);
  display: flex;
  flex-direction: column;
  width: 100%;
  /*
  WP-Forms
  */
}
.newsletter-teaser .row {
  height: auto;
}
@media (min-width: 992px) {
  .newsletter-teaser .row {
    height: 100% !important;
  }
}
.newsletter-teaser .logo {
  color: #163730;
  display: block;
  font-family: "AeonikPro-Medium";
  font-size: 64px;
  font-weight: 500;
  left: 0;
  line-height: 57px;
  opacity: 1;
  padding: 0 20px;
  position: absolute;
  top: 12%;
  user-select: none;
}
.newsletter-teaser .logo img {
  height: auto;
  opacity: 1;
  width: 172px;
}
@media (min-width: 992px) {
  .newsletter-teaser .logo img {
    height: auto;
    opacity: 1;
    width: auto;
  }
}
@media (min-width: 992px) {
  .newsletter-teaser .logo {
    display: none;
  }
}
.newsletter-teaser .title {
  color: #163730;
  font-size: 36px;
  line-height: 36px;
  margin: 185px 0 40px 78px;
  padding: 0;
}
@media (min-width: 992px) {
  .newsletter-teaser .title {
    font-family: "AeonikPro-Medium";
    font-weight: 500;
    font-size: 94px;
    left: 0;
    line-height: 96px;
    margin: 0;
    padding: 0 3.5rem;
    position: absolute;
    top: 15%;
    width: 100%;
  }
}
.newsletter-teaser .content-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-7%);
  width: 90%;
}
.newsletter-teaser .content-wrapper .content {
  color: rgba(22, 55, 48, 0.8);
  font-size: 14px;
  line-height: 15px;
  height: 100%;
  margin: 0 10px 0 78px;
  opacity: 0;
  padding: 0;
}
.newsletter-teaser .content-wrapper .content p {
  overflow-wrap: break-word;
  width: auto;
  word-wrap: break-word;
}
@media (min-width: 992px) {
  .newsletter-teaser .content-wrapper .content {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    width: 100%;
  }
}
.newsletter-teaser .wpforms-container-full {
  margin: 10px 0;
}
.newsletter-teaser .wpforms-container-full .wpforms-field {
  padding: 2.5px 0 !important;
}
@media (min-width: 992px) {
  .newsletter-teaser .wpforms-container-full .wpforms-field {
    padding: 4px 0 !important;
  }
}
.newsletter-teaser .wpforms-container-full input[type=text],
.newsletter-teaser .wpforms-container-full input[type=email] {
  border: 1px solid rgba(22, 55, 48, 0.4) !important;
  border-radius: 0 !important;
  color: rgba(22, 55, 48, 0.8) !important;
  font-size: 12px !important;
  height: auto !important;
  line-height: 10px !important;
  padding: 7px 5px !important;
}
.newsletter-teaser .wpforms-container-full input[type=text]::placeholder,
.newsletter-teaser .wpforms-container-full input[type=email]::placeholder {
  color: rgba(22, 55, 48, 0.4) !important;
}
@media (min-width: 992px) {
  .newsletter-teaser .wpforms-container-full input[type=text],
  .newsletter-teaser .wpforms-container-full input[type=email] {
    font-size: 16px !important;
    line-height: 18px !important;
    padding: 13px 10px !important;
  }
}
.newsletter-teaser .wpforms-container-full button[type=submit] {
  background-color: rgb(22, 55, 48) !important;
  border: none !important;
  border-radius: 0;
  color: #fff !important;
  font-size: 7.25px !important;
  line-height: 7px !important;
  padding: 7px 30px !important;
  text-align: center !important;
}
@media (min-width: 992px) {
  .newsletter-teaser .wpforms-container-full button[type=submit] {
    font-size: 14px !important;
    line-height: 14px !important;
    padding: 13px 30px !important;
  }
}
.newsletter-teaser .wpforms-container-full button[type=submit]:hover {
  background-color: #fff !important;
  border: 1px solid rgb(22, 55, 48) !important;
  color: rgb(22, 55, 48) !important;
}
.newsletter-teaser .wpforms-container-full .wpforms-confirmation-container-full,
.newsletter-teaser .wpforms-container-full div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #D4DBC1;
  color: rgba(22, 55, 48, 0.8);
  margin: 0 auto 24px;
  padding: 15px 15px;
  overflow-wrap: break-word;
}

/*
Hubspot Form
*/
.hbspt-form {
  /* Custom Input */
}
.hbspt-form .h4, .hbspt-form h4 {
  font-size: calc(0.8rem + 0.3vw);
}
@media (min-width: 992px) {
  .hbspt-form .h4, .hbspt-form h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.hbspt-form hr {
  width: 97%;
}
@media (min-width: 768px) {
  .hbspt-form hr {
    width: 99%;
  }
}
@media (min-width: 992px) {
  .hbspt-form hr {
    width: 94%;
  }
}
.hbspt-form .hs-richtext {
  margin: 14px 0 0 0;
}
.hbspt-form .hs-fieldtype-checkbox label {
  margin: 14px 0;
}
.hbspt-form .hs-form-required {
  margin: 0 !important;
}
.hbspt-form ul[role=checkbox] {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hbspt-form ul[role=checkbox] li label {
  margin: 0;
}
.hbspt-form .hs-form-checkbox,
.hbspt-form .hs-form-booleancheckbox {
  margin: 16px 0;
}
.hbspt-form .hs-form-checkbox label,
.hbspt-form .hs-form-booleancheckbox label {
  position: relative;
}
.hbspt-form .hs-form-checkbox label span,
.hbspt-form .hs-form-booleancheckbox label span {
  display: inline-block;
  margin-left: 55px; /* Width of the new radio select and any additional spacing on the left */
}
.hbspt-form .hs-form-checkbox label span::before,
.hbspt-form .hs-form-booleancheckbox label span::before {
  /* Add new checkbox */
  border: 1px solid rgba(22, 55, 48, 0.4);
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
  border-radius: 0;
}
.hbspt-form .hs-form-checkbox label span::after,
.hbspt-form .hs-form-booleancheckbox label span::after {
  /* Style new checked item */
  content: "";
  height: 25px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease-in-out;
  width: 16px;
  background-image: url("check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
.hbspt-form .hs-form-checkbox label span a,
.hbspt-form .hs-form-booleancheckbox label span a {
  color: rgba(22, 55, 48, 0.8);
}
.hbspt-form .hs-form-checkbox label span a:hover,
.hbspt-form .hs-form-booleancheckbox label span a:hover {
  color: #83ADA4;
}
.hbspt-form .hs-form-checkbox label input,
.hbspt-form .hs-form-booleancheckbox label input {
  /* Hide the original checkbox */
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.hbspt-form .hs-form-checkbox label input:checked + span::after,
.hbspt-form .hs-form-booleancheckbox label input:checked + span::after {
  /* Show when checked */
  opacity: 1;
}
.hbspt-form .hs-form-checkbox label input:focus + span::after,
.hbspt-form .hs-form-booleancheckbox label input:focus + span::after {
  /* Style when focused */
  outline: 3px solid transparent; /* For Windows high contrast mode. */
}
@media (min-width: 768px) {
  .hbspt-form fieldset {
    max-width: none !important;
  }
}
.hbspt-form .form-columns-1 .hs-form-field {
  float: left;
  width: 100%;
}
.hbspt-form .form-columns-1 .hs-form-field .input {
  margin-right: 8px;
}
.hbspt-form .form-columns-1 .hs-form-field .input input[type=text],
.hbspt-form .form-columns-1 .hs-form-field .input input[type=email],
.hbspt-form .form-columns-1 .hs-form-field .input input[type=tel] {
  background-color: #fff;
  border: 1px solid rgba(22, 55, 48, 0.4);
  display: inline-block;
  height: 40px;
  width: 100%;
}
.hbspt-form .form-columns-1 .hs-form-field .input input[type=checkbox],
.hbspt-form .form-columns-1 .hs-form-field .input input[type=radio] {
  height: auto !important;
  width: auto !important;
}
@media (min-width: 992px) {
  .hbspt-form .form-columns-1 .hs-form-field .input {
    margin-right: 8px;
  }
}
.hbspt-form .form-columns-2 .hs-form-field {
  float: left;
  width: 50%;
}
.hbspt-form .form-columns-2 .hs-form-field .input {
  margin-right: 8px;
}
.hbspt-form .form-columns-2 .hs-form-field .input input[type=text],
.hbspt-form .form-columns-2 .hs-form-field .input input[type=email],
.hbspt-form .form-columns-2 .hs-form-field .input input[type=tel] {
  background-color: #fff;
  border: 1px solid rgba(22, 55, 48, 0.4);
  display: inline-block;
  height: 40px;
  width: 100% !important;
}
.hbspt-form .form-columns-2 .hs-form-field .input input[type=checkbox],
.hbspt-form .form-columns-2 .hs-form-field .input input[type=radio] {
  height: auto !important;
  width: auto !important;
}
@media (min-width: 992px) {
  .hbspt-form .form-columns-2 .hs-form-field .input {
    margin-right: 8px;
  }
}
.hbspt-form .hs-form-checkbox-display span {
  margin: 0 0 0 10px;
}
.hbspt-form input[type=text],
.hbspt-form input[type=email],
.hbspt-form input[type=tel],
.hbspt-form textarea {
  border: 1px solid rgba(22, 55, 48, 0.4) !important;
  border-radius: 0 !important;
  color: rgba(22, 55, 48, 0.8) !important;
  font-size: 12px !important;
  height: auto !important;
  line-height: 14px !important;
  padding: 7px 5px !important;
}
.hbspt-form input[type=text]::placeholder,
.hbspt-form input[type=email]::placeholder,
.hbspt-form input[type=tel]::placeholder,
.hbspt-form textarea::placeholder {
  color: rgba(22, 55, 48, 0.4) !important;
}
@media (min-width: 992px) {
  .hbspt-form input[type=text],
  .hbspt-form input[type=email],
  .hbspt-form input[type=tel],
  .hbspt-form textarea {
    font-size: 16px !important;
    line-height: 18px !important;
    min-height: 27px;
    padding: 0 15px;
  }
}
.hbspt-form textarea {
  min-height: 100px;
  width: 100% !important;
}
.hbspt-form .hs-submit {
  margin: 28px 0;
}
.hbspt-form .hs-submit input[type=submit] {
  background-color: rgb(22, 55, 48) !important;
  border: 1px solid #163730 !important;
  border-radius: 0;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 14px !important;
  padding: 7px 30px !important;
  text-align: center !important;
}
@media (min-width: 992px) {
  .hbspt-form .hs-submit input[type=submit] {
    font-size: 16px !important;
    line-height: 18px !important;
    padding: 13px 30px !important;
  }
}
.hbspt-form .hs-submit input[type=submit]:hover {
  background-color: #fff !important;
  border: 1px solid rgb(22, 55, 48) !important;
  color: rgb(22, 55, 48) !important;
}
.hbspt-form .hs-error-msgs {
  list-style-type: none;
  margin: 0 0 0.5rem 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  padding: 0;
}
.hbspt-form .hs-error-msgs label {
  color: #990000 !important;
}
.hbspt-form .hs_error_rollup {
  margin: 1rem 0 0 0;
}
.hbspt-form .hs_error_rollup .hs-error-msg .hs-main-font-element {
  color: #990000;
  font-size: 12px;
  float: none;
  cursor: default;
}
.hbspt-form label {
  color: rgba(22, 55, 48, 0.8);
}
.hbspt-form label.hs-error-msg {
  color: #990000;
  font-size: 12px;
  float: none;
  cursor: default;
}
.hbspt-form .submitted-message {
  background: #D4DBC1;
  color: rgba(22, 55, 48, 0.8);
  margin: 20px auto 24px;
  padding: 15px 15px;
  overflow-wrap: break-word;
}
.hbspt-form .submitted-message p {
  color: rgba(22, 55, 48, 0.8);
  overflow-wrap: break-word;
}

textarea {
  background: transparent;
  border: none;
  color: #fff;
  user-select: none;
  width: 100%;
  height: 100%;
  resize: none;
}

/*
  Hubspot Legal Consent
*/
.legal-consent-container {
  margin: 14px 0;
}

.hs-fieldtype-booleancheckbox {
  padding: 7px 5px !important;
  width: 95%;
}
.hs-fieldtype-booleancheckbox ul {
  margin: 0;
  padding: 0;
}
.hs-fieldtype-booleancheckbox ul li {
  list-style-type: none;
}
.hs-fieldtype-booleancheckbox ul li label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.hs-fieldtype-booleancheckbox ul li label input {
  margin-top: 3px !important;
}
@media (min-width: 768px) {
  .hs-fieldtype-booleancheckbox ul li label input {
    margin-top: 2px !important;
  }
}

/**
* Cookie Consent
*/
.cky-btn-accept {
  border: 1px solid rgb(22, 55, 48) !important;
}
.cky-btn-accept:hover {
  background-color: #fff !important;
  border-color: rgb(22, 55, 48) !important;
  color: rgb(22, 55, 48) !important;
}

.cky-btn-revisit-wrapper {
  display: none !important;
}

/**
* Simple Page Template
*/
.simple main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: auto;
  width: 100%;
}

#header {
  height: 100%;
  position: relative !important;
}

/**
* Error 404
*/
#error-404,
.coming-soon {
  display: flex;
  flex-grow: 1;
  height: auto;
  position: relative !important;
  width: 100%;
}
#error-404 h1,
.coming-soon h1 {
  font-size: 28px;
  line-height: 30px;
}
@media (min-width: 992px) {
  #error-404 h1,
  .coming-soon h1 {
    font-size: 94px;
    line-height: 96px;
  }
}
#error-404 a.btn,
.coming-soon a.btn {
  background-color: rgb(22, 55, 48) !important;
  border-radius: 0;
  color: #fff !important;
  font-size: 7.25px !important;
  line-height: 7px !important;
  margin: 20px 0 0 0;
  padding: 7px 30px !important;
  text-align: center !important;
}
@media (min-width: 992px) {
  #error-404 a.btn,
  .coming-soon a.btn {
    font-size: 14px !important;
    line-height: 14px !important;
    margin: 60px 0 0 0;
    padding: 13px 30px !important;
  }
}
#error-404 a.btn:hover,
.coming-soon a.btn:hover {
  background-color: #fff !important;
  border: 1px solid rgb(22, 55, 48) !important;
  border-radius: 0;
  color: rgb(22, 55, 48) !important;
}

/**
* Data Protection - Imprint
*/
#imprint {
  display: flex;
  flex-grow: 1;
  height: auto;
  margin: 150px 0 250px 0;
  position: relative !important;
}
@media (min-width: 992px) {
  #imprint {
    margin: 350px 0;
  }
}
#imprint h1 {
  color: #163730;
  font-size: 28px;
  line-height: 29px;
}
@media (min-width: 992px) {
  #imprint h1 {
    font-size: 74px;
    line-height: 75px;
  }
}
#imprint a {
  color: #163730;
  text-decoration: underline;
}
#imprint a:hover {
  color: #83ADA4;
}
#imprint p {
  font-size: 14px;
  hyphens: auto;
  line-height: 17px;
  word-break: break-word;
}
@media (min-width: 992px) {
  #imprint p {
    font-size: 18px;
    line-height: 21px;
  }
}

#data-protection,
#terms-and-conditions,
#care-and-use-instructions,
#ninety-days-money-back {
  display: flex;
  flex-grow: 1;
  height: auto;
  margin: 150px 0 50px 0;
  position: relative !important;
}
@media (min-width: 992px) {
  #data-protection,
  #terms-and-conditions,
  #care-and-use-instructions,
  #ninety-days-money-back {
    margin: 350px 0 150px 0;
  }
}
#data-protection a,
#terms-and-conditions a,
#care-and-use-instructions a,
#ninety-days-money-back a {
  color: #163730;
  text-decoration: underline;
}
#data-protection a:hover,
#terms-and-conditions a:hover,
#care-and-use-instructions a:hover,
#ninety-days-money-back a:hover {
  color: #83ADA4;
}
#data-protection h1,
#terms-and-conditions h1,
#care-and-use-instructions h1,
#ninety-days-money-back h1 {
  color: #163730;
  font-size: 28px;
  line-height: 29px;
}
@media (min-width: 992px) {
  #data-protection h1,
  #terms-and-conditions h1,
  #care-and-use-instructions h1,
  #ninety-days-money-back h1 {
    font-size: 74px;
    line-height: 75px;
  }
}
#data-protection h2,
#terms-and-conditions h2,
#care-and-use-instructions h2,
#ninety-days-money-back h2 {
  color: #163730;
  font-size: 20px;
  line-height: 21px;
  margin-top: 30px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  #data-protection h2,
  #terms-and-conditions h2,
  #care-and-use-instructions h2,
  #ninety-days-money-back h2 {
    font-size: 40px;
    line-height: 41px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
#data-protection ul li,
#terms-and-conditions ul li,
#care-and-use-instructions ul li,
#ninety-days-money-back ul li {
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 992px) {
  #data-protection ul li,
  #terms-and-conditions ul li,
  #care-and-use-instructions ul li,
  #ninety-days-money-back ul li {
    font-size: 18px;
    line-height: 21px;
  }
}
#data-protection p,
#terms-and-conditions p,
#care-and-use-instructions p,
#ninety-days-money-back p {
  font-size: 14px;
  hyphens: auto;
  line-height: 17px;
  word-break: break-word;
}
@media (min-width: 992px) {
  #data-protection p,
  #terms-and-conditions p,
  #care-and-use-instructions p,
  #ninety-days-money-back p {
    font-size: 18px;
    line-height: 21px;
  }
}
#data-protection strong,
#terms-and-conditions strong,
#care-and-use-instructions strong,
#ninety-days-money-back strong {
  font-weight: 600;
}

.accordion-team {
  background-color: #fff;
  border-top: 1px solid rgba(22, 55, 48, 0.4);
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: auto;
  padding: 0 0 50px 0;
  position: relative !important;
}
@media (min-width: 992px) {
  .accordion-team {
    border: none;
    flex-direction: row;
    min-height: 100vh;
    padding: 0;
  }
}
.accordion-team .colleague {
  display: flex;
  flex-direction: row;
  position: relative;
}
@media (min-width: 992px) {
  .accordion-team .colleague {
    width: 77px;
  }
}
.accordion-team .colleague .header {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid rgba(22, 55, 48, 0.4);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 15px;
  width: 100%;
}
@media (min-width: 992px) {
  .accordion-team .colleague .header {
    align-items: center;
    border-bottom: 1px solid rgba(22, 55, 48, 0.4);
    border-top: 1px solid rgba(22, 55, 48, 0.4);
    border-left: 1px solid rgba(22, 55, 48, 0.4);
    padding: 25px 16px;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
  }
}
.accordion-team .colleague .header .name {
  font-family: "AeonikPro-Medium";
  color: rgba(22, 55, 48, 0.6);
  font-size: 20px;
  line-height: 32px;
}
@media (min-width: 992px) {
  .accordion-team .colleague .header .name {
    font-size: 28px;
    line-height: 44px;
  }
}
.accordion-team .colleague .header .title {
  color: rgba(22, 55, 48, 0.6);
  font-size: 14px;
  line-height: 22px;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .accordion-team .colleague .header .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.accordion-team .colleague .content {
  background-color: #fff;
  display: none;
  width: 100%;
}
.accordion-team .colleague .content .inner {
  display: block;
  height: 100%;
  padding: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .accordion-team .colleague .content .inner {
    padding: 20px 115px 20px 55px;
  }
}
.accordion-team .colleague .content .inner .intro {
  position: relative;
}
.accordion-team .colleague .content .inner .intro .title {
  color: rgba(22, 55, 48, 0.6);
  font-size: 14px;
  line-height: 22px;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .accordion-team .colleague .content .inner .intro .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.accordion-team .colleague .content .inner .intro .name {
  color: #163730;
  font-family: "AeonikPro-Medium";
  font-size: 36px;
  line-height: 41px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .accordion-team .colleague .content .inner .intro .name {
    font-size: 74px;
    line-height: 85px;
    margin-bottom: 45px;
  }
}
.accordion-team .colleague .content .inner .curriculum .title {
  border-bottom: 1px solid rgba(22, 55, 48, 0.4);
  color: rgb(22, 55, 48);
  font-size: 14px;
  line-height: 22px;
  padding: 3px 0;
}
@media (min-width: 992px) {
  .accordion-team .colleague .content .inner .curriculum .title {
    font-size: 24px;
    line-height: 38px;
    padding: 3px 0;
  }
}
.accordion-team .colleague .content .inner .curriculum .content {
  color: rgba(22, 55, 48, 0.8);
  display: none;
  position: relative;
}
.accordion-team .colleague .content .inner .inner-acc .inner-header {
  align-items: center;
  border-bottom: 1px solid rgba(22, 55, 48, 0.4);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  height: 40px;
  justify-content: space-between;
  padding: 3px 0;
}
@media (min-width: 992px) {
  .accordion-team .colleague .content .inner .inner-acc .inner-header {
    height: auto;
    padding: 8px 0;
  }
}
.accordion-team .colleague .content .inner .inner-acc .inner-header .title {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .accordion-team .colleague .content .inner .inner-acc .inner-header .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.accordion-team .colleague .content .inner .inner-acc .inner-header .toggle img {
  height: 17px;
  margin-bottom: 3px;
  transform: rotate(0);
  transition: all 0.5s ease;
  width: 17px;
}
@media (min-width: 992px) {
  .accordion-team .colleague .content .inner .inner-acc .inner-header .toggle img {
    height: 36px;
    width: 36px;
  }
}
.accordion-team .colleague .content .inner .inner-acc .content {
  display: none;
}
.accordion-team .colleague .content .inner .inner-acc.show {
  position: relative;
}
.accordion-team .colleague .content .inner .inner-acc.show .content {
  background-color: #fff;
  border: none;
  color: rgba(22, 55, 48, 0.8);
  counter-reset: my-counter;
  display: block;
  font-size: 10px;
  line-height: 11px;
  height: auto;
  padding: 12px 0;
  position: absolute;
  z-index: 9;
}
@media (min-width: 992px) {
  .accordion-team .colleague .content .inner .inner-acc.show .content {
    font-size: 18px;
    line-height: 20px;
    padding: 12px 0;
  }
}
.accordion-team .colleague .content .inner .inner-acc.show .content ol {
  list-style-position: inside;
  list-style-type: decimal-leading-zero;
  margin: 12px 0 0 0;
  padding: 0;
}
@media (min-width: 992px) {
  .accordion-team .colleague .content .inner .inner-acc.show .content ol {
    margin: 16px 0 0 0;
  }
}
.accordion-team .colleague .content .inner .inner-acc.show .content ol li:first-of-type {
  border-top: 1px solid rgba(22, 55, 48, 0.4);
  border-bottom: 1px solid rgba(22, 55, 48, 0.4);
}
.accordion-team .colleague .content .inner .inner-acc.show .content ol li {
  align-items: top;
  border-bottom: 1px solid rgba(22, 55, 48, 0.4);
  counter-increment: my-counter;
  display: flex;
  font-size: 10px;
  line-height: 11px;
  padding: 6px 0;
}
.accordion-team .colleague .content .inner .inner-acc.show .content ol li::before {
  content: counter(my-counter, decimal-leading-zero);
  font-size: 6px;
  line-height: 8px;
  padding-right: 3px;
}
@media (min-width: 992px) {
  .accordion-team .colleague .content .inner .inner-acc.show .content ol li {
    color: rgba(22, 55, 48, 0.8);
    font-size: 18px;
    line-height: 20px;
    padding: 10px 0;
  }
  .accordion-team .colleague .content .inner .inner-acc.show .content ol li::before {
    content: counter(my-counter, decimal-leading-zero);
    font-size: 9px;
    line-height: 14px;
    padding-right: 6px;
  }
}
.accordion-team .colleague .content .inner .inner-acc.show .inner-header .toggle img {
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}
.accordion-team .colleague .content .quote {
  padding: 0;
}
@media (min-width: 992px) {
  .accordion-team .colleague .content .quote {
    padding: 0;
  }
}
.accordion-team .colleague .content .quote blockquote {
  color: #163730;
  font-family: "AeonikPro-Medium";
  font-size: 26px;
  line-height: 27px;
  margin: 0 0 40px 0;
  hyphens: auto;
  word-wrap: break-word;
  width: auto;
}
@media (min-width: 992px) {
  .accordion-team .colleague .content .quote blockquote {
    font-size: 48px;
    line-height: 57px;
    margin: 0 0 95px 0;
  }
}
.accordion-team .colleague .content .quote blockquote p {
  hyphens: auto;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}
.accordion-team .colleague.show {
  flex-grow: 1;
}
.accordion-team .colleague.show .header {
  display: none;
}
.accordion-team .colleague.show .content {
  border-bottom: 1px solid rgba(22, 55, 48, 0.4);
  display: block;
}
@media (min-width: 992px) {
  .accordion-team .colleague.show .content {
    border-bottom: 1px solid rgba(22, 55, 48, 0.4);
    border-right: 1px solid rgba(22, 55, 48, 0.4);
    border-top: 1px solid rgba(22, 55, 48, 0.4);
  }
}
.accordion-team .colleague.show .content .curriculum .content {
  background-color: #fff;
  border: none;
  color: rgb(22, 55, 48);
  counter-reset: my-counter;
  display: block;
  font-size: 14px;
  line-height: 17px;
  height: auto;
  margin: 18px 0 70px 0;
}
@media (min-width: 992px) {
  .accordion-team .colleague.show .content .curriculum .content {
    color: rgba(22, 55, 48, 0.8);
    font-size: 24px;
    line-height: 29px;
    margin: 30px 0;
    padding: 0;
  }
}
.accordion-team .colleague.show .content .curriculum .content ol {
  color: rgba(22, 55, 48, 0.6);
  list-style-position: inside;
  list-style-type: decimal-leading-zero;
  margin: 12px 0 0 0;
  padding: 0;
}
@media (min-width: 992px) {
  .accordion-team .colleague.show .content .curriculum .content ol {
    margin: 20px 0;
  }
}
.accordion-team .colleague.show .content .curriculum .content ol li {
  align-items: top;
  counter-increment: my-counter;
  display: inline;
  font-size: 12px;
  line-height: 17px;
  position: relative;
  padding: 0 0 0 10px;
  word-wrap: break-word;
}
.accordion-team .colleague.show .content .curriculum .content ol li::before {
  content: counter(my-counter, decimal-leading-zero);
  font-size: 6px;
  line-height: 8px;
  left: 0;
  padding-right: 3px;
  position: absolute;
  top: 1px;
}
.accordion-team .colleague.show .content .curriculum .content ol li::after {
  content: "/";
  position: relative;
  padding: 0 3px 0 3px;
}
.accordion-team .colleague.show .content .curriculum .content ol li:last-of-type::after {
  content: "";
}
@media (min-width: 992px) {
  .accordion-team .colleague.show .content .curriculum .content ol li {
    color: rgba(22, 55, 48, 0.6);
    font-size: 18px;
    line-height: 23px;
    padding: 0 0 0 15px;
  }
  .accordion-team .colleague.show .content .curriculum .content ol li::before {
    content: counter(my-counter, decimal-leading-zero);
    font-size: 9px;
    line-height: 14px;
    padding-right: 6px;
    top: 2px;
  }
}

.accordion-team-thumbs {
  background-color: #fff;
  border-top: 1px solid rgba(22, 55, 48, 0.4);
  height: auto;
  min-height: 100vh;
  padding: 10rem 0;
  position: relative !important;
}
.accordion-team-thumbs .colleague {
  position: relative;
  padding: 0 0 2rem 0;
}
@media (min-width: 992px) {
  .accordion-team-thumbs .colleague {
    padding: 0 0 5rem 0;
  }
}
.accordion-team-thumbs .intro {
  position: relative;
}
.accordion-team-thumbs .intro .background {
  position: relative;
}
.accordion-team-thumbs .intro .background img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.accordion-team-thumbs .intro .quote {
  bottom: 2rem;
  color: #fff;
  font-size: 24px;
  line-height: 29px;
  left: 1.5rem;
  position: absolute;
  width: 75%;
}
.accordion-team-thumbs .personal {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 0.5rem 0 3rem 0;
  position: relative;
}
.accordion-team-thumbs .personal .name {
  color: rgba(22, 55, 48, 0.6);
  font-family: "AeonikPro-Medium";
}
.accordion-team-thumbs .personal .title {
  color: rgba(22, 55, 48, 0.6);
  margin-left: 6px;
  text-transform: none;
}
.accordion-team-thumbs .about .title {
  border-bottom: 1px solid rgba(22, 55, 48, 0.4);
  color: rgba(22, 55, 48, 0.6);
  cursor: pointer;
  padding: 0 0 6px 0;
}
.accordion-team-thumbs .about .content {
  background-color: #fff;
  border: none;
  color: rgb(22, 55, 48);
  counter-reset: my-counter;
  display: block;
  font-size: 14px;
  line-height: 17px;
  height: auto;
  margin: 18px 0 70px 0;
}
@media (min-width: 992px) {
  .accordion-team-thumbs .about .content {
    color: rgba(22, 55, 48, 0.8);
    font-size: 24px;
    line-height: 29px;
    margin: 30px 0;
    padding: 0;
  }
}
.accordion-team-thumbs .about .content ol {
  color: rgba(22, 55, 48, 0.6);
  list-style-position: inside;
  list-style-type: decimal-leading-zero;
  margin: 12px 0 0 0;
  padding: 0;
}
@media (min-width: 992px) {
  .accordion-team-thumbs .about .content ol {
    margin: 20px 0;
  }
}
.accordion-team-thumbs .about .content ol li {
  align-items: top;
  counter-increment: my-counter;
  display: inline;
  font-size: 12px;
  line-height: 17px;
  position: relative;
  padding: 0 0 0 10px;
  word-wrap: break-word;
}
.accordion-team-thumbs .about .content ol li::before {
  content: counter(my-counter, decimal-leading-zero);
  font-size: 6px;
  line-height: 8px;
  left: 0;
  padding-right: 3px;
  position: absolute;
  top: 1px;
}
.accordion-team-thumbs .about .content ol li::after {
  content: "/";
  position: relative;
  padding: 0 3px 0 3px;
}
.accordion-team-thumbs .about .content ol li:last-of-type::after {
  content: "";
}
@media (min-width: 992px) {
  .accordion-team-thumbs .about .content ol li {
    color: rgba(22, 55, 48, 0.6);
    font-size: 16px;
    line-height: 19px;
    padding: 0 0 0 15px;
  }
  .accordion-team-thumbs .about .content ol li::before {
    content: counter(my-counter, decimal-leading-zero);
    font-size: 9px;
    line-height: 14px;
    padding-right: 6px;
    top: 2px;
  }
}

/**
* Hero Video
*/
.hero-video {
  height: 100%;
  min-height: 100vh;
  position: relative;
  width: 100%;
}
.hero-video .logo {
  display: none;
  margin-top: 35px;
  position: relative;
}
@media (min-width: 768px) {
  .hero-video .logo {
    display: block;
  }
}
@media (min-width: 992px) {
  .hero-video .logo {
    margin-top: 35px;
  }
}
.hero-video .logo img {
  width: 75px;
  height: auto;
}
@media (min-width: 992px) {
  .hero-video .logo img {
    width: 175px;
  }
}
.hero-video .background {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.hero-video .background video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hero-video .scroll-cta {
  align-items: center;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  width: 250px;
}
.hero-video .scroll-cta .cta {
  color: #fff;
  font-family: "AeonikPro-Regular";
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .hero-video .scroll-cta .cta {
    font-size: 12px;
    line-height: 12px;
  }
}
.hero-video .scroll-cta .chevron {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .hero-video .scroll-cta .chevron {
    margin-top: 20px;
  }
}
.hero-video .scroll-cta .chevron svg path {
  stroke: #fff;
}
.hero-video .hero-logo {
  max-width: 175px;
  padding: 70px 0 28px 0;
  position: relative;
}
@media (min-width: 992px) {
  .hero-video .hero-logo {
    max-width: 300px;
    padding-top: 120px;
  }
}
.hero-video .hero-logo p {
  margin: 0;
  padding: 0;
}
.hero-video .content,
.hero-video h1,
.hero-video h2 {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: clamp(48px, 0.25rem + 3.75vw, 78px);
  line-height: clamp(42px, 0.25rem + 3.75vw, 76px);
  font-style: normal;
  margin-bottom: 28px;
  position: relative;
}
@media (min-width: 768px) {
  .hero-video .content,
  .hero-video h1,
  .hero-video h2 {
    font-weight: 500;
    font-size: clamp(48px, 0.25rem + 3.75vw, 78px);
    line-height: clamp(42px, 0.25rem + 3.75vw, 76px);
    margin-bottom: 40px;
  }
}
.hero-video .content h1,
.hero-video .content h2,
.hero-video .content p,
.hero-video h1 h1,
.hero-video h1 h2,
.hero-video h1 p,
.hero-video h2 h1,
.hero-video h2 h2,
.hero-video h2 p {
  margin: 0;
  padding: 0;
}
.hero-video .cta-wrapper {
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 145px;
  position: relative;
}
@media (min-width: 768px) {
  .hero-video .cta-wrapper {
    justify-content: start;
    margin-bottom: 140px;
  }
}
.hero-video .cta-wrapper .cta {
  display: inline-block;
  margin: 0 7.5px 14px 0;
}
@media (min-width: 768px) {
  .hero-video .cta-wrapper .cta {
    margin: 0 15px 0 0;
  }
  .hero-video .cta-wrapper .cta:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .hero-video .cta-wrapper .cta {
    margin: 0 25px 0 0;
  }
}

/**
* Hero Image
*/
.hero-image {
  height: 100vh;
  min-height: 100vh;
  position: relative;
  width: 100%;
}
.hero-image .logo {
  display: none;
  margin-top: 35px;
  position: relative;
}
@media (min-width: 768px) {
  .hero-image .logo {
    display: block;
  }
}
@media (min-width: 992px) {
  .hero-image .logo {
    margin-top: 35px;
  }
}
.hero-image .logo img {
  width: 75px;
  height: auto;
}
@media (min-width: 992px) {
  .hero-image .logo img {
    width: 175px;
  }
}
.hero-image .background {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.hero-image .background img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hero-image .scroll-cta {
  align-items: center;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  width: 250px;
}
.hero-image .scroll-cta .cta {
  color: #fff;
  font-family: "AeonikPro-Regular";
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .hero-image .scroll-cta .cta {
    font-size: 12px;
    line-height: 12px;
  }
}
.hero-image .scroll-cta .chevron {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .hero-image .scroll-cta .chevron {
    margin-top: 20px;
  }
}
.hero-image .scroll-cta .chevron svg path {
  stroke: #fff;
}
.hero-image .content,
.hero-image h1,
.hero-image h2 {
  color: #fff;
  font-size: clamp(48px, 0.25rem + 3.75vw, 78px);
  line-height: clamp(42px, 0.25rem + 3.75vw, 76px);
  font-style: normal;
  margin-bottom: 28px;
  position: relative;
}
@media (min-width: 768px) {
  .hero-image .content,
  .hero-image h1,
  .hero-image h2 {
    font-weight: 500;
    font-size: clamp(48px, 0.25rem + 3.75vw, 78px);
    line-height: clamp(42px, 0.25rem + 3.75vw, 76px);
    margin-bottom: 40px;
  }
}
.hero-image .content h1,
.hero-image .content h2,
.hero-image .content p,
.hero-image h1 h1,
.hero-image h1 h2,
.hero-image h1 p,
.hero-image h2 h1,
.hero-image h2 h2,
.hero-image h2 p {
  margin: 0;
  padding: 0;
}
.hero-image .cta-wrapper {
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 145px;
  position: relative;
}
@media (min-width: 768px) {
  .hero-image .cta-wrapper {
    justify-content: start;
    margin-bottom: 140px;
  }
}
.hero-image .cta-wrapper .cta {
  display: inline-block;
  margin: 0 7.5px 14px 0;
}
@media (min-width: 768px) {
  .hero-image .cta-wrapper .cta {
    margin: 0 15px 0 0;
  }
  .hero-image .cta-wrapper .cta:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .hero-image .cta-wrapper .cta {
    margin: 0 25px 0 0;
  }
}

/**
* Hero Double Block With Text Animation
*/
.hero-double-block {
  position: relative;
}
.hero-double-block .image-top,
.hero-double-block .image-bottom {
  height: 100vh;
  min-height: 100vh;
  position: relative;
}
.hero-double-block .image-top img,
.hero-double-block .image-bottom img {
  height: 100%;
  object-fit: cover;
  object-position: right;
  width: 100%;
}
.hero-double-block .content-wrapper {
  top: 25%;
  position: absolute;
  transform: translateY(-50%);
}
.hero-double-block .content-wrapper .content {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: clamp(48px, 0.75rem + 3.75vw, 4.75rem);
  line-height: clamp(49px, 0.75rem + 3.75vw, 4.75rem);
  margin: 0 0 56px 0;
}
@media (min-width: 768px) {
  .hero-double-block .content-wrapper .content {
    margin: 0 0 56px 0;
  }
}
.hero-double-block .content-wrapper .content h2 {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: clamp(48px, 0.75rem + 3.75vw, 4.75rem);
  line-height: clamp(49px, 0.75rem + 3.75vw, 4.75rem);
  margin: 0;
}
.hero-double-block .cta-wrapper .btn::after {
  transform: rotate(-45deg);
}
.hero-double-block .cta-wrapper .btn:hover::after {
  animation: none !important;
  transform: rotate(-90deg);
}

/**
* Info Image
*/
.info-image {
  height: 100%;
  min-height: 100vh;
  padding: 35px 0 85px 0;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .info-image {
    height: 100vh;
    padding: 85px 0;
  }
}
.info-image.bg-light {
  background-color: #fff !important;
}
.info-image.bg-gray {
  background-color: #F6F7F8 !important;
}
.info-image .image-wrapper {
  height: 100%;
  min-height: 50vh;
}
@media (min-width: 992px) {
  .info-image .image-wrapper {
    height: 100%;
    min-height: auto;
  }
}
.info-image .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .info-image .order-lg-last .content-wrapper {
    padding: 0 0 0 25px;
  }
}
.info-image .content-wrapper .title {
  font-family: "AeonikPro-Medium";
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 35px 0 25px 0;
}
@media (min-width: 992px) {
  .info-image .content-wrapper .title {
    font-size: 48px;
    line-height: 44px;
    margin: 35px 0;
  }
}
.info-image .content-wrapper .content {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
}
.info-image .content-wrapper .content ul {
  padding-left: 1.125rem;
}
.info-image .content-wrapper .content ul li {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .info-image .content-wrapper .content ul li {
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .info-image .content-wrapper .content {
    font-size: 20px;
    line-height: 21px;
  }
}
.info-image .cta-wrapper {
  margin-top: 45px;
}
@media (min-width: 992px) {
  .info-image .cta-wrapper {
    margin-top: 115px;
  }
}

/**
* Info Video
*/
.info-video {
  color: #163730;
  height: 100%;
  min-height: auto;
  padding: 40px 0 0 0;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .info-video {
    height: 100%;
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .info-video {
    height: 100%;
    min-height: auto;
    padding: 85px 0 0 0;
  }
}
.info-video.bg-light {
  background-color: #fff !important;
}
.info-video.bg-gray {
  background-color: #F6F7F8 !important;
}
.info-video .video-wrapper {
  left: 0;
  height: 380px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .info-video .video-wrapper {
    height: 100%;
  }
}
.info-video .video-wrapper video {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
@media (min-width: 992px) {
  .info-video .order-lg-last .content-wrapper {
    padding: 0 0 0 25px;
  }
}
.info-video .title {
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  margin: 0 0 28px 0;
}
@media (min-width: 768px) {
  .info-video .title {
    font-size: 78px;
    line-height: 73px;
    margin: 35px 0 25px 0;
  }
}
@media (min-width: 992px) {
  .info-video .title {
    font-size: 78px;
    line-height: 73px;
    margin: 0 0 56px 0;
  }
}
.info-video .content-wrapper .title {
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  margin: 40px 0 28px 0;
}
@media (min-width: 768px) {
  .info-video .content-wrapper .title {
    font-size: 78px;
    line-height: 73px;
    margin: 35px 0 25px 0;
  }
}
@media (min-width: 992px) {
  .info-video .content-wrapper .title {
    font-size: 78px;
    line-height: 73px;
    margin: 0 0 56px 0;
  }
}
.info-video .content-wrapper .content {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
@media (min-width: 992px) {
  .info-video .content-wrapper .content {
    font-size: 24px;
    line-height: 24px;
  }
}
.info-video .content-wrapper .content ul {
  background: #F5F8F7;
  padding: 28px 34px;
  margin: 0;
}
.info-video .content-wrapper .content ul li {
  font-size: 16px;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .info-video .content-wrapper .content ul li {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .info-video .content-wrapper .content ul li strong {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .info-video .content-wrapper .content ul {
    padding: 32px 56px;
  }
}
.info-video .content-wrapper .content h2,
.info-video .content-wrapper .content h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
@media (min-width: 992px) {
  .info-video .content-wrapper .content h2,
  .info-video .content-wrapper .content h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.info-video .cta-wrapper {
  margin-top: 45px;
}
@media (min-width: 992px) {
  .info-video .cta-wrapper {
    margin-top: 115px;
  }
}
.info-video .cta-wrapper .cta a {
  border-bottom: 1px solid #000000;
  color: #163730;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 11px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .info-video .cta-wrapper .cta a {
    font-size: 20px;
    line-height: 18px;
    padding: 0 0 9px 0;
  }
}

/**
* Info Video Gallery
*/
.info-video-gallery {
  color: #163730;
  height: 100%;
  min-height: auto;
  padding: 40px 0 0 0;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .info-video-gallery {
    height: 100%;
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .info-video-gallery {
    height: 100%;
    min-height: auto;
    padding: 85px 0 0 0;
  }
}
.info-video-gallery.bg-light {
  background-color: #fff !important;
}
.info-video-gallery.bg-gray {
  background-color: #F6F7F8 !important;
}
.info-video-gallery .video-wrapper {
  left: 0;
  height: auto;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .info-video-gallery .video-wrapper {
    height: auto;
  }
}
.info-video-gallery .video-wrapper video {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
@media (min-width: 992px) {
  .info-video-gallery .order-lg-last .content-wrapper {
    padding: 0 0 0 25px;
  }
}
.info-video-gallery .swiper {
  height: auto;
  margin: 25px 0 0 0;
  padding: 0 0 25px 0;
}
@media (min-width: 768px) {
  .info-video-gallery .swiper {
    margin: 25px 0 0 0;
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .info-video-gallery .swiper {
    margin: 32px 0 56px 0;
    padding: 0;
    width: 100%;
  }
}
.info-video-gallery .swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.info-video-gallery .swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .info-video-gallery .swiper .swiper-wrapper .swiper-slide .video-title {
    color: rgb(22, 55, 48);
    font-size: 24px;
    line-height: 98%;
    margin: 17px 0 11.8px 0;
  }
}
@media (min-width: 992px) {
  .info-video-gallery .swiper .swiper-wrapper .swiper-slide .video-content {
    color: rgba(22, 55, 48, 0.6);
    font-size: 13.886px;
    line-height: 102%;
  }
}
.info-video-gallery .swiper.videoGalleryMainSwiper .swiper-wrapper .swiper-slide .video-title {
  color: rgb(22, 55, 48);
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  margin: 15px 0 5px 0;
}
@media (min-width: 768px) {
  .info-video-gallery .swiper.videoGalleryMainSwiper .swiper-wrapper .swiper-slide .video-title {
    font-size: 24px;
    font-weight: 400;
    margin: 30px 0 23px 0;
  }
}
@media (min-width: 992px) {
  .info-video-gallery .swiper.videoGalleryMainSwiper .swiper-wrapper .swiper-slide .video-title {
    font-size: 36px;
    font-weight: 400;
    margin: 30px 0 23px 0;
  }
}
.info-video-gallery .swiper.videoGalleryMainSwiper .swiper-wrapper .swiper-slide .video-content {
  color: rgba(22, 55, 48, 0.6);
  font-size: 14px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .info-video-gallery .swiper.videoGalleryMainSwiper .swiper-wrapper .swiper-slide .video-content {
    font-size: 18px;
    line-height: 98%;
  }
}
@media (min-width: 992px) {
  .info-video-gallery .swiper.videoGalleryMainSwiper .swiper-wrapper .swiper-slide .video-content {
    font-size: 24px;
    line-height: 98%;
  }
}
.info-video-gallery .swiper .swiper-buttons {
  align-items: baseline;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  right: 0;
  position: absolute;
  padding: 10px;
  bottom: -15px;
  width: auto;
  z-index: 9;
}
@media (min-width: 768px) {
  .info-video-gallery .swiper .swiper-buttons {
    bottom: 60px;
  }
}
@media (min-width: 992px) {
  .info-video-gallery .swiper .swiper-buttons {
    bottom: 90px;
  }
}
.info-video-gallery .swiper .swiper-buttons .audio-stop {
  cursor: pointer;
  height: 16px;
  margin: 0 16px 0 0;
  width: 20px;
  background-image: url("stop.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .info-video-gallery .swiper .swiper-buttons .audio-stop {
    height: 26px;
    margin: 0 27px 0 0;
    width: 34px;
  }
}
.info-video-gallery .swiper .swiper-buttons .audio-play {
  cursor: pointer;
  height: 16px;
  margin: 0 16px 0 0;
  width: 20px;
}
@media (min-width: 768px) {
  .info-video-gallery .swiper .swiper-buttons .audio-play {
    height: 26px;
    margin: 0 27px 0 0;
    width: 34px;
  }
}
.info-video-gallery .swiper .swiper-buttons .audio-play.playing {
  background-image: url("pause.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.info-video-gallery .swiper .swiper-buttons .audio-play.paused {
  background-image: url("play.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.info-video-gallery .swiper .swiper-buttons .audio-toggle {
  cursor: pointer;
  height: 16px;
  margin: 0 16px 0 0;
  width: 20px;
}
@media (min-width: 768px) {
  .info-video-gallery .swiper .swiper-buttons .audio-toggle {
    height: 26px;
    margin: 0 27px 0 0;
    width: 34px;
  }
}
.info-video-gallery .swiper .swiper-buttons .audio-toggle.mute {
  background-image: url("mute.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.info-video-gallery .swiper .swiper-buttons .audio-toggle.unmute {
  background-image: url("unmute.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.info-video-gallery .swiper .swiper-buttons .swiper-button-prev,
.info-video-gallery .swiper .swiper-buttons .swiper-button-next {
  left: auto;
  height: 36px;
  position: relative;
  right: auto;
  width: auto;
}
.info-video-gallery .swiper .swiper-buttons .swiper-button-prev img,
.info-video-gallery .swiper .swiper-buttons .swiper-button-next img {
  height: 16px;
  width: 20px;
}
@media (min-width: 768px) {
  .info-video-gallery .swiper .swiper-buttons .swiper-button-prev img,
  .info-video-gallery .swiper .swiper-buttons .swiper-button-next img {
    height: 26px;
    width: 34px;
  }
}
.info-video-gallery .swiper .swiper-buttons .swiper-button-prev::after,
.info-video-gallery .swiper .swiper-buttons .swiper-button-next::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.info-video-gallery .swiper .swiper-buttons .swiper-button-next {
  margin: 0 0 1px 0;
}
@media (min-width: 768px) {
  .info-video-gallery .swiper .swiper-buttons .swiper-button-next {
    margin: 0 0 1px 0;
  }
}
.info-video-gallery .swiper .swiper-buttons .swiper-button-prev {
  margin: 0 16px 0 0;
}
@media (min-width: 768px) {
  .info-video-gallery .swiper .swiper-buttons .swiper-button-prev {
    margin: 0 27px 0 0;
  }
}
.info-video-gallery .swiper .swiper-buttons .swiper-button-prev img {
  transform: rotate(-180deg);
}
.info-video-gallery .swiper .swiper-buttons .swiper-button-disabled::after {
  color: rgba(0, 0, 0, 0.1);
}
.info-video-gallery .swiper .swiper-scrollbar {
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}
.info-video-gallery .swiper .swiper-scrollbar:hover {
  cursor: pointer;
}
.info-video-gallery .videoGalleryThumbSwiper {
  height: auto;
  margin: 16px 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
}
.info-video-gallery .title {
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  margin: 0 0 28px 0;
}
@media (min-width: 768px) {
  .info-video-gallery .title {
    font-size: 78px;
    line-height: 73px;
    margin: 35px 0 25px 0;
  }
}
@media (min-width: 992px) {
  .info-video-gallery .title {
    font-size: 78px;
    line-height: 73px;
    margin: 0 0 56px 0;
  }
}
.info-video-gallery .content-wrapper .title,
.info-video-gallery .content-wrapper-mobile .title {
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  margin: 40px 0 28px 0;
}
@media (min-width: 768px) {
  .info-video-gallery .content-wrapper .title,
  .info-video-gallery .content-wrapper-mobile .title {
    font-size: 58px;
    line-height: 73px;
    margin: 35px 0 25px 0;
  }
}
@media (min-width: 992px) {
  .info-video-gallery .content-wrapper .title,
  .info-video-gallery .content-wrapper-mobile .title {
    font-size: 78px;
    line-height: 73px;
    margin: 0 0 32px 0;
  }
}
.info-video-gallery .content-wrapper .content,
.info-video-gallery .content-wrapper-mobile .content {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin: 0;
}
@media (min-width: 768px) {
  .info-video-gallery .content-wrapper .content,
  .info-video-gallery .content-wrapper-mobile .content {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .info-video-gallery .content-wrapper .content,
  .info-video-gallery .content-wrapper-mobile .content {
    font-size: 24px;
    line-height: 24px;
  }
  .info-video-gallery .content-wrapper .content h3, .info-video-gallery .content-wrapper .content ul,
  .info-video-gallery .content-wrapper-mobile .content h3,
  .info-video-gallery .content-wrapper-mobile .content ul {
    display: none;
  }
}
.info-video-gallery .content-wrapper .content ul,
.info-video-gallery .content-wrapper-mobile .content ul {
  background: #F5F8F7;
  padding: 28px 34px;
  margin: 0;
}
.info-video-gallery .content-wrapper .content ul li,
.info-video-gallery .content-wrapper-mobile .content ul li {
  font-size: 16px;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .info-video-gallery .content-wrapper .content ul li,
  .info-video-gallery .content-wrapper-mobile .content ul li {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .info-video-gallery .content-wrapper .content ul li strong,
  .info-video-gallery .content-wrapper-mobile .content ul li strong {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .info-video-gallery .content-wrapper .content ul,
  .info-video-gallery .content-wrapper-mobile .content ul {
    padding: 32px 56px;
  }
}
.info-video-gallery .content-wrapper .content h2,
.info-video-gallery .content-wrapper .content h3,
.info-video-gallery .content-wrapper-mobile .content h2,
.info-video-gallery .content-wrapper-mobile .content h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
@media (min-width: 992px) {
  .info-video-gallery .content-wrapper .content h2,
  .info-video-gallery .content-wrapper .content h3,
  .info-video-gallery .content-wrapper-mobile .content h2,
  .info-video-gallery .content-wrapper-mobile .content h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.info-video-gallery .content-wrapper-mobile {
  margin: 32px 0 0 0;
}
.info-video-gallery .cta-wrapper {
  margin-top: 45px;
}
@media (min-width: 992px) {
  .info-video-gallery .cta-wrapper {
    margin-top: 115px;
  }
}
.info-video-gallery .cta-wrapper .cta a {
  border-bottom: 1px solid #000000;
  color: #163730;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 11px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .info-video-gallery .cta-wrapper .cta a {
    font-size: 20px;
    line-height: 18px;
    padding: 0 0 9px 0;
  }
}

/**
* Info Video Gallery V3
*/
.info-video-gallery-v3 {
  color: #163730;
  height: 100%;
  min-height: auto;
  padding: 40px 0 0 0;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .info-video-gallery-v3 {
    height: 100%;
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .info-video-gallery-v3 {
    height: 100%;
    min-height: auto;
    padding: 85px 0 0 0;
  }
}
.info-video-gallery-v3.bg-light {
  background-color: #fff !important;
}
.info-video-gallery-v3.bg-gray {
  background-color: #F6F7F8 !important;
}
.info-video-gallery-v3 .video-wrapper {
  left: 0;
  height: auto;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .info-video-gallery-v3 .video-wrapper {
    height: auto;
  }
}
.info-video-gallery-v3 .video-wrapper video {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
@media (min-width: 992px) {
  .info-video-gallery-v3 .order-lg-last .content-wrapper {
    padding: 0 0 0 25px;
  }
}
.info-video-gallery-v3 .swiper {
  height: auto;
  margin: 25px 0 0 0;
  padding: 0 0 25px 0;
}
@media (min-width: 768px) {
  .info-video-gallery-v3 .swiper {
    margin: 25px 0 0 0;
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .info-video-gallery-v3 .swiper {
    margin: 32px 0 56px 0;
    padding: 0;
    width: 100%;
  }
}
.info-video-gallery-v3 .swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.info-video-gallery-v3 .swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .info-video-gallery-v3 .swiper .swiper-wrapper .swiper-slide .video-title {
    color: rgb(22, 55, 48);
    font-size: 24px;
    line-height: 98%;
    margin: 17px 0 11.8px 0;
  }
}
@media (min-width: 992px) {
  .info-video-gallery-v3 .swiper .swiper-wrapper .swiper-slide .video-content {
    color: rgba(22, 55, 48, 0.6);
    font-size: 13.886px;
    line-height: 102%;
  }
}
.info-video-gallery-v3 .swiper.videoGalleryMainSwiper .swiper-wrapper .swiper-slide .video-title {
  color: rgb(22, 55, 48);
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  margin: 15px 0 5px 0;
}
@media (min-width: 768px) {
  .info-video-gallery-v3 .swiper.videoGalleryMainSwiper .swiper-wrapper .swiper-slide .video-title {
    font-size: 24px;
    font-weight: 400;
    margin: 30px 0 23px 0;
  }
}
@media (min-width: 992px) {
  .info-video-gallery-v3 .swiper.videoGalleryMainSwiper .swiper-wrapper .swiper-slide .video-title {
    font-size: 36px;
    font-weight: 400;
    margin: 30px 0 23px 0;
  }
}
.info-video-gallery-v3 .swiper.videoGalleryMainSwiper .swiper-wrapper .swiper-slide .video-content {
  color: rgba(22, 55, 48, 0.6);
  font-size: 14px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .info-video-gallery-v3 .swiper.videoGalleryMainSwiper .swiper-wrapper .swiper-slide .video-content {
    font-size: 18px;
    line-height: 98%;
  }
}
@media (min-width: 992px) {
  .info-video-gallery-v3 .swiper.videoGalleryMainSwiper .swiper-wrapper .swiper-slide .video-content {
    font-size: 24px;
    line-height: 98%;
  }
}
.info-video-gallery-v3 .swiper .swiper-buttons {
  align-items: baseline;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  right: 0;
  position: absolute;
  padding: 10px;
  bottom: -15px;
  width: auto;
  z-index: 9;
}
@media (min-width: 768px) {
  .info-video-gallery-v3 .swiper .swiper-buttons {
    bottom: 60px;
  }
}
@media (min-width: 992px) {
  .info-video-gallery-v3 .swiper .swiper-buttons {
    bottom: 90px;
  }
}
.info-video-gallery-v3 .swiper .swiper-buttons .audio-stop {
  cursor: pointer;
  height: 16px;
  margin: 0 16px 0 0;
  width: 20px;
  background-image: url("stop.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .info-video-gallery-v3 .swiper .swiper-buttons .audio-stop {
    height: 26px;
    margin: 0 27px 0 0;
    width: 34px;
  }
}
.info-video-gallery-v3 .swiper .swiper-buttons .audio-play {
  cursor: pointer;
  height: 16px;
  margin: 0 16px 0 0;
  width: 20px;
}
@media (min-width: 768px) {
  .info-video-gallery-v3 .swiper .swiper-buttons .audio-play {
    height: 26px;
    margin: 0 27px 0 0;
    width: 34px;
  }
}
.info-video-gallery-v3 .swiper .swiper-buttons .audio-play.playing {
  background-image: url("pause.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.info-video-gallery-v3 .swiper .swiper-buttons .audio-play.paused {
  background-image: url("play.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.info-video-gallery-v3 .swiper .swiper-buttons .audio-toggle {
  cursor: pointer;
  height: 16px;
  margin: 0 16px 0 0;
  width: 20px;
}
@media (min-width: 768px) {
  .info-video-gallery-v3 .swiper .swiper-buttons .audio-toggle {
    height: 26px;
    margin: 0 27px 0 0;
    width: 34px;
  }
}
.info-video-gallery-v3 .swiper .swiper-buttons .audio-toggle.mute {
  background-image: url("mute.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.info-video-gallery-v3 .swiper .swiper-buttons .audio-toggle.unmute {
  background-image: url("unmute.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.info-video-gallery-v3 .swiper .swiper-buttons .swiper-button-prev,
.info-video-gallery-v3 .swiper .swiper-buttons .swiper-button-next {
  left: auto;
  height: 36px;
  position: relative;
  right: auto;
  width: auto;
}
.info-video-gallery-v3 .swiper .swiper-buttons .swiper-button-prev img,
.info-video-gallery-v3 .swiper .swiper-buttons .swiper-button-next img {
  height: 16px;
  width: 20px;
}
@media (min-width: 768px) {
  .info-video-gallery-v3 .swiper .swiper-buttons .swiper-button-prev img,
  .info-video-gallery-v3 .swiper .swiper-buttons .swiper-button-next img {
    height: 26px;
    width: 34px;
  }
}
.info-video-gallery-v3 .swiper .swiper-buttons .swiper-button-prev::after,
.info-video-gallery-v3 .swiper .swiper-buttons .swiper-button-next::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.info-video-gallery-v3 .swiper .swiper-buttons .swiper-button-next {
  margin: 0 0 1px 0;
}
@media (min-width: 768px) {
  .info-video-gallery-v3 .swiper .swiper-buttons .swiper-button-next {
    margin: 0 0 1px 0;
  }
}
.info-video-gallery-v3 .swiper .swiper-buttons .swiper-button-prev {
  margin: 0 16px 0 0;
}
@media (min-width: 768px) {
  .info-video-gallery-v3 .swiper .swiper-buttons .swiper-button-prev {
    margin: 0 27px 0 0;
  }
}
.info-video-gallery-v3 .swiper .swiper-buttons .swiper-button-prev img {
  transform: rotate(-180deg);
}
.info-video-gallery-v3 .swiper .swiper-buttons .swiper-button-disabled::after {
  color: rgba(0, 0, 0, 0.1);
}
.info-video-gallery-v3 .swiper .swiper-scrollbar {
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}
.info-video-gallery-v3 .swiper .swiper-scrollbar:hover {
  cursor: pointer;
}
.info-video-gallery-v3 .videoGalleryThumbSwiper {
  height: auto;
  margin: 16px 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
}
.info-video-gallery-v3 .title {
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  margin: 0 0 28px 0;
}
@media (min-width: 768px) {
  .info-video-gallery-v3 .title {
    font-size: 78px;
    line-height: 73px;
    margin: 35px 0 25px 0;
  }
}
@media (min-width: 992px) {
  .info-video-gallery-v3 .title {
    font-size: 78px;
    line-height: 73px;
    margin: 0 0 56px 0;
  }
}
.info-video-gallery-v3 .content-wrapper .title,
.info-video-gallery-v3 .content-wrapper-mobile .title {
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  margin: 40px 0 28px 0;
}
@media (min-width: 768px) {
  .info-video-gallery-v3 .content-wrapper .title,
  .info-video-gallery-v3 .content-wrapper-mobile .title {
    font-size: 58px;
    line-height: 73px;
    margin: 35px 0 25px 0;
  }
}
@media (min-width: 992px) {
  .info-video-gallery-v3 .content-wrapper .title,
  .info-video-gallery-v3 .content-wrapper-mobile .title {
    font-size: 78px;
    line-height: 73px;
    margin: 0 0 32px 0;
  }
}
.info-video-gallery-v3 .content-wrapper .content,
.info-video-gallery-v3 .content-wrapper-mobile .content {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin: 0;
}
@media (min-width: 768px) {
  .info-video-gallery-v3 .content-wrapper .content,
  .info-video-gallery-v3 .content-wrapper-mobile .content {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .info-video-gallery-v3 .content-wrapper .content,
  .info-video-gallery-v3 .content-wrapper-mobile .content {
    font-size: 24px;
    line-height: 24px;
  }
  .info-video-gallery-v3 .content-wrapper .content h3, .info-video-gallery-v3 .content-wrapper .content ul,
  .info-video-gallery-v3 .content-wrapper-mobile .content h3,
  .info-video-gallery-v3 .content-wrapper-mobile .content ul {
    display: none;
  }
}
.info-video-gallery-v3 .content-wrapper .content ul,
.info-video-gallery-v3 .content-wrapper-mobile .content ul {
  background: #F5F8F7;
  padding: 28px 34px;
  margin: 0;
}
.info-video-gallery-v3 .content-wrapper .content ul li,
.info-video-gallery-v3 .content-wrapper-mobile .content ul li {
  font-size: 16px;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .info-video-gallery-v3 .content-wrapper .content ul li,
  .info-video-gallery-v3 .content-wrapper-mobile .content ul li {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .info-video-gallery-v3 .content-wrapper .content ul li strong,
  .info-video-gallery-v3 .content-wrapper-mobile .content ul li strong {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .info-video-gallery-v3 .content-wrapper .content ul,
  .info-video-gallery-v3 .content-wrapper-mobile .content ul {
    padding: 32px 56px;
  }
}
.info-video-gallery-v3 .content-wrapper .content h2,
.info-video-gallery-v3 .content-wrapper .content h3,
.info-video-gallery-v3 .content-wrapper-mobile .content h2,
.info-video-gallery-v3 .content-wrapper-mobile .content h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
@media (min-width: 992px) {
  .info-video-gallery-v3 .content-wrapper .content h2,
  .info-video-gallery-v3 .content-wrapper .content h3,
  .info-video-gallery-v3 .content-wrapper-mobile .content h2,
  .info-video-gallery-v3 .content-wrapper-mobile .content h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.info-video-gallery-v3 .content-wrapper-mobile {
  margin: 32px 0 0 0;
}
.info-video-gallery-v3 .cta-wrapper {
  margin-top: 45px;
}
@media (min-width: 992px) {
  .info-video-gallery-v3 .cta-wrapper {
    margin-top: 115px;
  }
}
.info-video-gallery-v3 .cta-wrapper .cta a {
  border-bottom: 1px solid #000000;
  color: #163730;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 11px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .info-video-gallery-v3 .cta-wrapper .cta a {
    font-size: 20px;
    line-height: 18px;
    padding: 0 0 9px 0;
  }
}

/**
* Info Video V3
*/
.info-video-gallery-v3 .content-wrapper .title {
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  margin: 0 0 28px 0;
}
@media (min-width: 768px) {
  .info-video-gallery-v3 .content-wrapper .title {
    font-size: 58px;
    line-height: 73px;
    margin: 0 0 25px 0;
  }
}
@media (min-width: 992px) {
  .info-video-gallery-v3 .content-wrapper .title {
    font-size: 78px;
    line-height: 73px;
    margin: 0 0 32px 0;
  }
}
.info-video-gallery-v3 .content-wrapper .content {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin: 0 0 28px 0;
}
@media (min-width: 768px) {
  .info-video-gallery-v3 .content-wrapper .content {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 25px 0;
  }
}
@media (min-width: 992px) {
  .info-video-gallery-v3 .content-wrapper .content {
    font-size: 24px;
    line-height: 110%;
    margin: 0 0 32px 0;
  }
}
.info-video-gallery-v3 .videoGalleryMainSwiper .swiper-wrapper,
.info-video-gallery-v3 .videoGalleryMainSwiper .swiper-slide {
  height: auto !important;
}
.info-video-gallery-v3 .videoGalleryMainSwiper .swiper-buttons {
  background: none;
  border-radius: 20%;
  height: fit-content;
  position: absolute;
  right: 10px;
  top: 10px;
}
.info-video-gallery-v3 .videoGalleryMainSwiper .swiper-buttons .audio-stop,
.info-video-gallery-v3 .videoGalleryMainSwiper .swiper-buttons .audio-play,
.info-video-gallery-v3 .videoGalleryMainSwiper .swiper-buttons .swiper-button-next,
.info-video-gallery-v3 .videoGalleryMainSwiper .swiper-buttons .swiper-button-prev {
  display: none !important;
}
.info-video-gallery-v3 .videoGalleryMainSwiper .swiper-buttons .audio-toggle {
  margin: 0 !important;
}
.info-video-gallery-v3 .videoGalleryThumbSwiper .swiper-slide .video-title {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2) !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 94%;
}
@media (min-width: 768px) {
  .info-video-gallery-v3 .videoGalleryThumbSwiper .swiper-slide .video-title {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 94%;
    margin: 0 0 8px 0 !important;
    padding: 0 0 16px 0;
  }
}
.info-video-gallery-v3 .videoGalleryThumbSwiper .swiper-slide .video-nr {
  color: rgba(0, 0, 0, 0.2) !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 98%;
}
@media (min-width: 768px) {
  .info-video-gallery-v3 .videoGalleryThumbSwiper .swiper-slide .video-nr {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 98%;
  }
}
.info-video-gallery-v3 .videoGalleryThumbSwiper .swiper-slide.swiper-slide-thumb-active .video-title {
  border-bottom: 2px solid rgb(0, 0, 0);
  color: rgb(0, 0, 0) !important;
}
.info-video-gallery-v3 .videoGalleryThumbSwiper .swiper-slide.swiper-slide-thumb-active .video-nr {
  color: rgb(0, 0, 0) !important;
}
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide .video-title {
  color: #000;
  display: flex;
  margin: 0 !important;
  padding: 16px 0 0 0;
  border-top: 2px solid #000;
}
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide .video-title p:first-child {
  margin: 0 10px 0 0;
}
@media (min-width: 768px) {
  .info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide .video-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 98%;
  }
}
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide .video-content {
  color: #000 !important;
  margin: 0 0 20px 0 !important;
  padding: 16px 0 0 0;
  border-top: 2px solid #000;
}
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide .video-content strong {
  font-weight: 600;
}
@media (min-width: 768px) {
  .info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide .video-content {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 94%;
    margin: 0 0 40px 0 !important;
  }
}
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide .video-content ul {
  list-style-type: none;
  margin: 0 0 40px 0;
  padding: 0;
}
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide .video-content ol {
  list-style-type: decimal-leading-zero;
  margin: 0 0 40px 0;
  padding-inline-start: 27px;
}
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide .video-content ul,
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide .video-content ol {
  /*
  .video-content li:marker {
      counter-increment: li;
      content: counter(item, decimal-leading-zero);
  }
  */
}
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide .video-content ul li,
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide .video-content ol li {
  border-bottom: 2px solid #000;
  display: flex;
  padding: 16px 0 16px 0;
}
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide .video-content ul li:first-child,
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide .video-content ol li:first-child {
  padding: 0 0 16px 0;
}
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide .video-content ul li:last-child,
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide .video-content ol li:last-child {
  border: none;
}
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide .video-content ul li:only-child,
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide .video-content ol li:only-child {
  border-bottom: 2px solid #000;
  padding: 0 0 16px 0;
}
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide .video-content ul li em,
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide .video-content ol li em {
  display: block;
  width: 50%;
  float: left;
  font-style: normal;
}
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide .cta {
  border-bottom: 2px solid #000;
  padding: 0 0 16px 0;
}
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide .cta a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 98%;
  text-decoration: none;
}
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide details {
  position: relative;
}
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide details strong {
  font-weight: 600;
}
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide details::before {
  background-image: url("accordion-arrow-down.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 16px;
  padding-left: 16px;
  position: absolute;
  right: 0;
  transform: translateX(-100%);
  top: 4px;
  width: 10px;
}
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide details[open]::before {
  transform: translateX(-100%) rotate(-90deg);
}
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide details summary {
  border-bottom: 2px solid #000;
  border-radius: 0;
  color: #000;
  list-style: none;
  margin: 0 0 16px 0;
  padding: 0 0 16px 0;
}
.info-video-gallery-v3 .videoGalleryContentSwiper .swiper-slide details summary::-webkit-details-marker {
  display: none;
}

/**
* Info Club
*/
.info-club {
  padding: 56px 0 0 0;
  width: 100%;
}
@media (min-width: 992px) {
  .info-club {
    padding: 88px 0;
  }
}
.info-club.bg-light {
  background-color: #fff !important;
}
.info-club.bg-gray {
  background-color: #F6F7F8 !important;
}
.info-club .image-wrapper {
  height: 100%;
  max-height: 440px;
  position: relative;
}
@media (min-width: 768px) {
  .info-club .image-wrapper {
    height: 100%;
    min-height: 400px;
  }
}
.info-club .image-wrapper a {
  display: block;
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .info-club .image-wrapper a:hover {
    cursor: url("plus-desktop.png") 22 22, auto;
  }
}
.info-club .image-wrapper .plus-icon {
  left: 12px;
  top: 12px;
  position: absolute;
}
@media (min-width: 768px) {
  .info-club .image-wrapper .plus-icon {
    left: 22px;
    top: 12px;
  }
}
@media (min-width: 992px) {
  .info-club .image-wrapper .plus-icon {
    left: 14px;
    top: 14px;
  }
}
.info-club .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .info-club .order-lg-last .content-wrapper {
    padding: 0 0 0 25px;
  }
}
.info-club .title {
  color: #163730;
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 94%;
  margin: 0 0 25px 0;
}
@media (min-width: 768px) {
  .info-club .title {
    font-size: 78px;
    line-height: 73px;
    margin: 0 0 25px 0;
  }
}
@media (min-width: 992px) {
  .info-club .title {
    font-size: 78px;
    line-height: 73px;
    margin: 0 0 32px 0;
  }
}
@media (min-width: 1400px) {
  .info-club .title {
    font-size: 78px;
    line-height: 73px;
    margin: 0 0 42px 0;
  }
}
.info-club .content-block-title {
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  line-height: 17px;
  margin: 0 0 24.25px 0;
}
@media (min-width: 768px) {
  .info-club .content-block-title {
    font-size: 24px;
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  .info-club .content-block-title {
    font-size: 24px;
    line-height: 25px;
    margin: 40px 0 20.25px 0;
  }
}
.info-club .content-block-title h2 {
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  line-height: 17px;
}
@media (min-width: 768px) {
  .info-club .content-block-title h2 {
    font-size: 14px;
    line-height: 14.5px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .info-club .content-block-title h2 {
    font-size: 16px;
    line-height: 16.63px;
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .info-club .content-block-title h2 {
    font-size: 18px;
    line-height: 18.63px;
    margin: 0;
  }
}
.info-club .content-blocks {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  margin: 0 0 56px 0;
}
@media (min-width: 992px) {
  .info-club .content-blocks {
    column-count: 2;
    column-gap: 5px;
    font-size: 14px;
    line-height: 16.8px;
    margin: 0;
  }
}
.info-club .content-blocks .content-wrapper {
  margin: 0 0 12px 0;
}
@media (min-width: 768px) {
  .info-club .content-blocks .content-wrapper {
    margin: 0 0 5px 0;
  }
}
.info-club .content-blocks .content-wrapper ul {
  padding-left: 1.125rem;
}
.info-club .content-blocks .content-wrapper ul li {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .info-club .content-blocks .content-wrapper ul li {
    margin-bottom: 18px;
  }
}
.info-club .content-blocks .content-wrapper .flex-even {
  flex: 1;
}
.info-club .content-blocks .content-wrapper .title {
  color: rgba(22, 55, 48, 0.4);
  font-family: "AeonikPro-Regular";
  font-size: 16px;
  line-height: 17px;
  margin: 0;
  width: 150px;
}
@media (min-width: 768px) {
  .info-club .content-blocks .content-wrapper .title {
    font-size: 14px;
    line-height: 16.8px;
  }
}
@media (min-width: 992px) {
  .info-club .content-blocks .content-wrapper .title {
    font-size: 14px;
    line-height: 16.8px;
    width: 80px;
  }
}
@media (min-width: 1400px) {
  .info-club .content-blocks .content-wrapper .title {
    font-size: 16px;
    line-height: 19.2px;
    width: 150px;
  }
}
@media (min-width: 768px) {
  .info-club .content-blocks .content-wrapper .content {
    color: #163730;
    font-size: 16px;
    line-height: 17px;
  }
}
@media (min-width: 992px) {
  .info-club .content-blocks .content-wrapper .content {
    font-size: 14px;
    line-height: 16.8px;
  }
}
@media (min-width: 1400px) {
  .info-club .content-blocks .content-wrapper .content {
    font-size: 16px;
    line-height: 19.2px;
  }
}
.info-club .content-blocks .content-wrapper .content h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  margin: 0;
}
@media (min-width: 768px) {
  .info-club .content-blocks .content-wrapper .content h3 {
    color: #163730;
    font-size: 14px;
    line-height: 16.8px;
  }
}
@media (min-width: 992px) {
  .info-club .content-blocks .content-wrapper .content h3 {
    font-size: 14px;
    line-height: 16.8px;
  }
}
@media (min-width: 1400px) {
  .info-club .content-blocks .content-wrapper .content h3 {
    font-size: 16px;
    line-height: 19.2px;
  }
}
@media (min-width: 992px) {
  .info-club .content-blocks {
    font-size: 20px;
    line-height: 21px;
  }
}
.info-club .product-info {
  margin: 0;
}
.info-club .product-info .attribute-name {
  align-items: flex-start;
  color: #163730;
  display: flex;
  font-size: 16px;
  line-height: 17px;
  margin: 0 0 14px 0;
}
@media (min-width: 768px) {
  .info-club .product-info .attribute-name {
    font-size: 20px;
    line-height: 20.7px;
    margin: 0 0 16px 0;
  }
}
.info-club .product-info .attribute-name .info-icon {
  cursor: pointer;
  height: 15px;
  margin: 0 0 0 5px;
  width: 15px;
}
.info-club .product-info .price {
  color: #163730;
  font-size: 20px;
  line-height: 20px;
  margin: 56px 0 40px 0;
}
@media (min-width: 768px) {
  .info-club .product-info .price {
    font-size: 24;
    line-height: 24.5px;
  }
}
@media (min-width: 992px) {
  .info-club .product-info .price {
    font-size: 28px;
    line-height: 28.56px;
    margin: 0 0 32px 0;
  }
}
@media (min-width: 1400px) {
  .info-club .product-info .price {
    font-size: 28px;
    line-height: 28.56px;
    margin: 0 0 42px 0;
  }
}
.info-club .product-info .selection-wrapper {
  display: flex;
  flex-direction: row;
  margin: 20px 0 32px 0;
}
.info-club .product-info .selection-wrapper .radio-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* appearance for checked radiobutton */
}
.info-club .product-info .selection-wrapper .radio-btn label {
  margin: 0 20px 0 12px;
}
@media (min-width: 768px) {
  .info-club .product-info .selection-wrapper .radio-btn label {
    font-size: 20px;
    line-height: 28px;
    margin: 0 20px 0 12px;
  }
}
.info-club .product-info .selection-wrapper .radio-btn label span {
  color: rgba(22, 55, 48, 0.5);
}
.info-club .product-info .selection-wrapper .radio-btn input[type=radio] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 19px;
  height: 19px;
  padding: 4px;
  /* background-color only for content */
  background-clip: content-box;
  border: 1px solid rgba(22, 55, 48, 0.2);
  background-color: transparent;
  border-radius: 50%;
}
.info-club .product-info .selection-wrapper .radio-btn input[type=radio]:checked {
  background-color: #163730;
}
.info-club .product-info .selection-wrapper .radio-btn input[type=radio]:checked + label span {
  color: #163730;
}
.info-club .product-info .content-before-cta {
  color: rgba(22, 55, 48, 0.4);
  font-family: "AeonikPro-Regular";
  font-size: 16px;
  line-height: 18px;
  margin: 40px 0 20px 0;
}
@media (min-width: 992px) {
  .info-club .product-info .content-before-cta {
    margin: 22px 0 42px 0;
  }
}
.info-club .product-info .content-before-cta a {
  color: rgba(22, 55, 48, 0.8);
  text-decoration: none;
}
.info-club .product-info .content-before-cta a:hover {
  color: rgb(22, 55, 48);
}
.info-club .product-info .cta-wrapper {
  margin: 40px 0 56px 0;
}
@media (min-width: 992px) {
  .info-club .product-info .cta-wrapper {
    margin: 42px 0 80px 0;
  }
}
.info-club .swiper-buttons {
  align-items: baseline;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  right: 24px;
  position: absolute;
  bottom: 0;
  width: auto;
}
@media (min-width: 768px) {
  .info-club .swiper-buttons {
    right: 0;
  }
}
.info-club .swiper-buttons .swiper-club-button-prev,
.info-club .swiper-buttons .swiper-club-button-next {
  left: auto;
  position: relative;
  right: auto;
  top: auto;
  width: auto;
}
.info-club .swiper-buttons .swiper-club-button-prev img,
.info-club .swiper-buttons .swiper-club-button-next img {
  height: 16px;
  width: 20px;
}
@media (min-width: 768px) {
  .info-club .swiper-buttons .swiper-club-button-prev img,
  .info-club .swiper-buttons .swiper-club-button-next img {
    height: 26px;
    width: 34px;
  }
}
.info-club .swiper-buttons .swiper-club-button-prev::after,
.info-club .swiper-buttons .swiper-club-button-next::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.info-club .swiper-buttons .swiper-club-button-next {
  margin: 0 0 1px 0;
}
@media (min-width: 768px) {
  .info-club .swiper-buttons .swiper-club-button-next {
    margin: 0 0 1px 0;
  }
}
.info-club .swiper-buttons .swiper-club-button-prev {
  margin: 0 16px 0 0;
}
@media (min-width: 768px) {
  .info-club .swiper-buttons .swiper-club-button-prev {
    margin: 0 27px 0 0;
  }
}
.info-club .swiper-buttons .swiper-club-button-prev img {
  transform: rotate(-180deg);
}
.info-club .swiper-buttons .swiper-club-button-disabled::after {
  color: rgba(0, 0, 0, 0.1);
}
.info-club .swiper-club {
  overflow: hidden;
}
@media (min-width: 768px) {
  .info-club .swiper-club {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
.info-club .swiper-club .swiper-wrapper {
  height: 440px;
}
.info-club .swiper-club .swiper-wrapper .swiper-slide {
  cursor: pointer;
  height: 100%;
}
@media (min-width: 768px) {
  .info-club .swiper-club .swiper-wrapper .swiper-slide .images-wrapper {
    height: 350px;
  }
}
.info-club .swiper-club .swiper-wrapper .swiper-slide .images-wrapper img {
  border: none;
  height: 100%;
  object-fit: cover;
  outline: none;
  width: 100%;
}
.info-club .swiper-club .swiper-wrapper .swiper-slide .content-wrapper {
  background-color: #F6F7F8;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
  .info-club .swiper-club .swiper-wrapper .swiper-slide .content-wrapper {
    min-height: 190px;
    padding: 16px 20px;
  }
}
.info-club .swiper-club .swiper-wrapper .swiper-slide .content-wrapper .title {
  font-family: "AeonikPro-Medium";
}
@media (min-width: 768px) {
  .info-club .swiper-club .swiper-wrapper .swiper-slide .content-wrapper .title {
    color: #163730;
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 10px 0;
  }
}
.info-club .swiper-club .swiper-wrapper .swiper-slide .content-wrapper .content {
  color: #163730;
  font-size: 16px;
  line-height: 18px;
}
.info-club .swiper-club .swiper-scrollbar {
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}
.info-club .swiper-club .swiper-scrollbar:hover {
  cursor: pointer;
}

/**
* Info Image Gallery
*/
.info-image-gallery {
  height: 100%;
  min-height: auto;
  padding: 55px 0 85px 0;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .info-image-gallery {
    height: 100%;
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .info-image-gallery {
    height: 100%;
    min-height: auto;
    padding: 88px 0;
  }
}
.info-image-gallery.bg-light {
  background-color: #fff !important;
}
.info-image-gallery.bg-gray {
  background-color: #F6F7F8 !important;
}
.info-image-gallery .image-wrapper {
  height: 100%;
  min-height: 13.0625rem;
  padding: 2px;
  position: relative;
}
@media (min-width: 768px) {
  .info-image-gallery .image-wrapper {
    height: 100%;
    min-height: 23.75rem;
    padding: 4px;
  }
}
@media (min-width: 992px) {
  .info-image-gallery .image-wrapper {
    height: 100%;
    min-height: 380px;
    padding: 4px;
  }
}
.info-image-gallery .image-wrapper a {
  display: block;
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .info-image-gallery .image-wrapper a:hover {
    cursor: url("plus-desktop.png") 22 22, auto;
  }
}
.info-image-gallery .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.info-image-gallery .image-wrapper .plus-icon {
  left: 12px;
  top: 12px;
  position: absolute;
}
@media (min-width: 992px) {
  .info-image-gallery .image-wrapper .plus-icon {
    left: 14px;
    top: 14px;
  }
}
@media (min-width: 992px) {
  .info-image-gallery .order-lg-last .content-wrapper {
    padding: 0 0 0 25px;
  }
}
.info-image-gallery .content-wrapper .title {
  color: #163730;
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 41px;
  margin: 80px 0 56px 0;
}
@media (min-width: 768px) {
  .info-image-gallery .content-wrapper .title {
    font-size: 78px;
    line-height: 80px;
    margin: 64px 0 72px 0;
  }
}
@media (min-width: 992px) {
  .info-image-gallery .content-wrapper .title {
    font-size: 78px;
    line-height: 80px;
    margin: 0 0 56px 0;
  }
}
.info-image-gallery .content-wrapper .content {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.info-image-gallery .content-wrapper .content ul {
  padding-left: 1.125rem;
}
.info-image-gallery .content-wrapper .content ul li {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .info-image-gallery .content-wrapper .content ul li {
    margin-bottom: 18px;
  }
}
.info-image-gallery .content-wrapper .content ul li a {
  color: rgb(22, 55, 48);
  text-decoration: none;
}
.info-image-gallery .content-wrapper .content ul li a:hover {
  color: rgba(22, 55, 48, 0.8);
}
@media (min-width: 992px) {
  .info-image-gallery .content-wrapper .content {
    font-size: 24px;
    line-height: 24px;
  }
}
.info-image-gallery .cta-wrapper {
  margin: 56px 0 80px 0;
}
@media (min-width: 992px) {
  .info-image-gallery .cta-wrapper {
    margin: 80px 0 88px 0;
  }
}
.info-image-gallery .cta-wrapper .btn::after {
  transform: rotate(-45deg);
}
.info-image-gallery .cta-wrapper .btn:hover::after {
  animation: none !important;
  transform: rotate(-90deg);
}

/**
* Info Products
*/
.info-products {
  height: 100%;
  min-height: auto;
  padding: 56px 0 40px 0;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .info-products {
    height: 100%;
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .info-products {
    height: 100%;
    min-height: auto;
    padding: 88px 0;
  }
}
.info-products.bg-light {
  background-color: #fff !important;
}
.info-products.bg-gray {
  background-color: #F6F7F8 !important;
}
.info-products .image-wrapper {
  height: 100%;
  min-height: 13.0625rem;
  padding: 2px;
  position: relative;
}
@media (min-width: 768px) {
  .info-products .image-wrapper {
    height: 100%;
    min-height: 23.75rem;
    padding: 4px;
  }
}
@media (min-width: 992px) {
  .info-products .image-wrapper {
    height: 100%;
    min-height: 380px;
    padding: 4px;
  }
}
.info-products .image-wrapper a {
  display: block;
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .info-products .image-wrapper a:hover {
    cursor: url("plus-desktop.png") 22 22, auto;
  }
}
.info-products .image-wrapper .plus-icon {
  left: 12px;
  top: 12px;
  position: absolute;
}
@media (min-width: 768px) {
  .info-products .image-wrapper .plus-icon {
    left: 22px;
    top: 12px;
  }
}
@media (min-width: 992px) {
  .info-products .image-wrapper .plus-icon {
    left: 14px;
    top: 14px;
  }
}
.info-products .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .info-products .order-lg-last .content-wrapper {
    padding: 0 0 0 25px;
  }
}
.info-products .content-wrapper .title {
  color: #163730;
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  margin: 80px 0 56px 0;
}
@media (min-width: 768px) {
  .info-products .content-wrapper .title {
    font-size: 78px;
    line-height: 80px;
    margin: 51px 0 36px 0;
  }
}
@media (min-width: 992px) {
  .info-products .content-wrapper .title {
    font-size: 78px;
    line-height: 80px;
    margin: 0 0 56px 0;
  }
}
.info-products .content-wrapper .title h2 {
  color: #163730;
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
}
@media (min-width: 768px) {
  .info-products .content-wrapper .title h2 {
    font-size: 78px;
    line-height: 80px;
  }
}
@media (min-width: 992px) {
  .info-products .content-wrapper .title h2 {
    font-size: 78px;
    line-height: 80px;
  }
}
.info-products .content-wrapper .content {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.info-products .content-wrapper .content ul {
  padding-left: 1.125rem;
}
.info-products .content-wrapper .content ul li {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .info-products .content-wrapper .content ul li {
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .info-products .content-wrapper .content {
    font-size: 24px;
    line-height: 24px;
  }
}
.info-products .selection-wrapper {
  display: flex;
  flex-direction: column;
  margin: 28px 0 0 0;
}
@media (min-width: 768px) {
  .info-products .selection-wrapper {
    margin: 56px 0;
  }
}
.info-products .selection-wrapper .check-box {
  position: relative;
}
.info-products .selection-wrapper .check-box [type=checkbox] {
  appearance: none;
  position: relative;
  left: 19px;
  top: 0;
  z-index: 0;
  -webkit-appearance: none;
}
.info-products .selection-wrapper .check-box [type=checkbox]:checked + label::before {
  background-image: url("check.png");
  background-repeat: no-repeat;
  background-position: center;
}
.info-products .selection-wrapper .check-box label {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  line-height: 16px;
  top: 0;
}
@media (min-width: 768px) {
  .info-products .selection-wrapper .check-box label {
    font-size: 16px;
    line-height: 22px;
  }
}
.info-products .selection-wrapper .check-box label::before {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(22, 55, 48, 0.4);
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 12px;
  z-index: 5;
  position: relative;
}
@media (min-width: 768px) {
  .info-products .selection-wrapper .check-box label::before {
    margin-right: 30px;
  }
}
.info-products .selection-wrapper .check-box .product-description {
  font-size: 12px;
  line-height: 16px;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .info-products .selection-wrapper .check-box .product-description {
    font-size: 14px;
    line-height: 18.83px;
  }
}
.info-products .cta-wrapper {
  margin-top: 28px;
}
@media (min-width: 992px) {
  .info-products .cta-wrapper {
    margin-top: 28px;
  }
}

/**
* Info Form
*/
.info-form {
  height: 100%;
  min-height: auto;
  padding: 35px 0 85px 0;
  position: relative;
  width: 100%;
  /* If this module is for Pop-Ups */
}
@media (min-width: 992px) {
  .info-form {
    height: 100%;
    min-height: auto;
    padding: 85px 0;
  }
}
.info-form.bg-light {
  background-color: #fff !important;
}
.info-form.bg-gray {
  background-color: #F6F7F8 !important;
}
.info-form .image-wrapper {
  height: 100%;
  min-height: 50vh;
}
@media (min-width: 992px) {
  .info-form .image-wrapper {
    min-height: auto;
  }
}
.info-form .image-wrapper img {
  height: 100% !important;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .info-form .order-lg-last .content-wrapper,
  .info-form .order-lg-last .form-wrapper {
    padding: 0 0 0 25px;
  }
}
@media (min-width: 992px) {
  .info-form .content-wrapper {
    margin: 0 0 35px 0;
  }
}
.info-form .content-wrapper .title {
  font-family: "AeonikPro-Medium";
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 35px 0 25px 0;
}
@media (min-width: 992px) {
  .info-form .content-wrapper .title {
    font-size: 48px;
    line-height: 44px;
    margin: 35px 0;
  }
}
.info-form .content-wrapper .content {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
}
.info-form .content-wrapper .content ul {
  padding-left: 1.125rem;
}
.info-form .content-wrapper .content ul li {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .info-form .content-wrapper .content ul li {
    margin-bottom: 18px;
  }
}
.info-form .content-wrapper .content a {
  color: rgba(33, 37, 41, 0.6);
  text-decoration: none;
}
.info-form .content-wrapper .content a:hover {
  color: #9fbab4;
}
@media (min-width: 992px) {
  .info-form .content-wrapper .content {
    font-size: 20px;
    line-height: 21px;
  }
}
.info-form.show-popup {
  height: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .info-form.show-popup .content-wrapper {
    margin: 12px 0 20px 0;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1400px) {
  .info-form.show-popup .content-wrapper {
    margin: 12px 0 30px 0;
    padding: 0 0 0 20px;
  }
}
.info-form.show-popup .content-wrapper .title {
  font-family: "AeonikPro-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 20.5px;
  hyphens: auto;
  word-break: break-word;
}
@media (min-width: 1400px) {
  .info-form.show-popup .content-wrapper .title {
    font-size: 22.1703px;
    line-height: 24px;
    margin-bottom: 35px;
  }
}
.info-form.show-popup .content-wrapper .content {
  font-family: "AeonikPro-Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  hyphens: auto;
  word-break: break-word;
}
@media (min-width: 1400px) {
  .info-form.show-popup .content-wrapper .content {
    font-size: 40px;
    line-height: 41px;
  }
}
@media (min-width: 992px) {
  .info-form.show-popup .form-wrapper {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1400px) {
  .info-form.show-popup .form-wrapper {
    margin: 50px 0 20px 0;
    padding: 0 0 0 20px;
  }
}
.info-form.show-popup .image-wrapper {
  padding: 24px 0;
}
@media (min-width: 992px) {
  .info-form.show-popup .image-wrapper {
    padding: 12px 0;
  }
}

/**
* Info Form Gallery
*/
.info-form-gallery {
  height: 100%;
  min-height: auto;
  padding: 40px 0 0 0;
  position: relative;
  width: 100%;
  /* If this module is for Pop-Ups */
}
@media (min-width: 992px) {
  .info-form-gallery {
    height: 100%;
    padding: 88px 0;
  }
}
.info-form-gallery.bg-light {
  background-color: #fff !important;
}
.info-form-gallery.bg-gray {
  background-color: #F6F7F8 !important;
}
.info-form-gallery .image-wrapper {
  height: 100%;
  min-height: 13rem;
  padding: 2px;
  position: relative;
}
@media (min-width: 768px) {
  .info-form-gallery .image-wrapper {
    height: 100%;
    min-height: 23.75rem;
    padding: 4px;
  }
}
@media (min-width: 992px) {
  .info-form-gallery .image-wrapper {
    height: 100%;
    min-height: 380px;
    padding: 4px;
  }
}
.info-form-gallery .image-wrapper a {
  display: block;
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .info-form-gallery .image-wrapper a:hover {
    cursor: url("plus-desktop.png") 22 22, auto;
  }
}
.info-form-gallery .image-wrapper .plus-icon {
  left: 12px;
  top: 12px;
  position: absolute;
}
@media (min-width: 768px) {
  .info-form-gallery .image-wrapper .plus-icon {
    left: 22px;
    top: 12px;
  }
}
@media (min-width: 992px) {
  .info-form-gallery .image-wrapper .plus-icon {
    left: 14px;
    top: 14px;
  }
}
.info-form-gallery .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .info-form-gallery .order-lg-last .content-wrapper,
  .info-form-gallery .order-lg-last .form-wrapper {
    padding: 0 0 0 25px;
  }
}
.info-form-gallery .content-wrapper .title {
  color: #163730;
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 94%;
  margin: 80px 0 56px 0;
}
@media (min-width: 768px) {
  .info-form-gallery .content-wrapper .title {
    font-size: 78px;
    line-height: 80px;
    margin: 35px 0 60px 0;
  }
}
.info-form-gallery .content-wrapper .title h2 {
  color: #163730;
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 94%;
}
@media (min-width: 768px) {
  .info-form-gallery .content-wrapper .title h2 {
    font-size: 78px;
    line-height: 80px;
  }
}
.info-form-gallery .content-wrapper .content {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
}
.info-form-gallery .content-wrapper .content ul {
  padding-left: 1.125rem;
}
.info-form-gallery .content-wrapper .content ul li {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .info-form-gallery .content-wrapper .content ul li {
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .info-form-gallery .content-wrapper .content {
    font-size: 20px;
    line-height: 21px;
  }
}
.info-form-gallery .content-wrapper .content h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
@media (min-width: 992px) {
  .info-form-gallery .content-wrapper .content h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.info-form-gallery .cta-wrapper {
  margin-top: 56px;
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .info-form-gallery .cta-wrapper {
    margin-top: 84px;
  }
}
.info-form-gallery .cta-wrapper .cta {
  display: inline-block;
  margin-bottom: 4px;
}
.info-form-gallery.show-popup {
  height: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .info-form-gallery.show-popup .content-wrapper {
    margin: 12px 0 20px 0;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1400px) {
  .info-form-gallery.show-popup .content-wrapper {
    margin: 12px 0 30px 0;
    padding: 0 0 0 20px;
  }
}
.info-form-gallery.show-popup .content-wrapper .title {
  font-family: "AeonikPro-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 20.5px;
  hyphens: auto;
  word-break: break-word;
}
@media (min-width: 1400px) {
  .info-form-gallery.show-popup .content-wrapper .title {
    font-size: 22.1703px;
    line-height: 24px;
    margin-bottom: 35px;
  }
}
.info-form-gallery.show-popup .content-wrapper .content {
  font-family: "AeonikPro-Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  hyphens: auto;
  word-break: break-word;
}
@media (min-width: 1400px) {
  .info-form-gallery.show-popup .content-wrapper .content {
    font-size: 40px;
    line-height: 41px;
  }
}
@media (min-width: 992px) {
  .info-form-gallery.show-popup .form-wrapper {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1400px) {
  .info-form-gallery.show-popup .form-wrapper {
    margin: 50px 0 20px 0;
    padding: 0 0 0 20px;
  }
}
.info-form-gallery.show-popup .image-wrapper {
  padding: 24px 0;
}
@media (min-width: 992px) {
  .info-form-gallery.show-popup .image-wrapper {
    padding: 12px 0;
  }
}

/**
* Info Form Background Image
*/
.info-form-bgimage,
.info-form-bgimage-p1,
.info-form-newsletter-bgimage {
  height: 100%;
  min-height: auto;
  padding: 35px 0 85px 0;
  position: relative;
  width: 100%;
  /* If this module is for Pop-Ups */
}
@media (min-width: 768px) {
  .info-form-bgimage,
  .info-form-bgimage-p1,
  .info-form-newsletter-bgimage {
    height: 100%;
    min-height: auto;
    padding: 85px 0;
  }
}
.info-form-bgimage .background,
.info-form-bgimage-p1 .background,
.info-form-newsletter-bgimage .background {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.info-form-bgimage .background img,
.info-form-bgimage-p1 .background img,
.info-form-newsletter-bgimage .background img {
  height: 100%;
  object-fit: cover;
  object-position: 15% top;
  width: 100%;
}
@media (min-width: 992px) {
  .info-form-bgimage .background img,
  .info-form-bgimage-p1 .background img,
  .info-form-newsletter-bgimage .background img {
    object-position: left top;
  }
}
.info-form-bgimage .overlay,
.info-form-bgimage-p1 .overlay,
.info-form-newsletter-bgimage .overlay {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.info-form-bgimage .overlay img,
.info-form-bgimage-p1 .overlay img,
.info-form-newsletter-bgimage .overlay img {
  height: 100%;
  object-fit: cover;
  object-position: 15% top;
  width: 100%;
}
@media (min-width: 768px) {
  .info-form-bgimage .overlay,
  .info-form-bgimage-p1 .overlay,
  .info-form-newsletter-bgimage .overlay {
    display: none;
  }
}
@media (min-width: 992px) {
  .info-form-bgimage .order-lg-last .content-wrapper,
  .info-form-bgimage .order-lg-last .form-wrapper,
  .info-form-bgimage-p1 .order-lg-last .content-wrapper,
  .info-form-bgimage-p1 .order-lg-last .form-wrapper,
  .info-form-newsletter-bgimage .order-lg-last .content-wrapper,
  .info-form-newsletter-bgimage .order-lg-last .form-wrapper {
    padding: 0 0 0 25px;
  }
}
.info-form-bgimage .content-wrapper,
.info-form-bgimage-p1 .content-wrapper,
.info-form-newsletter-bgimage .content-wrapper {
  color: #fff;
}
.info-form-bgimage .content-wrapper .title,
.info-form-bgimage-p1 .content-wrapper .title,
.info-form-newsletter-bgimage .content-wrapper .title {
  font-family: "AeonikPro-Medium";
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 35px 0 25px 0;
}
@media (min-width: 768px) {
  .info-form-bgimage .content-wrapper .title,
  .info-form-bgimage-p1 .content-wrapper .title,
  .info-form-newsletter-bgimage .content-wrapper .title {
    font-size: 78px;
    line-height: 80px;
    margin: 35px 0 60px 0;
  }
}
.info-form-bgimage .content-wrapper .title h2,
.info-form-bgimage-p1 .content-wrapper .title h2,
.info-form-newsletter-bgimage .content-wrapper .title h2 {
  font-family: "AeonikPro-Medium";
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
@media (min-width: 768px) {
  .info-form-bgimage .content-wrapper .title h2,
  .info-form-bgimage-p1 .content-wrapper .title h2,
  .info-form-newsletter-bgimage .content-wrapper .title h2 {
    font-size: 78px;
    line-height: 80px;
  }
}
.info-form-bgimage .content-wrapper .content,
.info-form-bgimage-p1 .content-wrapper .content,
.info-form-newsletter-bgimage .content-wrapper .content {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
}
.info-form-bgimage .content-wrapper .content ul,
.info-form-bgimage-p1 .content-wrapper .content ul,
.info-form-newsletter-bgimage .content-wrapper .content ul {
  padding-left: 1.125rem;
}
.info-form-bgimage .content-wrapper .content ul li,
.info-form-bgimage-p1 .content-wrapper .content ul li,
.info-form-newsletter-bgimage .content-wrapper .content ul li {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .info-form-bgimage .content-wrapper .content ul li,
  .info-form-bgimage-p1 .content-wrapper .content ul li,
  .info-form-newsletter-bgimage .content-wrapper .content ul li {
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .info-form-bgimage .content-wrapper .content,
  .info-form-bgimage-p1 .content-wrapper .content,
  .info-form-newsletter-bgimage .content-wrapper .content {
    font-size: 20px;
    line-height: 21px;
  }
}
.info-form-bgimage .hbspt-form,
.info-form-bgimage-p1 .hbspt-form,
.info-form-newsletter-bgimage .hbspt-form {
  color: #fff;
  /* Custom Input */
}
.info-form-bgimage .hbspt-form .h4, .info-form-bgimage .hbspt-form h4,
.info-form-bgimage-p1 .hbspt-form .h4,
.info-form-bgimage-p1 .hbspt-form h4,
.info-form-newsletter-bgimage .hbspt-form .h4,
.info-form-newsletter-bgimage .hbspt-form h4 {
  font-size: calc(0.8rem + 0.3vw);
}
@media (min-width: 992px) {
  .info-form-bgimage .hbspt-form .h4, .info-form-bgimage .hbspt-form h4,
  .info-form-bgimage-p1 .hbspt-form .h4,
  .info-form-bgimage-p1 .hbspt-form h4,
  .info-form-newsletter-bgimage .hbspt-form .h4,
  .info-form-newsletter-bgimage .hbspt-form h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.info-form-bgimage .hbspt-form hr,
.info-form-bgimage-p1 .hbspt-form hr,
.info-form-newsletter-bgimage .hbspt-form hr {
  width: 97%;
}
@media (min-width: 768px) {
  .info-form-bgimage .hbspt-form hr,
  .info-form-bgimage-p1 .hbspt-form hr,
  .info-form-newsletter-bgimage .hbspt-form hr {
    width: 99%;
  }
}
@media (min-width: 992px) {
  .info-form-bgimage .hbspt-form hr,
  .info-form-bgimage-p1 .hbspt-form hr,
  .info-form-newsletter-bgimage .hbspt-form hr {
    width: 94%;
  }
}
.info-form-bgimage .hbspt-form .hs-form-booleancheckbox-display > span,
.info-form-bgimage-p1 .hbspt-form .hs-form-booleancheckbox-display > span,
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox-display > span {
  font-size: 12px;
}
@media (min-width: 768px) {
  .info-form-bgimage .hbspt-form .hs-form-booleancheckbox-display > span,
  .info-form-bgimage-p1 .hbspt-form .hs-form-booleancheckbox-display > span,
  .info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox-display > span {
    font-size: 14px;
  }
}
.info-form-bgimage .hbspt-form .hs-form-booleancheckbox-display > span a,
.info-form-bgimage-p1 .hbspt-form .hs-form-booleancheckbox-display > span a,
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox-display > span a {
  color: #fff !important;
}
.info-form-bgimage .hbspt-form .hs-form-booleancheckbox-display > span a:hover,
.info-form-bgimage-p1 .hbspt-form .hs-form-booleancheckbox-display > span a:hover,
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox-display > span a:hover {
  color: #83ADA4 !important;
}
.info-form-bgimage .hbspt-form .form-columns-1 .hs-form-field,
.info-form-bgimage-p1 .hbspt-form .form-columns-1 .hs-form-field,
.info-form-newsletter-bgimage .hbspt-form .form-columns-1 .hs-form-field {
  float: left;
  width: 100%;
}
.info-form-bgimage .hbspt-form .form-columns-1 .hs-form-field .input,
.info-form-bgimage-p1 .hbspt-form .form-columns-1 .hs-form-field .input,
.info-form-newsletter-bgimage .hbspt-form .form-columns-1 .hs-form-field .input {
  margin-right: 8px;
}
.info-form-bgimage .hbspt-form .form-columns-1 .hs-form-field .input input[type=text],
.info-form-bgimage .hbspt-form .form-columns-1 .hs-form-field .input input[type=email],
.info-form-bgimage-p1 .hbspt-form .form-columns-1 .hs-form-field .input input[type=text],
.info-form-bgimage-p1 .hbspt-form .form-columns-1 .hs-form-field .input input[type=email],
.info-form-newsletter-bgimage .hbspt-form .form-columns-1 .hs-form-field .input input[type=text],
.info-form-newsletter-bgimage .hbspt-form .form-columns-1 .hs-form-field .input input[type=email] {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  display: inline-block;
  height: 40px;
  width: 100% !important;
}
.info-form-bgimage .hbspt-form .form-columns-1 .hs-form-field .input input[type=checkbox],
.info-form-bgimage .hbspt-form .form-columns-1 .hs-form-field .input input[type=radio],
.info-form-bgimage-p1 .hbspt-form .form-columns-1 .hs-form-field .input input[type=checkbox],
.info-form-bgimage-p1 .hbspt-form .form-columns-1 .hs-form-field .input input[type=radio],
.info-form-newsletter-bgimage .hbspt-form .form-columns-1 .hs-form-field .input input[type=checkbox],
.info-form-newsletter-bgimage .hbspt-form .form-columns-1 .hs-form-field .input input[type=radio] {
  height: auto !important;
  width: auto !important;
}
@media (min-width: 992px) {
  .info-form-bgimage .hbspt-form .form-columns-1 .hs-form-field .input,
  .info-form-bgimage-p1 .hbspt-form .form-columns-1 .hs-form-field .input,
  .info-form-newsletter-bgimage .hbspt-form .form-columns-1 .hs-form-field .input {
    margin-right: 8px;
  }
}
.info-form-bgimage .hbspt-form .form-columns-2 .hs-form-field,
.info-form-bgimage-p1 .hbspt-form .form-columns-2 .hs-form-field,
.info-form-newsletter-bgimage .hbspt-form .form-columns-2 .hs-form-field {
  float: left;
  width: 50%;
}
.info-form-bgimage .hbspt-form .form-columns-2 .hs-form-field .input,
.info-form-bgimage-p1 .hbspt-form .form-columns-2 .hs-form-field .input,
.info-form-newsletter-bgimage .hbspt-form .form-columns-2 .hs-form-field .input {
  margin-right: 8px;
}
.info-form-bgimage .hbspt-form .form-columns-2 .hs-form-field .input input[type=text],
.info-form-bgimage .hbspt-form .form-columns-2 .hs-form-field .input input[type=email],
.info-form-bgimage-p1 .hbspt-form .form-columns-2 .hs-form-field .input input[type=text],
.info-form-bgimage-p1 .hbspt-form .form-columns-2 .hs-form-field .input input[type=email],
.info-form-newsletter-bgimage .hbspt-form .form-columns-2 .hs-form-field .input input[type=text],
.info-form-newsletter-bgimage .hbspt-form .form-columns-2 .hs-form-field .input input[type=email] {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  display: inline-block;
  height: 40px;
  width: 100% !important;
}
.info-form-bgimage .hbspt-form .form-columns-2 .hs-form-field .input input[type=checkbox],
.info-form-bgimage .hbspt-form .form-columns-2 .hs-form-field .input input[type=radio],
.info-form-bgimage-p1 .hbspt-form .form-columns-2 .hs-form-field .input input[type=checkbox],
.info-form-bgimage-p1 .hbspt-form .form-columns-2 .hs-form-field .input input[type=radio],
.info-form-newsletter-bgimage .hbspt-form .form-columns-2 .hs-form-field .input input[type=checkbox],
.info-form-newsletter-bgimage .hbspt-form .form-columns-2 .hs-form-field .input input[type=radio] {
  height: auto !important;
  width: auto !important;
}
@media (min-width: 992px) {
  .info-form-bgimage .hbspt-form .form-columns-2 .hs-form-field .input,
  .info-form-bgimage-p1 .hbspt-form .form-columns-2 .hs-form-field .input,
  .info-form-newsletter-bgimage .hbspt-form .form-columns-2 .hs-form-field .input {
    margin-right: 8px;
  }
}
.info-form-bgimage .hbspt-form input[type=text],
.info-form-bgimage .hbspt-form input[type=email],
.info-form-bgimage-p1 .hbspt-form input[type=text],
.info-form-bgimage-p1 .hbspt-form input[type=email],
.info-form-newsletter-bgimage .hbspt-form input[type=text],
.info-form-newsletter-bgimage .hbspt-form input[type=email] {
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  border-radius: 0 !important;
  color: rgb(255, 255, 255) !important;
  font-size: 12px !important;
  height: auto !important;
  line-height: 14px !important;
  padding: 7px 5px !important;
}
.info-form-bgimage .hbspt-form input[type=text]::placeholder,
.info-form-bgimage .hbspt-form input[type=email]::placeholder,
.info-form-bgimage-p1 .hbspt-form input[type=text]::placeholder,
.info-form-bgimage-p1 .hbspt-form input[type=email]::placeholder,
.info-form-newsletter-bgimage .hbspt-form input[type=text]::placeholder,
.info-form-newsletter-bgimage .hbspt-form input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}
@media (min-width: 992px) {
  .info-form-bgimage .hbspt-form input[type=text],
  .info-form-bgimage .hbspt-form input[type=email],
  .info-form-bgimage-p1 .hbspt-form input[type=text],
  .info-form-bgimage-p1 .hbspt-form input[type=email],
  .info-form-newsletter-bgimage .hbspt-form input[type=text],
  .info-form-newsletter-bgimage .hbspt-form input[type=email] {
    font-size: 16px !important;
    line-height: 18px !important;
    min-height: 27px;
    padding: 0 15px;
  }
}
.info-form-bgimage .hbspt-form .hs-submit,
.info-form-bgimage-p1 .hbspt-form .hs-submit,
.info-form-newsletter-bgimage .hbspt-form .hs-submit {
  margin: 28px 0;
}
@media (min-width: 768px) {
  .info-form-bgimage .hbspt-form .hs-submit,
  .info-form-bgimage-p1 .hbspt-form .hs-submit,
  .info-form-newsletter-bgimage .hbspt-form .hs-submit {
    margin: 40px 0 56px 0;
  }
}
.info-form-bgimage .hbspt-form .hs-submit input[type=submit],
.info-form-bgimage-p1 .hbspt-form .hs-submit input[type=submit],
.info-form-newsletter-bgimage .hbspt-form .hs-submit input[type=submit] {
  background-color: rgb(255, 255, 255) !important;
  border: 1px solid #ffffff !important;
  border-radius: 0;
  color: #161616 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  padding: 7px 30px !important;
  text-align: center !important;
}
@media (min-width: 992px) {
  .info-form-bgimage .hbspt-form .hs-submit input[type=submit],
  .info-form-bgimage-p1 .hbspt-form .hs-submit input[type=submit],
  .info-form-newsletter-bgimage .hbspt-form .hs-submit input[type=submit] {
    font-size: 16px !important;
    line-height: 18px !important;
    padding: 13px 30px !important;
  }
}
.info-form-bgimage .hbspt-form .hs-submit input[type=submit]:hover,
.info-form-bgimage-p1 .hbspt-form .hs-submit input[type=submit]:hover,
.info-form-newsletter-bgimage .hbspt-form .hs-submit input[type=submit]:hover {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  color: rgb(255, 255, 255) !important;
}
.info-form-bgimage .hbspt-form .hs-error-msgs,
.info-form-bgimage-p1 .hbspt-form .hs-error-msgs,
.info-form-newsletter-bgimage .hbspt-form .hs-error-msgs {
  list-style-type: none;
  margin: 0 0 0.5rem 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  padding: 0;
}
.info-form-bgimage .hbspt-form .hs-error-msgs label,
.info-form-bgimage-p1 .hbspt-form .hs-error-msgs label,
.info-form-newsletter-bgimage .hbspt-form .hs-error-msgs label {
  color: #990000 !important;
}
.info-form-bgimage .hbspt-form .hs_error_rollup,
.info-form-bgimage-p1 .hbspt-form .hs_error_rollup,
.info-form-newsletter-bgimage .hbspt-form .hs_error_rollup {
  margin: 1rem 0 0 0;
}
.info-form-bgimage .hbspt-form .hs_error_rollup .hs-error-msg .hs-main-font-element,
.info-form-bgimage-p1 .hbspt-form .hs_error_rollup .hs-error-msg .hs-main-font-element,
.info-form-newsletter-bgimage .hbspt-form .hs_error_rollup .hs-error-msg .hs-main-font-element {
  color: #990000;
  font-size: 12px;
  float: none;
  cursor: default;
}
.info-form-bgimage .hbspt-form label,
.info-form-bgimage-p1 .hbspt-form label,
.info-form-newsletter-bgimage .hbspt-form label {
  color: rgb(255, 255, 255);
}
.info-form-bgimage .hbspt-form label.hs-error-msg,
.info-form-bgimage-p1 .hbspt-form label.hs-error-msg,
.info-form-newsletter-bgimage .hbspt-form label.hs-error-msg {
  color: #990000;
  font-size: 12px;
  float: none;
  cursor: default;
}
.info-form-bgimage .hbspt-form .submitted-message,
.info-form-bgimage-p1 .hbspt-form .submitted-message,
.info-form-newsletter-bgimage .hbspt-form .submitted-message {
  background: #D4DBC1;
  color: rgba(22, 55, 48, 0.8);
  margin: 20px auto 24px;
  padding: 15px 15px;
  overflow-wrap: break-word;
}
.info-form-bgimage .hbspt-form .submitted-message p,
.info-form-bgimage-p1 .hbspt-form .submitted-message p,
.info-form-newsletter-bgimage .hbspt-form .submitted-message p {
  color: rgba(22, 55, 48, 0.8);
  overflow-wrap: break-word;
}
.info-form-bgimage .hbspt-form .hs-form-checkbox,
.info-form-bgimage .hbspt-form .hs-form-booleancheckbox,
.info-form-bgimage-p1 .hbspt-form .hs-form-checkbox,
.info-form-bgimage-p1 .hbspt-form .hs-form-booleancheckbox,
.info-form-newsletter-bgimage .hbspt-form .hs-form-checkbox,
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox {
  margin: 16px 0;
}
.info-form-bgimage .hbspt-form .hs-form-checkbox label,
.info-form-bgimage .hbspt-form .hs-form-booleancheckbox label,
.info-form-bgimage-p1 .hbspt-form .hs-form-checkbox label,
.info-form-bgimage-p1 .hbspt-form .hs-form-booleancheckbox label,
.info-form-newsletter-bgimage .hbspt-form .hs-form-checkbox label,
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox label {
  position: relative;
}
.info-form-bgimage .hbspt-form .hs-form-checkbox label span,
.info-form-bgimage .hbspt-form .hs-form-booleancheckbox label span,
.info-form-bgimage-p1 .hbspt-form .hs-form-checkbox label span,
.info-form-bgimage-p1 .hbspt-form .hs-form-booleancheckbox label span,
.info-form-newsletter-bgimage .hbspt-form .hs-form-checkbox label span,
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox label span {
  display: inline-block;
  margin-left: 55px; /* Width of the new radio select and any additional spacing on the left */
}
.info-form-bgimage .hbspt-form .hs-form-checkbox label span::before,
.info-form-bgimage .hbspt-form .hs-form-booleancheckbox label span::before,
.info-form-bgimage-p1 .hbspt-form .hs-form-checkbox label span::before,
.info-form-bgimage-p1 .hbspt-form .hs-form-booleancheckbox label span::before,
.info-form-newsletter-bgimage .hbspt-form .hs-form-checkbox label span::before,
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox label span::before {
  /* Add new checkbox */
  border: 1px solid rgba(255, 255, 255, 0.4);
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
  border-radius: 0;
}
.info-form-bgimage .hbspt-form .hs-form-checkbox label span::after,
.info-form-bgimage .hbspt-form .hs-form-booleancheckbox label span::after,
.info-form-bgimage-p1 .hbspt-form .hs-form-checkbox label span::after,
.info-form-bgimage-p1 .hbspt-form .hs-form-booleancheckbox label span::after,
.info-form-newsletter-bgimage .hbspt-form .hs-form-checkbox label span::after,
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox label span::after {
  /* Style new checked item */
  content: "";
  height: 25px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease-in-out;
  width: 16px;
  background-image: url("check-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
.info-form-bgimage .hbspt-form .hs-form-checkbox label span a,
.info-form-bgimage .hbspt-form .hs-form-booleancheckbox label span a,
.info-form-bgimage-p1 .hbspt-form .hs-form-checkbox label span a,
.info-form-bgimage-p1 .hbspt-form .hs-form-booleancheckbox label span a,
.info-form-newsletter-bgimage .hbspt-form .hs-form-checkbox label span a,
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox label span a {
  color: rgba(22, 55, 48, 0.8);
}
.info-form-bgimage .hbspt-form .hs-form-checkbox label span a:hover,
.info-form-bgimage .hbspt-form .hs-form-booleancheckbox label span a:hover,
.info-form-bgimage-p1 .hbspt-form .hs-form-checkbox label span a:hover,
.info-form-bgimage-p1 .hbspt-form .hs-form-booleancheckbox label span a:hover,
.info-form-newsletter-bgimage .hbspt-form .hs-form-checkbox label span a:hover,
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox label span a:hover {
  color: #83ADA4;
}
.info-form-bgimage .hbspt-form .hs-form-checkbox label input,
.info-form-bgimage .hbspt-form .hs-form-booleancheckbox label input,
.info-form-bgimage-p1 .hbspt-form .hs-form-checkbox label input,
.info-form-bgimage-p1 .hbspt-form .hs-form-booleancheckbox label input,
.info-form-newsletter-bgimage .hbspt-form .hs-form-checkbox label input,
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox label input {
  /* Hide the original checkbox */
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.info-form-bgimage .hbspt-form .hs-form-checkbox label input:checked + span::after,
.info-form-bgimage .hbspt-form .hs-form-booleancheckbox label input:checked + span::after,
.info-form-bgimage-p1 .hbspt-form .hs-form-checkbox label input:checked + span::after,
.info-form-bgimage-p1 .hbspt-form .hs-form-booleancheckbox label input:checked + span::after,
.info-form-newsletter-bgimage .hbspt-form .hs-form-checkbox label input:checked + span::after,
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox label input:checked + span::after {
  /* Show when checked */
  opacity: 1;
}
.info-form-bgimage .hbspt-form .hs-form-checkbox label input:focus + span::after,
.info-form-bgimage .hbspt-form .hs-form-booleancheckbox label input:focus + span::after,
.info-form-bgimage-p1 .hbspt-form .hs-form-checkbox label input:focus + span::after,
.info-form-bgimage-p1 .hbspt-form .hs-form-booleancheckbox label input:focus + span::after,
.info-form-newsletter-bgimage .hbspt-form .hs-form-checkbox label input:focus + span::after,
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox label input:focus + span::after {
  /* Style when focused */
  outline: 3px solid transparent; /* For Windows high contrast mode. */
}
.info-form-bgimage textarea,
.info-form-bgimage-p1 textarea,
.info-form-newsletter-bgimage textarea {
  background: transparent;
  border: none;
  color: #fff;
  user-select: none;
  width: 100%;
  height: 100%;
  resize: none;
}
.info-form-bgimage.show-popup,
.info-form-bgimage-p1.show-popup,
.info-form-newsletter-bgimage.show-popup {
  height: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .info-form-bgimage.show-popup .content-wrapper,
  .info-form-bgimage-p1.show-popup .content-wrapper,
  .info-form-newsletter-bgimage.show-popup .content-wrapper {
    margin: 12px 0 20px 0;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1400px) {
  .info-form-bgimage.show-popup .content-wrapper,
  .info-form-bgimage-p1.show-popup .content-wrapper,
  .info-form-newsletter-bgimage.show-popup .content-wrapper {
    margin: 12px 0 30px 0;
    padding: 0 0 0 20px;
  }
}
.info-form-bgimage.show-popup .content-wrapper .title,
.info-form-bgimage-p1.show-popup .content-wrapper .title,
.info-form-newsletter-bgimage.show-popup .content-wrapper .title {
  font-family: "AeonikPro-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 20.5px;
  hyphens: auto;
  word-break: break-word;
}
@media (min-width: 1400px) {
  .info-form-bgimage.show-popup .content-wrapper .title,
  .info-form-bgimage-p1.show-popup .content-wrapper .title,
  .info-form-newsletter-bgimage.show-popup .content-wrapper .title {
    font-size: 22.1703px;
    line-height: 24px;
    margin-bottom: 35px;
  }
}
.info-form-bgimage.show-popup .content-wrapper .content,
.info-form-bgimage-p1.show-popup .content-wrapper .content,
.info-form-newsletter-bgimage.show-popup .content-wrapper .content {
  font-family: "AeonikPro-Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  hyphens: auto;
  word-break: break-word;
}
@media (min-width: 1400px) {
  .info-form-bgimage.show-popup .content-wrapper .content,
  .info-form-bgimage-p1.show-popup .content-wrapper .content,
  .info-form-newsletter-bgimage.show-popup .content-wrapper .content {
    font-size: 40px;
    line-height: 41px;
  }
}
@media (min-width: 992px) {
  .info-form-bgimage.show-popup .form-wrapper,
  .info-form-bgimage-p1.show-popup .form-wrapper,
  .info-form-newsletter-bgimage.show-popup .form-wrapper {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1400px) {
  .info-form-bgimage.show-popup .form-wrapper,
  .info-form-bgimage-p1.show-popup .form-wrapper,
  .info-form-newsletter-bgimage.show-popup .form-wrapper {
    margin: 50px 0 20px 0;
    padding: 0 0 0 20px;
  }
}
.info-form-bgimage.show-popup .image-wrapper,
.info-form-bgimage-p1.show-popup .image-wrapper,
.info-form-newsletter-bgimage.show-popup .image-wrapper {
  padding: 24px 0;
}
@media (min-width: 992px) {
  .info-form-bgimage.show-popup .image-wrapper,
  .info-form-bgimage-p1.show-popup .image-wrapper,
  .info-form-newsletter-bgimage.show-popup .image-wrapper {
    padding: 12px 0;
  }
}

.info-form-bgimage-p1 .background {
  background-color: #fff;
}
@media (min-width: 992px) {
  .info-form-bgimage-p1 .background {
    padding: 16px;
  }
}

/**
* Info Form Newsletter Background Image
*/
.info-form-newsletter-bgimage {
  height: 100%;
  min-height: auto;
  padding: 35px 0 85px 0;
  position: relative;
  width: 100%;
  /* If this module is for Pop-Ups */
}
@media (min-width: 768px) {
  .info-form-newsletter-bgimage {
    height: 100%;
    min-height: auto;
    padding: 85px 0;
  }
}
.info-form-newsletter-bgimage .background {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
.info-form-newsletter-bgimage .background img {
  height: 100%;
  object-fit: cover;
  object-position: 15% top;
  width: 100%;
}
@media (min-width: 992px) {
  .info-form-newsletter-bgimage .background img {
    object-position: left top;
  }
}
.info-form-newsletter-bgimage .overlay {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.info-form-newsletter-bgimage .overlay img {
  height: 100%;
  object-fit: cover;
  object-position: 15% top;
  width: 100%;
}
@media (min-width: 768px) {
  .info-form-newsletter-bgimage .overlay {
    display: none;
  }
}
@media (min-width: 992px) {
  .info-form-newsletter-bgimage .order-lg-last .content-wrapper,
  .info-form-newsletter-bgimage .order-lg-last .form-wrapper {
    padding: 0 0 0 25px;
  }
}
.info-form-newsletter-bgimage .content-wrapper {
  color: #fff;
}
.info-form-newsletter-bgimage .content-wrapper .title {
  font-family: "AeonikPro-Medium";
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 35px 0 25px 0;
}
@media (min-width: 768px) {
  .info-form-newsletter-bgimage .content-wrapper .title {
    font-size: 78px;
    line-height: 80px;
    margin: 35px 0 60px 0;
  }
}
.info-form-newsletter-bgimage .content-wrapper .title h2 {
  font-family: "AeonikPro-Medium";
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
@media (min-width: 768px) {
  .info-form-newsletter-bgimage .content-wrapper .title h2 {
    font-size: 78px;
    line-height: 80px;
  }
}
.info-form-newsletter-bgimage .content-wrapper .content {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
}
.info-form-newsletter-bgimage .content-wrapper .content ul {
  padding-left: 1.125rem;
}
.info-form-newsletter-bgimage .content-wrapper .content ul li {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .info-form-newsletter-bgimage .content-wrapper .content ul li {
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .info-form-newsletter-bgimage .content-wrapper .content {
    font-size: 20px;
    line-height: 21px;
  }
}
.info-form-newsletter-bgimage .hbspt-form {
  color: #fff;
  position: relative;
  /* Custom Input */
}
.info-form-newsletter-bgimage .hbspt-form .h4, .info-form-newsletter-bgimage .hbspt-form h4 {
  font-size: calc(0.8rem + 0.3vw);
}
@media (min-width: 992px) {
  .info-form-newsletter-bgimage .hbspt-form .h4, .info-form-newsletter-bgimage .hbspt-form h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.info-form-newsletter-bgimage .hbspt-form hr {
  width: 97%;
}
@media (min-width: 768px) {
  .info-form-newsletter-bgimage .hbspt-form hr {
    width: 99%;
  }
}
@media (min-width: 992px) {
  .info-form-newsletter-bgimage .hbspt-form hr {
    width: 94%;
  }
}
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox-display > span {
  font-size: 12px;
}
@media (min-width: 768px) {
  .info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox-display > span {
    font-size: 14px;
  }
}
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox-display > span a {
  color: #fff !important;
}
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox-display > span a:hover {
  color: #83ADA4 !important;
}
.info-form-newsletter-bgimage .hbspt-form .form-columns-1 .hs-form-field {
  float: left;
  width: 100%;
}
.info-form-newsletter-bgimage .hbspt-form .form-columns-1 .hs-form-field .input {
  margin-right: 8px;
}
.info-form-newsletter-bgimage .hbspt-form .form-columns-1 .hs-form-field .input input[type=text],
.info-form-newsletter-bgimage .hbspt-form .form-columns-1 .hs-form-field .input input[type=email] {
  background-color: rgba(255, 255, 255, 0.25) !important;
  border: 1px solid rgb(255, 255, 255);
  display: inline-block;
  height: 40px;
  width: 100% !important;
}
.info-form-newsletter-bgimage .hbspt-form .form-columns-1 .hs-form-field .input input[type=checkbox],
.info-form-newsletter-bgimage .hbspt-form .form-columns-1 .hs-form-field .input input[type=radio] {
  height: auto !important;
  width: auto !important;
}
@media (min-width: 992px) {
  .info-form-newsletter-bgimage .hbspt-form .form-columns-1 .hs-form-field .input {
    margin-right: 8px;
  }
}
.info-form-newsletter-bgimage .hbspt-form .form-columns-2 .hs-form-field {
  float: left;
  width: 50%;
}
.info-form-newsletter-bgimage .hbspt-form .form-columns-2 .hs-form-field .input {
  margin-right: 8px;
}
.info-form-newsletter-bgimage .hbspt-form .form-columns-2 .hs-form-field .input input[type=text],
.info-form-newsletter-bgimage .hbspt-form .form-columns-2 .hs-form-field .input input[type=email] {
  background-color: rgba(255, 255, 255, 0.25) !important;
  border: 1px solid rgb(255, 255, 255);
  display: inline-block;
  height: 40px;
  width: 100% !important;
}
.info-form-newsletter-bgimage .hbspt-form .form-columns-2 .hs-form-field .input input[type=checkbox],
.info-form-newsletter-bgimage .hbspt-form .form-columns-2 .hs-form-field .input input[type=radio] {
  height: auto !important;
  width: auto !important;
}
@media (min-width: 992px) {
  .info-form-newsletter-bgimage .hbspt-form .form-columns-2 .hs-form-field .input {
    margin-right: 8px;
  }
}
.info-form-newsletter-bgimage .hbspt-form input[type=text],
.info-form-newsletter-bgimage .hbspt-form input[type=email] {
  background-color: rgba(255, 255, 255, 0.25) !important;
  border: 1px solid rgb(255, 255, 255) !important;
  border-radius: 0 !important;
  color: rgb(255, 255, 255) !important;
  font-size: 12px !important;
  height: auto !important;
  line-height: 14px !important;
  padding: 7px 5px !important;
  width: 100%;
}
.info-form-newsletter-bgimage .hbspt-form input[type=text]:-webkit-autofill, .info-form-newsletter-bgimage .hbspt-form input[type=text]:-webkit-autofill:hover, .info-form-newsletter-bgimage .hbspt-form input[type=text]:-webkit-autofill:focus, .info-form-newsletter-bgimage .hbspt-form input[type=text]:-webkit-autofill:active,
.info-form-newsletter-bgimage .hbspt-form input[type=email]:-webkit-autofill,
.info-form-newsletter-bgimage .hbspt-form input[type=email]:-webkit-autofill:hover,
.info-form-newsletter-bgimage .hbspt-form input[type=email]:-webkit-autofill:focus,
.info-form-newsletter-bgimage .hbspt-form input[type=email]:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset;
  -webkit-text-fill-color: #fff !important;
  /*use text fill color to cover font color*/
}
.info-form-newsletter-bgimage .hbspt-form input[type=text]::placeholder,
.info-form-newsletter-bgimage .hbspt-form input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}
@media (min-width: 992px) {
  .info-form-newsletter-bgimage .hbspt-form input[type=text],
  .info-form-newsletter-bgimage .hbspt-form input[type=email] {
    font-size: 16px !important;
    line-height: 18px !important;
    min-height: 27px;
    padding: 0 15px;
  }
}
.info-form-newsletter-bgimage .hbspt-form .hs-submit {
  margin: 0;
  position: absolute;
  top: 24px;
  right: 0;
}
.info-form-newsletter-bgimage .hbspt-form .hs-submit::before {
  background-image: url("arrow-white.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%) rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  z-index: -1;
}
.info-form-newsletter-bgimage .hbspt-form .hs-submit:hover::before {
  transform: translate(50%, -50%) rotate(0);
}
.info-form-newsletter-bgimage .hbspt-form .hs-submit input[type=submit] {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 0;
  color: transparent !important;
  font-size: 12px !important;
  line-height: 14px !important;
  padding: 7px 0 !important;
  text-align: center !important;
}
@media (min-width: 992px) {
  .info-form-newsletter-bgimage .hbspt-form .hs-submit input[type=submit] {
    font-size: 16px !important;
    line-height: 18px !important;
    padding: 7px 0 !important;
  }
}
.info-form-newsletter-bgimage .hbspt-form .hs-submit input[type=submit]:hover {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  color: transparent !important;
}
.info-form-newsletter-bgimage .hbspt-form .hs-submit input[type=submit]:hover::before {
  transform: translate(50%, -50%) rotate(0);
}
.info-form-newsletter-bgimage .hbspt-form .hs-error-msgs {
  list-style-type: none;
  margin: 0 0 0.5rem 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  padding: 0;
}
.info-form-newsletter-bgimage .hbspt-form .hs-error-msgs label {
  color: #990000 !important;
}
.info-form-newsletter-bgimage .hbspt-form .hs_error_rollup {
  margin: 1rem 0 0 0;
}
.info-form-newsletter-bgimage .hbspt-form .hs_error_rollup .hs-error-msg .hs-main-font-element {
  color: #990000;
  font-size: 12px;
  float: none;
  cursor: default;
}
.info-form-newsletter-bgimage .hbspt-form label {
  color: rgb(255, 255, 255);
}
.info-form-newsletter-bgimage .hbspt-form label.hs-error-msg {
  color: #990000;
  font-size: 12px;
  float: none;
  cursor: default;
}
.info-form-newsletter-bgimage .hbspt-form .submitted-message {
  background: #D4DBC1;
  color: rgba(22, 55, 48, 0.8);
  margin: 20px auto 24px;
  padding: 15px 15px;
  overflow-wrap: break-word;
}
.info-form-newsletter-bgimage .hbspt-form .submitted-message p {
  color: rgba(22, 55, 48, 0.8);
  overflow-wrap: break-word;
}
.info-form-newsletter-bgimage .hbspt-form .hs-form-checkbox,
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox {
  margin: 16px 0;
}
.info-form-newsletter-bgimage .hbspt-form .hs-form-checkbox label,
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox label {
  position: relative;
}
.info-form-newsletter-bgimage .hbspt-form .hs-form-checkbox label span,
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox label span {
  display: inline-block;
  margin-left: 55px; /* Width of the new radio select and any additional spacing on the left */
}
.info-form-newsletter-bgimage .hbspt-form .hs-form-checkbox label span::before,
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox label span::before {
  /* Add new checkbox */
  border: 1px solid rgb(255, 255, 255);
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
  border-radius: 0;
}
.info-form-newsletter-bgimage .hbspt-form .hs-form-checkbox label span::after,
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox label span::after {
  /* Style new checked item */
  content: "";
  height: 25px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease-in-out;
  width: 16px;
  background-image: url("check-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
.info-form-newsletter-bgimage .hbspt-form .hs-form-checkbox label span a,
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox label span a {
  color: rgba(22, 55, 48, 0.8);
}
.info-form-newsletter-bgimage .hbspt-form .hs-form-checkbox label span a:hover,
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox label span a:hover {
  color: #83ADA4;
}
.info-form-newsletter-bgimage .hbspt-form .hs-form-checkbox label input,
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox label input {
  /* Hide the original checkbox */
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.info-form-newsletter-bgimage .hbspt-form .hs-form-checkbox label input:checked + span::after,
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox label input:checked + span::after {
  /* Show when checked */
  opacity: 1;
}
.info-form-newsletter-bgimage .hbspt-form .hs-form-checkbox label input:focus + span::after,
.info-form-newsletter-bgimage .hbspt-form .hs-form-booleancheckbox label input:focus + span::after {
  /* Style when focused */
  outline: 3px solid transparent; /* For Windows high contrast mode. */
}
.info-form-newsletter-bgimage textarea {
  background: transparent;
  border: none;
  color: #fff;
  user-select: none;
  width: 100%;
  height: 100%;
  resize: none;
}
.info-form-newsletter-bgimage.show-popup {
  height: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .info-form-newsletter-bgimage.show-popup .content-wrapper {
    margin: 12px 0 20px 0;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1400px) {
  .info-form-newsletter-bgimage.show-popup .content-wrapper {
    margin: 12px 0 30px 0;
    padding: 0 0 0 20px;
  }
}
.info-form-newsletter-bgimage.show-popup .content-wrapper .title {
  font-family: "AeonikPro-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 20.5px;
  hyphens: auto;
  word-break: break-word;
}
@media (min-width: 1400px) {
  .info-form-newsletter-bgimage.show-popup .content-wrapper .title {
    font-size: 22.1703px;
    line-height: 24px;
    margin-bottom: 35px;
  }
}
.info-form-newsletter-bgimage.show-popup .content-wrapper .content {
  font-family: "AeonikPro-Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  hyphens: auto;
  word-break: break-word;
}
@media (min-width: 1400px) {
  .info-form-newsletter-bgimage.show-popup .content-wrapper .content {
    font-size: 40px;
    line-height: 41px;
  }
}
@media (min-width: 992px) {
  .info-form-newsletter-bgimage.show-popup .form-wrapper {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1400px) {
  .info-form-newsletter-bgimage.show-popup .form-wrapper {
    margin: 50px 0 20px 0;
    padding: 0 0 0 20px;
  }
}
.info-form-newsletter-bgimage.show-popup .image-wrapper {
  padding: 24px 0;
}
@media (min-width: 992px) {
  .info-form-newsletter-bgimage.show-popup .image-wrapper {
    padding: 12px 0;
  }
}

/**
* Info Form Large
*/
.info-form-large {
  height: 100vh;
  position: relative;
  width: 100%;
}
.info-form-large.bg-light {
  background-color: #fff !important;
}
.info-form-large.bg-gray {
  background-color: #F6F7F8 !important;
}
.info-form-large .image-wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .info-form-large .image-wrapper {
    padding: 90px 0;
  }
}
.info-form-large .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .info-form-large .order-2 .content-wrapper {
    padding: 0 0 0 25px;
  }
}
.info-form-large .content-wrapper .title {
  font-family: "AeonikPro-Medium";
  font-style: normal;
  font-weight: 500;
}
@media (min-width: 992px) {
  .info-form-large .content-wrapper .title {
    font-size: 48px;
    line-height: 44px;
    margin-bottom: 35px;
  }
}

/**
* Shop directory
*/
.shop-directory {
  height: 100%;
  min-height: auto;
  padding: 0 0 45px 0;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .shop-directory {
    height: 100%;
    min-height: auto;
    padding: 0 0 75px 0;
  }
}
.shop-directory.bg-light {
  background-color: #fff !important;
}
.shop-directory.bg-gray {
  background-color: #F6F7F8 !important;
}
.shop-directory.first-mod {
  padding: 180px 0 45px 0;
}
@media (min-width: 768px) {
  .shop-directory.first-mod {
    padding: 100px 0 75px 0;
  }
}
.shop-directory .wrapper {
  margin: 0 0 2rem 0;
}
@media (min-width: 768px) {
  .shop-directory .wrapper {
    margin: 0 0 3rem 0;
  }
}
.shop-directory h1 {
  color: #163730;
  font-family: "AeonikPro-Medium";
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 35px 0 45px 0;
}
@media (min-width: 992px) {
  .shop-directory h1 {
    font-size: 48px;
    line-height: 44px;
    margin: 35px 0 75px 0;
  }
}
.shop-directory h2 {
  color: #163730;
  font-family: "AeonikPro-Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 25px 0;
}
@media (min-width: 992px) {
  .shop-directory h2 {
    font-size: 28px;
    line-height: 24px;
    margin: 0 0 30px 0;
  }
}
.shop-directory .tel a,
.shop-directory .email a {
  color: #000;
}
.shop-directory .tel a:hover,
.shop-directory .email a:hover {
  color: #9fbab4;
}
.shop-directory a {
  color: #163730;
  display: block;
  text-decoration: none;
}
.shop-directory a:hover .shop-name {
  color: #9fbab4;
}
.shop-directory a.shop-link {
  display: block;
}
.shop-directory .shop {
  margin: 0 10px 0 0;
}
@media (min-width: 768px) {
  .shop-directory .shop {
    margin: 0 20px 0 0;
  }
}
.shop-directory .shop .shop-name {
  font-family: "AeonikPro-Medium";
  font-size: 14px;
  line-height: 15px;
  margin: 0 0 8px 0;
}
@media (min-width: 768px) {
  .shop-directory .shop .shop-name {
    font-size: 20px;
    line-height: 22px;
  }
}
.shop-directory .shop .shop-address,
.shop-directory .shop .shop-city {
  font-family: "AeonikPro-Regular";
  font-size: 12px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .shop-directory .shop .shop-address,
  .shop-directory .shop .shop-city {
    font-size: 16px;
    line-height: 22px;
  }
}
.shop-directory .accordion-trainers {
  padding: 10px 0 10px 0;
}
@media (min-width: 768px) {
  .shop-directory .accordion-trainers {
    padding: 20px 50px 20px 0;
  }
}
.shop-directory .accordion-trainers .trainers-toggle {
  border-bottom: 1px solid #000;
  font-family: "AeonikPro-Medium";
  font-size: 12px;
  padding: 2px 0;
  outline: none;
}
@media (min-width: 768px) {
  .shop-directory .accordion-trainers .trainers-toggle {
    font-size: 16px;
  }
}
.shop-directory .accordion-trainers .trainers-toggle:focus {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}
.shop-directory .accordion-trainers .trainers-toggle:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}
.shop-directory .accordion-trainers .trainers-toggle:not(.collapsed)::after {
  background-image: url("dropdown-arrow.png");
  transform: rotate(-180deg);
}
.shop-directory .accordion-trainers .trainers-toggle::after {
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: auto;
  content: "";
  background-image: url("dropdown-arrow.png");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  transition: transform 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .shop-directory .accordion-trainers .trainers-toggle::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
  }
}
.shop-directory .accordion-trainers .trainers {
  padding: 5px 0;
  font-size: 12px;
}
@media (min-width: 768px) {
  .shop-directory .accordion-trainers .trainers {
    font-size: 14px;
  }
}
.shop-directory .accordion-trainers .trainers strong {
  font-weight: 600;
}
.shop-directory .accordion-trainers .trainers a {
  color: #000;
}
.shop-directory .accordion-trainers .trainers a:hover {
  color: #9fbab4;
}

/**
* Transition Block
*/
.transition-block {
  background-color: #163730;
  margin: 35px 0 0 0;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .transition-block {
    margin: 85px 0 0 0;
    padding: 56px 0;
  }
}
.transition-block h2 {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  line-height: 102%;
  margin: 0 0 28px 0;
}
@media (min-width: 992px) {
  .transition-block h2 {
    font-family: "AeonikPro-Medium";
    font-size: 78px;
    line-height: 102%;
    margin: 0 0 60px 0;
  }
}
.transition-block .content {
  color: #fff;
  font-family: "AeonikPro-Regular";
  font-size: 16px;
  hyphens: auto;
  line-height: 102%;
  margin: 0 0 10px 0;
  word-break: break-word;
}
@media (min-width: 992px) {
  .transition-block .content {
    font-size: 36px;
    line-height: 102%;
    margin: 0 0 20px 0;
  }
}

/**
* Event Banner
*/
/* When in Pop-Up */
.pum-container {
  padding: 8px !important;
}
@media (min-width: 768px) {
  .pum-container {
    padding: 28px 8px !important;
  }
}
@media (min-width: 992px) {
  .pum-container {
    padding: 8px !important;
  }
}
.pum-container .pum-content .event-banner .background,
.pum-container .pum-content .event-banner .background-mobile {
  padding: 0;
}

/* When on Page */
.event-banner {
  color: #fff;
  min-height: 75vh;
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  .event-banner {
    min-height: 1000px;
  }
}
@media (min-width: 992px) {
  .event-banner {
    min-height: 700px;
  }
}
.event-banner .background,
.event-banner .background-mobile {
  left: 0;
  height: 100%;
  padding: 0 12px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
.event-banner .background img,
.event-banner .background-mobile img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.event-banner .content-image-left {
  margin: 30% 0 0 10px;
  width: 50%;
}
@media (min-width: 768px) {
  .event-banner .content-image-left {
    margin: 32% 0 0 40px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .event-banner .content-image-left {
    margin: 50% 0 0 120px;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .event-banner .content-image-left {
    margin: 37% 0 30px 210px;
    width: 50%;
  }
}
.event-banner .content-image-right {
  margin: 10% 0 0 0;
  width: 65%;
}
@media (min-width: 768px) {
  .event-banner .content-image-right {
    margin: 5% 0 0 40px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .event-banner .content-image-right {
    margin: 20% 0 0 15%;
    width: 65%;
  }
}
.event-banner .title {
  font-weight: 500;
  font-size: clamp(48px, 0.25rem + 3.75vw, 78px);
  line-height: clamp(42px, 0.25rem + 3.75vw, 76px);
  margin: 40px 0;
}
.event-banner .content {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
}
.event-banner .content ul {
  padding-left: 1.125rem;
}
.event-banner .content ul li {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .event-banner .content ul li {
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .event-banner .content {
    font-size: 20px;
    line-height: 21px;
  }
}
.event-banner .content--top-left,
.event-banner .content--top-right,
.event-banner .content--bottom-right {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
}
@media (min-width: 992px) {
  .event-banner .content--top-left,
  .event-banner .content--top-right,
  .event-banner .content--bottom-right {
    font-size: 20px;
    line-height: 21px;
  }
}
@media (min-width: 992px) {
  .event-banner .content--top-left {
    font-size: 24px;
    line-height: 25px;
  }
}
.event-banner .cta-wrapper {
  flex-wrap: wrap;
  justify-content: start;
  margin: 16px 0 10% 10px;
  position: relative;
}
@media (min-width: 768px) {
  .event-banner .cta-wrapper {
    justify-content: start;
    margin: 32px 0 10% 40px;
  }
}
@media (min-width: 992px) {
  .event-banner .cta-wrapper {
    justify-content: start;
    margin: 0 0 10% 120px;
  }
}
@media (min-width: 1200px) {
  .event-banner .cta-wrapper {
    justify-content: start;
    margin: 0 0 10% 210px;
  }
}
.event-banner .cta-wrapper .cta {
  display: inline-block;
  margin: 0 7.5px 14px 0;
}
@media (min-width: 768px) {
  .event-banner .cta-wrapper .cta {
    margin: 0 15px 0 0;
  }
  .event-banner .cta-wrapper .cta:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .event-banner .cta-wrapper .cta {
    margin: 0 25px 0 0;
  }
}

/**
* Landingpage Product
*/
.lp-product,
.woocom,
.data {
  background-color: #fff;
}
.lp-product .lp-product-header,
.lp-product .woocom-header,
.lp-product .data-header,
.woocom .lp-product-header,
.woocom .woocom-header,
.woocom .data-header,
.data .lp-product-header,
.data .woocom-header,
.data .data-header {
  position: fixed;
  top: -150px;
  background-color: #fff;
  transition-delay: 0ms;
  transition: all 0.5s ease-out;
  z-index: 9999;
}
.lp-product .lp-product-header.is-fixed,
.lp-product .woocom-header.is-fixed,
.lp-product .data-header.is-fixed,
.woocom .lp-product-header.is-fixed,
.woocom .woocom-header.is-fixed,
.woocom .data-header.is-fixed,
.data .lp-product-header.is-fixed,
.data .woocom-header.is-fixed,
.data .data-header.is-fixed {
  top: 0;
}
.lp-product .lp-product-header .logo,
.lp-product .woocom-header .logo,
.lp-product .data-header .logo,
.woocom .lp-product-header .logo,
.woocom .woocom-header .logo,
.woocom .data-header .logo,
.data .lp-product-header .logo,
.data .woocom-header .logo,
.data .data-header .logo {
  font-size: 0;
  font-weight: inherit;
  line-height: 0;
  padding: 32px 0;
  position: relative;
  top: 0;
}
@media (min-width: 992px) {
  .lp-product .lp-product-header .logo,
  .lp-product .woocom-header .logo,
  .lp-product .data-header .logo,
  .woocom .lp-product-header .logo,
  .woocom .woocom-header .logo,
  .woocom .data-header .logo,
  .data .lp-product-header .logo,
  .data .woocom-header .logo,
  .data .data-header .logo {
    padding: 20px 0;
  }
}
.lp-product .lp-product-header .logo img,
.lp-product .woocom-header .logo img,
.lp-product .data-header .logo img,
.woocom .lp-product-header .logo img,
.woocom .woocom-header .logo img,
.woocom .data-header .logo img,
.data .lp-product-header .logo img,
.data .woocom-header .logo img,
.data .data-header .logo img {
  width: 175px;
}
.lp-product .woocom-header,
.lp-product .data-header,
.woocom .woocom-header,
.woocom .data-header,
.data .woocom-header,
.data .data-header {
  top: 0;
}

.woocom,
.data {
  background-color: #F6F7F8;
  height: 100%;
}

/**
* Slider Image Info
*/
.slider-image-info {
  height: 100%;
  min-height: auto;
  padding: 56px 0;
  position: relative;
}
@media (min-width: 768px) {
  .slider-image-info {
    height: 100%;
    min-height: auto;
    padding: 88px 0;
  }
}
@media (min-width: 992px) {
  .slider-image-info {
    height: 100%;
    min-height: auto;
  }
}
.slider-image-info .title {
  color: #163730;
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  line-height: 39px;
}
@media (min-width: 768px) {
  .slider-image-info .title {
    font-size: 78px;
    line-height: 76px;
  }
}
.slider-image-info .swiper-buttons {
  align-items: baseline;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  right: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.slider-image-info .swiper-buttons .swiper-info-button-prev,
.slider-image-info .swiper-buttons .swiper-info-button-next {
  left: auto;
  height: 36px;
  position: relative;
  right: auto;
  width: auto;
}
.slider-image-info .swiper-buttons .swiper-info-button-prev img,
.slider-image-info .swiper-buttons .swiper-info-button-next img {
  height: 16px;
  width: 20px;
}
@media (min-width: 768px) {
  .slider-image-info .swiper-buttons .swiper-info-button-prev img,
  .slider-image-info .swiper-buttons .swiper-info-button-next img {
    height: 26px;
    width: 34px;
  }
}
.slider-image-info .swiper-buttons .swiper-info-button-prev::after,
.slider-image-info .swiper-buttons .swiper-info-button-next::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.slider-image-info .swiper-buttons .swiper-info-button-next {
  margin: 0 0 1px 0;
}
@media (min-width: 768px) {
  .slider-image-info .swiper-buttons .swiper-info-button-next {
    margin: 0 0 1px 0;
  }
}
.slider-image-info .swiper-buttons .swiper-info-button-prev {
  margin: 0 16px 0 0;
}
@media (min-width: 768px) {
  .slider-image-info .swiper-buttons .swiper-info-button-prev {
    margin: 0 27px 0 0;
  }
}
.slider-image-info .swiper-buttons .swiper-info-button-prev img {
  transform: rotate(-180deg);
}
.slider-image-info .swiper-buttons .swiper-info-button-disabled::after {
  color: rgba(0, 0, 0, 0.1);
}
.slider-image-info .swiper {
  margin: 17px 0 0 0;
}
@media (min-width: 768px) {
  .slider-image-info .swiper {
    margin: 28px 0 0 0;
    padding: 0;
    width: 100%;
  }
}
.slider-image-info .swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  height: 100%;
}
.slider-image-info .swiper .swiper-wrapper .swiper-slide .images-wrapper {
  height: 350px;
  position: relative;
}
@media (min-width: 768px) {
  .slider-image-info .swiper .swiper-wrapper .swiper-slide .images-wrapper {
    height: 430px;
  }
}
.slider-image-info .swiper .swiper-wrapper .swiper-slide .images-wrapper img {
  border: none;
  height: 100%;
  object-fit: cover;
  outline: none;
  width: 100%;
}
.slider-image-info .swiper .swiper-wrapper .swiper-slide .content-wrapper {
  background-color: #F6F7F8;
  bottom: 0;
  left: 0;
  padding: 28px 20px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .slider-image-info .swiper .swiper-wrapper .swiper-slide .content-wrapper {
    min-height: 230px;
    padding: 28px 20px;
  }
}
@media (min-width: 992px) {
  .slider-image-info .swiper .swiper-wrapper .swiper-slide .content-wrapper {
    min-height: 190px;
    padding: 28px 20px;
  }
}
.slider-image-info .swiper .swiper-wrapper .swiper-slide .content-wrapper .title {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  .slider-image-info .swiper .swiper-wrapper .swiper-slide .content-wrapper .title {
    color: #163730;
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 18px 0;
  }
}
.slider-image-info .swiper .swiper-wrapper .swiper-slide .content-wrapper .content {
  color: #163730;
  font-size: 16px;
  hyphens: auto;
  line-height: 18px;
}
.slider-image-info .swiper .swiper-scrollbar {
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}
.slider-image-info .swiper .swiper-scrollbar:hover {
  cursor: pointer;
}

/**
* Slider Team
*/
.team-slider {
  height: 100%;
  min-height: auto;
  padding: 56px 0;
  position: relative;
}
@media (min-width: 768px) {
  .team-slider {
    padding: 88px 0;
  }
}
.team-slider .title {
  color: #163730;
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  line-height: 39px;
  margin: 0 0 2rem 0;
}
@media (min-width: 768px) {
  .team-slider .title {
    font-size: 78px;
    line-height: 76px;
    margin: 0 0 2rem 0;
  }
}
@media (min-width: 992px) {
  .team-slider .title {
    font-size: 78px;
    line-height: 76px;
    margin: 0;
  }
}
.team-slider .swiper-buttons {
  align-items: baseline;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  right: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.team-slider .swiper-buttons .swiper-team-button-prev,
.team-slider .swiper-buttons .swiper-team-button-next {
  left: auto;
  height: 36px;
  position: relative;
  right: auto;
  width: auto;
}
.team-slider .swiper-buttons .swiper-team-button-prev img,
.team-slider .swiper-buttons .swiper-team-button-next img {
  height: 16px;
  width: 20px;
}
@media (min-width: 768px) {
  .team-slider .swiper-buttons .swiper-team-button-prev img,
  .team-slider .swiper-buttons .swiper-team-button-next img {
    height: 26px;
    width: 34px;
  }
}
.team-slider .swiper-buttons .swiper-team-button-prev::after,
.team-slider .swiper-buttons .swiper-team-button-next::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.team-slider .swiper-buttons .swiper-team-button-next {
  margin: 0 0 1px 0;
}
@media (min-width: 768px) {
  .team-slider .swiper-buttons .swiper-team-button-next {
    margin: 0 0 1px 0;
  }
}
.team-slider .swiper-buttons .swiper-team-button-prev {
  margin: 0 16px 0 0;
}
@media (min-width: 768px) {
  .team-slider .swiper-buttons .swiper-team-button-prev {
    margin: 0 27px 0 0;
  }
}
.team-slider .swiper-buttons .swiper-team-button-prev img {
  transform: rotate(-180deg);
}
.team-slider .swiper-buttons .swiper-team-button-disabled::after {
  color: rgba(0, 0, 0, 0.1);
}
.team-slider .swiper {
  height: 575px;
  margin: 0;
  padding: 0 0 25px 0;
}
@media (min-width: 768px) {
  .team-slider .swiper {
    height: 685px;
    margin: 16px 0 0 0;
    padding: 0 0 88px 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .team-slider .swiper {
    height: 685px;
    margin: 28px 0 56px 0;
    padding: 0 0 25px 0;
    width: 100%;
  }
}
.team-slider .swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  height: 100%;
}
.team-slider .swiper .swiper-wrapper .swiper-slide .images-wrapper {
  height: 440px;
  position: relative;
}
@media (min-width: 768px) {
  .team-slider .swiper .swiper-wrapper .swiper-slide .images-wrapper {
    height: 525px;
  }
}
.team-slider .swiper .swiper-wrapper .swiper-slide .images-wrapper img {
  border: none;
  height: 100%;
  object-fit: cover;
  outline: none;
  width: 100%;
}
.team-slider .swiper .swiper-wrapper .swiper-slide .cover-hover,
.team-slider .swiper .swiper-wrapper .swiper-slide .content {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s;
}
.team-slider .swiper .swiper-wrapper .swiper-slide .content {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 440px;
  justify-content: flex-end;
  padding: 0 15px 50px 15px;
  z-index: 2;
}
@media (min-width: 768px) {
  .team-slider .swiper .swiper-wrapper .swiper-slide .content {
    font-size: 20px;
    height: 525px;
    line-height: 23px;
    padding: 0 30px 55px 30px;
  }
}
@media (min-width: 992px) {
  .team-slider .swiper .swiper-wrapper .swiper-slide:hover .cover-hover,
  .team-slider .swiper .swiper-wrapper .swiper-slide:hover .content {
    opacity: 1;
  }
}
.team-slider .swiper .swiper-wrapper .swiper-slide .team {
  padding: 16.75px 0 20px 0;
}
@media (min-width: 768px) {
  .team-slider .swiper .swiper-wrapper .swiper-slide .team {
    min-height: 100px;
    padding: 25px 0;
  }
}
.team-slider .swiper .swiper-wrapper .swiper-slide .team .team-member {
  color: #163730;
}
.team-slider .swiper .swiper-wrapper .swiper-slide .team .team-member .name {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .team-slider .swiper .swiper-wrapper .swiper-slide .team .team-member .name {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 14px 0;
  }
}
.team-slider .swiper .swiper-wrapper .swiper-slide .team .team-member .function {
  font-size: 16px;
  line-height: 25px;
}
@media (min-width: 768px) {
  .team-slider .swiper .swiper-wrapper .swiper-slide .team .team-member .function {
    font-size: 16px;
    line-height: 25px;
  }
}
.team-slider .swiper .swiper-wrapper .swiper-slide .team.multi .team-member {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.team-slider .swiper .swiper-wrapper .swiper-slide .team.multi .team-member .name {
  margin: 0 7.25px 0 0;
}
@media (min-width: 768px) {
  .team-slider .swiper .swiper-wrapper .swiper-slide .team.multi .team-member .name {
    margin: 0 14.25px 0 0;
  }
}
.team-slider .swiper .swiper-wrapper .swiper-slide .footnote {
  color: rgba(22, 55, 48, 0.4);
}
@media (min-width: 768px) {
  .team-slider .swiper .swiper-wrapper .swiper-slide .footnote {
    font-size: 14px;
    line-height: 22px;
  }
}
.team-slider .swiper .info-cta {
  bottom: 10px;
  position: absolute;
  right: 10px;
  z-index: 99;
}
.team-slider .swiper .info-cta .open {
  display: block;
}
.team-slider .swiper .info-cta .close {
  display: none;
}
.team-slider .swiper .swiper-scrollbar {
  background: rgba(0, 0, 0, 0.2);
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}
.team-slider .swiper .swiper-scrollbar:hover {
  cursor: pointer;
}
.team-slider .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #163730;
  color: #163730;
}

/**
* Clubs Tabs
*/
.tabs-clubs {
  height: 100%;
  padding: 35px 0 95px 0;
}
@media (min-width: 992px) {
  .tabs-clubs {
    min-height: 100vh;
    padding: 85px 0;
  }
}
.tabs-clubs .content-wrapper .title {
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  text-align: center;
}
@media (min-width: 992px) {
  .tabs-clubs .content-wrapper .title {
    font-size: 48px;
    line-height: 44px;
    margin-bottom: 35px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .tabs-clubs .content-wrapper .content {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
  }
}
.tabs-clubs nav {
  display: flex;
}
@media (min-width: 992px) {
  .tabs-clubs nav {
    margin-top: 55px;
  }
}
.tabs-clubs nav .nav-tabs {
  border: none;
  width: 100%;
}
.tabs-clubs nav .nav-tabs .nav-link {
  border: none;
  display: block;
  margin-bottom: 65px;
  padding: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .tabs-clubs nav .nav-tabs .nav-link {
    margin-bottom: 65px;
  }
}
.tabs-clubs nav .nav-tabs .nav-link .title {
  border-bottom: 1px solid rgba(22, 55, 48, 0.3);
  color: rgba(22, 55, 48, 0.4);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  padding-bottom: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .tabs-clubs nav .nav-tabs .nav-link .title {
    font-size: 32px;
    line-height: 34px;
    padding-bottom: 40px;
  }
}
.tabs-clubs nav .nav-tabs .nav-link .icon-img {
  opacity: 0.3;
  padding: 20px 10px 10px 10px;
}
@media (min-width: 992px) {
  .tabs-clubs nav .nav-tabs .nav-link .icon-img {
    padding: 25px 10px 10px 10px;
    width: 130px;
  }
}
.tabs-clubs nav .nav-tabs .nav-link.active {
  border: none;
}
.tabs-clubs nav .nav-tabs .nav-link.active .title {
  border-bottom: 2px solid #163730;
  color: #163730;
  padding-bottom: 19px;
}
@media (min-width: 992px) {
  .tabs-clubs nav .nav-tabs .nav-link.active .title {
    padding-bottom: 39px;
  }
}
.tabs-clubs nav .nav-tabs .nav-link.active .icon-img {
  opacity: 1;
}
.tabs-clubs nav .nav-tabs .nav-link:hover {
  border: none;
}
.tabs-clubs .tab-content-wrapper .tab-content-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 15px 0;
}
@media (min-width: 992px) {
  .tabs-clubs .tab-content-wrapper .tab-content-title {
    font-size: 32px;
    line-height: 35px;
    margin: 0 0 35px 0;
  }
}
.tabs-clubs .tab-content-wrapper .tab-content .content {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  margin: 0 0 35px 0;
}
@media (min-width: 992px) {
  .tabs-clubs .tab-content-wrapper .tab-content .content {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 77.5px 0;
  }
}
.tabs-clubs .tab-content-wrapper .tab-content .tab-cta a {
  color: #163730;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px;
  text-decoration: underline;
  text-underline-offset: 10px;
}
@media (min-width: 992px) {
  .tabs-clubs .tab-content-wrapper .tab-content .tab-cta a {
    font-size: 20px;
    line-height: 18px;
  }
}

/**
* Navbar
*/
.navbar {
  background-color: #fff;
  padding: 0;
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .navbar-toggler:focus, .navbar .navbar-toggler:focus-visible {
  box-shadow: none;
  outline: none;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-collapse {
  justify-content: center;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse {
    justify-content: end;
  }
}
.navbar .navbar-collapse ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse ul {
    flex-direction: row;
  }
}
.navbar .navbar-collapse ul li {
  margin: 0 0 6px 0;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse ul li {
    flex-direction: row;
    margin: 0 45px 0 0;
  }
  .navbar .navbar-collapse ul li:last-child {
    margin: 0;
  }
}
.navbar .navbar-collapse ul li a {
  color: #163730;
  font-size: 16px;
  line-height: 17px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse ul li a {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
  }
}
.navbar .navbar-collapse .some-wrapper .some-nav {
  margin: 46.25px 0 33.25px 0;
}
.navbar .navbar-collapse .some-wrapper .some-nav li {
  margin: 0 6px 0 0;
}
.navbar .navbar-collapse .some-wrapper .some-nav li:last-of-type {
  margin: 0;
}
.navbar .hamburger {
  color: #163730;
  padding: 15px 0 15px 15px;
}
.navbar .hamburger.is-active:hover, .navbar .hamburger:hover {
  opacity: 1;
}
.navbar .hamburger.is-active .hamburger-inner,
.navbar .hamburger.is-active .hamburger-inner::before,
.navbar .hamburger.is-active .hamburger-inner::after {
  border-radius: 0;
  background-color: #163730;
}
.navbar .hamburger .hamburger-inner,
.navbar .hamburger .hamburger-inner::before,
.navbar .hamburger .hamburger-inner::after {
  border-radius: 0;
  background-color: #163730;
}

footer.lp-product-footer, footer.woocom-footer, footer.data-footer {
  padding: 40px 0 14px 0;
}
@media (min-width: 768px) {
  footer.lp-product-footer, footer.woocom-footer, footer.data-footer {
    padding: 56px 0 0 0;
  }
}
footer.lp-product-footer .logo,
footer.lp-product-footer .slogan,
footer.lp-product-footer .footer-primary-wrapper .title,
footer.lp-product-footer .footer-secondary-wrapper .title, footer.woocom-footer .logo,
footer.woocom-footer .slogan,
footer.woocom-footer .footer-primary-wrapper .title,
footer.woocom-footer .footer-secondary-wrapper .title, footer.data-footer .logo,
footer.data-footer .slogan,
footer.data-footer .footer-primary-wrapper .title,
footer.data-footer .footer-secondary-wrapper .title {
  font-family: "AeonikPro-Medium";
  font-size: 28px;
  font-weight: 500;
  line-height: 27px;
}
@media (min-width: 768px) {
  footer.lp-product-footer .logo,
  footer.lp-product-footer .slogan,
  footer.lp-product-footer .footer-primary-wrapper .title,
  footer.lp-product-footer .footer-secondary-wrapper .title, footer.woocom-footer .logo,
  footer.woocom-footer .slogan,
  footer.woocom-footer .footer-primary-wrapper .title,
  footer.woocom-footer .footer-secondary-wrapper .title, footer.data-footer .logo,
  footer.data-footer .slogan,
  footer.data-footer .footer-primary-wrapper .title,
  footer.data-footer .footer-secondary-wrapper .title {
    font-size: 36px;
    font-weight: 500;
    line-height: 35px;
  }
}
footer.lp-product-footer .slogan, footer.woocom-footer .slogan, footer.data-footer .slogan {
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  footer.lp-product-footer .slogan, footer.woocom-footer .slogan, footer.data-footer .slogan {
    margin: 0 0 16px 0;
  }
}
footer.lp-product-footer .address, footer.woocom-footer .address, footer.data-footer .address {
  margin: 0 0 25px 0;
}
@media (min-width: 768px) {
  footer.lp-product-footer .address, footer.woocom-footer .address, footer.data-footer .address {
    margin: 0;
  }
}
footer.lp-product-footer .footer-primary-wrapper, footer.woocom-footer .footer-primary-wrapper, footer.data-footer .footer-primary-wrapper {
  margin: 0 0 40px 0;
}
@media (min-width: 768px) {
  footer.lp-product-footer .footer-primary-wrapper, footer.woocom-footer .footer-primary-wrapper, footer.data-footer .footer-primary-wrapper {
    margin: 0;
  }
}
footer.lp-product-footer .footer-primary-wrapper .title, footer.woocom-footer .footer-primary-wrapper .title, footer.data-footer .footer-primary-wrapper .title {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  footer.lp-product-footer .footer-primary-wrapper .title, footer.woocom-footer .footer-primary-wrapper .title, footer.data-footer .footer-primary-wrapper .title {
    font-size: 36px;
    line-height: 35px;
    margin: 0 0 30px 0;
  }
}
footer.lp-product-footer .footer-primary-wrapper ul, footer.woocom-footer .footer-primary-wrapper ul, footer.data-footer .footer-primary-wrapper ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  footer.lp-product-footer .footer-primary-wrapper ul, footer.woocom-footer .footer-primary-wrapper ul, footer.data-footer .footer-primary-wrapper ul {
    margin: 30px 0 0 0;
    max-height: 100px;
  }
}
@media (min-width: 768px) {
  footer.lp-product-footer .footer-primary-wrapper ul li, footer.woocom-footer .footer-primary-wrapper ul li, footer.data-footer .footer-primary-wrapper ul li {
    margin: 0 0 7px 0;
  }
}
footer.lp-product-footer .footer-primary-wrapper ul li a, footer.woocom-footer .footer-primary-wrapper ul li a, footer.data-footer .footer-primary-wrapper ul li a {
  color: #163730;
  font-family: "AeonikPro-Medium";
  font-size: 14px;
  line-height: 15px;
  text-decoration: none;
}
@media (min-width: 768px) {
  footer.lp-product-footer .footer-primary-wrapper ul li a, footer.woocom-footer .footer-primary-wrapper ul li a, footer.data-footer .footer-primary-wrapper ul li a {
    font-size: 20px;
    line-height: 22px;
  }
}
footer.lp-product-footer .partner, footer.woocom-footer .partner, footer.data-footer .partner {
  align-items: end;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: end;
}
@media (min-width: 768px) {
  footer.lp-product-footer .partner, footer.woocom-footer .partner, footer.data-footer .partner {
    align-items: start;
  }
}
footer.lp-product-footer .partner img, footer.woocom-footer .partner img, footer.data-footer .partner img {
  height: auto;
  margin: 0 0 40px 0;
  max-width: 160px;
}
footer.lp-product-footer hr, footer.woocom-footer hr, footer.data-footer hr {
  background-color: #163730;
  opacity: 0.2;
}
footer.woocom-footer footer.data-footer {
  border-top: 1px solid rgba(22, 55, 48, 0.4);
}
footer.data-footer {
  background-color: #fff;
}

/*
** WPML
*/
.wpml-ls-link {
  color: #163730;
  font-size: 9px;
  line-height: 13px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .wpml-ls-link {
    font-size: 16px;
    line-height: 22px;
  }
}

/*
** Golf Map
*/
.golf-map {
  height: 100%;
  min-height: auto;
  padding: 56px 0 8px 0;
}
@media (min-width: 768px) {
  .golf-map {
    min-height: auto;
    padding: 176px 0 0 0;
  }
}
.golf-map .sticker-map {
  position: absolute;
  z-index: 99;
}
.golf-map .sticker-map img {
  height: 25%;
  margin: 14px 0;
  width: 32%;
}
@media (min-width: 768px) {
  .golf-map .sticker-map img {
    height: 60%;
    margin: 50px 0;
    max-width: 350px;
    width: 44%;
  }
}
@media (min-width: 992px) {
  .golf-map .sticker-map img {
    height: auto;
    margin: 0;
    width: auto;
  }
}
.golf-map .content-wrapper .title,
.golf-map .content-wrapper h2 {
  color: #163730;
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  line-height: 84%;
  margin: 0 0 28px 0;
}
@media (min-width: 768px) {
  .golf-map .content-wrapper .title,
  .golf-map .content-wrapper h2 {
    font-size: 78px;
    line-height: 65.5px;
    margin: 0 0 52.15px 0;
  }
}
.golf-map .content-wrapper .content {
  color: #163730;
  font-size: 16px;
  line-height: 102%;
}
@media (min-width: 768px) {
  .golf-map .content-wrapper .content {
    font-size: 36px;
    line-height: 36.75px;
  }
}
.golf-map .content-wrapper .content h2,
.golf-map .content-wrapper .content h3 {
  color: #163730;
  font-family: "AeonikPro-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 102%;
  margin: 0;
}
@media (min-width: 768px) {
  .golf-map .content-wrapper .content h2,
  .golf-map .content-wrapper .content h3 {
    font-size: 36px;
    line-height: 36.75px;
  }
}
.golf-map .swiper-map-button-prev,
.golf-map .swiper-map-button-next {
  height: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.golf-map .swiper-map-button-prev img,
.golf-map .swiper-map-button-next img {
  height: 16px;
  width: 20px;
}
@media (min-width: 768px) {
  .golf-map .swiper-map-button-prev img,
  .golf-map .swiper-map-button-next img {
    height: 26px;
    width: 34px;
  }
}
.golf-map .swiper-map-button-prev::after,
.golf-map .swiper-map-button-next::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.golf-map .swiper-map-button-next {
  background-image: url(arrow-on-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 35px;
  margin: 0 0 1px 0;
  right: 0;
  width: 35px;
}
@media (min-width: 768px) {
  .golf-map .swiper-map-button-next {
    margin: 0 0 1px 0;
  }
}
.golf-map .swiper-map-button-next.swiper-button-disabled {
  background-image: url(arrow-off-right.png);
  opacity: 1;
}
.golf-map .swiper-map-button-prev {
  background-image: url(arrow-on-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 35px;
  left: 0;
  margin: 0 16px 0 0;
  width: 35px;
}
@media (min-width: 768px) {
  .golf-map .swiper-map-button-prev {
    margin: 0 27px 0 0;
  }
}
.golf-map .swiper-map-button-prev.swiper-button-disabled {
  background-image: url(arrow-off-left.png);
  opacity: 1;
}
.golf-map .swiper-map-button-prev img {
  transform: rotate(-180deg);
}
.golf-map .swiper-map-button-disabled::after {
  color: rgba(0, 0, 0, 0.1);
}
.golf-map .mobile-map .swiper {
  height: 550px;
  margin: 0;
}
@media (min-width: 768px) {
  .golf-map .mobile-map .swiper {
    height: 650px;
    margin: 16px 0 0 0;
    padding: 0 0 25px 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .golf-map .mobile-map .swiper {
    height: 685px;
    margin: 35px 0 0 0;
    padding: 0 0 25px 0;
    width: 100%;
  }
}
.golf-map .mobile-map .swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  height: 100%;
}
.golf-map .mobile-map .swiper .swiper-wrapper .swiper-slide .images-wrapper {
  height: 550px;
  position: relative;
}
@media (min-width: 768px) {
  .golf-map .mobile-map .swiper .swiper-wrapper .swiper-slide .images-wrapper {
    height: 650px;
  }
}
.golf-map .mobile-map .swiper .swiper-wrapper .swiper-slide .images-wrapper img {
  border: none;
  height: 100%;
  object-fit: contain;
  object-position: center;
  outline: none;
  width: 100%;
}
.golf-map .map {
  height: 100%;
  width: 100%;
}
.golf-map .map img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.golf-map .map #Maker_geometric,
.golf-map .map #_1Saver_geometric,
.golf-map .map #_2Saver_geometric,
.golf-map .map #Pitcher_geometric,
.golf-map .map #Riser_geometric,
.golf-map .map #Butler_geometric,
.golf-map .map #Mover_geometric,
.golf-map .map #Opener_geometric {
  cursor: pointer;
}
.golf-map .map #Maker_active,
.golf-map .map #Maker_pointer,
.golf-map .map #Maker_club,
.golf-map .map #_1Saver_active,
.golf-map .map #_1Saver_pointer,
.golf-map .map #_1Saver_club,
.golf-map .map #_2Saver_active,
.golf-map .map #_2Saver_pointer,
.golf-map .map #_2Saver_club,
.golf-map .map #Pitcher_active,
.golf-map .map #Pitcher_pointer,
.golf-map .map #Pitcher_club,
.golf-map .map #Riser_active,
.golf-map .map #Riser_pointer,
.golf-map .map #Riser_club,
.golf-map .map #Butler_active,
.golf-map .map #Butler_pointer,
.golf-map .map #Butler_club,
.golf-map .map #Mover_active,
.golf-map .map #Mover_pointer,
.golf-map .map #Mover_club,
.golf-map .map #Opener_active,
.golf-map .map #Opener_pointer,
.golf-map .map #Opener_club {
  cursor: pointer;
  opacity: 0;
}

/**
* Download Media
*/
.download-media {
  padding: 46px 0 0 0;
}
@media (min-width: 992px) {
  .download-media {
    padding: 80px 0 0 0;
  }
}
.download-media.is-first {
  padding: 46px 0 0 0;
}
@media (min-width: 992px) {
  .download-media.is-first {
    padding: 176px 0 0 0;
  }
}
.download-media h2 {
  color: #163730;
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 98%;
  margin: 0 0 0 0;
}
@media (min-width: 992px) {
  .download-media h2 {
    font-size: 78px;
    margin: 0 0 0 0;
  }
}
.download-media article {
  background-color: #F6F7F8;
  margin: 14px 0 0 0;
  position: relative;
}
@media (min-width: 992px) {
  .download-media article {
    margin: 28px 0 0 0;
  }
}
.download-media article .file-type {
  background-color: #163730;
  color: #fff;
  font-family: "AeonikPro-Regular";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  padding: 8px 15px;
  position: absolute;
  right: 1px;
  top: 1px;
}
@media (min-width: 992px) {
  .download-media article .file-type {
    font-size: 15px;
    padding: 13px 20px;
  }
}
.download-media article .thumbnail {
  height: 150px;
}
@media (min-width: 768px) {
  .download-media article .thumbnail {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .download-media article .thumbnail {
    height: 300px;
  }
}
.download-media article .thumbnail img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border: 1px solid #F6F7F8;
}
.download-media article .content-wrapper {
  padding: 14px 12px 0 12px;
}
@media (min-width: 992px) {
  .download-media article .content-wrapper {
    padding: 18px 24px 0 24px;
  }
}
.download-media article .content-wrapper .title {
  color: #163730;
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 0 0 8px 0;
}
@media (min-width: 992px) {
  .download-media article .content-wrapper .title {
    font-size: 27px;
    margin: 0 0 8px 0;
  }
}
.download-media article .content-wrapper .content {
  font-family: "AeonikPro-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.download-media article .content-wrapper .add-content {
  color: #9fbab4;
  font-family: "AeonikPro-Regular";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin: 8px 0;
}
.download-media article .cta-wrapper {
  display: flex;
  flex-direction: column;
  padding: 19px 0;
}
@media (min-width: 768px) {
  .download-media article .cta-wrapper {
    padding: 24px 0;
  }
}
@media (min-width: 992px) {
  .download-media article .cta-wrapper {
    flex-direction: row;
    padding: 42px 0;
  }
}
.download-media article .cta-wrapper .cta {
  border: 1px solid #163730;
  color: #163730;
  font-family: "AeonikPro-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 0 0 8px 0;
  padding: 8px 10px;
  text-decoration: none;
  width: fit-content;
}
@media (min-width: 992px) {
  .download-media article .cta-wrapper .cta {
    margin: 0 8px 0 0;
    padding: 8px 10px;
    width: auto;
  }
}
.download-media article .cta-wrapper .cta:hover {
  background-color: #163730;
  color: #fff;
}

/*
** Woocommerce
*/
.woocommerce {
  padding: 150px 0 55px 0;
  /**
  * Cart Wrapper
  */
  /**
  * Checkout Wrapper
  */
  /**
  * Order Wrapper
  */
}
@media (min-width: 768px) {
  .woocommerce {
    padding: 150px 0 55px 0;
  }
}
.woocommerce .woocommerce-notices-wrapper {
  margin: 0 12px;
}
.woocommerce .woocommerce-notices-wrapper .cart-empty {
  margin: 0;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .wc-forward {
  display: none;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .restore-item {
  color: #163730;
}
@media (min-width: 768px) {
  .woocommerce .cart-empty {
    margin: 0 24px;
  }
}
.woocommerce .return-to-shop a {
  background: #163730;
  border: 1px solid #163730;
  border-radius: 0;
  color: #fff;
  font-family: "AeonikPro-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  float: right !important;
  line-height: 12px;
  left: 50%;
  padding: 7px 10.14px;
  position: absolute;
  text-decoration: none;
  transform: translateX(-50%);
}
.woocommerce .return-to-shop a:disabled {
  color: #fff;
}
@media (min-width: 992px) {
  .woocommerce .return-to-shop a {
    font-size: 20px;
    line-height: 20px;
    padding: 14px 17.5px;
    margin: 35px 0;
  }
}
.woocommerce .return-to-shop a:hover {
  background: transparent !important;
  color: #163730 !important;
}
.woocommerce .cart-wrapper .product-remove a {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 0px;
  color: #F67728 !important;
  line-height: 1.125rem;
}
.woocommerce .cart-wrapper .product-remove a:hover {
  color: #fff !important;
  background: #F67728 !important;
}
.woocommerce .cart-wrapper .shop_table {
  border: none;
  border-collapse: separate;
  border-spacing: 0 7.25px;
  margin: 0 -1px 20px 0;
}
.woocommerce .cart-wrapper .shop_table td, .woocommerce .cart-wrapper .shop_table th {
  background-color: #fff;
  border-top: 1px solid rgba(22, 55, 48, 0.2);
  border-bottom: 1px solid rgba(22, 55, 48, 0.2);
  padding: 14.3px 14.75px;
}
.woocommerce .cart-wrapper .shop_table td:first-child, .woocommerce .cart-wrapper .shop_table th:first-child {
  border-left: 1px solid rgba(22, 55, 48, 0.2);
  border-top: 1px solid rgba(22, 55, 48, 0.2);
}
.woocommerce .cart-wrapper .shop_table td:last-child, .woocommerce .cart-wrapper .shop_table th:last-child {
  border-right: 1px solid rgba(22, 55, 48, 0.2);
  border-top: 1px solid rgba(22, 55, 48, 0.2);
}
.woocommerce .cart-wrapper .actions button {
  background: #9FAFAC;
  border: 1px solid #9FAFAC;
  border-radius: 0;
  color: #fff;
  font-family: "AeonikPro-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  float: right !important;
  line-height: 12px;
  padding: 7px 10.14px;
  text-decoration: none;
}
.woocommerce .cart-wrapper .actions button:disabled {
  color: #fff;
}
@media (min-width: 992px) {
  .woocommerce .cart-wrapper .actions button {
    font-size: 20px;
    line-height: 20px;
    padding: 14px 17.5px;
  }
}
.woocommerce .cart-wrapper h2 {
  font-family: "AeonikPro-Medium";
}
@media (min-width: 768px) {
  .woocommerce .cart-wrapper h2 {
    font-size: 20px;
    line-height: 20px;
  }
}
.woocommerce .cart-wrapper .cart_totals {
  float: none;
  width: 100%;
}
.woocommerce .cart-wrapper .shipping-calculator-button {
  color: rgba(22, 55, 48, 0.6);
}
.woocommerce .cart-wrapper .shipping-calculator-button:visited, .woocommerce .cart-wrapper .shipping-calculator-button:focus {
  color: rgba(22, 55, 48, 0.6);
}
.woocommerce .cart-wrapper .shipping-calculator-form .form-row {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .woocommerce .cart-wrapper .shipping-calculator-form .form-row {
    margin: 0 0 7.25px 0;
  }
}
.woocommerce .cart-wrapper .shipping-calculator-form .form-row::before, .woocommerce .cart-wrapper .shipping-calculator-form .form-row::after {
  content: none;
}
.woocommerce .cart-wrapper .shipping-calculator-form input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.woocommerce .cart-wrapper .shipping-calculator-form input.input-text {
  border: 1px solid rgba(22, 55, 48, 0.2);
  border-radius: 0px;
}
@media (min-width: 768px) {
  .woocommerce .cart-wrapper .shipping-calculator-form input.input-text {
    padding: 11px 19.5px;
  }
}
.woocommerce .cart-wrapper .shipping-calculator-form button {
  background: #163730;
  border: 1px solid #163730;
  border-radius: 0;
  color: #fff;
  font-family: "AeonikPro-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  padding: 7px 10.14px;
  text-decoration: none;
}
.woocommerce .cart-wrapper .shipping-calculator-form button:disabled {
  color: #fff;
}
@media (min-width: 992px) {
  .woocommerce .cart-wrapper .shipping-calculator-form button {
    font-size: 20px;
    line-height: 20px;
    padding: 14px 17.5px;
  }
}
.woocommerce .cart-wrapper .checkout-button {
  background: #163730 !important;
  border: 1px solid #163730;
  border-radius: 0;
  color: #fff;
  font-family: "AeonikPro-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  float: none !important;
  line-height: 12px;
  left: 50%;
  padding: 7px 10.14px;
  text-decoration: none;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .woocommerce .cart-wrapper .checkout-button {
    font-size: 20px;
    line-height: 20px;
    padding: 14px 17.5px;
    margin: 35px auto 0 auto;
  }
}
.woocommerce .cart-wrapper .checkout-button:hover {
  background: transparent !important;
  color: #163730 !important;
}
.woocommerce .checkout-wrapper h3 {
  font-family: "AeonikPro-Medium";
}
@media (min-width: 768px) {
  .woocommerce .checkout-wrapper h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
.woocommerce .checkout-wrapper h3#order_review_heading {
  display: none !important;
}
.woocommerce .checkout-wrapper .vat-exception-message {
  font-size: 16px;
  line-height: 25px;
  margin: 10px 0 15px 0;
}
@media (min-width: 768px) {
  .woocommerce .checkout-wrapper .vat-exception-message {
    padding: 0 0 0 14.75px;
    margin: 20px 0 25px 0;
  }
}
.woocommerce .checkout-wrapper .shipping-time {
  margin: 10px 0 15px 0;
}
@media (min-width: 768px) {
  .woocommerce .checkout-wrapper .shipping-time {
    margin: 20px 0 25px 0;
  }
}
.woocommerce .checkout-wrapper #payment .place-order {
  margin: 1em 0 1em 0;
}
@media (min-width: 768px) {
  .woocommerce .checkout-wrapper #payment .place-order {
    margin: 1em 0 1em 4px;
  }
}
.woocommerce .checkout-wrapper .woocommerce-shipping-fields h3#ship-to-different-address {
  font-size: 16px;
  line-height: 22px;
  margin: 17px 0 20px 13.5px;
}
@media (min-width: 768px) {
  .woocommerce .checkout-wrapper .woocommerce-shipping-fields h3#ship-to-different-address {
    font-size: 16px;
    line-height: 22px;
    margin: 35px 0 40px 19.5px;
  }
}
.woocommerce .checkout-wrapper .woocommerce-shipping-fields h3#ship-to-different-address label span {
  margin: 0 0 0 25px;
}
@media (min-width: 768px) {
  .woocommerce .checkout-wrapper .woocommerce-shipping-fields h3#ship-to-different-address label span {
    margin: 0 0 0 25px;
  }
}
.woocommerce .checkout-wrapper .shop_table {
  border: none;
  border-collapse: separate;
  border-spacing: 0 7.25px;
  margin: 0 -1px 20px 0;
}
.woocommerce .checkout-wrapper .shop_table td, .woocommerce .checkout-wrapper .shop_table th {
  background-color: #fff;
  border-top: 1px solid rgba(22, 55, 48, 0.2);
  border-bottom: 1px solid rgba(22, 55, 48, 0.2);
  padding: 14.3px 14.75px;
}
.woocommerce .checkout-wrapper .shop_table td:first-child, .woocommerce .checkout-wrapper .shop_table th:first-child {
  border-left: 1px solid rgba(22, 55, 48, 0.2);
}
.woocommerce .checkout-wrapper .shop_table td:last-child, .woocommerce .checkout-wrapper .shop_table th:last-child {
  border-right: 1px solid rgba(22, 55, 48, 0.2);
}
.woocommerce .checkout-wrapper .shop_table #shipping_method li {
  margin: 0;
}
.woocommerce .checkout-wrapper .shop_table strong {
  display: block;
}
.woocommerce .checkout-wrapper .shop_table .includes_tax {
  display: inline-block;
}
.woocommerce .checkout-wrapper .shop_table .prod-remove {
  display: block;
  width: 20px;
  height: 20px;
  float: right;
}
.woocommerce .checkout-wrapper .shop_table .prod-remove a {
  border-radius: 0px;
  color: #F67728 !important;
  line-height: 1.325rem;
}
.woocommerce .checkout-wrapper .shop_table .prod-remove a:hover {
  color: #fff !important;
  background: #F67728 !important;
}
.woocommerce .checkout-wrapper #customer_details .col-1,
.woocommerce .checkout-wrapper #customer_details .col-2 {
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce .checkout-wrapper form .form-row {
    padding: 0;
    margin: 0 0 7.25px 0;
  }
}
.woocommerce .checkout-wrapper form .form-row.form-row-first, .woocommerce .checkout-wrapper form .form-row.form-row-last {
  width: 49% !important;
}
.woocommerce .checkout-wrapper form .form-row input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.woocommerce .checkout-wrapper form .form-row input.input-text {
  border: 1px solid rgba(22, 55, 48, 0.2);
  border-radius: 0px;
  padding: 11px 13.5px;
}
@media (min-width: 768px) {
  .woocommerce .checkout-wrapper form .form-row input.input-text {
    padding: 11px 19.5px;
  }
}
.woocommerce .checkout-wrapper form .form-row label[for=how_did_you_hear] {
  font-family: "AeonikPro-Medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 8px 0;
}
@media (min-width: 768px) {
  .woocommerce .checkout-wrapper form .form-row label[for=how_did_you_hear] {
    font-size: 16px;
  }
}
.woocommerce .checkout-wrapper form .form-row #how_did_you_hear {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (min-width: 768px) {
  .woocommerce .checkout-wrapper form .form-row #how_did_you_hear {
    font-size: 16px;
    line-height: 100%;
  }
}
.woocommerce .checkout-wrapper .woocommerce-checkout-payment {
  background-color: transparent !important;
  border: none;
  border-radius: 0px !important;
}
.woocommerce .checkout-wrapper .woocommerce-checkout-payment .payment_methods {
  background-color: #fff !important;
  border: 1px solid rgba(22, 55, 48, 0.2);
  border-radius: 0px;
}
.woocommerce .checkout-wrapper .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  color: rgba(22, 55, 48, 0.6);
}
@media (min-width: 768px) {
  .woocommerce .checkout-wrapper .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
    font-size: 16px;
    line-height: 25px;
    margin: 35px 0 0 0;
  }
}
.woocommerce .checkout-wrapper .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper a,
.woocommerce .checkout-wrapper .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper a:visited,
.woocommerce .checkout-wrapper .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper a:focus {
  color: rgba(22, 55, 48, 0.6);
}
.woocommerce .checkout-wrapper .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
  margin: 0 0 0 14px;
}
@media (min-width: 768px) {
  .woocommerce .checkout-wrapper .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
    margin: 0 0 0 20px;
  }
}
.woocommerce .checkout-wrapper .woocommerce-checkout-payment #place_order {
  background: #163730;
  border: 1px solid #163730;
  border-radius: 0;
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  float: none !important;
  line-height: 12px;
  left: 50%;
  padding: 7px 10.14px;
  text-decoration: none;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .woocommerce .checkout-wrapper .woocommerce-checkout-payment #place_order {
    font-size: 20px;
    line-height: 20px;
    padding: 14px 17.5px;
    margin: 35px auto 0 auto;
  }
}
.woocommerce .checkout-wrapper .woocommerce-checkout-payment #place_order:hover {
  background: transparent;
  color: #163730;
}
.woocommerce .woocommerce-order .container {
  padding: 0;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-order .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
  font-family: "AeonikPro-Medium";
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 3rem 0;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 3rem 0;
  }
}
.woocommerce .woocommerce-order .woocommerce-thankyou-order-details {
  margin: 0 0 1em;
  padding: 0;
}
.woocommerce .woocommerce-order .woocommerce-thankyou-order-details li {
  margin: 0 0 1rem 0;
  padding: 0 0.5rem 0 1rem;
  width: 50%;
}
.woocommerce .woocommerce-order .woocommerce-thankyou-order-details li:nth-child(odd) {
  padding: 0 0.5rem 0 0;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-order .woocommerce-thankyou-order-details li {
    margin: 0 2em 1rem 0;
    padding: 0 2em 0 0;
    width: auto;
  }
}
.woocommerce .woocommerce-order .woocommerce-order-details,
.woocommerce .woocommerce-order .woocommerce-customer-details {
  margin: 1.5rem 0 0 0;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-order .woocommerce-order-details,
  .woocommerce .woocommerce-order .woocommerce-customer-details {
    margin: 1.5rem 0 0 0;
  }
}
.woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-column--shipping-address,
.woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column--shipping-address {
  margin: 1rem 0 0 0;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-column--shipping-address,
  .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column--shipping-address {
    margin: 0;
  }
}
.woocommerce .woocommerce-order .woocommerce-order-details h2,
.woocommerce .woocommerce-order .woocommerce-customer-details h2 {
  font-family: "AeonikPro-Medium";
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-order .woocommerce-order-details h2,
  .woocommerce .woocommerce-order .woocommerce-customer-details h2 {
    font-size: 20px;
    line-height: 20px;
  }
}
.woocommerce .woocommerce-order .woocommerce-order-details .shop_table,
.woocommerce .woocommerce-order .woocommerce-customer-details .shop_table {
  border: none;
  border-collapse: separate;
  border-spacing: 0 7.25px;
  margin: 0 -1px 20px 0;
}
.woocommerce .woocommerce-order .woocommerce-order-details .shop_table td, .woocommerce .woocommerce-order .woocommerce-order-details .shop_table th,
.woocommerce .woocommerce-order .woocommerce-customer-details .shop_table td,
.woocommerce .woocommerce-order .woocommerce-customer-details .shop_table th {
  background-color: #fff;
  border-top: 1px solid rgba(22, 55, 48, 0.2);
  border-bottom: 1px solid rgba(22, 55, 48, 0.2);
  padding: 14.3px 14.75px;
}
.woocommerce .woocommerce-order .woocommerce-order-details .shop_table td:first-child, .woocommerce .woocommerce-order .woocommerce-order-details .shop_table th:first-child,
.woocommerce .woocommerce-order .woocommerce-customer-details .shop_table td:first-child,
.woocommerce .woocommerce-order .woocommerce-customer-details .shop_table th:first-child {
  border-left: 1px solid rgba(22, 55, 48, 0.2);
}
.woocommerce .woocommerce-order .woocommerce-order-details .shop_table td:last-child, .woocommerce .woocommerce-order .woocommerce-order-details .shop_table th:last-child,
.woocommerce .woocommerce-order .woocommerce-customer-details .shop_table td:last-child,
.woocommerce .woocommerce-order .woocommerce-customer-details .shop_table th:last-child {
  border-right: 1px solid rgba(22, 55, 48, 0.2);
}
.woocommerce .woocommerce-order .woocommerce-order-details .shop_table .wc-item-meta,
.woocommerce .woocommerce-order .woocommerce-customer-details .shop_table .wc-item-meta {
  padding: 0;
}
.woocommerce .woocommerce-order .woocommerce-order-details .shop_table .includes_tax,
.woocommerce .woocommerce-order .woocommerce-customer-details .shop_table .includes_tax {
  display: block;
}
.woocommerce .woocommerce-order .woocommerce-customer-details .addresses address {
  border: none;
  border-radius: 0px;
  padding: 0px;
}
.woocommerce .checkbox {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  line-height: 16px;
  top: 0;
}
@media (min-width: 768px) {
  .woocommerce .checkbox {
    font-size: 16px;
    line-height: 22px;
  }
}
.woocommerce .checkbox .input-checkbox {
  appearance: none;
  position: relative;
  left: 19px;
  outline: none !important;
  top: 0;
  z-index: 0;
  -webkit-appearance: none;
}
.woocommerce .checkbox .input-checkbox::before {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(22, 55, 48, 0.4);
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 12px;
  z-index: 5;
  position: relative;
}
@media (min-width: 768px) {
  .woocommerce .checkbox .input-checkbox::before {
    margin-right: 30px;
  }
}
.woocommerce .checkbox .input-checkbox:checked::before {
  background-image: url("check.png");
  background-repeat: no-repeat;
  background-position: center;
}
.woocommerce .woocommerce-invalid #terms::before {
  outline: 1px solid red !important;
}

/*
** Outside Woocommerce
*/
.select2-container {
  margin: 0 0 5px 0;
}
.select2-container .selection .select2-selection--single {
  border: 1px solid rgba(22, 55, 48, 0.2);
  border-radius: 0px;
  height: auto;
  padding: 11px 19.5px;
}
.select2-container .selection .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.select2-container .selection .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-35%);
}

.select2-container--default .select2-dropdown {
  background-color: #F2F2F2;
  border: 1px solid rgba(22, 55, 48, 0.2) !important;
  border-radius: 0px;
  color: rgba(0, 0, 0, 0.2);
}
.select2-container--default .select2-dropdown .select2-search__field {
  padding: 11px 15.5px;
}
.select2-container--default .select2-dropdown .select2-results__options li {
  padding: 11px 19.5px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #163730;
  color: #fff;
}
.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #79C8A6;
  color: #fff;
}

/* 
** Simple LightBox
*/
.sl-wrapper {
  z-index: 10000;
}

.sl-overlay {
  opacity: 1 !important;
  z-index: 9999;
}
@media (min-width: 992px) {
  .sl-overlay {
    opacity: 0.85 !important;
  }
}

.sl-wrapper .sl-counter {
  font-family: "AeonikPro-Regular";
}
.sl-wrapper .sl-close {
  font-family: "AeonikPro-Medium";
}
.sl-wrapper .sl-navigation button,
.sl-wrapper .sl-navigation .sl-prev,
.sl-wrapper .sl-navigation .sl-next {
  font-family: "AeonikPro-Medium";
}/*# sourceMappingURL=main.css.map */