/** Shopify CDN: Minification failed

Line 2022:0 Unexpected "{"
Line 2022:1 Expected identifier but found "%"
Line 2024:2 Unexpected "{"
Line 2024:3 Expected identifier but found "%"

**/
.find-a-light .store-locator-block {
    display: none;
}
.hero-wrapper-find {
    padding: 80px 0px
}

/* Container */
.find-container {
  max-width: 1200px;
  margin: 32px auto;
  padding: 0 16px;
  box-sizing: border-box;
}
/* Centered max width container */
.locator-simple-container {
    max-width: 1080px;
    margin: 0 auto;
    background: #ffffff1a;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    padding: 30px;
    border-radius: 20px !important;
    border: 1px solid rgba(168, 168, 168, 1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

/* Header text */
.locator-simple-header {
  text-align: center;
  margin-bottom: 28px;
}
.locator-simple-title {
  color: #fff;
  margin: 0 0 8px;
}
.locator-simple-sub {
  color: #fff;
  margin: 0;
}

/* Map box */
.locator-simple-map {
  width: 100%;
  min-height: 450px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d1d5db;
  background: #fafafa;
}

/* Loading placeholder */
.locator-simple-loading {
  text-align: center;
  color: #6b7280;
  padding: 20px;
  font-size: 14px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .locator-simple-container { padding: 28px 18px; }
  .locator-simple-title { font-size: 1.6rem; }
  .hero-wrapper-find {
    padding: 50px 0px
    }

}

.store-locator-container {
    display: flex;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    position: relative;
  }

  .store-locator-sidebar {
    width: 300px;
    background: white;
    border-right: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    max-height: 600px;
    z-index: 2;
  }

  .search-controls {
    padding: 20px;
    border-bottom: 1px solid #e5e7eb;
  }

  .search-input-wrapper {
    position: relative;
    margin-bottom: 10px;
  }

  .location-search-input {
    width: 100%;
    padding: 12px 40px 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
  }

  .location-search-input:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  }

  .search-spinner {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }

  .spinner, .loading-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #f3f4f6;
    border-top: 2px solid #3b82f6;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .filter-controls {
    display: flex;
    gap: 10px;
    width: 100%;
  }

  .tag-filter-select {
    flex: 2;
    min-width: 0;
    max-width: 180px;
    padding: 8px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    background: white;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .range-filter-select {
    flex: 1;
    min-width: 100px;
    padding: 8px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    background: white;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
  }

  .tag-filter-select:focus, .range-filter-select:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
  }

  .locations-list {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
  }

  .locations-list::-webkit-scrollbar {
    width: 8px;
  }

  .locations-list::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .locations-list::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
  }

  .locations-list::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
  }

  .location-item {
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
  }

  .location-item:hover {
    background-color: #f9fafb;
  }

  .location-item.selected {
    border-color: #5230f9;
    background-color: #f8faff;
    box-shadow: 0 2px 8px rgba(82, 48, 249, 0.1);
  }

  .location-name {
    font-weight: 600;
    font-size: 14px;
    color: #111827;
    margin-bottom: 4px;
  }

  .location-address {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 4px;
    line-height: 1.4;
  }

  .location-phone {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 6px;
  }

  .location-phone a {
    color: inherit;
    text-decoration: none;
  }

  .location-phone a:hover {
    text-decoration: underline;
  }

  .location-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .tag-badge {
    display: inline-block;
    background-color: #f3f4f6;
    color: #374151;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    margin-right: 4px;
    margin-bottom: 2px;
    border: 1px solid #e5e7eb;
    font-weight: 500;
  }

  .search-tip {
    padding: 16px 20px;
    font-size: 12px;
    color: #6b7280;
    text-align: center;
    background-color: #f9fafb;
    border-top: 1px solid #e5e7eb;
    line-height: 1.4;
  }

  .map-container {
    flex: 1;
    position: relative;
    min-height: 600px;
  }

  .google-map {
    width: 100%;
    height: 100%;
  }

  .map-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10;
  }

  .loading-placeholder {
    padding: 40px 20px;
    text-align: center;
    color: #6b7280;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .loading-text {
    margin-top: 10px;
    font-size: 14px;
    color: #6b7280;
  }

  .no-locations {
    padding: 40px 20px;
    text-align: center;
    color: #6b7280;
  }

  .search-info {
    position: absolute;
    top: 10px;
    left: 10px;
    background: white;
    padding: 10px 15px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 5;
    max-width: 300px;
    font-size: 12px;
    border: 1px solid #e5e7eb;
  }

  .search-info strong {
    color: #111827;
  }

  .error-message {
    padding: 20px;
    text-align: center;
    color: #dc2626;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 6px;
    margin: 20px;
  }

  @media (max-width: 768px) {
    .store-locator-container {
      flex-direction: column;
      margin: 10px 0;
      height: auto !important;
      width: 100vw;
      max-width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
    }

    google-map {
      height: inherit;
    }
    
    .store-locator-sidebar {
      width: 100% !important;
      border-right: none;
      border-bottom: none;
      display: flex;
      flex-direction: column;
    }
    
    .search-controls {
      order: 1;
      padding: 15px;
      border-bottom: 1px solid #e5e7eb;
    }
    
    .map-container {
      order: 2;
      height: 400px;
      min-height: 400px;
      width: 100%;
    }
    
    .locations-list {
      order: 3;
      max-height: 300px;
      padding: 1rem;
    }
    
    .search-tip {
      order: 4;
    }
    
    .filter-controls {
      flex-direction: row;
      gap: 8px;
      width: 100%;
    }
    
    .tag-filter-select {
      flex: 2;
      max-width: 60%;
    }
    
    .range-filter-select {
      flex: 1;
      max-width: 40%;
      min-width: 90px;
    }
    
    .location-item {
      padding: 14px 15px;
    }
    
    .location-name {
      font-size: 15px;
    }
    
    .search-info {
      position: relative;
      top: auto;
      left: auto;
      margin: 10px;
      max-width: none;
    }
  }

  @media (max-width: 480px) {
    .store-locator-container {
      margin: 5px 0;
      border-radius: 8px;
    }
    
    .search-controls {
      padding: 12px;
    }
    
    .location-item {
      padding: 12px;
    }
    
    .location-name {
      font-size: 14px;
    }
    
    .location-address, .location-phone {
      font-size: 13px;
    }
    
    .tag-badge {
      font-size: 11px;
      padding: 1px 6px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .spinner, .loading-spinner {
      animation: none;
    }

    .location-item {
      transition: none;
    }

    .location-search-input, .tag-filter-select, .range-filter-select {
      transition: none;
    }
  }

    .w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.hero-wrapper {
  position: relative;
  height: 100vh;
  min-height: 600px;
  padding-top: 50px;
  background-color: #000;
  background-image: url('/cdn/shop/files/lucia-hero-bg-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.black-banner-wrapper{
  padding: 20px 40px;
  background-color: #000;
  
}
.home-content-heading-xl.pink{
  transition: all 200ms ease;
}
.home-content-heading-xl.pink{
  color: #d01c5c;
  margin-bottom: 0;
}
.banner-link{
  text-decoration: none;
}
.banner-link h2:hover{
  color: #fff;
  text-shadow: 1px 0 8px #fff;
}
.black-banner-inner{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.black-banner-img{
  width: 50px;
  margin-right: 20px;
}
.container-large {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.container-mid {
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}

.container-xl {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.hero-logo-img {
  width: 450px;
}

.home-section-bottom-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 60px;
  z-index: 2;
}

.hero-bottom-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-bottom-flex-col {
  width: 0px;
  margin-right: 20px;
  border: 1px solid #fff;
  opacity: 0;
}

.hero-bottom-flex-col.hero-bottom-flex-col-alt {
  border-color: #d01c5c;
}

.hero-bottom-flex-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
  text-shadow: 1px 0 8px #fff;
}

.hero-bottom-flex-link:hover {
  color: #36cdff;
}

.hero-bottom-flex-link.hero-bottom-flex-link-alt {
  text-shadow: 1px 0 8px #d01c5c;
}

.hero-bottom-flex-link.hero-bottom-flex-link-alt:hover {
  color: #d01c5c;
}

.nav-wrapper {
  position: fixed;
  left: 60px;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 3;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.nav-content-wrapper {
  float: left;
}

.nav-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-flex-col.nav-flex-col-middle {
  margin-top: 15px;
  margin-bottom: 15px;
}

.nav-link-block {
  position: relative;
}

.nav-icon-img {
  width: 50px;
}

.nav-icon-img-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50px;
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.nav-icon-img-hover:hover {
  opacity: 1;
}

.nav-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-expand-wrapper {
  overflow: hidden;
  margin-left: 10px;
}

.nav-expand-text {
  font-family: termina, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

.home-page-wrapper {
  position: relative;
}

.bg-1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: url('/cdn/shop/files/What-it-is-1-min.jpg');
    background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.bg-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: url('/cdn/shop/files/What-it-is-2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.bg-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: url('/cdn/shop/files/What-it-is-3-min.jpg');background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.scroll-bg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.scroll-bg.scroll-bg-alt {
  background-image: url('/cdn/shop/files/figure-bokeh-2.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-section-content-wrapper {
  position: relative;
  z-index: 2;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.home-section-content-wrapper.home-section-content-wrapper-large {
  max-width: 1055px;
}

.home-section-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home-section-sub-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: termina, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  text-transform: uppercase;
}

.home-section-text {
  max-width: 750px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
}

.home-section-links-wrapper {
  margin-top: 50px;
}

.home-section-links-wrapper.home-section-links-wrapper-alt {
  margin-top: 10px;
}

.slider-bar-link {
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.slider-bar-link:hover {
  opacity: 1;
}

.slider-bar-link.slider-bar-link-active {
  opacity: 1;
}

.home-slider-img-inner {
  position: relative;
  display: inline-block;
}

.slider-bar-link-2 {
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.slider-bar-link-2:hover {
  opacity: 1;
}

.slider-bar-link-2.slider-bar-link-active {
  opacity: 1;
}

.slider-bar-link-3 {
  margin-right: 10px;
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.slider-bar-link-3:hover {
  opacity: 1;
}

.slider-bar-link-3.slider-bar-link-active {
  opacity: 1;
}

.home-slider-flex-row {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-slider-flex-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.33333%;
  -ms-flex: 0 33.33333%;
  flex: 0 33.33333%;
}

.home-sections-wrapper {
  position: relative;
  background-color: #000;
}

.bg-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: url('/cdn/shop/files/How-It-Works-1-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.bg-5 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: url('/cdn/shop/files/How-it-works-2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.bg-6 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: url('/cdn/shop/files/How-it-works-3-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.home-icon-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-icon-flex-col {
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
}

.home-icon-flex-img {
  width: 75px;
  margin-bottom: 10px;
}

.home-flex-col-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.home-flex-row-how {
  display: block;
  max-width: 1055px;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg-7 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: url('/cdn/shop/files/Our-Community-1-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.bg-8 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: url('/cdn/shop/files/Our-Community-2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.bg-9 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: url('/cdn/shop/files/Our-Community-3-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.home-icon-flex-row-last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-icon-flex-col-last {
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

.home-icon-flex-img-last {
  width: 120px;
  margin-bottom: 10px;
}

.home-flex-col-link-wrapper {
  border-right: 1px solid #d01c5c;
  border-left: 1px solid #d01c5c;
}

.home-flex-col-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.home-flex-col-link:hover {
  color: #d01c5c;
}

.home-icon-flex-row-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-icon-flex-col-social {
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

.home-flex-col-link-social {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  text-decoration: none;
}

.home-flex-col-link-social:hover {
  color: #d01c5c;
}

.home-section-bottom-wrapper-internal {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 60px;
  z-index: 2;
}

.home-section-content-wrapper-xl {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
}

.home-flex-col-content-xl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.home-content-block-xl {
  position: relative;
}

.home-content-block-xl.home-content-block-xl-middle {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 40px;
}

.home-content-block-xl.home-content-block-xl-last {
  padding-left: 80px;
}

.home-content-heading-xl {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: termina, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

.home-flex-text-xl {
  padding-left: 20px;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
}

.home-content-block-design-img {
  position: absolute;
  left: 0%;
  top: 20px;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 500px;
  height: 13px;
  max-width: none;
}

.home-content-block-design-img.home-content-block-design-img-2 {
  left: 20px;
  width: 500px;
}

.home-content-block-design-img.home-content-block-design-img-3 {
  left: 60px;
  width: 750px;
}

.nav-menu-wrapper {
  position: fixed;
  left: auto;
  top: 30px;
  right: 30px;
  bottom: auto;
  z-index: 99999;
  border-radius: 1px;
}

.nav-menu-img-wrapper {
  padding: 2px;
  border-radius: 1px;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  cursor: pointer;
}

.nav-menu-img {
  width: 40px;
}

.nav-menu-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #000;
  background-image: url('/cdn/shop/files/Navigation-Background-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.nav-menu-modal.nav-menu-modal-show {
  display: block;
  opacity: 1;
}

.nav-logo-wrapper {
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}

.nav-logo-img {
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}
.nav-logo-img.dream{
  width: 115px;
}
.nav-logo-link.dream h2{
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}
.nav-logo-link.dream{
  text-decoration: none;
}
.nav-content-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-flex-row-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-menu-flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
  border-right: 2px solid #fff;
}

.nav-menu-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-modal-link {
  -webkit-transition: text-shadow 250ms ease;
  transition: text-shadow 250ms ease;
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-modal-link:hover {
  text-shadow: 1px 1px 8px #fff;
}

.nav-modal-link.nav-modal-link-active {
  text-shadow: 1px 1px 8px #fff;
}

.nav-menu-breaker {
  width: 50px;
  margin-right: 20px;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.nav-menu-breaker.nav-menu-breaker-active {
  opacity: 1;
}

.nav-modal-bottom-wrapper {
  position: relative;
  padding: 35px 10px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #fff;
}

.nav-menu-modal-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-modal-bottom-link {
  -webkit-transition: text-shadow 250ms ease;
  transition: text-shadow 250ms ease;
  font-family: termina, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-modal-bottom-link:hover {
  text-shadow: 1px 1px 8px #fff;
}

.nav-modal-bottom-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bottom-link {
  position: absolute;
  left: auto;
  top: auto;
  right: 15px;
  bottom: 15px;
  border: 2px solid transparent;
  border-radius: 50%;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
}

.nav-bottom-link:hover {
  border-color: #36cdff;
}

.nav-bottom-img {
  width: 28px;
}

.nav-menu-flex-col-right {
  position: relative;
  min-height: 360px;
  padding-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 80%;
  -ms-flex: 0 80%;
  flex: 0 80%;
}

.nav-menu-expand-wrapper {
  display: none;
  height: 100%;
  min-height: 360px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.nav-menu-expand-wrapper.nav-menu-expand-wrapper-active {
  display: block;
  opacity: 1;
}

.nav-menu-content-block {
  margin-bottom: 30px;
}

.nav-menu-content-block.nav-menu-content-block-last {
  margin-bottom: 0px;
}

.nav-menu-expand-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-expand-heading {
  font-family: termina, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.nav-menu-expand-breaker {
  width: 60px;
  margin-right: 20px;
  margin-left: 20px;
  border: 1px solid #fff;
}

.nav-menu-expand-link {
  -webkit-transition: text-shadow 250ms ease;
  transition: text-shadow 250ms ease;
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-menu-expand-link:hover {
  text-shadow: 1px 1px 8px #fff;
}

.nav-menu-expand-text {
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  color: #fff;
}

.nav-menu-expand-wrapper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-expand-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}

.nav-expand-menu-link {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: text-shadow 250ms ease;
  transition: text-shadow 250ms ease;
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-expand-menu-link:hover {
  text-shadow: 1px 1px 9px #fff;
}

.nav-expand-menu-link.nav-expand-menu-link-active {
  text-shadow: 1px 1px 8px #fff;
}

.nav-product-section {
  padding-top: 80px;
  padding-right: 20px;
  padding-left: 20px;
}

.nav-product-row {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.nav-product-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.nav-product-col-link {
  -webkit-transition: text-shadow 250ms ease;
  transition: text-shadow 250ms ease;
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-product-col-link:hover {
  text-shadow: 1px 1px 8px #fff;
}

.nav-product-col-link.nav-product-col-link-mobile {
  display: none;
}

.nav-product-col-img {
  width: 200px;
  margin-bottom: 15px;
}

.nav-menu-modal-close-btn {
  position: absolute;
  left: auto;
  top: 30px;
  right: 30px;
  bottom: auto;
  z-index: 2;
  cursor: pointer;
}

.nav-menu-modal-close-img {
  width: 40px;
}

.hero-wrapper-about {
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: black;
  /*
  background-image: url('/cdn/shop/files/footer-bg-min.png'), url('/cdn/shop/files/About-Page-Background-min-2.jpg');
  background-position: 50% 100%, 50% 50%;
  background-size: 100%, cover;
  background-repeat: no-repeat, no-repeat; 
  */
}

.hero-logo-wrapper-internal {
  margin-bottom: 20px;
}

.hero-logo-img-internal {
  width: 250px;
}

.hero-content-wrapper-internal {
  margin-top: 100px;
}

.hero-content-wrapper-internal.hero-content-wrapper-internal-case {
  margin-top: 60px;
}

.hero-page-heading-internal {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.hero-content-heading-internal {
  margin-top: 0px;
  margin-bottom: 0px;
      font-family: 'Prompt', sans-serif !important;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
}

.hero-content-text-internal {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.hero-content-text-internal p {
  margin-bottom: 30px;
}

.hero-heading-wrapper-internal {
  margin-bottom: 30px;
}

.hero-heading-wrapper-internal.hero-heading-wrapper-internal-ambassador {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.hero-heading-wrapper-internal.hero-heading-wrapper-internal-expect {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.hero-heading-wrapper-internal.hero-heading-wrapper-internal-community {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.hero-heading-wrapper-internal.hero-heading-wrapper-internal-shop {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.container-small {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.hero-flex-row-internal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-flex-link-internal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 8px #fff;
}

.hero-flex-link-internal:hover {
  color: #36cdff;
}

.hero-bottom-wrapper-internal {
  position: relative;
  padding-top: 600px;
  padding-bottom: 80px;
}

.hero-bottom-content-wrapper-internal {
  margin-left: auto;
}

.hero-bottom-heading-internal {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: termina, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  text-transform: uppercase;
}

.hero-bottom-text-internal {
  margin-bottom: 0px;
  padding-left: 40px;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  text-align: left;
}

.hero-bottom-text-internal p {
  margin-bottom: 15px;
}

.hero-bottom-link-section {
  margin-top: 40px;
}

.hero-bottom-flex-link-internal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-bottom-flex-link-internal:hover {
  color: #36cdff;
}

.hero-bottom-flex-breaker-internal {
  width: 50px;
  margin-right: 20px;
  border: 1px solid #000;
}

.hero-bottom-flex-breaker-internal.line-expand {
  border-color: #000;
}

.hero-bottom-content-wrapper-inner {
  max-width: 800px;
  margin-left: auto;
  padding-top: 160px;
  padding-bottom: 160px;
}

{% comment %} .footer-wrapper {
  padding: 50px 10px 15px;
} {% endcomment %}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-logo-img {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.footer-menu-wrapper {
  margin-top: 30px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.footer-menu-link {
  margin-right: 10px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}

.footer-menu-link:hover {
  color: #d01c5c;
}

.footer-top-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-col-right {
  text-align: right;
}

.footer-col-heading {
  margin-bottom: 20px;
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

.footer-sub-heading-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-sub-heading-text {
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.footer-sub-heading-breaker {
  height: 15px;
  margin-right: 10px;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddede;
}

.footer-right-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-right-content-block.footer-right-content-block-last {
  margin-bottom: 0px;
}

.footer-contact-flex-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: Quicksand, sans-serif;
  color: #dddede;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.footer-contact-flex-link:hover {
  color: #d01c5c;
}

.footer-right-flex-img {
  width: 18px;
  margin-left: 15px;
}

.footer-col-middle {
  text-align: center;
}

.footer-form-block {
  margin-bottom: 0px;
}

.footer-form-input-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-form-input-flex-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  padding-right: 8px;
}

.footer-form-input-flex-col.footer-form-input-flex-col-right {
  padding-right: 0px;
  padding-left: 8px;
}

.footer-form-input {
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent transparent #dddede;
  background-color: transparent;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.footer-form-input:focus {
  border-color: transparent transparent #d01c5c;
}

.footer-form-input::-webkit-input-placeholder {
  color: #dddede;
}

.footer-form-input:-ms-input-placeholder {
  color: #dddede;
}

.footer-form-input::-ms-input-placeholder {
  color: #dddede;
}

.footer-form-input::placeholder {
  color: #dddede;
}

.footer-form-input.footer-form-input-last {
  margin-right: 0px;
  margin-left: 0px;
  text-align: left;
}

.footer-form-input-wrapper {
 /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;*/
  display: block;
}

.footer-form-input-inner {
  margin-bottom: 15px;
}

.footer-form-btn {
  padding: 0px 15px;
  background-color: transparent;
  -webkit-transition: text-shadow 250ms ease;
  transition: text-shadow 250ms ease;
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

.footer-form-btn:hover {
  text-shadow: 1px 1px 8px #fff;
}

.footer-social-row-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-row-outer.footer-social-row-outer-bottom {
  margin-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.footer-social-link:hover {
  color: #d01c5c;
}

.footer-social-img {
  width: 14px;
  margin-left: 5px;
}

.footer-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
}

.footer-col.footer-col-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  text-align: center;
}

.footer-col.footer-col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: right;
}

.footer-col-copy-text {
  margin-top: 50px;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.hero-wrapper-experience {
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('/cdn/shop/files/footer-bg-min.png'), url('/cdn/shop/files/experience-hero-min-2.jpg');
  background-position: 50% 100%, 50% 50%;
  background-size: 100%, cover;
  background-repeat: no-repeat, no-repeat;
}

.hero-row-experience {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-row-experience.hero-row-experience-last {
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-flex-col-inner-experience {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-flex-col-img-experience {
  height: 130px;
  margin-right: 25px;
}

.hero-flex-col-img-experience.hero-flex-col-img-experience-alt {
  margin-right: 0px;
  margin-left: 25px;
}

.hero-flex-col-text-experience {
  max-width: 260px;
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.hero-flex-col-text-experience.hero-flex-col-text-experience-alt {
  text-align: right;
}

.hero-flex-col-text-experience.hero-flex-col-text-experience-last {
  max-width: 260px;
  text-align: right;
}

.hero-row-section-experience {
  margin-top: 60px;
}

.hero-bottom-heading-experience {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: termina, sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  text-transform: uppercase;
}

.hero-bottom-text-experience {
  margin-bottom: 0px;
  padding-left: 40px;
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 30px;
  text-align: left;
}

.hero-bottom-text-experience p {
  margin-bottom: 20px;
}

.hero-bottom-link-section-experience {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-wrapper-ambassador {
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('/cdn/shop/files/Become-Ambassador-Background-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-bottom-wrapper-ambassador {
  position: relative;
  padding-top: 400px;
  padding-bottom: 100px;
}

.hero-bottom-heading-wrapper-ambassador {
  margin-bottom: 30px;
  text-align: center;
}

.hero-bottom-sub-heading-ambassador {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.hero-bottom-heading-ambassador {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: termina, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.hero-bottom-text-ambassador {
  margin-bottom: 30px;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.hero-bottom-flex-row-ambassador {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-bottom-flex-row-ambassador.hero-bottom-flex-row-ambassador-alt {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-bottom-flex-text-ambassador {
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
}

.hero-bottom-flex-text-ambassador.hero-bottom-flex-text-ambassador-2 {
  padding-left: 20px;
}

.hero-bottom-flex-text-ambassador.hero-bottom-flex-text-ambassador-3 {
  padding-left: 40px;
}

.hero-bottom-flex-text-ambassador.hero-bottom-flex-text-ambassador-4 {
  padding-left: 60px;
}

.hero-bottom-flex-col-ambassador {
  margin-right: 20px;
  margin-left: 20px;
}

.hero-bottom-breaker-img-ambassador {
  display: block;
  width: 940px;
  margin: 60px auto;
}

.hero-bottom-sub-heading-ambassador-alt {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.bottom-section-ambassador {
  position: relative;
  padding: 100px 0px 0px;
  background-image: url('/cdn/shop/files/footer-bg-min.png'), url('/cdn/shop/files/Case-Study-Graphic-min.png'), -webkit-gradient(linear, left top, left bottom, from(#dddede), to(#fff));
  background-image: url('/cdn/shop/files/footer-bg-min.png'), url('/cdn/shop/files/Case-Study-Graphic-min.png'), linear-gradient(180deg, #dddede, #fff);
  background-position: 50% 100%, 50% 0%, 0px 0px;
  background-size: 100%, auto, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.bottom-heading-wrapper-ambassador {
  margin-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
}

.bottom-sub-heading-ambassador {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.bottom-heading-ambassador {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: termina, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.bottom-form-block-ambassador {
  margin-bottom: 200px;
  padding-right: 10px;
  padding-left: 10px;
}

.form-row-ambassador {
  margin-bottom: 30px;
}

.form-input-ambassador {
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #000;
  background-color: transparent;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 15px;
  text-align: center;
}

.form-input-ambassador:focus {
  border-color: transparent transparent #d01c5c;
}

.form-input-ambassador::-webkit-input-placeholder {
  color: #333;
}

.form-input-ambassador:-ms-input-placeholder {
  color: #333;
}

.form-input-ambassador::-ms-input-placeholder {
  color: #333;
}

.form-input-ambassador::placeholder {
  color: #333;
}

.form-input-ambassador.form-input-ambassador-alt {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.form-input-wrapper-ambassador {
  margin-bottom: 50px;
}

.form-heading-ambassador {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.required {
  color: #d01c5c;
}

.form-radio-flex-row-ambassador {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-field-ambassador {
  margin-right: 40px;
  margin-left: 40px;
}

.radio-label-ambassador {
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 400;
}

.form-flex-row-ambassador {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-flex-col-ambassador {
  margin-right: 50px;
  margin-left: 50px;
  text-align: center;
}

.form-flex-col-heading-ambassador {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.form-input-ambassador-area {
  max-width: 850px;
  min-height: 150px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border: 1px solid #333;
  border-radius: 1px;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 400;
}

.form-input-ambassador-area:focus {
  border-color: #d01c5c;
}

.form-btn-wrapper-ambassador {
  margin-top: 40px;
  text-align: center;
}

.form-btn-ambassador {
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 14px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#d01c5c), to(#5e00a1));
  background-image: linear-gradient(90deg, #d01c5c, #5e00a1);
  -webkit-transition: text-shadow 250ms ease;
  transition: text-shadow 250ms ease;
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-btn-ambassador:hover {
  text-shadow: 1px 1px 8px #fff;
}

.hero-wrapper-events {
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('/cdn/shop/files/events-workshops-hero-min.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddede));
  background-image: url('/cdn/shop/files/events-workshops-hero-min.png'), linear-gradient(180deg, #fff, #dddede);
  background-position: 50% 0%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}

.hero-bottom-wrapper-events {
  position: relative;
  padding-top: 250px;
  padding-bottom: 60px;
}

.bottom-heading-events {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: termina, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}

.events-placeholder {
/*  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dddede;
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  */
  width: 100%;
  
}

.workshops-section {
  padding-top: 80px;
  padding-right: 10px;
  padding-left: 10px;
}

.bottom-heading-workshops {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: termina, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.workshops-content-block {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.workshops-heading-wrapper {
  position: relative;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #000;
  text-align: center;
  cursor: pointer;
}

.workshops-heading-wrapper:hover {
  color: #5e00a1;
}

.workshops-heading-text {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: FjallaOne, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.workshops-sub-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  color: #999;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.workshop-heading-img-wrapper {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.workshops-heading-img {
  width: 32px;
}

.workshops-expand-wrapper {
  overflow: hidden;
  height: 0px;
}

.workshops-expand-inner {
  padding-top: 40px;
  padding-bottom: 20px;
}

.workshops-expand-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.workshops-expand-flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.workshops-expand-flex-img {
  width: 26px;
  margin-right: 15px;
}

.workshops-expand-flex-text {
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}

.workshops-flex-col-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 80px;
  padding-right: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.workshops-flex-col-link:hover {
  color: #5e00a1;
}

.workshops-flex-col-breaker {
  width: 50px;
  margin-right: 15px;
  border: 1px solid #000;
}

.workshops-flex-col-breaker.line-expand {
  margin-right: 15px;
  border-color: #000;
}

.workshops-expand-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.workshops-expand-col-text-wrapper {
  text-align: center;
}

.workshops-expand-col-text {
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
}

.workshops-expand-col-text p {
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
}

.workshops-expand-col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.workshops-border-img {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
}

.workshops-heading-img-alt {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 32px;
  opacity: 0;
}

.cta-wrapper {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url('/cdn/shop/files/footer-bg-min.png'), url('/cdn/shop/files/Events-CTA-min.jpg');
  background-position: 50% 100%, 50% 0%;
  background-size: 100%, cover;
  background-repeat: no-repeat, repeat;
}

.cta-content-wrapper {
  margin-bottom: 130px;
  text-align: center;
}

.cta-content-wrapper.cta-content-wrapper-expect {
  margin-bottom: 180px;
}

.cta-content-wrapper.cta-content-wrapper-studies {
  margin-bottom: 180px;
}

.cta-content-wrapper.cta-content-wrapper-case {
  margin-bottom: 180px;
}

.cta-content-wrapper.cta-content-wrapper-news {
  margin-bottom: 180px;
}

.cta-content-wrapper.cta-content-wrapper-community {
  margin-bottom: 250px;
}

.cta-content-wrapper.cta-content-wrapper-events {
  margin-bottom: 170px;
}

.cta-sub-heading {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.cta-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: termina, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.cta-text {
  max-width: 940px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 34px;
}

.cta-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: text-shadow 250ms ease;
  transition: text-shadow 250ms ease;
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.cta-link:hover {
  text-shadow: 1px 0 8px #fff;
}

.cta-link-breaker {
  width: 50px;
  margin-right: 15px;
  border: 1px solid #fff;
  color: #fff;
}

.cta-link-breaker.line-expand {
  overflow: hidden;
  margin-right: 10px;
}

.hero-wrapper-expect {
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('/cdn/shop/files/what-to-expect-hero-2-min.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddede));
  background-image: url('/cdn/shop/files/what-to-expect-hero-2-min.png'), linear-gradient(180deg, #fff, #dddede);
  background-position: 50% 0%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}

.hero-bottom-wrapper-expect {
  position: relative;
  padding-top: 550px;
  padding-bottom: 60px;
}

.hero-bottom-heading-wrapper-expect {
  margin-bottom: 10px;
  text-align: center;
}

.hero-bottom-text-expect {
  max-width: 940px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.hero-bottom-text-expect p {
   margin-top: 10px;
   margin-bottom: 0px;
}

.tabs-expect {
  margin-top: 80px;
}

.tabs-menu-expect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tab-link-expect {
  position: relative;
  padding-right: 60px;
  padding-left: 60px;
  background-color: transparent;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: termina, sans-serif;
  color: #999;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

.tab-link-expect:hover {
  color: #5e00a1;
}

.tab-link-expect.w--current {
  background-color: transparent;
  color: #5e00a1;
}

.tab-link-breaker {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  height: 15px;
  border: 1px solid #000;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.tab-row-outer-expect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-col-left-expect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-col-right-expect {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
}

.tab-col-right-list-expect p {
  margin-bottom: 5px;
  font-family: Quicksand, sans-serif;
  color: #999;
  font-size: 15px;
  line-height: 25px;
}

.tab-col-right-text-expect {
  margin-bottom: 5px;
  font-family: Quicksand, sans-serif;
  color: #999;
  font-size: 15px;
  line-height: 25px;
}

.tab-col-left-content-block-expect.tab-col-left-content-block-expect-middle {
  margin-top: 100px;
  margin-bottom: 100px;
}

.tab-col-left-heading-expect {
  margin-bottom: 20px;
  font-family: FjallaOne, sans-serif;
  color: #5e00a1;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

.tab-col-left-sub-heading-expect {
  padding-left: 25px;
  font-family: termina, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
  text-transform: uppercase;
}

.tab-col-right-border-img-expect {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  height: 100%;
}

.tab-bottom-text-expect {
  margin-top: 60px;
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  color: #999;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.tab-bottom-text-expect p {
  margin-bottom: 0px;
}

.tab-bottom-text-expect strong {
  color: #000;
  font-weight: 400;
}

.tab-bottom-text-expect-alt {
  color: #000;
}

.cta-wrapper-expect {
  padding-top: 180px;
  padding-bottom: 0px;
  background-image: url('/cdn/shop/files/footer-bg-min.png'), url('/cdn/shop/files/What-to-Expect-CTA-min.jpg');
  background-position: 50% 100%, 50% 0%;
  background-size: 100%, cover;
  background-repeat: no-repeat, repeat;
}

.hero-wrapper-studies {
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('/cdn/shop/files/research-and-studies-hero-2-min.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddede));
  background-image: url('/cdn/shop/files/research-and-studies-hero-2-min.png'), linear-gradient(180deg, #fff, #dddede);
  background-position: 50% 0%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}

.hero-bottom-wrapper-studies {
  position: relative;
  padding-top: 600px;
  padding-bottom: 40px;
}

.hero-bottom-content-wrapper-studies {
  padding-right: 10px;
  padding-left: 10px;
}

.hero-bottom-heading-wrapper-studies {
  margin-bottom: 40px;
  text-align: center;
}

.hero-bottom-heading-wrapper-studies.hero-bottom-heading-wrapper-studies-alt {
  margin-top: 40px;
  margin-bottom: 20px;
}

.hero-bottom-sub-heading-studies {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.hero-bottom-heading-studies {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: termina, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}



.rte-studies {
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 28px;
}

.rte-studies p {
  margin-bottom: 30px;
}

.bottom-wrapper-studies {
  padding: 60px 10px;
}

.bottom-heading-studies {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.bottom-heading-text-studies {
  text-align: center;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 40px;
}

.tabs-menu-studies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tab-menu-link-studies {
  position: relative;
  margin-right: 40px;
  margin-left: 40px;
  padding: 30px 10px;
  background-color: transparent;
  font-family: termina, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.tab-menu-link-studies.w--current {
  background-color: transparent;
}

.tab-menu-link-studies.w--current .tab-menu-img-studies-hover {
opacity:1;
}

.tab-menu-img-wrapper-studies {
  position: absolute;
  left: auto;
  top: 0%;
  right: 50%;
  bottom: auto;
  height: 100%;
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}

.tab-menu-img-studies {
  height: 100%;
}

.tab-menu-text-studies {
  position: relative;
  z-index: 2;
}

.tab-menu-img-studies-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  opacity: 0;
}

.tab-content-block-studies {
  margin-bottom: 20px;
}

.tab-row-studies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-col-left-studies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-col-right-studies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-col-heading-studies {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.tab-col-text-studies {
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 23px;
}

.tab-col-text-studies p {
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 23px;
}

.tab-col-link-studies {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.tab-col-link-studies:hover {
  color: #36cdff;
}

.tab-btn-wrapper-studies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tab-btn-studies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.tab-btn-studies:hover {
  color: #36cdff;
}

.tab-btn-breaker-studies {
  width: 50px;
  margin-right: 20px;
  border: 1px solid #000;
}

.tab-btn-breaker-studies.line-expand {
  border-color: #000;
}

.cta-wrapper-studies {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url('/cdn/shop/files/footer-bg-min.png'), url('/cdn/shop/files/Reserach-Studies-CTA-min.jpg');
  background-position: 50% 100%, 50% 0%;
  background-size: 100%, cover;
  background-repeat: no-repeat, repeat;
}

.hero-wrapper-community {
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('/cdn/shop/files/community-resources-hero-min.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddede));
  background-image: url('/cdn/shop/files/community-resources-hero-min.png'), linear-gradient(180deg, #fff, #dddede);
  background-position: 50% 0%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}

.hero-bottom-wrapper-community {
  position: relative;
  padding-top: 250px;
  padding-bottom: 80px;
}

.hero-bottom-heading-wrapper-community {
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  text-align: center;
}

.flex-row-community {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-col-community {
  margin-bottom: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.33333%;
  -ms-flex: 0 33.33333%;
  flex: 0 33.33333%;
}

.flex-col-inner-community {
  text-align: center;
}

.flex-col-img-community {
  width: 90px;
  margin-bottom: 20px;
}

.flex-col-link-block-community {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.flex-col-link-block-community:hover {
  color: #d01c5c;
}

.flex-col-text-community {
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px solid #d01c5c;
  border-left: 1px solid #d01c5c;
}

.hero-bottom-heading-wrapper-community-alt {
  max-width: 940px;
  margin: 40px auto 80px;
  text-align: center;
}

.flex-col-community-alt {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.33333%;
  -ms-flex: 0 33.33333%;
  flex: 0 33.33333%;
}

.flex-col-img-community-alt {
  width: 90px;
  margin-bottom: 20px;
}

.resource-heading-img-community {
  width: 32px;
}

.resource-heading-img-community-alt {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 32px;
  opacity: 0;
}

.resource-expand-wrapper-community {
  overflow: hidden;
  height: 0px;
}

.ig-section {
  padding: 60px 10px;
}

.ig-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ig-flex-col {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

.ig-flex-col-first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
  text-align: center;
}

.ig-embed-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 80%;
  -ms-flex: 0 80%;
  flex: 0 80%;
}

.ig-flex-col-social-img {
  width: 60px;
  margin-bottom: 10px;
}

.ig-flex-col-heading {
  margin-top: 0px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
}

.ig-flex-col-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.ig-flex-col-link:hover {
  color: #d01c5c;
}

.cta-wrapper-community {
  padding-top: 100px;
  padding-bottom: 0px;
  background-image: url('/cdn/shop/files/footer-bg-min.png'), url('/cdn/shop/files/Community-Resources-CTA.jpg');
  background-position: 50% 100%, 50% 0%;
  background-size: 100%, cover;
  background-repeat: no-repeat, repeat;
}

.cta-form-block {
  margin-top: 40px;
}

.cta-form-input {
  width: 450px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent transparent #fff;
  background-color: transparent;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 15px;
}

.cta-form-input:focus {
  border-color: transparent transparent #d01c5c;
}

.cta-form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cta-form-group-community {
  display: block;
}

.cta-form-group-community input {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.cta-form-group-community input::-webkit-input-placeholder {
  color: #fff;
}

.cta-form-group-community input:-ms-input-placeholder {
  color: #fff;
}

.cta-form-group-community input::-ms-input-placeholder {
  color: #fff;
}

.cta-form-group-community input::placeholder {
  color: #fff;
}

.cta-form-btn {
  padding: 0px 15px;
  background-color: transparent;
  -webkit-transition: text-shadow 250ms ease;
  transition: text-shadow 250ms ease;
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

.cta-form-btn:hover {
  text-shadow: 1px 1px 8px #fff;
}

.footer-copy-text-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #fff;
  text-decoration: none;
}

.footer-copy-text-link:hover {
  color: #d01c5c;
}

.heading-wrapper-article {
  text-align: center;
  margin-bottom: 60px;
}

.date-text-article {
  margin-bottom: 10px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.main-heading-article{
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: termina, sans-serif;
    color: #000;
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.article-body-rte {
  max-width: 940px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  text-align: left;
}

.article-body-rte p {
  margin-bottom: 20px;
  font-weight: 400;
}

.article-body-rte a {
  color: #000;
  text-decoration: underline;
}

.article-body-rte img {
  margin-left: auto;
  margin-right: auto;
}

.bottom-btn-wrapper-article {
  margin-top: 40px;
  text-align: center;
}

.bottom-btn-article {

   font-family: FjallaOne, sans-serif;
   color: #000;
   font-size: 20px;
   line-height: 20px;
   text-decoration: none;
   text-transform: uppercase;
}


.hero-wrapper-blog {
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('/cdn/shop/files/blog-hero-min.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddede));
  background-image: url('/cdn/shop/files/blog-hero-min.png'), linear-gradient(180deg, #fff, #dddede);
  background-position: 50% 0%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}

.hero-bottom-wrapper-blog {
  position: relative;
  padding-top: 250px;
  padding-bottom: 60px;
}

.mid-heading-blog {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: termina, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}

.top-row-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-col-left-blog {
  position: relative;
  min-height: 500px;
  background-image: url('/cdn/shop/files/Podcast-1-June-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-col-left-content-wrapper {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  max-width: 300px;
  padding: 30px;
  border-radius: 1px;
  background-image: linear-gradient(123deg, #36cdff, #000 58%, #5e00a1);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.top-col-date-text-blog {
  margin-bottom: 20px;
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.top-col-heading-blog {
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.top-col-btn-wrapper-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-col-btn-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: text-shadow 250ms ease;
  transition: text-shadow 250ms ease;
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.top-col-btn-blog:hover {
  text-shadow: 1px 1px 8px #fff;
}

.top-col-btn-breaker-blog {
  width: 50px;
  margin-right: 20px;
  border: 1px solid #fff;
}

.top-col-content-block-blog {
  position: relative;
  min-height: 155px;
  background-image: url("https://assets.website-files.com/5e2b567d561e806597206a36/5e4d4eba8eb57e28d9daeff6_High-Times-Picture-min.jpg");
   background-position: 50% 50%;
   background-size: cover;
   background-repeat: no-repeat;

}

.top-col-content-block-overlay-blog {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  min-height: 155px;
  background-image: linear-gradient(137deg, rgba(54, 205, 255, 0.5), rgba(0, 0, 0, 0.5) 47%, rgba(94, 0, 161, 0.7));
}


.top-col-content-block-blog.top-col-content-block-blog-middle {
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: linear-gradient(137deg, rgba(54, 205, 255, 0.5), rgba(0, 0, 0, 0.5) 47%, rgba(94, 0, 161, 0.7)), url('/cdn/shop/files/Paper-Magazine-Picture-min.png');
}

.top-col-content-block-blog.top-col-content-block-blog-3 {
  background-image: linear-gradient(137deg, rgba(54, 205, 255, 0.5), rgba(0, 0, 0, 0.5) 47%, rgba(94, 0, 161, 0.7)), url('/cdn/shop/files/Podcast-2-May-min.png');
}

.top-col-link-block-blog {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 155px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
  z-index: 2;
}

.top-col-link-block-blog:hover {
  color: #36cdff;
}

.top-col-date-text-blog-alt {
  margin-bottom: 15px;
  font-family: FjallaOne, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.top-col-heading-blog-alt {
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.bottom-section-blog {
  padding: 60px 10px 0px;
}

.bottom-heading-blog {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.tabs-menu-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tab-menu-link-blog {
  position: relative;
  margin-right: 30px;
  margin-left: 30px;
  padding: 30px 10px;
  background-color: transparent;
  font-family: termina, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.tab-menu-link-blog.w--current {
  background-color: transparent;
}

.tab-menu-link-blog.w--current .tab-menu-img-blog-hover {
opacity:1;
}

.tab-menu-img-blog-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  opacity: 0;
}

.tab-menu-img-blog {
  height: 100%;
}

.tab-content-block-blog {
  margin-bottom: 20px;
}

.tab-row-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-col-left-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-col-right-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-col-heading-blog {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
}

.tab-col-text-blog {
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 23px;
}

.tab-col-text-blog p {
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 23px;
}

.tab-col-link-blog {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.tab-col-link-blog:hover {
  color: #36cdff;
}

.tab-btn-wrapper-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tab-btn-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.tab-btn-blog:hover {
  color: #36cdff;
}

.tab-btn-breaker-blog {
  width: 50px;
  margin-right: 20px;
  border: 1px solid #000;
}

.tab-btn-breaker-blog.line-expand {
  border-color: #000;
}

.cta-wrapper-blog {
  padding-top: 100px;
  padding-bottom: 0px;
  background-image: url('/cdn/shop/files/footer-bg-min.png'), url('/cdn/shop/files/Blog-CTA-min.jpg');
  background-position: 50% 100%, 50% 0%;
  background-size: 100%, cover;
  background-repeat: no-repeat, repeat;
}

.tab-menu-link-news {
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
  padding: 30px 40px;
  background-color: transparent;
  font-family: termina, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  cursor: pointer;
}

.tab-menu-link-news.w--current {
  background-color: transparent;
}

.tab-menu-link-news.w--current .tab-menu-img-blog-hover {
opacity:1;
}


.bar-section-news {
  padding: 50px 10px;
}

.bar-heading-news {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: termina, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.bar-flex-row-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bar-flex-img-news {
  height: 70px;
}

.cta-wrapper-news {
  padding-top: 180px;
  padding-bottom: 0px;
  background-image: url('/cdn/shop/files/footer-bg-min.png'), url('/cdn/shop/files/news-media-cta-min.jpg');
  background-position: 50% 100%, 50% 0%;
  background-size: 100%, cover;
  background-repeat: no-repeat, repeat;
}

.hero-wrapper-case {
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('/cdn/shop/files/case-studies-testimonials-hero-2-min.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddede));
  background-image: url('/cdn/shop/files/case-studies-testimonials-hero-2-min.png'), linear-gradient(180deg, #fff, #dddede);
  background-position: 50% 0%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}

.hero-heading-wrapper-internal-case {
  margin-bottom: 30px;
}

.hero-breaker-img-case {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.tab-inner-testimonials {
  padding-right: 60px;
  padding-left: 60px;
  text-align: center;
}

.tab-text-testimonials {
  max-width: 940px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-family: Quicksand, sans-serif;
  color: #dddede;
  font-size: 16px;
  line-height: 34px;
}

.tab-name-testimonials {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
}

.hero-bottom-wrapper-case {
  position: relative;
  padding-top: 450px;
  padding-bottom: 60px;
}

.bottom-sub-heading-case {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.bottom-heading-case {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: termina, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.tabs-menu-case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tab-link-case {
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.tab-link-case:hover {
  color: #5e00a1;
}

.tab-link-case.w--current {
  background-color: transparent;
  color: #5e00a1;
}

.tab-link-testimonial.w--current > .tab-link-img-testimonials-hover {
opacity:1;
}
.tab-link-case.w--current > .tab-link-img-case-hover {
opacity:1;
}

.tab-link-img-case {
  width: 50px;
}

.tab-video-holder-case {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.tab-content-heading-case {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.tab-content-sub-heading-case {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: Quicksand, sans-serif;
  color: #5e00a1;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.tab-content-col-right-case {
  position: relative;
}

.col-inner-case {
  padding-right: 40px;
  padding-left: 40px;
}

.col-heading-case {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: termina, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
}

.col-content-block-case {
  margin-bottom: 40px;
}

.col-flex-row-case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-flex-text-case {
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
}

.flex-col-breaker-case {
  height: 20px;
  margin-right: 15px;
  margin-left: 15px;
  border: 1px solid #000;
}

.col-text-case {
  margin-bottom: 0px;
  padding-left: 52px;
  font-family: Quicksand, sans-serif;
  color: #999;
  font-size: 16px;
  line-height: 28px;
}

.tab-content-border-img-case {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  height: 100%;
}

.tab-content-bottom-section-case {
  background-image: url('/cdn/shop/files/Case-Study-Graphic-min.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cta-wrapper-case {
  padding-top: 180px;
  padding-bottom: 0px;
  background-image: url('/cdn/shop/files/footer-bg-min.png'), url('/cdn/shop/files/news-media-cta-min.jpg');
  background-position: 50% 100%, 50% 0%;
  background-size: 100%, cover;
  background-repeat: no-repeat, repeat;
}

.hero-wrapper-prac {
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('/cdn/shop/files/become-practitioner-hero-2-min.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddede));
  background-image: url('/cdn/shop/files/become-practitioner-hero-2-min.png'), linear-gradient(180deg, #fff, #dddede);
  background-position: 50% 0%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}

.hero-bottom-wrapper-prac {
  position: relative;
  padding-top: 550px;
  padding-bottom: 80px;
}

.hero-bottom-heading-wrapper-prac {
  margin-bottom: 30px;
  text-align: center;
}

.hero-bottom-sub-heading-prac {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.hero-bottom-heading-prac {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: termina, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}

.hero-bottom-text-prac {
  margin-bottom: 15px;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  text-align: left;
}

.hero-bottom-flex-col-prac {
  margin-right: 30px;
  margin-left: 30px;
}

.hero-bottom-flex-text-prac {
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
}

.hero-bottom-col-img-prac {
  width: 220px;
}

.col-btn-wrapper-prac {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-btn-prac {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.col-btn-prac:hover {
  color: #36cdff;
}

.col-btn-breaker-prac {
  width: 20px;
  margin-right: 10px;
  border: 1px solid #000;
}

.col-btn-breaker-prac.line-expand {
  margin-right: 10px;
  border-color: #000;
}

.col-right-prac {
  padding-right: 0px;
  padding-left: 0px;
}

.hero-bottom-breaker-img-prac {
  display: block;
  width: 940px;
  margin: 60px auto;
}

.hero-bottom-sub-heading-prac-alt {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.hero-bottom-flex-row-prac-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-section {
  padding: 100px 10px;
  background-image: url('/cdn/shop/files/Practitioner-Testimonials-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-section-heading-wrapper {
  margin-bottom: 30px;
}

.testimonial-section-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.testimonial-section-sub-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: termina, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.testimonial-section-breaker {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.bottom-section-prac {
  position: relative;
  padding: 100px 0px 0px;
  background-image: url('/cdn/shop/files/footer-bg-min.png'), url('/cdn/shop/files/Case-Study-Graphic-min.png'), -webkit-gradient(linear, left top, left bottom, from(#dddede), to(#fff));
  background-image: url('/cdn/shop/files/footer-bg-min.png'), url('/cdn/shop/files/Case-Study-Graphic-min.png'), linear-gradient(180deg, #dddede, #fff);
  background-position: 50% 100%, 50% 0%, 0px 0px;
  background-size: 100%, auto, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.form-heading-prac {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.form-text-prac {
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  color: #333;
  text-align: center;
}

.hero-wrapper-collection {
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('/cdn/shop/files/shop-accessories-hero-min.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddede));
  background-image: url('/cdn/shop/files/shop-accessories-hero-min.png'), linear-gradient(180deg, #fff, #dddede);
  background-position: 50% 0%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}

.hero-btn-wrapper-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-btn-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: text-shadow 250ms ease;
  transition: text-shadow 250ms ease;
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-btn-collection:hover {
  text-shadow: 1px 1px 8px #fff;
}

.hero-btn-breaker-collection {
  width: 40px;
  margin-right: 10px;
  border: 1px solid #fff;
}

.hero-btn-breaker-collection.line-expand {
  margin-right: 10px;
}

.hero-bottom-wrapper-collection {
  position: relative;
  padding-top: 400px;
  padding-bottom: 20px;
}

.flex-row-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-col-collection {
  margin-bottom: 60px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.3333%;
  -ms-flex: 0 33.3333%;
  flex: 0 33.3333%;
}

.flex-col-inner-collection {
  position: relative;
  height: 100%;
  text-align: center;
}

.flex-col-img-collection {
  height: 200px;
  margin-bottom: 30px;
}

.flex-col-heading-collection {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: termina, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.flex-col-btn-wrapper-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-col-btn-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.flex-col-btn-collection:hover {
  color: #5e00a1;
}

.flex-col-btn-breaker-collection {
  width: 20px;
  margin-right: 10px;
  border: 1px solid #000;
}

.flex-col-btn-breaker-collection.line-expand {
  margin-right: 10px;
  border-color: #000;
}

.flex-col-border-img-collection {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  height: 100%;
}

.flex-col-border-img-collection-alt {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.cta-wrapper-collection {
  padding-top: 80px;
  padding-bottom: 0px;
  background-image: url('/cdn/shop/files/footer-bg-min.png'), url('/cdn/shop/files/retreats-bg-min.jpg'), url('/cdn/shop/files/courses-bg-min.jpg');
  background-position: 50% 100%, 100% 0%, 0% 0%;
  background-size: 100%, 50%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.cta-wrapper-collection-shop-main {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url('/cdn/shop/files/footer-bg-min.png');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.cta-col-collection {
  padding-bottom: 170px;
  text-align: center;
}

.cta-col-inner-collection {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.cta-col-inner-collection.cta-col-inner-collection-solo {
  padding-bottom: 170px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.cta-sub-heading-collection {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.cta-sub-heading-collection-shop-main {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
}

.cta-heading-collection {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: termina, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  text-transform: uppercase;
}

.cta-text-collection {
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 32px;
  font-weight: 400;
}

.cta-btn-wrapper-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-btn-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: text-shadow 250ms ease;
  transition: text-shadow 250ms ease;
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.cta-btn-collection:hover {
  text-shadow: 1px 1px 8px #fff;
}

.cta-btn-breaker-collection {
  width: 40px;
  margin-right: 10px;
  border: 1px solid #fff;
}

.cta-btn-breaker-collection.line-expand {
  margin-right: 10px;
}

.hero-wrapper-system {
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('/cdn/shop/files/practitioner-system-hero-2-min.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddede));
  background-image: url('/cdn/shop/files/practitioner-system-hero-2-min.png'), linear-gradient(180deg, #fff, #dddede);
  background-position: 50% 0%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}

.hero-bottom-wrapper-system {
  position: relative;
  padding-top: 550px;
  padding-bottom: 40px;
}

.hero-bottom-text-system {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.hero-bottom-text-system p {
  margin-bottom: 30px;
}

.tabs-system {
  margin-top: 40px;
}

.tabs-menu-system {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tab-inner-system {
  text-align: center;
}

.tab-img-system {
  max-height: 367px;
  margin-right: auto;
  margin-left: auto;
}

.tab-menu-link-system {
  position: relative;
  padding: 12px 10px;
  background-color: transparent;
}

.tab-menu-link-system.w--current {
  background-color: transparent;
}

.tab-menu-img-system {
  width: 130px;
}

.tab-menu-link-system.w--current .tab-menu-img-system-hover {
opacity:1;
}

.tab-menu-img-system-hover {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 40px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.bottom-col-heading-system {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: FjallaOne, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.bottom-col-text-system {
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.bottom-flex-row-system {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bottom-flex-col-system {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  line-height: 2;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 48%;
  -ms-flex: 0 48%;
  flex: 0 48%;
}

.bottom-breaker-img-system {
  height: 300px;
}

.bottom-section-system {
  position: relative;
  padding: 100px 0px 0px;
  background-image: url('/cdn/shop/files/footer-bg-min.png'), url('/cdn/shop/files/Case-Study-Graphic-min.png'), -webkit-gradient(linear, left top, left bottom, from(#dddede), to(#fff));
  background-image: url('/cdn/shop/files/footer-bg-min.png'), url('/cdn/shop/files/Case-Study-Graphic-min.png'), linear-gradient(180deg, #dddede, #fff);
  background-position: 50% 100%,50% 0%,0px 0px;
  background-size: 100% 1100px, auto, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.hero-wrapper-shop {
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('/cdn/shop/files/shop-all-products-hero-min.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddede));
  background-image: url('/cdn/shop/files/shop-all-products-hero-min.png'), linear-gradient(180deg, #fff, #dddede);
  background-position: 50% 0%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}

.hero-bottom-wrapper-shop {
  position: relative;
  padding-top: 500px;
  padding-bottom: 20px;
}

.hero-row-section-shop {
  margin-bottom: 100px;
}

.hero-row-shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-col-img-holder-shop {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.hero-col-heading-wrapper-shop {
  margin-bottom: 10px;
}

.hero-col-sub-heading-shop {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.hero-col-sub-heading-shop.hero-col-sub-heading-shop-alt {
  text-align: right;
}

.hero-col-heading-shop {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: termina, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}

.hero-col-heading-shop.hero-col-heading-shop-alt {
  text-align: right;
}

.hero-col-text-shop {
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  text-align: left;
}

.hero-col-text-shop.hero-col-text-shop-alt {
  text-align: right;
}

.hero-row-img-shop {
  width: 240px;
}

.hero-col-btn-wrapper-shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-col-btn-wrapper-shop.hero-col-btn-wrapper-shop-alt {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero-col-btn-shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: FjallaOne, sans-serif;
  color: #5e00a1;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-col-btn-shop:hover {
  color: #36cdff;
}

.hero-col-btn-breaker-shop {
  width: 20px;
  margin-right: 10px;
  border: 1px solid #000;
}

.hero-col-btn-breaker-shop.line-expand {
  margin-right: 10px;
  border-color: #000;
}

.hero-col-content-shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-row-shop-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-row-img-shop-alt {
  width: 300px;
}

.hero-wrapper-product {
  position: relative;
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('/cdn/shop/files/footer-bg-min.png'), url('/cdn/shop/files/home-portal-hero-min-2.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddede));
  background-image: url('/cdn/shop/files/footer-bg-min.png'), url('/cdn/shop/files/home-portal-hero-min-2.png'), linear-gradient(180deg, #fff, #dddede);
  background-position: 50% 100%, 50% 0%, 0px 0px;
  background-size: 100%, 100%, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.hero-bottom-wrapper-product {
  position: relative;
  padding-top: 500px;
  padding-bottom: 350px;
}

.hero-bottom-text-product {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.sub-price-wrapper-product {
  margin-top: 10px;
}

.sub-price-text-product {
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}

.form-wrapper-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.price-text-product {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: termina, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.price-text-collection {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: termina, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

.form-heading-product {
  margin-right: 15px;
  font-family: termina, sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.form-block-product {
  margin-bottom: 0px;
}

.form-input-product {
  width: 50px;
  margin-right: 15px;
  margin-bottom: 0px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #d01c5c;
  background-color: transparent;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  font-family: Quicksand, sans-serif;
  font-size: 15px;
  text-align: center;
}

.form-input-product:focus {
  border-color: #5e00a1;
}

.form-group-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.form-btn-product {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 14px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#d01c5c), to(#5e00a1));
  background-image: linear-gradient(90deg, #d01c5c, #5e00a1);
  -webkit-transition: text-shadow 250ms ease;
  transition: text-shadow 250ms ease;
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-btn-product:hover {
  text-shadow: 1px 1px 8px #fff;
}

.bottom-text-wrapper-product {
  margin-top: 40px;
}

.bottom-text-product {
  margin-bottom: 15px;
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
}

.bottom-text-product-alt {
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
}

.bar-section-product {
  position: relative;
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url('/cdn/shop/files/footer-bg-min.png');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.bar-heading-wrapper-product {
  margin-bottom: 80px;
  text-align: center;
}

.bar-sub-heading-product {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.bar-heading-product {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: termina, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.bar-flex-row-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 150px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-bottom-content-wrapper-inner-about {
  margin-left: auto;
  padding-bottom: 100px;
  display: flex;
  gap: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.hero-bottom-content-wrapper-inner-about img {
  width: 300px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top;
}
.hero-bottom-content-wrapper-inner-about.hero-bottom-content-wrapper-inner-about-alt {
  margin-left: 0px;
  padding-top: 150px;
  max-width: 800px;
}
@media (max-width: 991px) {
  .hero-bottom-content-wrapper-inner-about {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .hero-bottom-content-wrapper-inner-about img {
    order: 1;
  }
  .hero-bottom-content-wrapper-inner-about> div {
    order: 2;
  }
}
.hero-wrapper-news {
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('/cdn/shop/files/news-media-hero-min.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddede));
  background-image: url('/cdn/shop/files/news-media-hero-min.png'), linear-gradient(180deg, #fff, #dddede);
  background-position: 50% 0%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}

.hero-wrapper-contact {
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('/cdn/shop/files/footer-bg-min.png'), url('/cdn/shop/files/contact-hero-min.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddede));
  background-image: url('/cdn/shop/files/footer-bg-min.png'), url('/cdn/shop/files/contact-hero-min.png'), linear-gradient(180deg, #fff, #dddede);
  background-position: 50% 100%, 50% 0%, 0px 0px;
  background-size: 100%, 100%, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.hero-bottom-wrapper-contact {
  position: relative;
  padding-top: 620px;
  padding-bottom: 20px;
}

.bottom-sub-heading-contact {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.bottom-heading-contact {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: termina, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.form-input-contact-area {
  min-height: 150px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border: 1px solid #333;
  border-radius: 1px;
  background-color: transparent;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 400;
}

.form-input-contact-area:focus {
  border-color: #d01c5c;
}

.form-btn-contact {
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-btn-contact:hover {
  color: #5e00a1;
}

.form-btn-wrapper-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.form-btn-breaker-contact {
  width: 40px;
  margin-right: 5px;
  border: 1px solid #000;
}

.form-btn-breaker-contact.line-expand {
  margin-right: 5px;
  border-color: #000;
}

.form-block-contact {
  max-width: 900px;
  margin: 60px auto 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.breaker-img-wrapper-contact {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.breaker-img-contact {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.social-section-contact {
  padding-bottom: 200px;
}

.social-heading-contact {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.social-sub-heading-contact {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: termina, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.social-row-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link-contact {
  margin-right: 20px;
  margin-left: 20px;
}

.social-img-contact {
  width: 40px;
}

.hero-bottom-wrapper-find {
  position: relative;
}

.mid-heading-find {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.filter-section-find {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-find {
  min-width: 625px;
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown-toggle-find {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: termina, sans-serif;
  font-size: 26px;
  line-height: 26px;
  font-weight: 300;
}

.filter-arrow-find {
  margin-left: 15px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #d01c5c;
}

.dropdown-menu-find.w--open {
  background-color: #dddede;
}

.dropdown-link-find {
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 18px;
}

.dropdown-link-find:hover {
  color: #d01c5c;
}

.dropdown-link-find.w--current {
  color: #d01c5c;
}

.map-section-find {
  margin-bottom: 60px;
}

.icon-flex-row-find {
  display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: start;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
  margin-top: 20px;
}

.icon-flex-col-find {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  -webkit-box-flex: 0;
    -webkit-flex: 0 14.2857%;
    -ms-flex: 0 14.2857%;
    flex: 0 14.2857%;
}

.icon-img-find {
  width: 60px;
  margin-bottom: 7px;
}

.icon-flex-col-text-find {
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 18px;
}

.content-holder-find {
  max-width: 1055px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

.content-row-outer-find {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-left-find {
  position: relative;
}

.col-left-img-find {
  width: 130px;
  margin-right: auto;
  margin-left: auto;
}

.sub-col-left-find {
  text-align: center;
}

.col-heading-find {
  margin-bottom: 15px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
}

.col-sub-heading-find {
  margin-bottom: 15px;
  font-family: termina, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 28px;
  font-weight: 300;
}

.flex-row-tag-find {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tag-text-find {
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

.tag-breaker-find {
  height: 15px;
  margin-right: 15px;
  margin-left: 15px;
  border: 1px solid #000;
}

.sub-col-icon-row-find {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-col-icon-img-find {
  width: 40px;
  margin-right: 20px;
}

.col-right-find {
  padding-left: 30px;
}

.col-right-heading-find {
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  text-transform: uppercase;
}

.contact-flex-row-find {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-flex-link-find {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
}

.contact-flex-link-find:hover {
  color: #d01c5c;
}

.contact-breaker-find {
  height: 15px;
  margin-right: 30px;
  margin-left: 30px;
  border-left: 1px solid #000;
}

.content-block-find {
  margin-bottom: 80px;
}

.col-right-text-find {
  margin-bottom: 15px;
  padding-left: 15px;
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 16px;
}

.col-right-flex-row-find {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-right-flex-link-find {
  margin-right: 20px;
}

.col-right-flex-img-find {
  width: 22px;
}

.col-border-img-find {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.map-holder-find {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.map {
  width: 750px;
  height: 500px;
}

.tab-col-right-list-expect {
  margin-bottom: 25px;
  padding-left: 0px;
  color: #999;
}

.tab-col-right-list-expect:last-child {
  margin-bottom: 0px;
}

.tab-col-right-list-expect.tab-col-right-list-expect-last {
  margin-bottom: 0px;
}

.form-input-contact {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #000;
  background-color: transparent;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 15px;
  text-align: center;
}

.form-input-contact:focus {
  border-color: transparent transparent #d01c5c;
}

.form-input-contact::-webkit-input-placeholder {
  color: #333;
}

.form-input-contact:-ms-input-placeholder {
  color: #333;
}

.form-input-contact::-ms-input-placeholder {
  color: #333;
}

.form-input-contact::placeholder {
  color: #333;
}

.form-input-wrapper-contact {
  padding-right: 10px;
  padding-left: 10px;
}

.form-row-contact {
  margin-bottom: 50px;
}

.contact-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-flex-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.contact-flex-link:hover {
  color: #d01c5c;
}

.contact-flex-img {
  width: 30px;
  margin-right: 10px;
}

.tab-link-img-case-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50px;
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.tab-link-img-case-hover:hover {
  opacity: 1;
}

.hero-bottom-text-alt {
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 30px;
  font-style: italic;
  text-align: left;
}

.hero-bottom-heading-wrapper-expect-alt {
  margin-top: 50px;
  margin-bottom: 10px;
  text-align: center;
}

.tab-content-top-heading-expect {
  margin-bottom: 10px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.tab-content-top-heading-wrapper-expect {
  margin-bottom: 30px;
}

.tab-content-top-text-expect {
  max-width: 940px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.tab-content-top-text-expect p {
  margin-top: 10px;
}

.bottom-col-list-system {
  margin-bottom: 0px;
  padding-left: 20px;
}

.bottom-content-block-system {
  max-width: 1000px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.bottom-content-block-heading-system {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: FjallaOne, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.bottom-content-block-text-system {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.bottom-content-block-text-system p {
  margin-bottom: 20px;
}

.bottom-content-block-text-system p:last-child {
  margin-bottom: 0px;
}

.bottom-content-block-text-system.bottom-content-block-text-system-margin {
  margin-bottom: 20px;
}

.form-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(0, 0, 0, 0.81);
  background-image: url('/cdn/shop/files/Blog-CTA-min_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.form-modal-content-wrapper {
  position: relative;
  top: 50%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 10px 10px;
  border-radius: 1px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.form-modal-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: termina, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.form-modal-heading-newsletter {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: termina, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.form-modal-heading-text {
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.form-modal-top-row {
  margin-bottom: 20px;
}

.form-modal-form-block {
  margin-bottom: 0px;
}

.form-input-modal {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #fff;
  background-color: transparent;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.form-input-modal:focus {
  border-color: transparent transparent #d01c5c;
}

.form-input-modal::-webkit-input-placeholder {
  color: #fff;
}

.form-input-modal:-ms-input-placeholder {
  color: #fff;
}

.form-input-modal::-ms-input-placeholder {
  color: #fff;
}

.form-input-modal::placeholder {
  color: #fff;
}

.form-modal-row {
  margin-bottom: 20px;
}

.form-input-contact-area-modal {
  min-height: 100px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border: 1px solid #fff;
  border-radius: 1px;
  background-color: transparent;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.form-input-contact-area-modal:focus {
  border-color: #d01c5c;
}

.form-input-contact-area-modal::-webkit-input-placeholder {
  color: #f8f8fa;
}

.form-input-contact-area-modal:-ms-input-placeholder {
  color: #f8f8fa;
}

.form-input-contact-area-modal::-ms-input-placeholder {
  color: #f8f8fa;
}

.form-input-contact-area-modal::placeholder {
  color: #f8f8fa;
}

.form-modal-checkbox-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-modal-checkbox-heading {
  margin-right: 10px;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.form-modal-radio-input {
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.form-modal-radio-field {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
}

.form-modal-radio-flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-modal-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.form-btn-modal {
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-btn-modal:hover {
  color: #d01c5c;
}

.form-modal-close-btn {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: termina, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
}

.form-modal-close-btn:hover {
  color: #d01c5c;
}

.form-modal-newsletter-close-btn {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: termina, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
}

.form-modal-newsletter-close-btn:hover {
  color: #d01c5c;
}

.form-btn-breaker-modal {
  width: 40px;
  margin-right: 5px;
  border: 1px solid #fff;
}

.form-btn-breaker-modal.line-expand {
  margin-right: 5px;
}

.line-expand {
  width: 0px;
  margin-right: 20px;
  border: 1px solid #fff;
  opacity: 0;
}

.line-expand.hero-flex-breaker-internal-alt {
  margin-right: 0px;
  margin-left: 20px;
}

.cta-link-breaker-wrapper {
  overflow: hidden;
}

.workshops-expand-col-text-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #5e00a1;
  text-decoration: none;
}

.workshops-expand-col-text-link:hover {
  color: #36cdff;
}

.workshops-expand-col-text a {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #5e00a1;
  text-decoration: none;
}

.workshops-expand-col-text a:hover {
  color: #36cdff;
}

.hero-bottom-text-prac-alt {
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.vid-wrapper-product {
  max-width: 750px;
  margin: 60px auto 50px;
  text-align: center;
}

.hero-bottom-sub-heading-product {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: FjallaOne, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-bottom-text-product-rte {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.hero-bottom-text-product-rte p {
  margin-bottom: 20px;
}

.product-content-inner {
  padding-right: 10px;
  padding-bottom: 60px;
  padding-left: 10px;
}

.bar-wrapper-product {
  padding: 40px 10px;
  background-color: #000;
  text-align: center;
}

.bar-section-heading-product {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: termina, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  text-transform: uppercase;
}

.bottom-wrapper-product {
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
}

.bottom-content-rte-product {
  max-width: 940px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.bottom-content-rte-product p {
  margin-bottom: 20px;
}

.bottom-content-rte-product a {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #d01c5c;
}

.bottom-content-rte-product a:hover {
  color: #5e00a1;
}

.bottom-text-product-alt-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #d01c5c;
  text-decoration: none;
}

.bottom-text-product-alt-link:hover {
  color: #5e00a1;
}

.hero-logo-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-logo-flex-col {
  padding-top: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.hero-heading-alt {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: termina, sans-serif;
  color: #dddede;
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.workshops-expand-list {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
}

.workshops-expand-list-item {
  font-family: Quicksand, sans-serif;
  color: #999;
  font-size: 16px;
  line-height: 23px;
}

.hero-wrapper-vid {
  position: relative;
  display: none;
  height: 100vh;
  min-height: 600px;
  padding-top: 50px;
}

.home-icon-flex-img-social {
  width: 80px;
  margin-bottom: 10px;
}

.hero-bottom-wrapper-about-2 {
  position: relative;
  padding-top: 0;
  padding-bottom: 50px;
  background: white;
}
.hero-bottom-wrapper-about-1 { 
  position: relative;
  padding-top: 50px;
  padding-bottom: 0;
  background: white;
  margin-top: 100px;
}
.hero-bottom-wrapper-about-1 .hero-bottom-text-internal,
.hero-bottom-wrapper-about-2 .hero-bottom-text-internal {
  padding-left: 0;
}
.hero-bottom-content-wrapper-inner-about {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero-col-heading-shop-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #000;
  text-decoration: none;
}

.hero-col-heading-shop-link:hover {
  color: #5e00a1;
}

.hero-media-section {
  z-index: 3;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hero-media-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-media-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-media-flex-col {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
}

.hero-media-flex-img {
  max-height: 40px;
}

.home-section-heading-xl {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-left: 20px;
  font-family: FjallaOne, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-vid-design {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  height: 100%;
  padding-top: 50px;
}

.hero-logo-flex-row-vid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-sub-heading-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 150px;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.hero-main-heading-home {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: termina, sans-serif;
  color: #dddede;
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 1px 1px 10px #fff;
}

.bottom-sub-heading-blog {
  margin-bottom: 40px;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 15px;
  font-style: italic;
  text-align: center;
}

.bottom-heading-text-case {
  margin-bottom: 30px;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 15px;
  font-style: italic;
  text-align: center;
}

.slider-testimonials {
  height: 180px;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slider-arrow-testimonials {
  width: 40px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #fff;
}

.slider-arrow-testimonials:hover {
  color: #36cdff;
}

.slide-nav-testimonials {
  display: none;
}

.slider-arrow-icon-testimonials {
  margin-bottom: 100px;
}

.hero-bottom-list-system {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  list-style-type: none;
}

.hero-bottom-list-item-system {
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.content-section-system {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #dddede;
}

.benefits-section-system {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #000;
  text-align: center;
}

.benefits-section-container-system {
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}

.bottom-content-block-system-alt {
  max-width: 1000px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.hero-bottom-text-product-alt-rte {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  text-align: left;
}

.hero-bottom-text-product-alt-rte p {
  margin-bottom: 20px;
  font-weight: 400;
}

.content-heading-product-alt {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: termina, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.price-text-product-alt {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: termina, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.bottom-wrapper-product-alt {
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
}

.product-content-inner-alt {
  padding-right: 10px;
  padding-bottom: 40px;
  padding-left: 10px;
}

.hero-wrapper-product-og {
  position: relative;
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('/cdn/shop/files/home-portal-hero-min-2.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddede));
  background-image: url('/cdn/shop/files/home-portal-hero-min-2.png'), linear-gradient(180deg, #fff, #dddede);
  background-position: 50% 0%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}

.hero-bottom-wrapper-product-og {
  position: relative;
  padding-top: 500px;
  padding-bottom: 80px;
}

.hero-flex-col-img-experience-mobile {
  display: none;
}

.hero-img-wrapper-about-mobile {
  display: none;
}

/* ------------ Cart Stuff ------------ */

.cart__shipping.rte {

  max-width: 442px;
  margin-left: auto;

}

#PageContainer-cart {
  background-image: url("/cdn/shop/files/footer-bg-min.png");
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;

}

.cart__row.cart__row--heading {
  font-family: Gotham, sans-serif !important;
}

.jc-cart-page-hide {
  display: none;
}

.page-width.jc-page-width {
  padding-bottom: 80px;
  padding-top: 130px;
  padding-bottom: 350px;
}

.jc-cart-header {
              font-family: Quicksand, sans-serif;
      color: #000;
      font-size: 32px;
      line-height: 32px;
      font-weight: 700;
      text-align: center;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-top: 0px;
      margin-bottom: 10px;
}

.jc-cart-heading-text {
  text-align: center;
  font-size: 15px;
  color: #000;
}

.cart th {
  font-size: 16px;
  color: #000;
}

.cart dd {
  font-size: 16px;
  color: #000;
 font-family: Quicksand, sans-serif;
}

.cart {
  color: #000;
  font-family: Quicksand, sans-serif;
  font-size: 15px;
}

.cart__final-price {
  font-size: 16px;
  color: #000;
  font-family: Quicksand, sans-serif;
}

.cart-subtotal {
  font-size: 16px;
  color: #000;
  font-family: Quicksand, sans-serif;
}

.cart__product-title {
  font-size: 16px;
  color: #000;
  font-family: Quicksand, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none !important;
  border: none;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;

}

.cart__product-title:hover { 
text-decoration: none !important;
color: #d01c5c;

}

.jc-cart-remove {
  color: #000 ;
  border-bottom:none ;
   -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}

.jc-cart-remove:hover {
  color: #d01c5c;
}

.jc-cart-submit-btn {
      padding: 8px 40px;
      border-radius: 1px;
      background-color: #000;
      -webkit-transition: background-color 250ms ease, color 250ms ease;
      transition: background-color 250ms ease, color 250ms ease;
       font-family: Quicksand, sans-serif;
      color: #fff;
      font-weight: 700;
      letter-spacing: 2px;
      text-decoration: none;
      text-transform: uppercase;
      border:none;
}

.jc-cart-submit-btn:hover {
    background-color: #d01c5c !important;
     color: #fff;
}

.jc-cart__remove.cart__remove {
  padding-top: 7px !important;
}

.jc-cart-submit-btn.jc-cart-submit-btn-alt {
  margin-right: 15px;
}

.cart--empty-message {
   font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 15px;
  margin-bottom: 20px;
}

.cart-heading-btn-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

table,
tr,
th {
  font-family: Quicksand, sans-serif;
}


@media screen and (max-width: 750px) {
  .jc-cart-submit-btn.jc-cart-submit-btn-alt {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .black-banner-wrapper{
    padding: 20px 20px;
    
    
  }
}

/* --------------- bottom stuff --------------- */

*:focus {
  outline: none;
}


.form-input-modal-solo {
  width: 350px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #fff;
  background-color: transparent;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.form-input-modal-solo:focus {
  border-color: transparent transparent #d01c5c;
}

.form-input-modal-solo::-webkit-input-placeholder {
  color: #fff;
}

.form-input-modal-solo:-ms-input-placeholder {
  color: #fff;
}

.form-input-modal-solo::-ms-input-placeholder {
  color: #fff;
}

.form-input-modal-solo::placeholder {
  color: #fff;
}

.form-modal-newsletter {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(0, 0, 0, 0.81);

}

.form-modal-content-wrapper-newsletter {
  position: relative;
  top: 50%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 10px 50px;
  border-radius: 1px;
  background-image: url("/cdn/shop/files/Blog-CTA-min_1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.form-modal-btn-wrapper-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}


.jc-list-inline-pagination {
  display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 20px;
     padding-bottom: 40px;
}

.jc-paginate-btn {
  text-decoration: none;
  padding-bottom: 10px;
  padding-top:10px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #000;
  color: #fff;
  -webkit-transition: background-color 250ms ease;
  font-size: 22px;
}

.jc-paginate-btn:hover {
  background-color: #5e00a1;

}

.jc-pagination__text {
    color: #000;
   font-size: 20px;
   font-weight: 400;
   text-align: center;

}


.jc-form-done {
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 20px;
}

.nav-menu-img-wrapper-hover {
  background-color:#000;
}

.home-sections-wrapper {
  background-color:transparent;
}
.nav-link-block.w--current > .nav-icon-img-hover{
  opacity:1;
}



html.w-mod-js *[data-ix="fadeinleft"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="fadeinright"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="fadeindown"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="fadeinup"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="nav-col-initial"] {
  opacity: 0;
  -webkit-transform: translate(-5px, 0px);
  -ms-transform: translate(-5px, 0px);
  transform: translate(-5px, 0px);
}

html.w-mod-js *[data-ix="hero-vid"] {
  display: block;
}

html.w-mod-js *[data-ix="hero-text-fade-in-1"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="hero-text-fade-in-2"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

@media screen and (max-width: 991px) {


  #PageContainer-cart {
    background-size: auto 1100px;

  }
  
  .hero-wrapper {
    height: 700px;
    min-height: 0px;
  }

  .container-large.container-large-system {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-logo-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }

  .hero-bottom-flex-row {
    padding-right: 10px;
  }

  .nav-wrapper {
    position: static;
    display: none;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .backgrounds {
    display: none;
  }

  .scroll-bg {
    height: auto;
    min-height: 0px;
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .scroll-bg.scroll-bg-alt.scroll-bg-mobile-5 {
    background-image: url('/cdn/shop/files/figure-bokeh-2.png'), url('/cdn/shop/files/How-it-works-2-min.jpg');
    background-position: 50% 100%, 50% 50%;
    background-size: contain, cover;
    background-repeat: no-repeat, no-repeat;
  }

  .scroll-bg.scroll-bg-mobile-4 {
    background-image: url('/cdn/shop/files/How-It-Works-1-min.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .scroll-bg.scroll-bg-mobile-3 {
    background-image: url('/cdn/shop/files/What-it-is-3-min.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .scroll-bg.scroll-bg-mobile-2 {
    background-image: url('/cdn/shop/files/What-it-is-2-min.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .scroll-bg.scroll-bg-mobile-1 {
    background-image: url('/cdn/shop/files/What-it-is-1-min.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .scroll-bg.scroll-bg-mobile-7 {
    background-image: url('/cdn/shop/files/Our-Community-1-min.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .scroll-bg.scroll-bg-mobile-8 {
    background-image: url('/cdn/shop/files/Our-Community-2-min.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .scroll-bg.scroll-bg-mobile-9 {
    background-image: url('/cdn/shop/files/Our-Community-3-min.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .home-section-sub-heading {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 34px;
    line-height: 38px;
  }

  .home-icon-flex-img {
    width: 60px;
  }

  .home-flex-col-heading {
    font-size: 16px;
    line-height: 23px;
  }

  .home-icon-flex-row-social {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-icon-flex-col-social {
    margin-bottom: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .home-content-block-xl {
    padding-left: 10px;
  }

  .home-content-block-xl.home-content-block-xl-middle {
    padding-left: 10px;
  }

  .home-content-block-xl.home-content-block-xl-last {
    padding-left: 10px;
  }

  .home-content-block-design-img {
    width: 100%;
    max-width: 100%;
  }

  .home-content-block-design-img.home-content-block-design-img-2 {
    left: 0px;
    width: 100%;
  }

  .home-content-block-design-img.home-content-block-design-img-3 {
    left: 0px;
    width: 100%;
    max-width: 100%;
  }

  .nav-logo-img {
    width: 100px;
  }
  .nav-logo-img.dream{
    width: 60px;
  }
  .nav-logo-link.dream h2{
    font-size: 16px;
    line-height: 20px;
  }
  .nav-content-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-menu-breaker {
    display: none;
  }

  .nav-modal-bottom-link {
    font-size: 16px;
    line-height: 16px;
  }

  .nav-modal-bottom-flex-row {
    text-align: center;
  }

  .nav-menu-expand-wrapper.nav-menu-expand-wrapper-active {
    display: block;
  }

  .nav-menu-modal-close-img {
    width: 30px;
  }

  .hero-wrapper-about {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-logo-wrapper-internal {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-logo-img-internal {
    width: 200px;
  }

  .hero-content-wrapper-internal {
    margin-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-heading-wrapper-internal {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-bottom-wrapper-internal {
    padding-top: 80px;
  }

  .footer-wrapper {
    background-color: #000;
  }

  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-logo-img {
    width: 200px;
  }

  .footer-top-flex-row {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer-flex-row {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer-sub-heading-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-right-content-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-form-block {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-social-row-outer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-social-link {
    margin-right: 20px;
    margin-left: 20px;
  }

  .footer-col {
    margin-bottom: 60px;
    text-align: center;
  }

  .footer-col.footer-col-right {
    display: block;
    padding-left: 0px;
    text-align: center;
  }

  .footer-col-copy-text {
    margin-top: 0px;
  }

  .hero-bottom-wrapper-ambassador {
    padding-top: 200px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .bottom-form-block-ambassador {
    margin-bottom: 80px;
  }

  .hero-wrapper-events {
    background-position: 50% 0%, 0px 0px;
    background-size: auto, auto;
  }

  .hero-bottom-wrapper-events {
    padding-top: 200px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .events-placeholder {
    height: 400px;
    font-size: 24px;
    line-height: 24px;
  }

  .workshops-heading-img {
    width: 24px;
  }

  .workshops-flex-col-breaker.line-expand {
    display: none;
  }

  .workshops-expand-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .workshops-expand-col-img {
    width: 200px;
  }

  .workshops-expand-col-right {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .workshops-heading-img-alt {
    width: 24px;
  }

  .cta-content-wrapper.cta-content-wrapper-studies {
    padding-right: 10px;
    padding-left: 10px;
  }

  .cta-content-wrapper.cta-content-wrapper-case {
    padding-right: 10px;
    padding-left: 10px;
  }

  .cta-content-wrapper.cta-content-wrapper-news {
    padding-right: 10px;
    padding-left: 10px;
  }

  .cta-content-wrapper.cta-content-wrapper-community {
    padding-right: 10px;
    padding-left: 10px;
  }

  .cta-content-wrapper.cta-content-wrapper-events {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-bottom-wrapper-expect {
    padding-top: 100px;
  }

  .hero-bottom-content-wrapper-expect {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-col-right-expect {
    padding-left: 20px;
  }

  .hero-bottom-wrapper-studies {
    padding-top: 100px;
  }

  .tab-menu-link-studies {
    margin-right: 20px;
    margin-left: 20px;
  }

  .hero-wrapper-community {
    background-size: auto, auto;
  }

  .hero-bottom-wrapper-community {
    padding-bottom: 20px;
  }

  .flex-col-img-community {
    width: 70px;
  }

  .hero-bottom-heading-wrapper-community-alt {
    margin-bottom: 40px;
  }

  .flex-col-community-alt {
    margin-bottom: 40px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .flex-col-img-community-alt {
    width: 70px;
  }

  .top-row-blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-col-left-blog {
    min-height: 400px;
    margin-bottom: 20px;
  }

  .top-col-content-block-blog {
    height: 200px;
  }

  .top-col-link-block-blog {
    height: 100%;
    min-height: 0px;
  }

  .top-col-right-blog {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-menu-link-news {
    padding-right: 30px;
    padding-left: 30px;
  }

  .bar-flex-img-news {
    height: 30px;
  }

  .hero-wrapper-case {
    background-position: 60% 0%, 0px 0px;
    background-size: auto, auto;
  }

  .hero-bottom-wrapper-case {
    padding-top: 150px;
  }

  .col-text-case {
    padding-left: 20px;
  }

  .hero-wrapper-prac {
    background-size: auto, auto;
  }

  .hero-bottom-wrapper-collection {
    padding-top: 150px;
  }

  .flex-col-btn-breaker-collection.line-expand {
    display: none;
  }

  .cta-wrapper-collection {
    padding-top: 0px;
    background-image: url('/cdn/shop/files/footer-bg-min.png');
    background-position: 50% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  /*.cta-wrapper-collection.cta-wrapper-collection-shop-main {
    background-image: url('/cdn/shop/files/footer-bg-min.png');
    background-position: 50% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
  }*/

  .cta-col-collection {
    padding: 80px 20px;
    background-image: url('/cdn/shop/files/courses-bg-min.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .cta-col-collection.cta-col-collection-right {
    background-image: url('/cdn/shop/files/retreats-bg-min.jpg');
  }

  .cta-col-inner-collection.cta-col-inner-collection-solo {
    padding-bottom: 40px;
  }

  .hero-bottom-wrapper-system {
    padding-top: 100px;
  }

  .hero-bottom-wrapper-shop {
    padding-top: 150px;
  }

  .hero-col-btn-breaker-shop.line-expand {
    display: none;
  }

  .hero-wrapper-product {
    background-size: auto 1100px, 100%, auto;
  }

  .hero-bottom-wrapper-product {
    padding-top: 200px;
    padding-bottom: 80px;
  }

  .bar-flex-row-product {
    margin-bottom: 80px;
  }

  .hero-bottom-content-wrapper-inner-about {
    padding-bottom: 0px;
  }

  .hero-bottom-content-wrapper-inner-about.hero-bottom-content-wrapper-inner-about-alt {
    padding-top: 0px;
  }

  .hero-wrapper-news {
    background-size: auto, auto;
  }

  .hero-bottom-wrapper-contact {
    padding-top: 150px;
  }

  .form-btn-breaker-contact.line-expand {
    display: none;
  }

  .social-section-contact {
    padding-bottom: 80px;
  }

  .tab-link-img-case-hover:hover {
    opacity: 0;
  }

  .bottom-content-block-system {
    padding-right: 10px;
    padding-left: 10px;
  }

  .line-expand {
    display: none;
  }

  .hero-logo-flex-row {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-logo-flex-col {
    padding-top: 50px;
  }

  .hero-bottom-wrapper-about-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-sub-heading-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bottom-wrapper-product-alt {
    padding-top: 0px;
  }

  .hero-bottom-content-wrapper-system {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-bottom-wrapper-product-og {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .hero-wrapper {
    height: auto;
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .hero-logo-wrapper {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .home-section-sub-heading {
    font-size: 30px;
  }

  .home-icon-flex-img {
    width: 40px;
  }

  .home-icon-flex-col-last {
    margin-bottom: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .home-icon-flex-img-last {
    width: 80px;
  }

  .home-content-block-xl {
    padding-left: 0px;
  }

  .home-content-block-xl.home-content-block-xl-middle {
    padding-left: 0px;
  }

  .home-content-block-xl.home-content-block-xl-last {
    padding-left: 0px;
  }

  .nav-menu-img {
    width: 32px;
  }

  .nav-content-section {
    padding-top: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-modal-link {
    font-size: 16px;
    line-height: 20px;
  }

  .nav-modal-bottom-link {
    font-size: 15px;
    line-height: 18px;
  }

  .nav-menu-flex-col-right {
    padding-left: 10px;
  }

  .nav-menu-expand-flex-row {
    margin-bottom: 5px;
  }

  .nav-menu-expand-heading {
    font-size: 16px;
    line-height: 16px;
  }

  .nav-menu-expand-breaker {
    width: 40px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .nav-product-section {
    padding-top: 20px;
  }

  .nav-product-col {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-product-col-img {
    display: none;
  }

  .hero-content-wrapper-internal.hero-content-wrapper-internal-about {
    padding-bottom: 60px;
  }

  .hero-bottom-wrapper-internal.hero-bottom-wrapper-internal-about {
    background-color: #fff;
  }

  .hero-bottom-heading-internal {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .hero-bottom-text-internal {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-bottom-link-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-bottom-flex-link-internal {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .hero-bottom-content-wrapper-inner {
    padding-bottom: 80px;
  }

  .footer-col.footer-col-middle {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-bottom-flex-text-ambassador.hero-bottom-flex-text-ambassador-2 {
    padding-left: 0px;
  }

  .hero-bottom-flex-text-ambassador.hero-bottom-flex-text-ambassador-3 {
    padding-left: 0px;
  }

  .hero-bottom-flex-text-ambassador.hero-bottom-flex-text-ambassador-4 {
    padding-left: 0px;
  }

  .hero-bottom-sub-heading-ambassador-alt {
    font-size: 24px;
    line-height: 24px;
  }

  .bottom-heading-wrapper-ambassador {
    margin-bottom: 20px;
  }

  .bottom-sub-heading-ambassador {
    font-size: 24px;
  }

  .form-row-ambassador {
    margin-bottom: 0px;
  }

  .form-col-ambassador {
    margin-bottom: 25px;
  }

  .radio-field-ambassador {
    margin-right: 20px;
    margin-left: 20px;
  }

  .form-flex-col-ambassador {
    margin-right: 20px;
    margin-left: 20px;
  }

  .bottom-heading-events {
    text-align: center;
  }

  .workshops-flex-col-breaker.line-expand {
    display: none;
  }

  .hero-wrapper-expect {
    background-size: auto, auto;
  }

  .hero-bottom-wrapper-expect {
    padding-top: 300px;
  }

  .tab-link-expect {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }

  .tab-row-outer-expect {
    display: block;
  }

  .tab-col-right-expect {
    padding-left: 0px;
  }

  .tab-col-left-content-holder-expect {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .tab-col-left-content-block-expect {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 33.33333%;
    -ms-flex: 0 33.33333%;
    flex: 0 33.33333%;
    text-align: center;
  }

  .tab-col-left-content-block-expect.tab-col-left-content-block-expect-middle {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tab-col-left-heading-expect {
    margin-bottom: 15px;
  }

  .tab-col-left-sub-heading-expect {
    padding-left: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .tab-col-right-border-img-expect {
    display: none;
  }

  .hero-bottom-wrapper-studies {
    padding-top: 80px;
  }

  .tab-menu-text-studies {
    font-size: 18px;
    line-height: 18px;
  }

  .flex-col-img-community {
    width: 50px;
  }

  .flex-col-text-community {
    border-right-style: none;
    border-left-style: none;
  }

  .ig-flex-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ig-flex-col {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }

  .ig-flex-col-first {
    margin-bottom: 40px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .ig-embed-wrapper {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .tab-content-block-blog {
    margin-bottom: 40px;
  }

  .tab-row-blog {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-col-left-blog {
    margin-bottom: 20px;
    text-align: center;
  }

  .tab-col-img-blog {
    width: 250px;
    margin-right: auto;
    margin-left: auto;
  }

  .tab-col-right-blog {
    padding-left: 10px;
  }

  .hero-wrapper-case {
    background-position: 80% 0%, 0px 0px;
  }

  .tab-link-case {
    margin-right: 10px;
    margin-left: 10px;
  }

  .tab-content-sub-heading-case {
    margin-bottom: 40px;
  }

  .tab-content-col-case {
    margin-bottom: 40px;
  }

  .col-inner-case {
    padding-right: 0px;
    padding-left: 0px;
  }

  .col-heading-case {
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 36px;
    text-align: center;
  }

  .tab-content-border-img-case {
    display: none;
  }

  .hero-bottom-content-wrapper-prac {
    padding-right: 10px;
    padding-left: 10px;
  }

  .col-right-prac {
    padding-top: 30px;
    text-align: center;
  }

  .hero-bottom-sub-heading-prac-alt {
    line-height: 32px;
  }

  .hero-wrapper-collection {
    background-size: auto, auto;
  }

  .hero-bottom-wrapper-collection {
    padding-top: 350px;
  }

  .flex-col-collection {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .flex-col-img-collection {
    height: 120px;
  }

  .hero-wrapper-system {
    background-size: auto, auto;
  }

  .hero-bottom-wrapper-system {
    padding-top: 400px;
  }

  .tab-menu-img-system-hover {
    width: 32px;
  }

  .bottom-flex-row-system {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bottom-flex-col-system {
    margin-bottom: 40px;
  }

  .bottom-breaker-img-system {
    display: none;
  }

  .hero-wrapper-shop {
    background-size: auto, auto;
  }

  .hero-bottom-wrapper-shop {
    padding-top: 400px;
  }

  .hero-row-section-shop {
    margin-bottom: 40px;
  }

  .hero-col-content-shop {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-row-shop-alt {
    margin-bottom: 0px;
  }

  .hero-wrapper-product {
    background-size: auto 1100px, auto 500px, auto;
  }

  .hero-bottom-wrapper-product {
    padding-top: 150px;
  }

  .bottom-text-product {
    line-height: 23px;
  }

  .bottom-text-product-alt {
    line-height: 23px;
  }

  .hero-wrapper-contact {
    background-image: url('/cdn/shop/files/contact-hero-min.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddede));
    background-image: url('/cdn/shop/files/contact-hero-min.png'), linear-gradient(180deg, #fff, #dddede);
    background-position: 50% 0%, 0px 0px;
    background-size: 100%, auto;
    background-repeat: no-repeat, repeat;
  }

  .hero-bottom-wrapper-contact {
    padding-top: 80px;
  }

  .bottom-sub-heading-contact {
    line-height: 30px;
  }

  .bottom-heading-contact {
    font-size: 28px;
    line-height: 36px;
  }

  .form-block-contact {
    margin-top: 40px;
  }

  .form-row-contact {
    margin-bottom: 20px;
  }

  .contact-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-flex-link {
    margin-bottom: 20px;
  }

  .hero-bottom-sub-heading-product {
    line-height: 34px;
  }

  .bar-section-heading-product {
    font-size: 38px;
    line-height: 42px;
  }

  .hero-logo-flex-col {
    padding-top: 0px;
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }

  .hero-heading-alt {
    text-align: center;
  }

  .home-icon-flex-img-social {
    width: 50px;
  }

  .hero-bottom-wrapper-about-2 {
    padding-top: 0px;
    background-color: #fff;
    background-image: none;
  }

  .hero-vid-design {
    padding-top: 100px;
  }

  .hero-sub-heading-wrapper {
    position: static;
    padding-top: 100px;
  }

  .hero-main-heading-home {
    font-size: 26px;
    line-height: 36px;
  }

  .slider-testimonials {
    height: 220px;
  }

  .slider-arrow-testimonials {
    width: 30px;
  }

  .bottom-content-block-system-alt {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-wrapper-product-og {
    background-size: auto, auto;
  }

  .hero-bottom-wrapper-product-og {
    padding-top: 250px;
  }

  .hero-img-wrapper-about-mobile {
    display: block;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    text-align: center;
  }

  .hero-img-about-mobile {
    width: 250px;
  }

  .icon-img-find {
    width: 44px;
  }
  .icon-flex-col-find {
    -webkit-box-flex: 0;
    -webkit-flex: 0 33.33333%;
    -ms-flex: 0 33.33333%;
    flex: 0 33.33333%;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

}

@media screen and (max-width: 479px) {
  .hero-wrapper {
    background-position: 40% 50%;
  }

  .hero-logo-wrapper {
    padding-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }

  .hero-logo-img {
    width: 250px;
  }

  .hero-bottom-flex-link {
    font-size: 18px;
    line-height: 18px;
  }

  .scroll-bg {
    padding-top: 60px;
  }

  .scroll-bg.scroll-bg-alt.scroll-bg-mobile-5 {
    background-position: 50% 50%, 50% 50%;
  }

  .scroll-bg.scroll-bg-mobile-7 {
    background-position: 27% 50%;
  }

  .scroll-bg.scroll-bg-mobile-8 {
    background-position: 35% 50%;
  }

  .home-section-sub-heading {
    font-size: 26px;
    line-height: 36px;
  }

  .home-section-text {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 28px;
  }

  .home-icon-flex-col {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .home-icon-flex-col-last {
    margin-bottom: 40px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .home-icon-flex-img-last {
    width: 60px;
  }

  .home-icon-flex-col-social {
    margin-bottom: 40px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .home-content-heading-xl {
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 23px;
    text-align: center;
  }

  .home-content-block-design-img {
    position: static;
  }

  .nav-menu-wrapper {
    right: 20px;
  }

  .nav-flex-row-outer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-menu-flex-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-right-style: none;
  }

  .nav-menu-link-wrapper {
    margin-bottom: 30px;
    padding-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 33.33333%;
    -ms-flex: 0 33.33333%;
    flex: 0 33.33333%;
    text-align: center;
  }

  .nav-modal-link {
    text-align: center;
  }

  .nav-modal-bottom-wrapper {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .nav-menu-modal-inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-modal-bottom-link {
    margin-bottom: 10px;
  }

  .nav-modal-bottom-flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu-flex-col-right {
    min-height: 0px;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .nav-menu-expand-wrapper {
    min-height: 0px;
    padding-top: 20px;
    text-align: center;
  }

  .nav-menu-expand-flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu-expand-heading {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .nav-menu-expand-breaker {
    display: none;
    width: 30px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .nav-menu-expand-link {
    font-size: 16px;
    line-height: 16px;
  }

  .nav-menu-expand-text {
    display: none;
  }

  .nav-expand-menu-wrapper {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-product-col {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .nav-product-col-link {
    display: block;
    margin-bottom: 20px;
  }

  .nav-product-col-link.nav-product-col-link-mobile {
    display: block;
  }

  .hero-wrapper-about {
    padding-top: 80px;
  }

  .hero-logo-wrapper-internal {
    text-align: center;
  }

  .hero-content-heading-internal {
    font-size: 30px;
    line-height: 38px;
  }

  .hero-flex-row-internal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .hero-flex-link-internal {
    margin-bottom: 20px;
  }

  .hero-bottom-wrapper-internal {
    padding-bottom: 0px;
  }

  .hero-bottom-wrapper-internal.hero-bottom-wrapper-internal-about {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .hero-bottom-heading-internal {
    text-align: center;
  }

  .hero-bottom-text-internal {
    padding-left: 10px;
  }

  .hero-bottom-flex-link-internal {
    margin-right: 10px;
    margin-left: 10px;
  }

  .hero-bottom-flex-breaker-internal.line-expand {
    display: none;
  }

  .hero-bottom-content-wrapper-inner {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-col-heading {
    line-height: 23px;
  }

  .footer-social-row-outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-social-link {
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .footer-col.footer-col-middle {
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-col-copy-text {
    font-size: 14px;
    line-height: 18px;
  }

  .hero-wrapper-experience {
    padding-top: 80px;
  }

  .hero-row-experience {
    display: block;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-flex-col-experience {
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .hero-flex-col-inner-experience {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-flex-col-img-experience {
    display: none;
  }

  .hero-flex-col-text-experience {
    text-align: center;
  }

  .hero-flex-col-text-experience.hero-flex-col-text-experience-alt {
    text-align: center;
  }

  .hero-flex-col-text-experience.hero-flex-col-text-experience-last {
    text-align: center;
  }

  .hero-bottom-heading-experience {
    text-align: center;
  }

  .hero-bottom-text-experience {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-bottom-link-section-experience {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-wrapper-ambassador {
    padding-top: 80px;
  }

  .hero-bottom-wrapper-ambassador {
    padding-bottom: 80px;
  }

  .hero-bottom-heading-ambassador {
    font-size: 30px;
    line-height: 38px;
  }

  .hero-bottom-breaker-img-ambassador {
    width: 100%;
  }

  .form-heading-ambassador {
    line-height: 24px;
  }

  .form-radio-flex-row-ambassador {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-flex-row-ambassador {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .form-flex-col-ambassador {
    margin-bottom: 40px;
  }

  .hero-wrapper-events {
    padding-top: 80px;
  }

  .workshops-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .workshops-heading-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .workshops-expand-flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .workshops-expand-flex-col {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .workshops-expand-flex-img {
    width: 24px;
    margin-right: 10px;
  }

  .workshops-flex-col-link {
    margin-left: 0px;
  }

  .cta-heading {
    font-size: 30px;
    line-height: 34px;
  }

  .hero-wrapper-expect {
    padding-top: 80px;
  }

  .tab-col-left-expect {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-wrapper-studies {
    padding-top: 80px;
    background-size: auto, auto;
  }

  .hero-bottom-heading-studies {
    font-size: 28px;
    line-height: 34px;
  }

  .rte-studies {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabs-menu-studies {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab-menu-link-studies {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .tab-menu-text-studies {
    font-size: 16px;
  }

  .tab-content-block-studies {
    margin-bottom: 60px;
  }

  .tab-row-studies {
    display: block;
  }

  .tab-col-left-studies {
    margin-bottom: 25px;
  }

  .tab-col-right-studies {
    padding-left: 10px;
  }

  .tab-btn-breaker-studies.line-expand {
    display: none;
  }

  .hero-wrapper-community {
    padding-top: 80px;
  }

  .hero-bottom-wrapper-community {
    padding-top: 100px;
  }

  .flex-col-community {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .tabs-menu-blog {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-menu-link-news {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .bar-section-news {
    padding-bottom: 35px;
  }

  .bar-flex-row-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bar-flex-img-news {
    margin-bottom: 15px;
  }

  .hero-wrapper-case {
    padding-top: 80px;
    background-position: 75% 0%, 0px 0px;
  }

  .tab-inner-testimonials {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero-bottom-wrapper-case {
    padding-top: 40px;
  }

  .bottom-heading-case {
    font-size: 32px;
  }

  .tab-link-case {
    margin-right: 5px;
    margin-left: 5px;
  }

  .tab-content-col-case {
    padding-right: 0px;
    padding-left: 0px;
  }

  .col-heading-case {
    font-size: 30px;
    line-height: 34px;
  }

  .hero-wrapper-prac {
    padding-top: 80px;
  }

  .hero-bottom-wrapper-prac {
    padding-top: 300px;
  }

  .hero-bottom-heading-wrapper-prac {
    text-align: center;
  }

  .hero-bottom-sub-heading-prac {
    text-align: center;
  }

  .hero-bottom-heading-prac {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }

  .hero-bottom-flex-col-prac {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .hero-bottom-flex-row-prac-alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-wrapper-collection {
    padding-top: 80px;
  }

  .flex-col-collection {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .flex-col-heading-collection {
    margin-bottom: 15px;
  }

  .flex-col-border-img-collection {
    display: none;
  }

  .flex-col-border-img-collection-alt {
    display: none;
  }

  /*.cta-wrapper-collection.cta-wrapper-collection-shop-main {
    background-image: url('/cdn/shop/files/footer-bg-min.png');
    background-position: 50% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
  }*/

  .hero-wrapper-system {
    padding-top: 80px;
  }

  .tab-menu-link-system {
    padding-right: 5px;
    padding-left: 5px;
  }

  .tab-menu-img-system {
    width: 100%;
  }

  .tab-menu-img-system-hover {
    width: 20px;
  }

  .bottom-flex-col-system {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-wrapper-shop {
    padding-top: 80px;
  }

  .hero-row-shop {
    display: block;
  }

  .hero-col-img-holder-shop {
    padding-top: 40px;
  }

  .hero-col-sub-heading-shop {
    text-align: center;
  }

  .hero-col-sub-heading-shop.hero-col-sub-heading-shop-alt {
    text-align: center;
  }

  .hero-col-heading-shop {
    text-align: center;
  }

  .hero-col-heading-shop.hero-col-heading-shop-alt {
    text-align: center;
  }

  .hero-col-text-shop.hero-col-text-shop-alt {
    text-align: left;
  }

  .hero-col-btn-wrapper-shop.hero-col-btn-wrapper-shop-alt {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .hero-col-content-shop {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-row-shop-alt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-wrapper-product {
    padding-top: 80px;
    background-size: auto 1200px, auto 500px, auto;
  }

  .hero-bottom-wrapper-product {
    padding-top: 100px;
  }

  .form-heading-product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    font-size: 22px;
    line-height: 22px;
  }

  .form-input-product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 40%;
    -ms-flex: 0 40%;
    flex: 0 40%;
  }

  .form-group-product {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-btn-product {
    margin-top: 15px;
  }

  .hero-bottom-content-wrapper-inner-about {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-wrapper-news {
    padding-top: 80px;
  }

  .hero-wrapper-contact {
    padding-top: 80px;
    background-size: auto, auto;
  }

  .hero-bottom-wrapper-contact {
    padding-top: 400px;
  }

  .breaker-img-wrapper-contact {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .social-section-contact {
    padding-right: 10px;
    padding-left: 10px;
  }

  .social-sub-heading-contact {
    font-size: 28px;
    line-height: 34px;
  }

  .contact-flex-link {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 16px;
  }

  .contact-flex-img {
    width: 22px;
  }

  .hero-bottom-text-alt {
    padding-left: 0px;
    text-align: center;
  }

  .bar-section-heading-product {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-logo-flex-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-logo-flex-col {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .hero-heading-alt {
    font-size: 26px;
    line-height: 36px;
  }

  .hero-col-heading-shop-link {
    font-size: 28px;
    text-align: center;
  }

  .hero-media-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-media-heading {
    font-size: 26px;
    letter-spacing: 0px;
  }

  .hero-media-flex-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-media-flex-col {
    margin-bottom: 15px;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }

  .home-section-heading-xl {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .hero-main-heading-home {
    text-align: center;
  }

  .slider-testimonials {
    height: 350px;
  }

  .slider-arrow-testimonials {
    font-size: 24px;
    line-height: 24px;
  }

  .slider-arrow-icon-testimonials {
    top: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .hero-wrapper-product-og {
    background-size: auto 1200px, auto 500px, auto;
  }

  .hero-bottom-wrapper-product-og {
    padding-top: 350px;
  }

  .hero-flex-col-img-experience-mobile {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56%;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  outline: none;
  border: none;
  pointer-events: none;
}
.jc-buy-online {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #dddede;
}
.hero-bottom-buttons-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.hero-bottom-buttons-wrap .hero-flex-link-internal {
  color: black;
}
.hero-bottom-buttons-wrap .line-expand {
  border: 1px solid black;
}
.schedule-btn {
  color: black;  
  font-size: 30px;
  justify-content: center;
}
.schedule-btn:hover {
  color: black;
}
.schedule-btn .line-expand {
  border: 1px solid black;
}