@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Necosmic;
  src: url('../fonts/Necosmic-PersonalUse-BF6575d8c68fd8b.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sharp Solid 900";
  src: url('../fonts/Sharp-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brands 400";
  src: url('../fonts/Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pro Solid 900";
  src: url('../fonts/Pro-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pro 300";
  src: url('../fonts/Pro-Light-300.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pro 400";
  src: url('../fonts/Pro-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue-night: var(--black);
  --black: #232220;
  --white: white;
  --green: #be94cd;
  --bg: #000;
  --cream: #fbfacf;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--blue-night);
  color: #333;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 14px;
  line-height: 1px;
}

.container-nav {
  justify-content: space-between;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.hero-top {
  z-index: 100;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.nav-bar {
  z-index: 800;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-content-wrapper {
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100svh;
  padding: 8rem 2rem 2rem;
  display: flex;
}

.loader {
  z-index: 505;
  background-color: var(--black);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.overflow-hide {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
  overflow: hidden;
}

.hero-content {
  flex-flow: column;
  justify-content: space-between;
  height: 50svh;
  display: flex;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-image-wrapper {
  z-index: -1;
  background-color: var(--blue-night);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-bottom {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.ban-roll-in-head {
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.1;
}

.big-logo-image-wrapper.first-line {
  height: 4em;
  overflow: hidden;
}

.image-overlay {
  z-index: 1;
  background-color: #00000094;
  position: absolute;
  inset: 0%;
}

.link-text-hov {
  color: #fff;
}

.nav-link {
  color: #bfbfbf;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 12px 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
  display: inline-block;
}

.nav-logo {
  height: 210px;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.b4-bar-2 {
  background-color: #fff;
  border-radius: 2px;
  width: 32px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.nav-brand {
  color: #fff;
  align-items: center;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.link-text {
  color: #d4d0d0;
}

.b4-bar1 {
  background-color: #fff;
  border-radius: 2px;
  width: 18px;
  height: 2px;
}

.burger-4 {
  cursor: pointer;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px #28078026;
}

.b4-bar3 {
  float: right;
  background-color: #fff;
  border-radius: 2px;
  width: 18px;
  height: 2px;
}

.nav-menu-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-text-wrap {
  flex-direction: column;
  align-items: center;
  height: 14px;
  display: flex;
  overflow: hidden;
}

.div-block-2 {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.body {
  background-color: var(--black);
  font-family: Montserrat, sans-serif;
  line-height: 120%;
}

.hero-info-card {
  z-index: 200;
  background-color: var(--blue-night);
  color: var(--white);
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  padding: 10px 20px 10px 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-info-card._2 {
  padding: 0;
  position: static;
}

.info-card-icon {
  background-image: url('../images/comment-arrow-up-right-solid-full.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 10px;
  display: flex;
}

.business-icon {
  width: 100%;
  height: auto;
}

.info-card-details-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.info-short-description {
  letter-spacing: 0;
  margin-bottom: 5px;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 18px;
}

.info-short-description.linkban {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: all .325s ease-in-out;
  box-shadow: inset 0 0 #fff3;
}

.info-short-description.linkban:hover {
  color: #fff;
  box-shadow: inset 0 -1.5px #fff;
}

.info-contact-wrap {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.big-text-link {
  color: #fff;
  border-bottom: 1px #ff2900;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 0;
  font-size: 23px;
  line-height: 31px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  overflow: hidden;
}

.big-link-icon {
  margin-left: 5px;
  font-family: "Pro 300", Impact, sans-serif;
  font-size: 18px;
}

.text-block-4 {
  letter-spacing: .2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}

.boxes {
  background-color: var(--white);
  width: 100%;
  padding: 40px 2.5rem;
}

.box-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 18px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #7122201a;
}

.box-icon {
  height: 36px;
}

.box-h2 {
  color: var(--black);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.box-small {
  color: var(--black);
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.dropdown-toggle {
  padding: 0;
}

.arrow-fa {
  font-family: "Pro 300", Impact, sans-serif;
}

.dropdown-list {
  margin-top: 40px;
}

.dropdown-list.w--open {
  z-index: 2147483647;
  background-color: var(--black);
  border-radius: 6px;
  width: 100%;
  min-width: 220px;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 40px 0% auto auto;
}

.dropdown-list._2.w--open {
  inset: 40px auto auto 0%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.u-display-contents {
  display: contents;
}

.scroll-h3 {
  letter-spacing: 1px;
  font-size: 2.5rem;
  line-height: 120%;
}

.scroll-h3.font_beni {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}

.number {
  font-size: 55px;
  font-weight: 600;
  line-height: 1;
}

.sticky_controll {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #1a1a1a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35rem;
  display: flex;
  position: sticky;
  top: 100px;
}

.paragraph_small {
  color: var(--black);
  margin-top: 0;
  font-size: 15px;
  line-height: 170%;
}

.paragraph_small.white {
  color: var(--white);
}

.paragraph_small._0 {
  color: var(--white);
  margin-bottom: 0;
}

.div_right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 1rem;
  display: flex;
  position: sticky;
  top: 50px;
}

.heading_1 {
  font-size: 6rem;
  line-height: 80%;
}

.heading_1.font_beni {
  color: var(--blue-night);
  letter-spacing: -1.5px;
  text-transform: capitalize;
  margin-top: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.heading_1.font_beni._1rem {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Urbanist, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 115%;
}

.heading_1.sponsor {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 115%;
}

.heading_1.sponsor.b {
  color: var(--green);
  font-size: 30px;
}

.heading_1.font_beni {
  color: #594a64;
  letter-spacing: -1.5px;
  text-transform: capitalize;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
}

.heading_1.white {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Urbanist, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
}

.heading_1.white.small {
  font-size: 32px;
}

.heading_1.product {
  color: var(--white);
  letter-spacing: -1.5px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 115%;
}

.heading_1.h1 {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Urbanist, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 120%;
}

.heading_1.quote-head {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Urbanist, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
}

.heading_1.quote-head.w {
  color: var(--white);
}

.heading_1.sponsor {
  color: #fff;
  letter-spacing: -1.5px;
  text-transform: capitalize;
  letter-spacing: -1.5px;
  text-transform: capitalize;
  letter-spacing: -1.5px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 700;
  line-height: 115%;
}

.info_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 80rem;
}

.wrapper-2 {
  padding: 100px 2.5rem;
}

.div_left {
  flex-flow: column;
  justify-content: space-around;
}

._2-col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.content-2 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.products_item {
  grid-row-gap: 10px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.products_item.mob {
  display: none;
}

.footer_component {
  z-index: 110;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer_component._0 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.bottom_footer-menu {
  grid-column-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  max-width: 70%;
  text-decoration: none;
  display: flex;
}

.bottom_footer-menu._100 {
  max-width: 75%;
}

.footer-menu_wrapper {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 75%;
  margin-left: auto;
  text-decoration: none;
  display: flex;
}

.footer_products {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer_products.z {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-13 {
  color: #fffc;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.text-13.fl {
  text-align: right;
  line-height: 24px;
}

.text-13.mob {
  display: none;
}

.products_title {
  grid-row-gap: 10px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 20px 10px 10px;
  text-decoration: none;
  display: flex;
}

.footer_bottom {
  border: 0 solid #ffffff1a;
  border-top-width: 1px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  padding-top: 20px;
  padding-bottom: 65px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-14 {
  justify-content: center;
  align-items: center;
  width: 8.74229e-7px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.nav_logo {
  object-fit: contain;
  width: 180px;
}

.footer_menu {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.text-size-small {
  color: #ffffffb3;
  font-size: 14px;
  line-height: 20px;
}

.text-size-small.small {
  margin-bottom: 10px;
  font-size: 13px;
}

.footer_content {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  padding-top: 60px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.button-circle {
  grid-column-gap: 10px;
  border: 1px solid var(--white);
  background-color: var(--black);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 6px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 10px 10px #0000001a, 0 4px 4px #0000000d, 0 1px #0000000d;
}

.social {
  grid-column-gap: 10px;
  opacity: .6;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 28px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.text-block-6 {
  color: #fffc;
  max-width: 300px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.foot-link {
  color: #fffc;
  letter-spacing: 0;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.foot-link:hover {
  color: var(--white);
}

.foot-link.blackout {
  color: #232220;
}

.foot-logo-link.w--current {
  margin-top: -20px;
}

.bold-text {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Urbanist, sans-serif;
  font-weight: 300;
}

.h3-section {
  color: #efefef;
  background-image: linear-gradient(90deg, #23222063, #fff0), linear-gradient(#2322204d, #2322204d), url('../images/Image-for-RESET-YOUR-BODY.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  width: 100%;
}

.cta_heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #efefef;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 34rem;
  margin-bottom: 0;
  display: flex;
}

.display_l {
  font-size: 9rem;
  line-height: 75%;
}

.display_l.font_beni {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Urbanist, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
}

.paragraph_small-2 {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 150%;
}

.paragraph_small-2.b {
  color: var(--bg);
  margin-top: 0;
  font-weight: 400;
}

.margin-bottom-2, .margin-bottom-2.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-2.margin-xsmall {
  margin: 0 0 auto;
}

.margin-bottom-2.margin-medium {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.layout22_content-left._40b {
  padding-bottom: 40px;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.layout22_component {
  width: 100%;
}

.padding-section-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.padding-section-large.top-bot {
  padding-bottom: 0;
}

.padding-section-large._0t {
  padding-top: 0;
}

.padding-global-2 {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-2.whote {
  background-color: var(--white);
}

.layout22_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.heading-style-h2 {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 120%;
  display: flex;
}

.heading-style-h2.w {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-h2._0 {
  margin-top: 0;
}

.heading-style-h2.fa {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.layout22_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.introduction.color-scheme-6 {
  background-color: var(--white);
}

.layout22_content {
  grid-column-gap: 5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.primary-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #060902;
  background-color: #fff;
  border: 1px solid #060902;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px 12px 12px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s ease-in;
  display: inline-flex;
  box-shadow: 2px 2px #fe4a24;
}

.primary-button:hover {
  box-shadow: none;
  border: 1px solid #060902;
}

.primary-button._0top {
  background-color: var(--black);
  box-shadow: 2px 2px 0 0 var(--green);
  color: #fff;
  border-style: none;
  margin-top: 0;
  font-size: 14px;
  transition-property: all;
}

.primary-button._0top:hover {
  box-shadow: 2px 2px 0 0 var(--cream);
  padding-left: 20px;
}

.primary-button._0top._10 {
  background-color: var(--black);
  margin-top: 20px;
  font-size: 15px;
}

.primary-button._0top.c2c {
  display: none;
}

.primary-button.product {
  background-color: var(--blue-night);
  box-shadow: 2px 2px 0 0 var(--green);
  color: #fff;
  letter-spacing: -.2px;
  border-style: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 28px;
  font-size: 15px;
  transition-property: all;
}

.primary-button.product:hover {
  box-shadow: 2px 2px 0 0 var(--cream);
  padding-left: 20px;
}

.primary-button._0top {
  color: #fff;
  background-color: #232220;
  border-style: none;
  margin-top: 0;
  font-size: 15px;
  transition-property: all;
  box-shadow: 2px 2px #be94cd;
}

.primary-button._0top:hover {
  padding-left: 20px;
  box-shadow: 2px 2px #fbfacf;
}

.arrow-icon-wrap {
  background-color: var(--green);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-family: "Pro 400", Impact, sans-serif;
  font-size: 12px;
  display: flex;
}

.purple-slider {
  background-color: var(--black);
  overflow: hidden;
}

.partnership.color-scheme-3 {
  background-color: var(--green);
  background-image: linear-gradient(19deg, var(--blue-night), var(--green));
  background-color: #be94cd;
  background-image: linear-gradient(19deg, #594a64, #be94cd);
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large._100 {
  max-width: none;
}

.partner-image {
  background-image: url('../images/ColdPlungeNew1.webp');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.partner-pad {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px;
  display: flex;
}

.partner-pad.w {
  background-color: var(--white);
}

.partner-pad._100 {
  background-color: var(--white);
  width: 50%;
}

.head-light {
  color: var(--cream);
  font-style: normal;
  font-weight: 300;
}

.head-light.purp {
  color: var(--green);
  font-style: normal;
}

.head-light._10r {
  margin-left: 10px;
}

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--black);
  color: var(--black);
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -100px 0 0 var(--black);
  color: var(--white);
}

.hyperlink.white {
  box-shadow: inset 0 -2px 0 0 var(--cream);
  color: var(--cream);
  font-weight: 700;
}

.hyperlink.white:hover {
  box-shadow: inset 0 -100px 0 0 var(--cream);
  color: var(--blue-night);
}

.heading-style-h5 {
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
}

.home4-features_image-wrapper {
  border-radius: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.layout250_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: 40px;
  display: grid;
}

.layout250_item {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.padding-section-large-3 {
  padding-top: 10px;
  padding-bottom: 100px;
}

.padding-section-large-3.line {
  border-bottom: 1px solid #0d0e1380;
}

.padding-global-4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.journey-products.color-scheme-3 {
  background-color: var(--white);
  padding-top: 60px;
}

.section-image {
  border-radius: 4px;
  width: 50%;
  overflow: hidden;
}

.section-image.border-radius-md {
  border: 1px none var(--blue-night);
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  width: 100%;
  height: 400px;
}

.inner-image {
  background-image: url('../images/Elite-Col-Plunge_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  transition: all .3s ease-in-out;
}

.inner-image:hover {
  transform: scale(1.03);
}

.inner-image._2 {
  background-image: url('../images/JB_CPBU_4.webp');
  background-position: 50% 16%;
  background-repeat: no-repeat;
  background-size: contain;
}

.inner-image._2:hover {
  transform: scale(1.03);
}

.inner-image._3 {
  background-image: url('../images/revive-sde.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.inner-image._3:hover {
  transform: scale(1.03);
}

.inner-image._4 {
  background-image: url('../images/waterchiller.webp');
}

.paragraph {
  color: var(--blue-night);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 150%;
}

.about-image {
  background-image: url('../images/JBB_CPN_00009.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0 24px 24px 0;
}

.about-image.s1-1 {
  background-image: url('../images/Elite6.webp');
  background-position: 50%;
  background-size: contain;
}

.about-image.s3-1 {
  background-image: url('../images/Cold-Plunge3.webp');
  background-position: 50%;
  background-size: cover;
}

.about-image.s4-1 {
  background-image: url('../images/Cold-Plunge4.webp');
  background-position: 50%;
  background-size: cover;
}

.about-image.edin {
  background-image: url('../images/JB_CPBU_00003.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-image.s6-1 {
  background-image: url('../images/deck_1.webp');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.about-image.s6-1._50 {
  width: 50%;
}

.about-image.s6-2 {
  background-image: url('../images/SHS-Elegance-Glass-Balustrade-9.webp');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.about-image.s6-2._50 {
  width: 50%;
}

.about-image.s6-3 {
  background-image: url('../images/awn_1.webp');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.about-image.s6-3._50 {
  width: 50%;
}

.about-image.liverpool {
  background-image: url('../images/Cold-Plunge1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-image.bristol {
  background-image: url('../images/Plunge-two.webp');
}

.about-image.bristol.manchester {
  background-image: url('../images/s1.webp');
}

.about-image.bristol.exeter {
  background-image: url('../images/contrast_1310964580.webp');
}

.about-image.oxford {
  background-image: url('../images/Revive2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-image.cambridge {
  background-image: url('../images/SaunaNew7.webp');
}

.about-image.dorset {
  background-image: url('../images/SaunaNew3.webp');
}

.about-image.s6-4 {
  background-image: url('../images/s4.webp');
  background-position: 50% 100%;
  background-size: cover;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.about-image.s6-4._50 {
  width: 50%;
}

.about-image.s6-5 {
  background-image: url('../images/Mix_Kuubi_black.webp');
  background-position: 50% 100%;
  background-size: cover;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.about-image.s6-6 {
  background-image: url('../images/brassmonkey-bath.webp');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.about-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 12px;
  grid-template-rows: auto;
  width: 100%;
  height: auto;
}

.about-section.color-scheme-3 {
  background-color: var(--green);
  background-image: linear-gradient(19deg, var(--blue-night), var(--green));
}

.contact-gird-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-gird-wrap._2 {
  display: block;
}

.contact-info-text {
  color: #4b4841;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.contact {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--green) black black;
  background-color: #fff;
  padding: 100px 2.5rem;
}

.contact._0 {
  padding-top: 0;
}

.address-info-text {
  color: var(--blue-night);
  letter-spacing: -.4px;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.map-info-wrapper {
  margin-bottom: 32px;
}

.contact-wrapper {
  border: 1px solid #deded4;
  border-left: 0 #deded4;
  border-radius: 16px;
}

.contact-wrapper.none {
  border-style: none;
  border-width: 1px;
}

.address-item-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.address-item-wrap.mob {
  display: none;
}

.address-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.container-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.contact-info-icon-wrap {
  background-color: #fff;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  box-shadow: 8px 8px 20px #0609021f;
}

.address-info-title {
  color: var(--black);
  letter-spacing: -.2px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.contact-right-wrapper {
  background-color: var(--black);
  border-radius: 16px;
  padding: 40px;
}

.contact-right-wrapper._40t {
  margin-top: 40px;
}

.ontact-icon {
  width: 32px;
}

.main-form._2 {
  display: none;
}

.main-form._1 {
  display: block;
}

.drop-link {
  border-left: 5px solid var(--green);
  color: #bfbfbf;
  letter-spacing: .5px;
  align-items: center;
  margin-bottom: 0;
  padding: 25px 20px;
  text-decoration: none;
  transition: color .45s ease-in-out, border-color .45s ease-in-out;
  display: flex;
}

.drop-link:hover {
  border-left-color: var(--cream);
  color: var(--white);
}

.drop-link.w--current {
  background-color: var(--green);
  background-image: linear-gradient(90deg, var(--green), var(--blue-night));
  color: var(--white);
}

.drop-link.bottom {
  margin-bottom: 0;
}

.div-block-3 {
  margin-right: 60px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_button {
  border: 2px solid var(--blue-night);
  background-color: var(--blue-night);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--white);
  background-color: var(--green);
  color: var(--white);
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: var(--white);
  margin-right: 24px;
}

.fs-cc-prefs_label {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-manager_component {
  z-index: 1000;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-prefs_text {
  color: var(--white);
  font-size: 13px;
  line-height: 150%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_button {
  background-color: var(--green);
  color: #333;
  cursor: pointer;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_close-icon {
  color: var(--black);
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-prefs_title {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--white);
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.fs-cc-prefs_component {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_form {
  background-color: var(--green);
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-banner_button {
  border: 2px solid var(--blue-night);
  background-color: var(--blue-night);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--white);
  background-color: var(--green);
  color: var(--white);
  font-weight: 700;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-banner_component {
  z-index: 1000;
  background-color: var(--green);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.prijs_text-block {
  color: var(--black);
  text-transform: none;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

.prijs_text-block.readmore {
  cursor: pointer;
  text-decoration: underline;
}

.prijs_text-block.big {
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
}

.image-2.home-about-2 {
  object-fit: cover;
  object-position: 60% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-2.home-about-1 {
  object-fit: cover;
  width: 100%;
  height: 300px;
  margin-bottom: 27px;
}

.image-2.home-about-3 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 465px;
  margin-top: 38px;
}

.list-icon {
  box-shadow: 3px 2px 0 0 var(--green);
  color: #000;
  background-color: #fff;
  border-radius: 28px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  padding: 4px;
  font-family: "Sharp Solid 900", Impact, sans-serif;
  display: flex;
}

.list-icon.purple {
  background-color: var(--green);
  box-shadow: 3px 2px 0 0 var(--blue-night);
}

.column-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: grid;
}

.training_right-image {
  width: 100%;
}

.button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper.button-align-left {
  align-items: flex-start;
}

.split-content.left {
  width: 100%;
  height: 100%;
  margin-right: 40px;
  padding-right: 20px;
  display: flex;
}

.split-content.right {
  max-width: 39rem;
  margin-left: auto;
}

.split-content._100 {
  max-width: none;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.training_left-images {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.page-padding {
  width: 100%;
  height: auto;
}

.list-fa {
  color: #000;
  font-size: 15px;
}

.container-large-5 {
  width: 100%;
  max-width: 80rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.list-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .25rem;
  font-size: 1.25rem;
  display: flex;
}

.list_text-block {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

.list_text-block.product {
  font-size: 17px;
}

.list_text-block.white {
  color: var(--white);
}

.list {
  margin-top: 1rem;
  list-style-type: none;
}

.list.area {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.25rem;
  display: grid;
}

.list.product {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.list._3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.list.decking {
  margin-top: 0;
  margin-bottom: 1rem;
}

.list._20b {
  margin-bottom: 20px;
}

.padding-global-5 {
  background-color: #fff;
  padding: 100px 2.5rem;
}

.padding-global-5.bg {
  background-color: #fff0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxhuge {
  height: auto;
}

.padding-vertical.padding-xxhuge.gridd {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .5fr .5fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.padding-vertical.padding-xxhuge.trade {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-size-medium-2 {
  color: var(--black);
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

.service-banner {
  background-image: linear-gradient(#00000040, #00000040), linear-gradient(#232220f2, #fff0), url('../images/Outdoor-Sauna.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding-top: 60px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.service-banner._2 {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(#232220f2, #fff0), url('../images/JBB_CPN_00009.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.service-banner._3 {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(#232220f2, #fff0), url('../images/ColdPlungeNew1.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  height: 65vh;
  padding-top: 100px;
}

.service-banner._4 {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(#232220f2, #fff0), url('../images/Cold-Plunge2.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  height: 65vh;
  padding-top: 100px;
}

.service-banner._5 {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(#232220f2, #fff0), url('../images/Saunanew1.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  height: 65vh;
  padding-top: 100px;
}

.service-banner._6 {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(#232220f2, #fff0), url('../images/FAQs.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  height: 65vh;
  padding-top: 100px;
}

.service-banner._7 {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(#232220f2, #fff0), url('../images/Image-for-top-page-OUR-PARTNERS.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  height: 65vh;
  padding-top: 100px;
}

.service-banner._8 {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(#232220f2, #fff0), url('../images/Image-for-RESET-YOUR-BODY.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  height: 65vh;
  padding-top: 100px;
}

.service-banner.edin {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(#232220f2, #fff0), url('../images/Edinburgh.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  height: 65vh;
  padding-top: 100px;
}

.service-banner.liver {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(#232220f2, #fff0), url('../images/Liverpool.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  height: 65vh;
  padding-top: 100px;
}

.service-banner.bris {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(#232220f2, #fff0), url('../images/Bristol.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  height: 65vh;
  padding-top: 100px;
}

.service-banner.man {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(#232220f2, #fff0), url('../images/Manchester.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  height: 65vh;
  padding-top: 100px;
}

.service-banner.exeter {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(#232220f2, #fff0), url('../images/Exeter.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  height: 65vh;
  padding-top: 100px;
}

.service-banner.oxford {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(#232220f2, #fff0), url('../images/Oxford.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  height: 65vh;
  padding-top: 100px;
}

.service-banner.cambridge {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(#232220f2, #fff0), url('../images/Cambridge.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  height: 65vh;
  padding-top: 100px;
}

.service-banner.dorset {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(#232220f2, #fff0), url('../images/Dorset.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  height: 65vh;
  padding-top: 100px;
}

.service-banner.cornwall {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(#232220f2, #fff0), url('../images/Cornwall.webp');
  background-position: 0 0, 0 0, 50% 35%;
  background-size: auto, auto, cover;
  height: 65vh;
  padding-top: 100px;
}

.service-banner.london {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(#232220f2, #fff0), url('../images/London.webp');
  background-position: 0 0, 0 0, 50% 35%;
  height: 65vh;
  padding-top: 100px;
}

.service-banner.gallery {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(#232220f2, #fff0), url('../images/SaunaNew9.webp');
  background-position: 0 0, 0 0, 50% 35%;
  height: 65vh;
  padding-top: 100px;
}

.service-banner.test {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(#232220f2, #fff0), url('../images/Sauna13.webp');
  background-position: 0 0, 0 0, 50% 35%;
  height: 65vh;
  padding-top: 100px;
}

.service-banner.contac {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(#232220f2, #fff0), url('../images/Image-for-RESET-YOUR-BODY.webp');
  background-position: 0 0, 0 0, 50% 40%;
  height: 65vh;
  padding-top: 100px;
}

.service-banner.site {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(#232220f2, #fff0), url('../images/Plunge-two.webp');
  background-position: 0 0, 0 0, 50%;
  height: 65vh;
  padding-top: 100px;
}

.inner-hero-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  display: flex;
}

.inner-hero-main-title {
  opacity: .85;
  color: var(--white);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 55px;
}

.inner-hero-main-title.low {
  letter-spacing: -1px;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.inner-hero-main-title.z {
  flex-flow: wrap;
  width: 400px;
  display: inline-flex;
}

.inner-hero-main-title._30b {
  margin-bottom: 30px;
}

.angle-icon {
  color: #fff;
  font-family: "Pro 400", Impact, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.faq-top-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 44px;
  display: flex;
}

.faq-top-wrapper._0 {
  margin-bottom: 10px;
}

.faq-answer-wrapper {
  background-color: var(--cream);
  border-radius: 8px;
  padding-top: 0;
  padding-bottom: 0;
}

.faq-caption {
  color: var(--blue-night);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 28px;
}

.faq-tab-content {
  width: 60%;
}

.faq-answer-wrap {
  padding-top: 24px;
  padding-bottom: 24px;
}

.faq-tab-menu {
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 630px;
  margin-right: 32px;
  display: flex;
}

.faq-tab-pane-content-wrap {
  width: 100%;
}

.faq {
  background-color: #fff;
  padding: 100px 2.5rem;
}

.faq-text {
  color: var(--black);
  font-size: 15px;
  line-height: 150%;
}

.faq-tab-link {
  color: #060902;
  background-color: #ddd0;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 28px;
  display: flex;
}

.faq-tab-link.w--current {
  background-color: var(--green);
  justify-content: space-between;
  padding: 28px;
  display: flex;
}

.faq-top-left-wrapper {
  width: 100%;
}

.icon-wrap {
  background-color: var(--blue-night);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.faq-tab-image-wrap {
  margin-bottom: 20px;
}

.container-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.faq-tab-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 450px;
}

.faq-tab {
  display: flex;
}

.faq-tab-pane {
  width: 100%;
}

.faq-answer-title {
  color: #060902;
  text-align: center;
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.faq-answer-text {
  color: #4b4841;
  text-align: center;
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 28px;
}

.faq-tab-title {
  color: var(--black);
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.faq-answer-title-wrap {
  border-bottom: 1px solid #c9c6bd;
  padding-top: 24px;
  padding-bottom: 24px;
}

.area-map {
  filter: grayscale(55%);
  margin-top: 25px;
}

.section-padding {
  padding-left: 40px;
  padding-right: 40px;
}

.section-padding.padding-150x150 {
  padding: 100px 2.5rem;
}

.container-6 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.section-home-feature-property {
  background-color: var(--white);
}

.home-feature-listing-item {
  border-bottom: 1px solid #0d0e1380;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.home-feature-listing-item:last-child {
  border-bottom-style: none;
  margin-bottom: 0;
}

.home-feature-listing-item.gallery {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.margin-bottom.margin-20px {
  width: 50%;
  margin-bottom: 30px;
}

.home-about-icon-image {
  flex: 0 40px;
  max-width: 40px;
}

.icon-content.home-about {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.icon-content.home-about.smaller-gap {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
}

.home-about-icon-title {
  color: var(--white);
  letter-spacing: -1px;
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
}

.home-about-icon-title.b {
  color: var(--black);
  margin-bottom: 0;
  font-size: 18px;
}

.home-about-icon-content {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}

.home-about-icon-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-about-icon-item.b {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
}

.home-about-icon-item.b._0 {
  width: 100%;
  margin-top: 10px;
}

.product-icon.inv {
  max-width: 80%;
}

.collection-list {
  border-bottom: 1px solid #0d0e1380;
}

.home-feature-listing-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  cursor: pointer;
  min-height: 400px;
  text-decoration: none;
  display: flex;
}

.home-feature-listing-image-wrapper {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.home-feature-listing-image {
  object-fit: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.reveal-image-trigger {
  column-count: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 300px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.reveal-image {
  object-fit: contain;
  object-position: 50% 60%;
  height: 100%;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.reveal-image-cover {
  background-color: #fff;
  width: 110%;
  height: 110%;
  display: none;
  position: absolute;
}

.home-feature-listing-price-text {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 150%;
}

.home-feature-listing-price-text.color-grey {
  color: var(--green);
  margin-bottom: 0;
  margin-left: 5px;
  font-weight: 700;
  line-height: 130%;
}

.home-feature-listing-details {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.home-feature-listing-details.centre {
  justify-content: center;
  align-items: flex-end;
  width: 300px;
}

.home-feature-listing-title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.icon-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.icon-inner.background-primary {
  background-color: var(--green);
}

.icon {
  color: #f7f5f0;
  justify-content: center;
  align-items: center;
  max-width: 30px;
  display: flex;
  transform: rotate(-45deg);
}

.home-feature-listing-price {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: auto;
  line-height: 130%;
  display: flex;
}

.home-feature-listing-price.heading-custom-h4 {
  align-items: center;
  margin-top: 30px;
}

.home-feature-price-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--blue-night);
  letter-spacing: -2px;
  font-size: 35px;
  font-weight: 800;
  display: flex;
}

.icon-wrapper {
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  display: flex;
  overflow: hidden;
}

.card-title {
  color: var(--blue-night);
  letter-spacing: -2px;
  margin-top: auto;
  font-size: 44px;
  font-weight: 800;
  line-height: 50px;
}

.text-block-7 {
  letter-spacing: -1px;
  line-height: 40px;
}

.text-block-8 {
  line-height: 40px;
}

.product-header {
  margin-top: 20px;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

.elite1 {
  background-image: url('../images/Elite-Col-Plunge.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-right: auto;
  display: flex;
  overflow: auto;
}

.pop-title {
  color: var(--blue-night);
  letter-spacing: -1px;
  margin-top: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

.elite6 {
  background-image: url('../images/Elite6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.x-mark {
  width: 14px;
}

._3-img-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 30%;
  display: flex;
}

.close-button {
  background-color: var(--blue-night);
  cursor: pointer;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.pop-up-image-2 {
  background-image: url('../images/Elite-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  width: 32%;
  height: 100%;
}

.pop-up-image-4 {
  background-image: url('../images/Elite4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  width: 32%;
  height: 100%;
}

.pop-feature-title {
  color: var(--blue-night);
  letter-spacing: -.5px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.icon-7 {
  background-color: var(--green);
  color: var(--white);
  border-radius: 65px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  display: flex;
  right: -10px;
}

.slide-nav-6 {
  height: 35px;
  font-size: 10px;
  display: none;
}

.icon-8 {
  background-color: var(--green);
  color: var(--white);
  border-radius: 65px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  display: flex;
  left: -10px;
}

.right-arrow-6 {
  width: 50px;
}

.pop-des {
  color: var(--black);
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.left-arrow-6 {
  width: 50px;
}

.elite4 {
  background-image: url('../images/Elite4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pop-up-image-3 {
  background-image: url('../images/Elite3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  width: 32%;
  height: 100%;
}

.popup-image-main {
  border-radius: 12px;
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
}

.pop-slider {
  background-color: var(--white);
  min-height: 400px;
}

.content-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  height: 100%;
  margin-right: auto;
  padding: 10px;
  display: flex;
  overflow: auto;
}

.elite5 {
  background-image: url('../images/Elite5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.popup-white {
  background-color: #fff;
  border-radius: 6px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 95%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: relative;
}

.elite-luxury-cold-plunge-popup {
  z-index: 1200;
  background-color: #00000091;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: none;
  position: fixed;
  inset: 0%;
}

.elite2 {
  background-image: url('../images/Elite-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.elite3 {
  background-image: url('../images/Elite3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.elite7 {
  background-image: url('../images/Elite7.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-wrapper {
  position: sticky;
  top: 20px;
  overflow: auto;
}

.faq-question {
  z-index: 2;
  cursor: pointer;
  background-color: #f4f4f4;
  border-radius: 15px;
  width: 100%;
  display: flex;
  position: relative;
}

.faq-question:active {
  background-color: #fff;
}

.faq-question:focus {
  background-color: #fff;
  border: 1px solid #0000000a;
}

.the-revive-premium-cold-plunge-popup {
  z-index: 1200;
  background-color: #00000091;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: none;
  position: fixed;
  inset: 0%;
}

.revive1 {
  background-image: url('../images/Revive1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.revivelow1 {
  background-image: url('../images/Revive2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  width: 32%;
  height: 100%;
}

.revivelow2 {
  background-image: url('../images/ezgif.com-gif-maker_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  width: 32%;
  height: 100%;
}

.revivelow3 {
  background-image: url('../images/Revive3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  width: 32%;
  height: 100%;
}

.revive2 {
  background-image: url('../images/Revive2.webp');
  background-position: 50%;
  background-size: cover;
}

.revive3 {
  background-image: url('../images/ezgif.com-gif-maker_1.webp');
  background-position: 50%;
  background-size: cover;
}

.revive4 {
  background-image: url('../images/Revive3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.revive5 {
  background-image: url('../images/Revive5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.revive6 {
  background-image: url('../images/Revive6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.revive7 {
  background-image: url('../images/Revive7.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.reveal-image-wrap {
  width: 100%;
  height: 100%;
}

.faq-accordion {
  border-bottom: 1px solid #09261da1;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.container-7 {
  width: 100%;
  max-width: 80rem;
}

.offer-box {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-bottom: 1px solid #b8b8bf;
  justify-content: space-between;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 55px;
  display: flex;
  position: relative;
}

.offer-box._1st {
  border-top: 1px solid #b8b8bf;
}

.offer-content {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

.offer-content._0 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.offer-paragraph-wrapper {
  width: 100%;
  max-width: 400px;
}

.offer-name {
  color: var(--green);
  letter-spacing: -1px;
  text-transform: none;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

.offer-paragraph {
  color: var(--white);
  font-size: 15px;
  line-height: 140%;
}

.section-wrapper {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.section {
  width: 100%;
  padding: 100px 20px;
  overflow: hidden;
}

.section.offer {
  z-index: 3;
  padding: 100px 2.5rem;
  overflow: visible;
}

.paragraph_small-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 170%;
}

.paragraph_small-3._0 {
  margin-bottom: 0;
}

.services-section-2 {
  background-color: var(--black);
}

.block-2 {
  z-index: 1;
  background-color: var(--blue-night);
  background-image: linear-gradient(34deg, var(--blue-night), var(--green));
  color: #efefef;
  border-radius: .3125rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: auto;
  min-height: 26rem;
  padding: 1.5rem;
  transition: all .45s ease-in-out;
  display: flex;
  position: sticky;
  top: 100px;
  box-shadow: 0 -7px 5px #0003;
}

.block-2:hover {
  background-color: var(--green);
  color: var(--white);
}

.block-2._30 {
  height: 32rem;
}

.block-2._20 {
  height: 26rem;
}

.block-2._70 {
  z-index: 2;
  top: 120px;
}

.block-2._90 {
  z-index: 3;
  top: 140px;
}

.block-2._110 {
  z-index: 4;
  top: 140px;
}

.block-2._130 {
  z-index: 4;
  background-color: var(--black);
  box-shadow: none;
  background-image: none;
  top: 110px;
  transform: scale(1.1);
}

.image-container {
  border-radius: .3rem;
  width: 100%;
  max-height: 500px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 500px;
}

.cover-image.bottom {
  background-color: var(--white);
  object-fit: contain;
  object-position: 50% 50%;
}

.cover-image.home {
  object-position: 50% 65%;
  max-height: 350px;
}

.animated-bg-cover {
  background-color: var(--green);
  display: none;
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.faq-section {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: flex;
  overflow: hidden;
}

.faq-header-icon {
  filter: invert();
  width: 1.25rem;
}

.container-8 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.faq-header {
  cursor: pointer;
  border-bottom: 1px solid #c2c2c2;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.faq-answer-2 {
  padding-top: 1rem;
}

.faq-wrapper {
  flex-flow: column;
  display: flex;
}

.faq-answer-wrapper-2 {
  overflow: hidden;
}

.faq-list-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.section-3 {
  grid-column-gap: 16vw;
  grid-row-gap: 16vw;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-3.faq {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  background-color: var(--black);
  width: 100%;
  padding: 100px 2.5rem;
}

.body-2 {
  opacity: .8;
  color: var(--white);
  letter-spacing: .2px;
  font-size: 16px;
  line-height: 24px;
}

.bg-image-section {
  background-image: linear-gradient(90deg, var(--black), #fff0), url('../images/Cold-Plunge1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 0 0;
  display: flex;
}

.bg-h3 {
  color: var(--cream);
  letter-spacing: -.5px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
}

.portable-cold-plunge-popp {
  z-index: 1200;
  background-color: #00000091;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: none;
  position: fixed;
  inset: 0%;
}

.portable1 {
  background-image: url('../images/JB_CPBU_4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.port1 {
  background-image: url('../images/JB_CPBU_00003.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  width: 32%;
  height: 100%;
}

.port1._1 {
  background-image: url('../images/waterchiller02.webp');
}

.port2 {
  background-image: url('../images/JB_CPBU_00001.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  width: 32%;
  height: 100%;
}

.port2._2 {
  background-image: url('../images/waterchiller03.webp');
}

.port3 {
  background-image: url('../images/port3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  width: 32%;
  height: 100%;
}

.port3._3 {
  background-image: url('../images/waterchiller01.webp');
}

.portable2 {
  background-image: url('../images/JB_CPBU_00001.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.portable3 {
  background-image: url('../images/port3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.portable4 {
  background-image: url('../images/waterchiller01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.portable5 {
  background-image: url('../images/ColdPlungeNew1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portable6 {
  background-image: url('../images/Port6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.portable7 {
  background-image: url('../images/Port7.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.portable8 {
  background-image: url('../images/waterchiller03.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.portable9 {
  background-image: url('../images/Port9.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.portable10 {
  background-image: url('../images/Port10.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._04 {
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.container-default {
  max-width: 80rem;
}

.text-100 {
  font-size: 16px;
  line-height: 18px;
}

.text-100.bold {
  font-weight: 700;
}

.text-100.bold.color-accent-1.text-uppercase {
  color: var(--black);
  font-weight: 400;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.flex-horizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-bottom-32px.tablet-only {
  margin-bottom: 0;
}

.avatar-image {
  object-fit: cover;
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
}

.heading-h4-size {
  color: #211f54;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.heading-h4-size.heading-link {
  color: var(--black);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-4 {
  width: 100%;
}

.test-block {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.stars {
  color: var(--blue-night);
  margin-bottom: 20px;
  font-family: "Pro Solid 900", Impact, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.site-link {
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.site-link:hover {
  color: var(--green);
}

.head-light-3 {
  color: #fbfacf;
  font-style: italic;
  font-weight: 500;
}

.arrow-icon-wrap-3 {
  color: #fff;
  background-color: #be94cd;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-family: "Pro 400", Impact, sans-serif;
  font-size: 12px;
  display: flex;
}

.image-4 {
  height: 80px;
  margin-bottom: 20px;
}

.grid-2 {
  border-radius: 12px;
  grid-template-rows: auto;
  width: 100%;
  height: auto;
}

.div-block-5 {
  justify-content: flex-end;
  align-items: center;
  width: 600px;
  display: flex;
}

.cold-water-chiller-popup {
  z-index: 1200;
  background-color: #00000091;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: none;
  position: fixed;
  inset: 0%;
}

.chiller {
  background-image: url('../images/waterchiller.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.chiller._2 {
  background-image: url('../images/waterchiller02.webp');
}

.chiller._3 {
  background-image: url('../images/waterchiller03.webp');
}

.chiller._4 {
  background-image: url('../images/waterchiller01.webp');
}

.image-5 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.bold-text-2 {
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 27px;
}

.text-block-9 {
  text-align: center;
  text-transform: uppercase;
  font-size: 27px;
}

.superscript {
  font-size: 14px;
}

.text-span {
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
}

.text-span-2, .text-span-3 {
  text-transform: lowercase;
}

.text-span-4 {
  color: var(--blue-night);
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
}

.logos {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--green) black black;
  background-color: #fff;
  padding: 20px 2.5rem;
}

.image-6 {
  filter: invert();
  max-height: 80px;
}

.image-7 {
  max-height: 80px;
}

.image-7.sm {
  border-radius: 5px;
  width: 240px;
  height: auto;
  max-height: 100%;
  margin-bottom: 20px;
}

.image-7.sm.bg {
  background-color: var(--white);
  width: 160px;
  padding: 5px;
}

.image-7.sm.bg.a {
  margin-left: -12px;
}

.image-7.sm.bg.c {
  margin-left: -4px;
}

.image-7.sm._2 {
  width: 200px;
  margin-left: -24px;
}

.image-7.sm.b {
  margin-left: -14px;
}

.image-7.sm.f {
  margin-left: -12px;
}

.link-block {
  text-decoration: none;
}

.slide {
  height: auto;
  padding: 15px;
}

.testemonial-content-everything {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.left-arrow {
  color: #fff;
  background-color: #c0c1af12;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-family: "Sharp Solid 900", Impact, sans-serif;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto 100px -15% auto;
  overflow: hidden;
}

.left-arrow:hover {
  background-color: var(--bg);
  transform: scale(.95);
}

.customer-titkle {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.slide-nav {
  display: none;
  position: absolute;
}

.slider {
  background-color: #0000;
  height: auto;
  position: static;
}

.testemonials-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h2-title {
  color: #252525;
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 40px;
  font-weight: 300;
}

.h2-title.white {
  color: #fff;
  line-height: 40px;
}

.customer-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  min-width: 80px;
  min-height: 80px;
  margin-right: 10px;
}

.h2-wrap {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.testemonials {
  background-color: #252525;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.text-block-2 {
  flex: none;
  margin-top: 0;
  font-size: 26px;
  font-weight: 400;
  display: block;
  position: static;
  inset: 0%;
}

.testimonials-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.testimonials-grid.work-gallery {
  flex-direction: column;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  display: flex;
}

.who-made-comment {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.h2 {
  color: #212121;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 400;
}

.h2.h2-white {
  color: #f7f7f2;
  margin-left: 10px;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.h2.h2-white.lg-text {
  color: #f7f7f2;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 100px;
  padding-right: 60px;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.3;
  display: block;
}

.h2.h2-white.lg-text.edit-padding {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 28px;
  font-weight: 600;
}

.right-arrow {
  color: #fff;
  background-color: #c0c1af12;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: 100px;
  font-family: "Sharp Solid 900", Impact, sans-serif;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto 0 -15% auto;
}

.right-arrow:hover {
  background-color: var(--bg);
  transform: scale(.95);
}

.mask {
  height: auto;
  min-height: 250px;
}

.testemonials-slider {
  border-left: 1px #c0c1af24;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.qoate-symbol {
  color: #fff;
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 0;
  font-family: "Sharp Solid 900", Impact, sans-serif;
  font-size: 90px;
  line-height: 1;
  display: flex;
  position: relative;
}

.h2-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.container-9 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.container-9.test-container {
  padding-top: 0;
}

.underline {
  background-color: #fb6749;
  border-radius: 6px;
  width: 60%;
  height: 5px;
  line-height: 30px;
  position: absolute;
  inset: 15px 0 auto auto;
}

.underline.testemonials-underline {
  flex: 0 auto;
  width: 20%;
  position: relative;
  left: 0%;
  right: 0;
}

.underline.testemonials-underline.orange {
  background-color: var(--blue-night);
  width: 30%;
  position: absolute;
  top: 0;
}

.underline.testemonials-underline.gray {
  background-color: var(--green);
  width: 100%;
}

.block-quote {
  color: #fff;
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.block-quote._2 {
  font-style: normal;
}

.light-text-line {
  background-color: #5f5f51;
  width: 40px;
  height: 2px;
}

.bold-text-3 {
  font-size: 24px;
}

._2-col-div {
  justify-content: space-around;
  display: flex;
}

.div-block-6 {
  width: 100%;
  display: flex;
}

.sociak {
  color: var(--white);
}

.social-link {
  color: var(--black);
  text-decoration: none;
}

.social-meida {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-block-2, .image-8 {
  width: 40px;
  height: 40px;
}

.google-reviews, .elfisght-blog {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .image-2.home-about-2 {
    height: 50vh;
  }

  .split-content.left {
    justify-content: flex-start;
    align-items: center;
  }

  .section-padding.padding-150x150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media screen and (min-width: 1440px) {
  .div_right {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .heading_1.white {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h5 {
    text-align: left;
  }

  .about-image.s1-1 {
    background-repeat: no-repeat;
  }

  .about-image.s6-5 {
    background-position: 50%;
  }

  .image-2.home-about-3 {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .list-icon {
    box-shadow: 3px 2px 0 0 var(--black);
  }

  .padding-global-5.bg {
    background-color: #fff0;
  }

  .inner-hero-wrapper {
    padding-left: 2rem;
  }

  .margin-bottom.margin-20px {
    width: 100%;
  }

  .reveal-image {
    margin-right: 100px;
  }

  .home-feature-listing-title-wrapper {
    width: 100%;
  }

  .image-left, .content-right {
    overflow: visible;
  }

  .elite-luxury-cold-plunge-popup {
    display: none;
  }

  .product-wrapper {
    padding-right: 20px;
    overflow: auto;
  }

  .the-revive-premium-cold-plunge-popup {
    display: none;
  }

  .paragraph_small-3.max {
    max-width: 80rem;
  }

  .image-container {
    max-height: 400px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .cover-image {
    object-position: 50% 90%;
    max-height: 400px;
  }

  .animated-bg-cover {
    background-color: var(--green);
  }

  .logo-marquee {
    width: 100%;
  }

  .bg-image-section {
    flex-flow: column;
    padding: 0 0;
  }

  .portable-cold-plunge-popp {
    display: none;
  }

  .card.content-left.testimonial-v1 {
    padding: 68px 56px;
  }

  .div-block-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .cold-water-chiller-popup {
    display: none;
  }

  ._2-col-div {
    background-color: var(--white);
    justify-content: space-between;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .slider {
    width: 100%;
  }

  .who-made-comment {
    position: relative;
  }

  .mask {
    width: 100%;
  }

  .testemonials-slider {
    position: static;
  }

  .block-quote {
    font-size: 1.15rem;
  }
}

@media screen and (max-width: 991px) {
  .loader {
    font-size: 1rem;
  }

  .nav-link {
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-logo {
    flex: none;
    height: 160px;
  }

  .nav-wrapper {
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
  }

  .nav-brand {
    flex: none;
  }

  .nav-brand.w--current {
    margin-left: auto;
  }

  .link-text {
    letter-spacing: .5px;
  }

  .nav-menu-wrapper {
    margin-top: 10px;
  }

  .boxes {
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .box-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .number {
    font-size: 60px;
    font-weight: 800;
  }

  .sticky_controll {
    width: auto;
    margin-bottom: 2rem;
  }

  .heading_1.font_beni._1rem {
    text-align: left;
    font-size: 44px;
  }

  .heading_1.font_beni, .heading_1.white {
    margin-bottom: 0;
    font-size: 44px;
  }

  .heading_1.product {
    font-size: 44px;
  }

  .heading_1.h1, .heading_1.quote-head {
    margin-bottom: 0;
    font-size: 44px;
  }

  .heading_1.sponsor {
    font-size: 44px;
  }

  .wrapper-2 {
    padding: 60px 2rem;
  }

  ._2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .content-2 {
    grid-column-gap: 0px;
  }

  .products_item {
    padding-left: 0;
  }

  .products_item.mob {
    display: flex;
  }

  .products_item.hide {
    display: none;
  }

  .footer_component {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_component._0 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-menu_wrapper {
    max-width: 100%;
  }

  .footer_products {
    width: 100%;
    margin-top: 20px;
  }

  .text-13.fl {
    text-align: left;
  }

  .text-13.mob {
    display: flex;
  }

  .products_title {
    padding-left: 0;
  }

  .footer_bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer_menu {
    flex-flow: column;
    margin-top: 20px;
  }

  .footer_content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 60px 2rem;
  }

  .cta_heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .display_l {
    line-height: 70%;
  }

  .display_l.font_beni {
    font-size: 44px;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-global-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-style-h2 {
    font-size: 44px;
  }

  .layout22_image {
    object-fit: scale-down;
    max-height: 500px;
  }

  .layout22_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .primary-button {
    white-space: nowrap;
  }

  .primary-button._0top.c2c {
    display: inline-flex;
  }

  .partner-image {
    min-height: 500px;
  }

  .partner-pad {
    padding: 60px 40px;
  }

  .partner-pad._100 {
    width: 100%;
  }

  .hyperlink.white {
    display: inline-block;
  }

  .layout250_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .padding-global-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-image.border-radius-md {
    width: 100%;
  }

  .inner-image {
    height: 100%;
    min-height: 400px;
  }

  .about-image {
    min-height: 500px;
  }

  .about-image.s6-1._50, .about-image.s6-2._50, .about-image.s6-3._50, .about-image.s6-4._50 {
    width: 100%;
  }

  .contact-gird-wrap {
    grid-template-columns: 1.35fr;
  }

  .contact {
    padding: 60px 2rem;
  }

  .address-item-wrap.mob {
    display: flex;
  }

  .address-item-wrap.hide {
    display: none;
  }

  .div-block-3 {
    width: 100%;
  }

  .prijs_text-block {
    text-align: left;
  }

  .image-2.home-about-2, .image-2.home-about-1 {
    height: 250px;
  }

  .image-2.home-about-3 {
    height: 100%;
    margin-top: 0;
  }

  .column-wrapper {
    grid-column-gap: 4.5rem;
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .training_right-image {
    max-width: 50%;
  }

  .split-content.left {
    max-width: 754px;
    margin-right: 0;
  }

  .split-content.right, .split-content._100 {
    text-align: center;
    max-width: 754px;
    margin-bottom: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-medium {
    margin-bottom: 0;
  }

  .training_left-images {
    max-width: 50%;
  }

  .list-item {
    text-align: left;
  }

  .list {
    margin-left: 0;
  }

  .list.area {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .padding-global-5 {
    padding-bottom: 60px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium-2 {
    text-align: left;
  }

  .inner-hero-main-title {
    font-size: 46px;
  }

  .faq-top-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq-tab-menu {
    max-width: none;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .faq-tab-link.w--current {
    width: 100%;
  }

  .faq-tab-image {
    object-fit: cover;
    width: 100%;
  }

  .faq-tab {
    flex-flow: column;
  }

  .section-padding.padding-150x150 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-feature-listing-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .margin-bottom.margin-20px {
    width: 100%;
    margin-bottom: 16px;
    padding-right: 40px;
  }

  .icon-content.home-about {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .home-about-icon-content {
    display: flex;
  }

  .home-about-icon-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-about-icon-item.b {
    justify-content: flex-start;
    align-items: center;
  }

  .home-feature-listing-image {
    border-radius: 10px;
  }

  .reveal-image-trigger {
    justify-content: center;
    align-items: center;
  }

  .reveal-image {
    width: 300px;
  }

  .home-feature-listing-price {
    margin-top: 16px;
  }

  .icon-wrapper {
    width: 50px;
    height: 50px;
    display: none;
  }

  .image-left {
    width: 100%;
    min-height: 325px;
  }

  ._3-img-wrapper {
    height: 30%;
  }

  .popup-image-main {
    height: 60%;
  }

  .content-right {
    width: 100%;
  }

  .popup-white {
    flex-flow: column;
  }

  .offer-box {
    padding-top: 35px;
    padding-bottom: 45px;
  }

  .offer-name {
    font-size: 24px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block-2 {
    width: 100%;
    top: 5rem;
  }

  .block-2._20 {
    height: auto;
    min-height: auto;
  }

  .faq-answer-2 {
    padding-top: 2vw;
  }

  .body-2 {
    font-size: 1.4vw;
    line-height: 1;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .mg-bottom-32px.tablet-only {
    margin-bottom: 32px;
  }

  .heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .logos {
    padding: 60px 2rem;
  }

  .slide {
    padding-top: 0;
    padding-bottom: 0;
  }

  .left-arrow {
    inset: auto auto -15% 2.5%;
  }

  .customer-titkle {
    font-size: 1.2rem;
  }

  .h2-wrap {
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .testemonials {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .who-made-comment {
    margin-top: 20px;
  }

  .h2.h2-white.lg-text.edit-padding {
    text-align: right;
    margin-left: 0;
    font-size: 28px;
  }

  .right-arrow {
    bottom: -15%;
    left: 2.5%;
    right: 0;
  }

  .testemonials-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .qoate-symbol {
    font-size: 60px;
  }

  .h2-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .block-quote {
    font-size: 16px;
  }

  ._2-col-div {
    flex-flow: column;
  }

  ._2-col-div.rvs {
    flex-flow: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .container-nav {
    flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hero-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
  }

  .nav-bar {
    z-index: 500;
  }

  .hero-content-wrapper {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    padding: 4rem 1rem;
  }

  .navigation {
    z-index: 888;
  }

  .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-bottom {
    padding-bottom: 60px;
  }

  .ban-roll-in-head {
    font-size: 3rem;
  }

  .nav-link {
    flex-flow: column;
    display: flex;
  }

  .nav-link.w--current {
    display: flex;
  }

  .nav-wrapper {
    flex-flow: column;
  }

  .nav-brand {
    margin-right: 0;
  }

  .nav-brand.w--current {
    margin-left: 0;
  }

  .nav-menu-wrapper {
    z-index: 500;
    background-color: var(--black);
    flex-flow: column;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    position: relative;
  }

  .boxes {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .box-grid {
    grid-template-columns: 1fr;
  }

  .dropdown-list.w--open {
    z-index: 600;
    min-width: auto;
    position: relative;
    top: 10px;
  }

  .scroll-h3 {
    font-size: 1.7rem;
  }

  .scroll-h3.font_beni {
    letter-spacing: -.6px;
    font-size: 24px;
    line-height: 150%;
  }

  .number {
    font-size: 50px;
    font-weight: 700;
  }

  .sticky_controll {
    width: auto;
    margin-bottom: 0;
  }

  .heading_1 {
    font-size: 3rem;
  }

  .heading_1.font_beni._1rem, .heading_1.sponsor {
    font-size: 36px;
  }

  .heading_1.font_beni, .heading_1.white {
    margin-top: 0;
    font-size: 36px;
  }

  .heading_1.product {
    font-size: 36px;
  }

  .heading_1.h1, .heading_1.quote-head {
    margin-top: 0;
    font-size: 36px;
  }

  .heading_1.sponsor {
    font-size: 36px;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-2 {
    grid-column-gap: 0px;
  }

  .products_item {
    grid-row-gap: 0px;
    padding-left: 0;
  }

  .footer_component {
    padding: 60px 2rem;
  }

  .footer_component._0 {
    padding: 10px 0;
  }

  .bottom_footer-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
  }

  .bottom_footer-menu._100 {
    max-width: 100%;
  }

  .footer-menu_wrapper {
    display: block;
  }

  .footer_products {
    width: 100%;
    margin-top: 20px;
  }

  .text-13 {
    flex: none;
    line-height: 22px;
  }

  .products_title {
    padding-left: 0;
  }

  .footer_bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-12 {
    margin-bottom: 10px;
  }

  .footer_menu {
    flex-flow: column;
    margin-top: 20px;
  }

  .footer_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding: 0;
  }

  .display_l {
    font-size: 4rem;
  }

  .display_l.font_beni {
    font-size: 34px;
  }

  .paragraph_small-2 {
    font-size: 16px;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    margin-top: -5px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-style-h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .layout22_image {
    object-position: 0% 50%;
    max-height: 400px;
  }

  .layout22_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .partner-image {
    min-height: 400px;
  }

  .partner-pad {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .layout250_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .inner-image {
    min-height: 350px;
  }

  .paragraph {
    color: var(--black);
  }

  .about-image {
    min-height: 450px;
  }

  .contact-gird-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .address-info-text {
    font-size: 16px;
    font-weight: 600;
  }

  .map-info-wrapper {
    margin-bottom: 24px;
  }

  .contact-wrapper {
    padding: 0;
  }

  .contact-title-wrap {
    margin-bottom: 0;
  }

  .address-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .contact-right-wrapper {
    padding: 30px 32px;
  }

  .main-form {
    margin-bottom: 0;
  }

  .main-form._2 {
    display: block;
  }

  .main-form._1 {
    display: none;
  }

  .drop-link {
    justify-content: center;
    padding: 10px;
  }

  .div-block-3 {
    width: 100%;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .image-2.home-about-2, .image-2.home-about-1 {
    height: 200px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-large-5 {
    max-width: none;
  }

  .list.area {
    grid-template-columns: 1fr 1fr;
    margin-top: 1rem;
  }

  .padding-global-5 {
    padding-bottom: 40px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .service-banner {
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .inner-hero-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
  }

  .inner-hero-main-title {
    letter-spacing: -1px;
    font-size: 36px;
    line-height: 42px;
  }

  .faq-top-wrapper {
    margin-bottom: 32px;
  }

  .faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-tab-link {
    grid-row-gap: 20px;
    padding: 24px;
  }

  .faq-tab-link.w--current {
    padding: 24px;
  }

  .faq-tab-title {
    white-space: normal;
  }

  .section-padding {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-padding.padding-150x150 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .margin-bottom.margin-20px {
    width: 100%;
    margin-bottom: 12px;
  }

  .icon-content.home-about {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .home-about-icon-title {
    font-size: 24px;
  }

  .home-feature-listing-image-wrapper {
    width: 100%;
  }

  .reveal-image-trigger {
    flex-flow: column;
  }

  .reveal-image {
    width: 100%;
    height: 300px;
    min-height: auto;
  }

  .home-feature-listing-price-text {
    margin-bottom: 0;
  }

  .home-feature-listing-title-wrapper {
    margin-left: 0;
  }

  .product-header {
    padding-right: 40px;
  }

  .pop-title {
    font-size: 27px;
  }

  .close-button {
    top: 10px;
    right: 10px;
  }

  .popup-white {
    width: 90%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .offer-paragraph-wrapper {
    max-width: 220px;
  }

  .offer-name {
    font-size: 18px;
    line-height: 150%;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block-2 {
    height: 20rem;
  }

  .container-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .faq-header {
    padding-bottom: 2vw;
  }

  .avatar-circle._04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .text-100 {
    font-size: 14px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .mg-bottom-32px.tablet-only {
    margin-bottom: 24px;
  }

  .heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .logos {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slide {
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow {
    width: 60px;
    height: 60px;
    margin-top: 20px;
    margin-left: auto;
    padding-top: 0;
    bottom: -5%;
  }

  .slider {
    justify-content: center;
    align-items: center;
    width: auto;
    position: static;
  }

  .h2-title {
    font-size: 34px;
  }

  .testemonials {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .testimonials-grid {
    grid-template-rows: auto auto 81px;
    grid-template-columns: 1fr;
  }

  .h2.h2-white.lg-text.edit-padding {
    flex: 0 auto;
    margin-top: 10px;
    margin-left: 0;
    font-size: 24px;
  }

  .right-arrow {
    width: 60px;
    height: 60px;
    bottom: -5%;
  }

  .testemonials-slider {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .qoate-symbol {
    margin-left: 0;
    padding-right: 60px;
    position: static;
  }

  .h2-div {
    margin-bottom: 0;
  }

  .container-9 {
    padding-top: 20px;
  }

  .underline {
    width: 50%;
  }

  .div-block-6 {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .container-nav {
    padding-top: .5rem;
  }

  .hero-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-bar {
    background-color: #0000;
  }

  .hero-content-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: flex-end;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 1rem;
  }

  .navigation {
    z-index: 2;
  }

  .hero-content {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .hero-logo-animation {
    width: 100%;
  }

  .hero-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .ban-roll-in-head {
    font-size: 2rem;
    line-height: 1.2;
  }

  .big-logo-image-wrapper.first-line {
    text-align: center;
    width: 100%;
    height: 3em;
  }

  .nav-link {
    width: 100%;
  }

  .nav-wrapper {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .link-text {
    letter-spacing: 0;
  }

  .burger-4 {
    margin-top: -10px;
  }

  .nav-menu-wrapper {
    display: none;
  }

  .info-contact-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .big-text-link {
    margin-top: 30px;
  }

  .boxes {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .box {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: start;
    padding: 5px 0;
    display: grid;
  }

  .box-icon {
    width: 100%;
    height: 60px;
  }

  .box-h2, .box-small {
    text-align: left;
    margin-top: 0;
  }

  .scroll-h3 {
    letter-spacing: .5px;
    font-size: 1.9rem;
  }

  .scroll-h3.font_beni {
    font-size: 20px;
    line-height: 135%;
  }

  .number {
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 800;
  }

  .sticky_controll {
    width: 100%;
  }

  .paragraph_small {
    line-height: 150%;
  }

  .div_right {
    position: static;
  }

  .heading_1.font_beni._1rem {
    font-size: 24px;
  }

  .heading_1.font_beni, .heading_1.white {
    font-size: 32px;
    line-height: 36px;
  }

  .heading_1.product {
    font-size: 32px;
  }

  .heading_1.h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .heading_1.quote-head {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
  }

  .heading_1.sponsor {
    font-size: 32px;
  }

  .info_wrap {
    width: 100%;
  }

  .wrapper-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .products_item {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 10px;
  }

  .bottom_footer-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer_products {
    margin-top: 10px;
  }

  .text-13 {
    line-height: 22px;
  }

  .footer_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer_content {
    padding: 0;
  }

  .display_l.font_beni {
    letter-spacing: -1px;
    font-size: 26px;
  }

  .paragraph_small-2 {
    font-size: 15px;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-style-h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-style-h2._0 {
    font-size: 26px;
    line-height: 27px;
  }

  .heading-style-h2.fa {
    font-size: 22px;
    line-height: 24px;
  }

  .layout22_content {
    grid-template-columns: 1fr;
  }

  .primary-button._0top._10 {
    display: flex;
  }

  .arrow-icon-wrap {
    flex: none;
    display: flex;
  }

  .partner-image {
    border-radius: 0;
    min-height: 300px;
  }

  .partner-pad {
    padding: 40px 1.5rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .layout250_list {
    grid-template-columns: 1fr;
  }

  .padding-global-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-image.border-radius-md {
    height: 250px;
  }

  .inner-image, .inner-image._3 {
    min-height: 250px;
  }

  .about-image {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    min-height: 300px;
  }

  .contact-gird-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .contact-info-text {
    color: var(--blue-night);
    font-size: 15px;
    line-height: 150%;
  }

  .contact {
    padding: 40px 1.5rem;
  }

  .address-info-text {
    letter-spacing: -.2px;
    font-size: 14px;
  }

  .map-info-wrapper {
    margin-bottom: 16px;
  }

  .contact-wrapper {
    padding-top: 16px;
  }

  .address-item-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-title-wrap {
    margin-bottom: 16px;
  }

  .address-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-info-icon-wrap {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-right-wrapper {
    padding: 20px;
  }

  .contact-right-wrapper._40t {
    margin-top: 10px;
    padding: 12px;
  }

  .ontact-icon {
    width: 22px;
  }

  .drop-link {
    text-align: center;
    letter-spacing: 0;
    line-height: 17px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content, .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .image-2.home-about-2 {
    height: 120px;
  }

  .image-2.home-about-1 {
    height: 120px;
    margin-bottom: 15px;
  }

  .split-content.left {
    padding-right: 0;
  }

  .split-content.right, .split-content._100 {
    text-align: left;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .training_left-images {
    max-width: 100%;
    margin-right: 0;
  }

  .list-item {
    margin-bottom: 1rem;
  }

  .list_text-block {
    font-size: 15px;
  }

  .list.area {
    grid-template-columns: 1fr;
  }

  .list._3 {
    flex-flow: column;
    display: flex;
  }

  .padding-global-5 {
    padding-top: 40px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxhuge.gridd {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr;
  }

  .padding-vertical.padding-xxhuge.trade {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-size-medium-2 {
    font-size: 15px;
  }

  .service-banner {
    height: 55vh;
    padding-top: 80px;
  }

  .inner-hero-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .inner-hero-main-title {
    text-align: center;
    margin-top: 40px;
    font-size: 26px;
    line-height: 34px;
  }

  .angle-icon {
    font-size: 16px;
    line-height: 16px;
  }

  .faq-top-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 24px;
  }

  .faq-caption {
    margin-bottom: 12px;
  }

  .faq-tab-content {
    width: 100%;
  }

  .faq-answer-wrap {
    padding: 20px 16px;
  }

  .faq-tab-menu {
    grid-row-gap: 12px;
    margin-bottom: 16px;
  }

  .faq {
    padding: 40px 1.5rem;
  }

  .faq-text {
    font-size: 16px;
    line-height: 24px;
  }

  .faq-tab-link {
    grid-row-gap: 20px;
    padding: 16px;
  }

  .faq-tab-link.w--current {
    padding: 16px;
  }

  .icon-wrap {
    width: 32px;
    height: 32px;
  }

  .faq-tab-image-wrap {
    margin-bottom: 16px;
  }

  .faq-tab-image {
    object-fit: cover;
    height: 160px;
  }

  .faq-answer-text {
    font-size: 16px;
    line-height: 24px;
  }

  .faq-tab-title {
    width: 200px;
    font-size: 18px;
    line-height: 28px;
  }

  .faq-answer-title-wrap {
    padding: 20px 16px;
  }

  .section-padding.padding-150x150 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-6 {
    max-width: 90%;
  }

  .margin-bottom.margin-12px {
    display: flex;
  }

  .home-about-icon-title {
    margin-bottom: 0;
    font-size: 16px;
  }

  .home-about-icon-item {
    justify-content: flex-start;
    align-items: center;
  }

  .home-feature-listing-content {
    flex-flow: column;
  }

  .home-feature-listing-image-wrapper {
    min-height: 200px;
  }

  .home-feature-listing-price-text {
    font-size: 14px;
  }

  .home-feature-listing-price.heading-custom-h4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .icon-wrapper {
    width: 46px;
    height: 46px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .product-header {
    font-size: 29px;
    line-height: 30px;
  }

  .image-left {
    margin-top: 27px;
  }

  .pop-title {
    font-size: 24px;
    line-height: 30px;
  }

  .x-mark {
    width: 15px;
  }

  .close-button {
    width: 25px;
    height: 25px;
  }

  .pop-des {
    margin-top: 20px;
  }

  .pop-slider {
    min-height: 200px;
  }

  .content-right {
    margin-top: 40px;
    padding: 0;
  }

  .popup-white {
    width: 100%;
    padding: 20px;
  }

  .elite-luxury-cold-plunge-popup, .the-revive-premium-cold-plunge-popup {
    padding: 10px;
    display: none;
  }

  .offer-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .offer-box._1st {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-bottom: 10px;
  }

  .offer-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .offer-paragraph-wrapper {
    max-width: none;
  }

  .offer-name {
    font-size: 16px;
  }

  .offer-paragraph {
    width: 100%;
    font-size: 14px;
  }

  .section.offer {
    padding: 40px 20px;
  }

  .paragraph_small-3 {
    line-height: 150%;
  }

  .block-2 {
    height: auto;
    position: static;
  }

  .block-2._30 {
    height: auto;
  }

  .block-2._20 {
    height: auto;
    min-height: auto;
  }

  .block-2._70, .block-2._90 {
    height: auto;
  }

  .block-2._110, .block-2._130 {
    height: auto;
    position: static;
  }

  .faq-section {
    height: auto;
    max-height: none;
    padding: 18vw 6vw 14vw;
  }

  .faq-header-icon {
    width: 5vw;
  }

  .container-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-list-wrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .section-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-3.faq {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    padding: 20px 10px;
  }

  .body-2 {
    font-size: 15px;
    line-height: 1.2;
  }

  .portable-cold-plunge-popp {
    padding: 10px;
    display: none;
  }

  .card.content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .avatar-image {
    width: 100%;
  }

  .div-block-5 {
    position: relative;
  }

  .cold-water-chiller-popup {
    padding: 10px;
    display: none;
  }

  .logos {
    padding: 40px 1.5rem;
  }

  .image-7.sm {
    width: 160px;
  }

  .slide {
    padding: 0;
  }

  .testemonial-content-everything {
    width: 100%;
    padding-right: 0;
  }

  .left-arrow {
    width: 70px;
    height: 70px;
    bottom: -83px;
  }

  .customer-titkle {
    font-size: 1rem;
  }

  .testemonials-text {
    line-height: 1;
  }

  .h2-title {
    margin-left: 0;
    font-size: 26px;
    font-weight: 500;
  }

  .h2-title.white {
    font-size: 24px;
  }

  .customer-img {
    min-width: 60px;
    min-height: 60px;
  }

  .testemonials {
    padding-top: 30px;
    padding-bottom: 100px;
    overflow: hidden;
  }

  .testimonials-grid {
    grid-row-gap: 35px;
  }

  .h2 {
    font-size: 24px;
  }

  .h2.h2-white.lg-text.edit-padding {
    text-align: left;
    margin-top: 10px;
    margin-left: 0;
    font-size: 18px;
  }

  .right-arrow {
    width: 70px;
    height: 70px;
    bottom: -83px;
  }

  .qoate-symbol {
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 32px;
  }

  .h2-div {
    margin-bottom: 0;
  }

  .container-9.test-container {
    position: relative;
  }

  .underline {
    width: 30%;
  }

  .block-quote {
    font-size: 14px;
  }

  .light-text-line {
    margin-right: 5px;
    display: none;
  }

  .text-block-10 {
    white-space: normal;
  }
}

#w-node-c4189782-03b1-6f00-c86e-74ed9e3720b8-e544f69f {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_6ce1602b-eff6-0a11-293e-4c00b971383a-e544f69f {
  place-self: end;
}

#w-node-_3b9e7a05-dab9-a41e-b0db-305778934929-7076ef5f, #w-node-a2e1a411-791c-f9aa-1a2f-a59653f80b15-9c48161b, #w-node-_8d9298df-b2ac-7456-1548-84a6d9d6c4e9-9dae6364, #w-node-_97d1163f-9ab4-bd67-a4f0-f83dcc24bc99-eb9590ff, #w-node-_6ce78aba-49c2-85a7-71a2-8a3615a8d6c5-eb9590ff, #w-node-_97d1163f-9ab4-bd67-a4f0-f83dcc24bc99-73b14400, #w-node-_4b7d2227-fe46-0485-4e33-5a7576369f14-73b14400, #w-node-_97d1163f-9ab4-bd67-a4f0-f83dcc24bc99-d9e57fd0, #w-node-_4d9d23c9-ce72-1a5f-6edc-26cae3210e84-d9e57fd0, #w-node-c82ec2b4-5946-d330-c4a2-a48155be23b8-ca2f6b11, #w-node-_35630a2c-0305-0e79-5b6c-26fc3e7b5744-ca2f6b11, #w-node-ba3d9705-d086-cabe-1b7b-471ae5424a54-f4a1e640, #w-node-_07dd1b42-acec-6073-77b0-d5cfbce5783f-f4a1e640, #w-node-_97d1163f-9ab4-bd67-a4f0-f83dcc24bc99-280b938f, #w-node-ecd4c1ad-f7ca-d45c-8e3d-faefe05bd042-280b938f, #w-node-_94a341ac-c0b5-eeac-ccb6-dc92e6d50db9-3fe1d939, #w-node-_3fd4bc11-b77c-3aed-b9e8-8fad33842311-3fe1d939, #w-node-e88091a5-b1c0-2654-eec5-08900ea7e707-25bccfe2, #w-node-_778ea810-7c9b-2889-3652-14394aa520e4-25bccfe2, #w-node-_97d1163f-9ab4-bd67-a4f0-f83dcc24bc99-ca320397, #w-node-f323dc76-a7af-d5ae-8c07-0c7dce97885d-ca320397, #w-node-_7a9b4524-5f58-6f76-5c16-0f9ebaa63cd9-8801613a, #w-node-ff3c3ca1-88e2-4f78-82d0-1e69ab83ff99-8801613a, #w-node-_7a9db4c0-e9ef-e595-d9f6-dbfa2e89a3ef-6e1be5bc, #w-node-_7a9b4524-5f58-6f76-5c16-0f9ebaa63cd9-dde8ce8b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-c4189782-03b1-6f00-c86e-74ed9e3720b8-e544f69f {
    grid-column: 3 / 7;
  }

  #w-node-_8d9298df-b2ac-7456-1548-84a6d9d6c4e9-e544f69f, #w-node-_8d9298df-b2ac-7456-1548-84a6d9d6c4f7-e544f69f, #w-node-_091b3ecc-9c43-bd90-5c4c-ea62e11dab56-e544f69f, #w-node-_6d2f493a-85a0-854a-a641-8413101cc11a-e544f69f, #w-node-b2c2dd90-f649-842a-20f4-2c0d441a57e7-e544f69f, #w-node-b2c2dd90-f649-842a-20f4-2c0d441a57f3-e544f69f, #w-node-_57dda963-8ad2-c43d-0a13-026b83d96dfc-2de74e03, #w-node-_57dda963-8ad2-c43d-0a13-026b83d96e1a-2de74e03, #w-node-ecfd9db5-719f-b203-37bd-c65db6fa3e22-2de74e03, #w-node-ecfd9db5-719f-b203-37bd-c65db6fa3e23-2de74e03, #w-node-_8d9298df-b2ac-7456-1548-84a6d9d6c4e9-35f24e0b, #w-node-_8d9298df-b2ac-7456-1548-84a6d9d6c4f7-35f24e0b, #w-node-_091b3ecc-9c43-bd90-5c4c-ea62e11dab56-35f24e0b, #w-node-_6d2f493a-85a0-854a-a641-8413101cc11a-35f24e0b, #w-node-_8d9298df-b2ac-7456-1548-84a6d9d6c4e9-8c75111b, #w-node-_8d9298df-b2ac-7456-1548-84a6d9d6c4f7-8c75111b, #w-node-_091b3ecc-9c43-bd90-5c4c-ea62e11dab56-8c75111b, #w-node-_6d2f493a-85a0-854a-a641-8413101cc11a-8c75111b, #w-node-_8d9298df-b2ac-7456-1548-84a6d9d6c4e9-9dae6364, #w-node-_97d1163f-9ab4-bd67-a4f0-f83dcc24bc99-eb9590ff, #w-node-_23e14517-d25b-0be6-8f1e-18e9a42af5bc-eb9590ff, #w-node-_23e14517-d25b-0be6-8f1e-18e9a42af5bd-eb9590ff, #w-node-_97d1163f-9ab4-bd67-a4f0-f83dcc24bc99-73b14400, #w-node-_23e14517-d25b-0be6-8f1e-18e9a42af5bc-73b14400, #w-node-_23e14517-d25b-0be6-8f1e-18e9a42af5bd-73b14400, #w-node-_97d1163f-9ab4-bd67-a4f0-f83dcc24bc99-d9e57fd0, #w-node-_23e14517-d25b-0be6-8f1e-18e9a42af5bc-d9e57fd0, #w-node-_23e14517-d25b-0be6-8f1e-18e9a42af5bd-d9e57fd0, #w-node-c82ec2b4-5946-d330-c4a2-a48155be23b8-ca2f6b11, #w-node-a08d540e-cc40-727a-4e7c-4a089aa01e64-ca2f6b11, #w-node-a08d540e-cc40-727a-4e7c-4a089aa01e65-ca2f6b11, #w-node-ba3d9705-d086-cabe-1b7b-471ae5424a54-f4a1e640, #w-node-a0b2e33f-c404-662a-bd52-d4ea49700e61-f4a1e640, #w-node-a0b2e33f-c404-662a-bd52-d4ea49700e62-f4a1e640, #w-node-_97d1163f-9ab4-bd67-a4f0-f83dcc24bc99-280b938f, #w-node-_23e14517-d25b-0be6-8f1e-18e9a42af5bc-280b938f, #w-node-_23e14517-d25b-0be6-8f1e-18e9a42af5bd-280b938f, #w-node-_94a341ac-c0b5-eeac-ccb6-dc92e6d50db9-3fe1d939, #w-node-de3d1fc9-20d1-6a1d-997a-17006d2d1d7f-3fe1d939, #w-node-de3d1fc9-20d1-6a1d-997a-17006d2d1d80-3fe1d939, #w-node-e88091a5-b1c0-2654-eec5-08900ea7e707-25bccfe2, #w-node-e13e68c7-69a6-7817-b94a-c2e1e329c177-25bccfe2, #w-node-e13e68c7-69a6-7817-b94a-c2e1e329c178-25bccfe2, #w-node-_97d1163f-9ab4-bd67-a4f0-f83dcc24bc99-ca320397, #w-node-_7a9b4524-5f58-6f76-5c16-0f9ebaa63cd9-8801613a, #w-node-_7a9db4c0-e9ef-e595-d9f6-dbfa2e89a3ef-6e1be5bc, #w-node-_7a9b4524-5f58-6f76-5c16-0f9ebaa63cd9-dde8ce8b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c4189782-03b1-6f00-c86e-74ed9e3720b8-e544f69f {
    grid-column: 1 / 5;
  }

  #w-node-_091b3ecc-9c43-bd90-5c4c-ea62e11dab56-e544f69f, #w-node-_6d2f493a-85a0-854a-a641-8413101cc11a-e544f69f, #w-node-b2c2dd90-f649-842a-20f4-2c0d441a57e7-e544f69f, #w-node-b2c2dd90-f649-842a-20f4-2c0d441a57f3-e544f69f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6ce1602b-eff6-0a11-293e-4c00b9713839-e544f69f {
    justify-self: auto;
  }

  #w-node-ecfd9db5-719f-b203-37bd-c65db6fa3e22-2de74e03, #w-node-ecfd9db5-719f-b203-37bd-c65db6fa3e23-2de74e03, #w-node-_091b3ecc-9c43-bd90-5c4c-ea62e11dab56-35f24e0b, #w-node-_6d2f493a-85a0-854a-a641-8413101cc11a-35f24e0b, #w-node-_091b3ecc-9c43-bd90-5c4c-ea62e11dab56-8c75111b, #w-node-_6d2f493a-85a0-854a-a641-8413101cc11a-8c75111b, #w-node-_23e14517-d25b-0be6-8f1e-18e9a42af5bc-eb9590ff, #w-node-_23e14517-d25b-0be6-8f1e-18e9a42af5bd-eb9590ff, #w-node-_23e14517-d25b-0be6-8f1e-18e9a42af5bc-73b14400, #w-node-_23e14517-d25b-0be6-8f1e-18e9a42af5bd-73b14400, #w-node-_23e14517-d25b-0be6-8f1e-18e9a42af5bc-d9e57fd0, #w-node-_23e14517-d25b-0be6-8f1e-18e9a42af5bd-d9e57fd0, #w-node-a08d540e-cc40-727a-4e7c-4a089aa01e64-ca2f6b11, #w-node-a08d540e-cc40-727a-4e7c-4a089aa01e65-ca2f6b11, #w-node-a0b2e33f-c404-662a-bd52-d4ea49700e61-f4a1e640, #w-node-a0b2e33f-c404-662a-bd52-d4ea49700e62-f4a1e640, #w-node-_23e14517-d25b-0be6-8f1e-18e9a42af5bc-280b938f, #w-node-_23e14517-d25b-0be6-8f1e-18e9a42af5bd-280b938f, #w-node-de3d1fc9-20d1-6a1d-997a-17006d2d1d7f-3fe1d939, #w-node-de3d1fc9-20d1-6a1d-997a-17006d2d1d80-3fe1d939, #w-node-e13e68c7-69a6-7817-b94a-c2e1e329c177-25bccfe2, #w-node-e13e68c7-69a6-7817-b94a-c2e1e329c178-25bccfe2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c4189782-03b1-6f00-c86e-74ed9e3720b8-e544f69f {
    grid-column-end: 5;
  }

  #w-node-_4c9db909-edbd-1f87-24f0-7c459c887850-e544f69f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_25f8640d-2669-2e28-0dc3-e700e6f2572b-e544f69f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8dfed9d5-17c8-6adc-7b39-f83f30f2499c-e544f69f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_9690b2f5-e5d8-c120-9f05-d69f4f66885b-e544f69f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7a28acca-b822-d968-a6b7-a5709c01ab31-e544f69f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3ebdb57d-602a-fb69-8abd-6e4a613c204f-e544f69f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a333104e-e620-d4d6-aa0f-66ddbe6ad949-e544f69f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c0efddf3-9a25-79f8-c1de-fe081e91217c-e544f69f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99914f56-daf6-7d81-476c-f616498ef435-e544f69f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_85c16960-e20a-6816-efbc-6936499a1911-e544f69f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_34fec06f-61ba-5073-45ac-de2bc8cad457-e544f69f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Necosmic';
  src: url('../fonts/Necosmic-PersonalUse-BF6575d8c68fd8b.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Solid 900';
  src: url('../fonts/Sharp-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pro Solid 900';
  src: url('../fonts/Pro-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pro 300';
  src: url('../fonts/Pro-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pro 400';
  src: url('../fonts/Pro-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}