/** Shopify CDN: Minification failed

Line 386:0 Unexpected "}"

**/
/* Additional CSS */

html.ios-stop-scroll {
  touch-action: none;
  -ms-touch-action: none;
  -webkit-overflow-scrolling: none;
  overscroll-behavior: none;
  overflow: hidden;
  margin: 0; /* Prevent body scroll */
  scrollbar-gutter: stable;
}


@media screen and (max-width: 749px) {
  .flex.phone-column {
    flex-direction: column;
  }
}

.bg-white {
  background-color: #ffffff;
}
.bg-grey-light {
  background-color: #f7f7f7;
}
.bg-primary {
  background-color: #194141;
}
.bg-green-light {
  background-color: #edf2f2;
}
.bg-green-accent {
  background-color: #e1eaea;
}

.pp-reviews {
  padding: 4rem 0;
}
@media screen and (min-width:750px) {
  .pp-reviews {
    padding: 6.4rem 0 0;
    margin-bottom: -8rem;
  }
}
@media screen and (min-width: 1080px) {
  .pp-reviews {
    padding: 0 0 12.8rem;
    margin-bottom: 0;
  }
}
.pp-reviews h2 {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1080px) {
  .pp-reviews h2 {
    margin-bottom: 4.8rem;
  }
}
.pp-reviews__video-wrap, .pp-reviews__stories-wrap {
  gap: 2rem;
}
@media screen and (min-width:750px) {
  .pp-reviews__video-wrap, .pp-reviews__stories-wrap {
    gap: 3.2rem;
  }
}
.pp-reviews__video-item, .pp-reviews__stories-item {
  flex-basis: 100%;
  padding: 2rem;
}
@media screen and (min-width:750px) {
  .pp-reviews__video-item, .pp-reviews__stories-item {
    padding: 3.2rem;
    gap: 3.2rem;
  }
}
@media screen and (min-width: 1080px) {
  .pp-reviews__video-item, .pp-reviews__stories-item {
    flex-basis: calc(50% - 1.6rem);
  }
}
@media screen and (min-width: 1080px) {
  .pp-reviews__video-item {
    align-items: center;
  }
}
.pp-reviews__video-item-wrap {
  border-radius: 1.6rem;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .pp-reviews__video-item-wrap {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width:750px) {
  .pp-reviews__video-item-wrap,
  .pp-reviews__video-item .pp-reviews__desc {
    flex-basis: calc(50% - 1.6rem);
  }
}
.pp-reviews__desc {
  font-size: 1.8rem;
  color: #416768;
}
.pp-reviews__bottom-text {
  margin-top: 2rem;
}
.pp-reviews__bottom-text h4 {
  margin-bottom: 0;
}
.pp-reviews__results {
  margin-top: 2rem;
}
.pp-reviews__stories {
  margin: 6.4rem 0;
}
@media screen and (min-width: 1080px) {
  .pp-reviews__stories {
    margin: 12.8rem 0 0;
  }
}
@media screen and (min-width: 1080px) {
  .pp-reviews__stories-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4.8rem;
  }
  .pp-reviews__stories-heading h2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1079px) {
  .pp-reviews__stories-heading .button {
    display: none;
    visibility: hidden;
  }

  .pp-reviews .pp-reviews__desktop-button {
    display:none;
    visibility: hidden;
  }
}
.pp-reviews__stories-desc h4 {
  margin-top: 2rem;
}
@media screen and (min-width: 750px) and (max-width: 1079px) {
  .pp-reviews .pp-reviews__bottom-buttom {
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1080px) {
  .pp-reviews .pp-reviews__bottom-buttom {
    display: none;
    visibility: hidden;
  }
  .pp-reviews .pp-reviews__desktop-button {
    max-width: 200px;
    margin: 0 auto;
    margin-top: 50px;
  }
}


@media only screen and (max-width:989px) {
  ul.list-menu {
    margin: 0 1rem;
  }

  ul.list-menu .list-menu--disclosure.list-menu--disclosure-mobile {
    position: relative !important;
  }
}

.global-pop-up__close-button .icon-wrap {
  width: auto;
}

.course-accordion-container {
  display: flex; /* Create a flex container for the columns */
  gap: 20px; /* Space between the two columns */
}

.course-accordion-column {
  flex: 1; /* Each column takes equal width */
  display: flex;
  flex-direction: column; /* Stack accordion items vertically */
  gap: 10px; /* Space between accordion items */
}

.course-accordion-item {
  background-color: #f7f7f7;
  border-radius: 1.2rem;
  padding: 1.6rem !important;
  overflow: hidden;
}

.course-accordion-heading {
  cursor: pointer;
  color: #050b14 !important;
  font-size: 1.8rem !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.course-accordion-description {
  padding: 0 !important;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.course-accordion-description a {
    color: #142d52;
    text-decoration: underline;
    font-weight: bold;
}

.course-accordion-description p {
  font-size: 1.6rem !important;
  color: #000;
  margin-top: 10px;
}

.course-accordion-heading-text {
  max-width: 80%; /* Set a max-width for the heading text */
  overflow: hidden;
}
.course-accordion-item .icon-wrap {
  transition: transform 0.3s ease-out; /* Smooth rotation transition */
}
/* Rotate the icon when the accordion is open */
.course-accordion-item.open .icon-wrap  {
  transform: rotate(45deg);
}

.course__professionals-asset img {
    height: 100%;
    object-fit: cover;
    overflow-clip-margin: unset;
    overflow: visible;
    width: 100%;
}

.course__content-desc ul li {
    list-style: disc;
    margin-left: 1.6rem;
}
/* Mobile Styles */
@media (max-width: 767px) {
  .course-accordion-container {
    flex-direction: column; /* Stack columns vertically on mobile */
    gap: 10px; /* Reduce gap between columns */
  }

  .course-accordion-column {
    gap: 10px; /* Reduce gap between accordion items */
  }

  .course-accordion-item {
    flex: none; /* Reset flex to prevent stretching */
  }
}

@media screen and (max-width: 1079px) {
    body.course .header__icons>a.button.primary {
        display: inline-flex !important;
        visibility: unset !important;
    }
}

@media screen and (min-width: 1080px) {
    body.course .course__description li {
        flex-basis: 100%;
    }
}

.ce2-banner__assets {
    display: flex; 
    overflow-x: auto;
    white-space: nowrap;
    gap: 20px !important;
    padding: 10px 0 !important;
    scroll-snap-type: x mandatory; 
    -webkit-overflow-scrolling: touch;
    overflow-y:hidden;
}

.ce2-banner__assets::-webkit-scrollbar {
    height: 10px; 
}

.ce2-banner__assets::-webkit-scrollbar-track {
    background: #e0e0e0; 
    border-radius: 3px; 
}

.ce2-banner__assets::-webkit-scrollbar-thumb {
    background: #194141; 
    border-radius: 3px;
}
  
.ce2-banner__item {
    flex: 0 0 auto; 
    scroll-snap-align: start; 
}

.ce2-banner__item img {
    display: block;
    max-height: 100%;
    max-width: 396px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow-clip-margin: unset;
    overflow: visible;
}


  /* Scroll Arrows */
.scroll-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(195, 213, 213, 0.7); 
    border: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 1;
    transition: background 0.3s ease;
}

.scroll-arrow:hover {
    background-color: #c3d5d5;
}

.scroll-arrow--left {
    left: 52%; /* Position left arrow */
}
.scroll-arrow--left svg {
    transform: rotate(90deg);
}

.scroll-arrow--right {
    right: 10px; /* Position right arrow */
}
.scroll-arrow--right svg {
    transform: rotate(-90deg);
}

/* Hide arrows on mobile */
@media (max-width: 1079px) {
    .scroll-arrow {
        display: none;
    }
}


@media screen and (min-width: 1080px) {
    .avnt .product pickup-availability-preview {
       transform: unset !important;
    }
}

.lps-section-v2 .lp-text-img-banner__item a {
  max-width: none;
}  
.lps-section-v2.lp-section-v3 img {
  padding: 0 2rem;
}  

}

.lp-image-text-v1 {
  margin: 0 auto;
}

.page-width-v2 {
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
}

.flex2-row {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lp-image-text-v1__column {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 18px;
  padding-right: 18px;
}

.lp-image-text-v1__column.lp-image-text-v1__column--left {
order: -1;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
gap: 10px;
padding: 0 230px 0 0;
}
.lp-image-text-v1__column.lp-image-text-v1__column--left a {
max-width: fit-content;
}

.lp-image-text-v1__column--right__inner {
  width: calc(50vw - 27px);
  height: 100vh;
  overflow-y: clip;
  position: relative;
  clip-path: inset(0);
}

.lp-image-text-v1__column--right__inner-2 {
  margin-left: 0;
  background-position-x: 100%;
  position: absolute;
  /* width: 100%; */
  width: calc(50vw - 27px);
  height: 100%;
  z-index: 0;
  top:0;
}

.lp-image-text-v1__column--right__inner-3 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.lp-image-text-v1__column--right__inner picture{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.lp-image-text-v1__column--right__inner picture img{
  height: 100%;
  position: absolute;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  overflow-clip-margin: unset;
}

.lp-image-text-v1__column--right__inner video {
height: 100%;
position: absolute;
display: block;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
-webkit-transform: scale(1);
transform: scale(1);
width: 100%;
}

@media only screen and (max-width:1079px) {
  .page-width-v2 {
    padding-left: 0;
    padding-right: 0;
  }
  .flex2-row {
      flex-direction: column;
  }

  .flex2-row .lp-image-text-v1__column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .lp-image-text-v1__column.lp-image-text-v1__column--left {
    padding: 3rem;
    min-height: auto;
  }

  .lp-image-text-v1__column--right {
    padding: 0;
  }

  .lp-image-text-v1__column--right__inner {
    width: auto !important;
    height: auto !important;
  }

  .lp-image-text-v1__column--right__inner-2 {
    height: auto !important;
    position: relative !important;
    width: auto !important;
    top: 0 !important;
  }

  .lp-image-text-v1__column--right__inner picture img {
    height: auto !important;
    position: relative !important;
  }

  .lp-image-text-v1__column--right__inner video {
    height: auto !important;
    position: relative !important;
  }

  .lp-image-text-v1__column.lp-image-text-v1__column--left a {
    max-width: unset;
  }
  .lp-image-text-v1 .flex2-row.desktop-row {
    flex-direction: column-reverse;
  }

  #page-hero-banner.lp-image-text-v1 .flex2-row.desktop-row {
    flex-direction: column;
  }
}


@media only screen and (min-width:1080px) {
  [id*="__image_text_accordion_v2_wtLbKn"] .lp-image-text-v1__column--right__inner-2{
     height: 80vh !important;
  }
  [id*="__image_text_accordion_v2_wtLbKn"] .lp-image-text-v1__column--right__inner-2 picture img{
     object-fit: contain !important;
  }

  a#HeaderMenu-buy-nurosym {
    display: none;
  }
}