*:focus {
  outline: none;
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 1;
}
body .transition {
  display: block;
}

.w-editor .transition {
  display: none;
}
.no-scroll-transition {
  overflow: hidden;
  position: relative;
}
body.no-scroll {
  overflow: hidden;
}

.regeneration_row:hover .underline:after,
.menu_link:hover:after {
  transform: translateY(0);
  opacity: 1;
}

.social_link-text:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #1d4130;
  bottom: 8px;
  left: 0;
  transform: translateY(5px);
  opacity: 0;
  transition: all 0.3s ease;
}

.menu_link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #1d4130;
  bottom: 0.5em;
  left: 0;
  transform: translateY(5px);
  opacity: 0;
  transition: all 0.3s ease;
}

.is-contact .social_link-text:after {
  background: #fff;
}

.social_link-text:after {
  bottom: 6px;
}

.w--current.menu_link:after {
  transform: translateY(0);
  opacity: 1;
}

.underline:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #eeebe1;
  bottom: 0px;
  left: 0;
  transform: translateY(5px);
  opacity: 0;
  transition: all 0.3s ease;
}

.footer_link,
.footer_link-social {
  width: fit-content;
}

.footer_link:after,
.footer_link-social:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  bottom: -3px;
  left: 0;
  transform: translateY(5px);
  opacity: 0;
  transition: all 0.3s ease;
}

.footer_link:hover:after,
.footer_link-social:hover:after,
.social_link:hover .social_link-text:after {
  transform: translateY(0);
  opacity: 1;
}

html.animating,
.animating body {
  overflow: hidden;
}
body {
  -ms-overflow-style: none;
}

.overlay {
  pointer-events: none;
}

::selection {
  background: rgba(0, 0, 0, 0.1);
}

.product_item:hover .product_grid-info {
  max-height: 60px;
}

.product_item:hover .product_grid-title {
  text-decoration: underline;
}

.product_img-holder {
  transition: clip-path 0.3s;
  -webkit-clip-path: inset(0px round 0px 0px 0px 0px);
  clip-path: inset(0px round 0px 0px 0px 0px);
}

.product_item:hover .product_img-holder {
  -webkit-clip-path: inset(0px round 30px 30px 30px 30px);
  clip-path: inset(0px round 30px 30px 30px 30px);
}

.track-horizontal {
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal 20s linear infinite;
}

.vid_track-horizontal {
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal 20s linear infinite;
}

.footer_strip {
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal 14s linear infinite;
}

.is_product-intro .track-horizontal {
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal 80s linear infinite;
}

.video_controls:hover .vid_marquee-horizontal {
  opacity: 1;
}

.std_btn-text:before,
.regen_btn:before {
  content: "";
  position: absolute;
  left: -1.5rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transform: translate(-0.4rem, 0px);
  -ms-transform: translate(-0.4rem, 0px);
  transform: translate(-0.4rem, 0px);
  transform: translate3d(0px, 0px, 0px) scale3d(0, 0, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: all 0.7s;
  transition-timing-function: cubic-bezier(0.2, 0, 0.1, 1);
  transform-origin: center;
  top: 2.5px;
}

.submit_holder .submit_btn-text:before {
  content: "";
  position: absolute;
  left: -2rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100%;
  background-color: #1d4130;
  -webkit-transform: translate(-0.4rem, 0px);
  -ms-transform: translate(-0.4rem, 0px);
  transform: translate(-0.4rem, 0px);
  transform: translate3d(0px, 0px, 0px) scale3d(0, 0, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: all 0.7s;
  transition-timing-function: cubic-bezier(0.2, 0, 0.1, 1);
  transform-origin: center;
  top: 2.5px;
}

.footer_link.no_underline:after {
  display: none;
}

.submit_holder:hover .submit_btn-text:before {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.std_btn:hover .std_btn-text:before,
.regen_btn:hover .std_btn-text:before {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

._number:nth-child(3) {
  margin-right: 0.25em;
}

@keyframes marquee-horizontal {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.regeneration_img-holder {
  pointer-events: none;
  height: calc(300% + 4px);
}

.std_btn:hover .std_btn-text {
  color: #fff;
}

.line {
  overflow: hidden;
}

.product_item:hover .product_extra {
  max-height: 30px;
  transition: max-height 0.7s cubic-bezier(0.2, 0, 0.1, 1);
}

.product_extra {
  max-height: 0;
  transition: max-height 0.7s cubic-bezier(0.2, 0, 0.1, 1);
}

.journey_img-holder,
.journey_img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.mobile_logo-svg.is-white svg path {
  fill: #fff;
}

/* Firefox */
.footer_product-collection {
  scrollbar-width: 2px;
  scrollbar-color: #ffffff transparent;
}

.fs-cmsfilter_active .filter-btn_label {
  text-underline-offset: 0.075em;
  text-decoration: underline;
  text-decoration-thickness: 0.055em;
}

@media (min-width: 992px) {
  body:has(.video_bg_wrap[video-trigger]:hover) .cursor-dot {
    width: 10em;
    height: 10em;
  }

  body:has(.video_bg_wrap[video-trigger]:hover) .cursor_text {
    opacity: 1;
  }
  .video_bg_wrap[video-trigger] {
    cursor: pointer;
  }
  body:has(.plyr:hover) .cursor-dot {
    width: 10em;
    height: 10em;
  }

  body:has(.plyr:hover) .cursor_pause {
    opacity: 1;
  }
  body:has(.plyr.plyr--paused:hover) .cursor_pause {
    opacity: 0;
  }

  body:has(.plyr.plyr--paused:hover) .cursor_text {
    opacity: 1;
  }

  body:has(.plyr.plyr--hide-controls) .cursor-dot {
    width: 0.875em;
    height: 0.875em;
  }

  body:has(.plyr.plyr--hide-controls) .video-top {
    transform: translateY(-101%);
  }

  body:has(.plyr.plyr--hide-controls) .video-top:hover {
    transform: translateY(0%);
  }

  body:has(.plyr.plyr--hide-controls) .cursor_pause {
    opacity: 0;
  }

  body:has(.plyr.plyr--hide-controls) .cursor_text {
    opacity: 0;
  }

  body:has(.plyr__controls:hover) .cursor-dot {
    width: 0.875em;
    height: 0.875em;
  }

  body:has(.plyr__controls:hover) .cursor-dot {
    width: 0.875em;
    height: 0.875em;
  }

  body:has(.plyr .plyr__controls:hover) .cursor_pause {
    opacity: 0;
  }

  body:has(.plyr .plyr__controls:hover) .cursor_text {
    opacity: 0;
  }

  .plyr {
    cursor: pointer;
  }
}

@media (max-width: 320px) {
  .mobile_menu-dropdown {
    padding-bottom: 4rem;
  }

  .product_intro-scrub {
    height: auto;
  }

  .jsv-holder {
    width: 15em;
  }

  .product_text {
    font-size: 10em;
  }

  .product_text-wrap {
    height: 7em;
  }

  .loader_right {
    bottom: 0;
    width: 100%;
    padding-bottom: 4rem;
  }

  .key-features {
    padding-top: 10rem;
  }

  .product_intro-section,
  .std_btn.is-pdf,
  .faq_holder {
    background-color: #bbd1e7;
    padding-bottom: 5rem;
  }

  .is-key {
    display: none;
  }

  .mobile_menu-line {
    margin-bottom: 0.8rem;
  }

  .mobile_menu-link {
    margin-bottom: 0.8rem;
  }

  .mobile_menu-link {
    font-size: 0.8rem;
  }

  .mobile_menu-text {
    margin-bottom: 0.8rem;
    font-size: 0.8rem;
    line-height: 1.1875rem;
  }
}

html {
  --plyr-range-thumb-height: 0px;
  --plyr-control-radius: 0px;
  --plyr-range-track-height: 4px;
}

.plyr--video .plyr__controls {
  --plyr-color-main: transparent;
  background: var(--green);
  padding: 2.5rem 0;
  color: #fff;
}

.plyr_stretch {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.plyr_col {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 5em;
  justify-content: start;
}
.plyr--full-ui input[type="range"] {
  -webkit-appearance: none;

  border-radius: 0 !important;
  color: #fff;
}

.plyr__badge {
  border-radius: 0 !important;
}

.plyr--full-ui input[type="range"]::-webkit-slider-thumb,
.plyr--full-ui input[type="range"]::-moz-range-thumb,
.plyr--full-ui input[type="range"]::-ms-thumb {
  opacity: 0 !important;
  border-radius: 0 !important;
}

.plyr__progress {
  margin-bottom: 1em;
}

.video-popup .plyr__control {
  padding: 0;
  font-family: var(--text-small--font-family);
  font-size: var(--text-small--font-size);
  line-height: var(--text-small--line-height);
  letter-spacing: var(--text-small--letter-spacing);
  font-weight: var(--text-small--font-weight);
  text-transform: var(--text-small--text-transform);
  border-radius: 0px !important;
}

.plyr video {
  object-fit: cover;
}

.cat-filter_component {
  cursor: pointer;
}

.cat-filter_component.show-dropdown {
  overflow: visible;
}

.search-bar_component {
  user-select: none;
}

.cat-filter_component.show-dropdown .cat-filter_toggle {
  transform: rotate(180deg);
}

.cat-filter_toggle {
  transition: transform 400ms cubic-bezier(0.25, 1, 0.5, 1);
}

.locates-toggle,
.lang-dropdown_toggle {
  transition: transform 400ms cubic-bezier(0.25, 1, 0.5, 1);
}

.spline.is-product {
  display: block;
}

#ch2-dialog-title {
  display: none;
}

.ch2-theme-bar .ch2-dialog.ch2-dialog-top.ch2-visible {
  color: #1d4130;
  font-family: Helveticaneue, sans-serif;
  font-weight: 300;
}

.ch2-theme-bar .ch2-dialog.ch2-visible {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 6em;
}

.ch2-theme-bar .ch2-dialog-actions button {
  height: 13px;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  overflow: visible;
  font-family: Helveticaneue, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: -0.01313rem;
  border-radius: 2.8125rem;
  border: 2px solid #1d4130;
  transition: all 300ms ease;
  padding: 1rem;
}

button.ch2-btn.ch2-deny-all-btn.ch2-btn-primary {
  background: transparent;
  color: #1d4130;
}

button.ch2-btn.ch2-deny-all-btn.ch2-btn-primary:hover {
  background: #1d4130;
  color: #fff;
}

button.ch2-btn.ch2-allow-all-btn.ch2-btn-primary:hover {
  background: #fff;
  color: #1d4130;
}

button:hover {
  box-shadow: none !important;
}

@media (max-width: 991px) {
  .mobile_menu-dropdown {
    padding-bottom: 6rem;
  }

  .mobile_menu-link {
    display: inline-block;
    margin-bottom: 7vw;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
  }

  .plyr--video .plyr__controls {
    position: fixed;
    opacity: 1 !important;
    transform: none !important;
    padding: 2.5em 0 1.5em !important;
  }

  .locales-dropdown_wrap {
    position: absolute;
    inset: 0;
    top: 100%;
    height: 100dvh;
    background: transparent !important;
    z-index: 10000;
    color: #fff;
    border: none;
  }

  .lang-dropdown_component {
    position: relative;
  }
  .mobile_navbar {
    background-color: #fff;
  }
  .mobile_navbar.open {
    background-color: var(--green);
  }

  .no-scroll {
    background-color: transparent;
  }

  .locates-dropdown {
    background-color: var(--green);
    width: 100%;
    padding: 1.25rem;
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2;
    padding-top: 10rem;
    border: none;
  }

  .locate-dropdown_trigger {
    z-index: 4;
    position: relative;
  }
  .mobile-menu_top {
    color: #fff;
  }
}
