/*
 *  Global
 */
html {
  width: 100vw; }

.desktop--only {
  display: block !important; }
  @media only screen and (max-width: 48rem) {
    .desktop--only {
      display: none !important; } }

.mobile--only {
  display: none !important; }
  @media only screen and (max-width: 48rem) {
    .mobile--only {
      display: block !important; } }

.page {
  overflow: unset; }

.vc-pd .experience-component:last-of-type {
  padding-bottom: 6em; }

.vc-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.5em 6em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 3.5em;
  width: 100vw;
  overflow-x: hidden; }
  .vc-section.vc-section--overflow-unset {
    overflow-x: unset; }
  .vc-section * {
    -webkit-font-smoothing: auto; }
  @media only screen and (max-width: 48rem) {
    .vc-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 1.5em 1em;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      gap: 0; } }
  .vc-section--no-gap {
    gap: 0; }
  .vc-pdp .vc-section {
    width: 100%;
    padding: 3.5em calc(1em + 16px); }
    .vc-pdp .vc-section--header {
      padding: 3.5em calc(1em + 16px) 0 calc(1em + 16px); }
      @media only screen and (max-width: 48rem) {
        .vc-pdp .vc-section--header {
          padding: 2.5em 1em 0 1em; } }
  .vc-section.vc-section--header {
    padding: 3.5em 6em 0 6em; }
    @media only screen and (max-width: 48rem) {
      .vc-section.vc-section--header {
        padding: 2.5em 1em 0 1em; } }
  .vc-section.vc-section--no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0; }
  .vc-section.vc-section--no-bottom-padding {
    padding-bottom: 0; }

.vc-section__container {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5em;
  width: 100%;
  max-width: 77.5em; }
  @media only screen and (max-width: 48rem) {
    .vc-section__container {
      padding: 0px 15px 2em 15px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-item-align: stretch;
          align-self: stretch; }
      .vc-section--header .vc-section__container {
        padding-bottom: 0; } }
  .vc-section__container--full-width {
    margin: 0 -6em; }
    @media only screen and (max-width: 48rem) {
      .vc-section__container--full-width {
        margin: 0 -1em;
        padding: 0; } }

.vc-section__header {
  font-size: 2.5em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0; }
  @media only screen and (max-width: 48rem) {
    .vc-section__header {
      font-size: 2em;
      line-height: 40px; }
      .vc-section__header--center-mobile {
        text-align: center !important; } }
  .vc-section__header--pull-left {
    text-align: left; }

.vc-section__subheading {
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625em;
  max-width: 40em; }
  @media only screen and (max-width: 48rem) {
    .vc-section__subheading {
      -ms-flex-item-align: stretch;
          align-self: stretch;
      max-width: none; } }

.vc-section__split-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 77.5em;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2.75em;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto; }
  @media only screen and (max-width: 48rem) {
    .vc-section__split-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 2em;
      width: 100%; } }
  .vc-section__split-content--no-gap {
    gap: 0; }
  @media only screen and (max-width: 48rem) {
    .vc-section__split-content--reverse--mobile {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .vc-section__split-content--extended {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
    -ms-flex-item-align: stretch;
        align-self: stretch; }

.vc-section__split-content--block {
  min-width: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  position: relative;
  margin: auto 0; }
  @media only screen and (max-width: 48rem) {
    .vc-section__split-content--block {
      width: 100%; } }
  .vc-section__split-content--block--full-width {
    width: 50%; }
    @media only screen and (max-width: 48rem) {
      .vc-section__split-content--block--full-width {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 2.5em 1em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: .5em;
        -ms-flex-item-align: stretch;
            align-self: stretch;
        width: 100%; } }
  .vc-section__split-content--block--extended {
    -webkit-box-flex: 2;
        -ms-flex: 2 0 0px;
            flex: 2 0 0; }

.vc-section__split-content--media {
  position: relative; }

.vc-section__split-content--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5em;
  text-align: left; }
  @media only screen and (max-width: 48rem) {
    .vc-section__split-content--container {
      gap: 1.5em;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      width: 100%; } }
  .vc-section__split-content--container--full-width {
    padding: 0px 2.5em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: .5em;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -ms-flex-item-align: stretch;
        align-self: stretch; }
    @media only screen and (max-width: 48rem) {
      .vc-section__split-content--container--full-width {
        padding: 0; } }

.vc-section__split-content--header-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em; }

.vc-section__split-content--header {
  font-size: 2em;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0; }
  @media only screen and (max-width: 48rem) {
    .vc-section__split-content--header {
      font-size: 1.6em;
      line-height: 33px; } }

.vc-section__split-content--subtext {
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625em; }

.vc-section__split-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 1.75em; }
  @media only screen and (max-width: 48rem) {
    .vc-section__split-content__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.vc-section__split-content__list-item {
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.2px; }
  @media only screen and (max-width: 48rem) {
    .vc-section__split-content__list-item {
      font-size: 1em;
      line-height: 1.55em; } }

.vc-pdp ~ .pdp__recommendations .product-rec-container .product-list__carousel .slick-prev:before,
.vc-pdp ~ .pdp__recommendations .product-rec-container .product-list__carousel .slick-next:before {
  content: none; }

/*
 * Versacurl Video
 */
.vc-video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  width: 100%; }

.vc-video--desktop {
  display: block; }
  @media only screen and (max-width: 48rem) {
    .vc-video--desktop {
      display: none; } }

.vc-video--mobile {
  display: none; }
  @media only screen and (max-width: 48rem) {
    .vc-video--mobile {
      display: block; } }

.vc-video__controls {
  position: absolute;
  right: 3.75em;
  bottom: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5em; }
  @media only screen and (max-width: 48rem) {
    .vc-video__controls {
      position: absolute;
      right: 1.5em;
      bottom: 1.5em; } }

.vc-video__controls button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3.75em;
  background: rgba(255, 255, 255, 0.56); }

.vc-video__controls-btn {
  width: 1.5em;
  height: 1.5em;
  aspect-ratio: 1/1;
  fill: #1F1F1F; }
  .vc-video__controls button:disabled .vc-video__controls-btn, .vc-video__controls-btn--muted {
    opacity: 0.56; }

/*
 *  Hero Banner
 */
.vc-hero-banner {
  background-color: #C0E1ED;
  gap: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 48rem) {
    .vc-hero-banner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      padding: 0; } }

.vc-hero-banner--wrapper {
  width: 100%; }
  @media only screen and (max-width: 48rem) {
    .vc-hero-banner--wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      padding: 0 0 2.5em 0;
      gap: 2em;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      margin-top: 32px;
      text-align: center; } }

.vc-hero-banner__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 20px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  width: 50%; }
  @media only screen and (max-width: 48rem) {
    .vc-hero-banner__content-wrapper {
      padding: 0px 1em;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      width: 100%; } }

.vc-hero-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5em;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  max-width: 602px; }

.vc-hero-banner__content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em; }

.vc-hero-banner__heading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0; }
  @media only screen and (max-width: 48rem) {
    .vc-hero-banner__heading {
      font-size: 2.5em;
      font-style: normal;
      font-weight: 700;
      line-height: 44px; } }

.vc-hero-banner__subheading {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 133%; }
  @media only screen and (max-width: 48rem) {
    .vc-hero-banner__subheading {
      font-size: 1em;
      font-style: normal;
      font-weight: 400;
      line-height: 1.55em; } }

.button.vc-hero-banner__cta {
  background-color: #FFF;
  color: #000; }
  @media only screen and (max-width: 48rem) {
    .button.vc-hero-banner__cta {
      width: 100%;
      text-align: center;
      display: block; } }

.vc-hero-banner__graphic-wrapper {
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0; }
  @media only screen and (max-width: 48rem) {
    .vc-hero-banner__graphic-wrapper {
      position: relative;
      width: 100%;
      left: 0;
      right: 0;
      bottom: auto;
      aspect-ratio: 16 / 9;
      overflow: hidden; } }

.vc-hero-banner__graphic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  @media only screen and (max-width: 48rem) {
    .vc-hero-banner__graphic {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      -ms-flex-item-align: stretch;
          align-self: stretch; } }
  .vc-hero-banner__graphic .vc-video {
    float: right;
    max-height: 100%;
    position: relative;
    left: unset;
    -webkit-transform: none;
            transform: none;
    top: 50%;
    right: 0;
    width: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-height: 100%; }
  .vc-hero-banner__graphic .vc-video__controls-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    aspect-ratio: 16 / 9;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-height: 100%; }
    @media only screen and (min-width: 1220px) {
      .vc-hero-banner__graphic .vc-video__controls-wrapper {
        width: 100%;
        height: 100%; } }

.vc-hero-banner__graphic-image {
  height: 100%;
  width: 100%; }

/*
 *  Versacurl Sticky Bar
 */
.experience-component.experience-versacurl_components-versacurlStickyBar {
  position: -webkit-sticky;
  position: sticky;
  top: calc(100vh - 6em);
  z-index: 2; }

.sticky-offset {
  margin-top: -6em; }

.vc-sticky-bar {
  background: #F2F1EF; }

.vc-sticky-bar--container {
  height: 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 6em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 77.5em;
  margin: 0 auto; }
  @media only screen and (min-width: 90em) {
    .vc-sticky-bar--container {
      padding: 0; } }
  @media only screen and (max-width: 48rem) {
    .vc-sticky-bar--container {
      padding: .3em;
      -ms-flex-item-align: stretch;
          align-self: stretch; } }

.vc-sticky-bar__product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em; }
  @media only screen and (max-width: 48rem) {
    .vc-sticky-bar__product-info {
      gap: .5em; } }

.vc-sticky-bar__product-image {
  width: 4.2em;
  height: 4.2em;
  aspect-ratio: 1/1; }
  @media only screen and (max-width: 48rem) {
    .vc-sticky-bar__product-image {
      width: 3em;
      height: 3em; } }

.vc-sticky-bar__product-info--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: .5em;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.vc-sticky-bar__right {
  width: 191px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  @media only screen and (max-width: 48rem) {
    .vc-sticky-bar__right {
      width: auto; } }

@media only screen and (max-width: 48rem) {
  .button.vc-sticky-bar__cta {
    padding: 0 1rem; } }

/*
 *  Notify Me Form
 */
.vc-notify-me-form__wrapper {
  position: relative;
  overflow: hidden;
  min-height: 170px; }
  @media only screen and (max-width: 48rem) {
    .vc-notify-me-form__wrapper {
      min-height: 200px; } }

.vc-notify-me-form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.5em 2.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.5em;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: #FFFFFF;
  height: 100%;
  -webkit-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out; }
  @media only screen and (max-width: 48rem) {
    .vc-notify-me-form__container {
      padding: 2.5em 1em;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 2em;
      height: auto; }
      .vc-notify-me-form__container .vc-section__container {
        padding-bottom: 0; } }

.vc-notify-me-form__wrapper.hidden--result {
  height: 0; }

.vc-notify-me-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2em; }
  @media only screen and (max-width: 48rem) {
    .vc-notify-me-form__form {
      gap: 1em;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      width: 100%; } }

.vc-notify-me-form__form.hidden--result {
  display: none !important; }

.vc-notify-me-form__message--success.hidden--result:not(.set--visible) {
  display: none !important; }

.vc-notify-me-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.5em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
  -ms-flex-item-align: stretch;
      align-self: stretch; }
  @media only screen and (max-width: 48rem) {
    .vc-notify-me-form__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto; } }

.vc-notify-me-form__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (max-width: 48rem) {
    .vc-notify-me-form__input {
      -ms-flex-item-align: stretch;
          align-self: stretch; } }
  .vc-notify-me-form__input input {
    border-radius: 2px;
    border: 1px solid #C4C4C4;
    background: #FFF;
    padding: 1em; }
  .vc-notify-me-form__input .invalid-feedback {
    width: 100%; }
    @media only screen and (max-width: 48rem) {
      .vc-notify-me-form__input .invalid-feedback {
        width: auto;
        margin-top: 0; } }

.vc-notify-me-form__policies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: auto; }
  @media only screen and (max-width: 48rem) {
    .vc-notify-me-form__policies {
      height: auto; } }

.vc-notify-me-form__policy--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-right: 10px;
  max-width: 50%;
  height: auto; }
  .vc-notify-me-form__policy--checkbox input {
    width: 19px;
    height: 19px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: .25em; }
  @media only screen and (max-width: 48rem) {
    .vc-notify-me-form__policy--checkbox {
      -ms-flex-item-align: stretch;
          align-self: stretch;
      max-width: 100%; } }
  .vc-notify-me-form__policy--checkbox .invalid-feedback {
    position: absolute;
    bottom: 0;
    margin-bottom: -22px; }

.vc-notify-me-form__cta--row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 1000px;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.block--recaptcha {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.block--recaptcha .g-recaptcha {
  float: right; }
  @media only screen and (max-width: 48rem) {
    .block--recaptcha .g-recaptcha {
      padding: 0; } }

.g-recaptcha-error {
  text-align: right;
  position: absolute;
  width: 100%;
  bottom: -20px; }
  @media only screen and (max-width: 48rem) {
    .g-recaptcha-error {
      text-align: center;
      bottom: 0; } }

.vc-notify-me-form__cta--wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center; }
  @media only screen and (max-width: 48rem) {
    .vc-notify-me-form__cta--wrapper {
      width: 100%; } }

.button.vc-notify-me-form__cta {
  margin: 0 auto;
  text-align: center;
  display: unset; }
  @media only screen and (max-width: 48rem) {
    .button.vc-notify-me-form__cta {
      width: 100%;
      display: unset; } }

.vc-notify-me-form__cta--row.captcha--enabled .block--recaptcha {
  float: right; }
  @media only screen and (max-width: 48rem) {
    .vc-notify-me-form__cta--row.captcha--enabled .block--recaptcha {
      float: none; } }

.vc-notify-me-form__cta--row.captcha--enabled {
  gap: 2em; }
  @media only screen and (max-width: 48rem) {
    .vc-notify-me-form__cta--row.captcha--enabled {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 1.5em; } }
  .vc-notify-me-form__cta--row.captcha--enabled .vc-notify-me-form__cta--wrapper {
    display: block; }

.vc-notify-me-form__cta--row.captcha--enabled .vc-notify-me-form__cta {
  margin: 0; }

.vc-notify-me-form__message {
  padding: 2.5em;
  text-align: center;
  width: 100%;
  position: absolute;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  top: 0; }

.vc-notify-me-form__message.hidden--result {
  top: 100%; }

.vc-notify-me-form__message--success {
  background: #cfefc2;
  font-weight: bold; }

/*
 *  Versacurl Types
 */
.vc-curl-types__graphic-image {
  max-width: 77.5em; }
  .vc-curl-types__graphic-image .vc-curl-types__graphic-image--desktop {
    display: block; }
  .vc-curl-types__graphic-image .vc-curl-types__graphic-image--mobile {
    display: none; }
  @media only screen and (max-width: 48rem) {
    .vc-curl-types__graphic-image .vc-curl-types__graphic-image--desktop {
      display: none; }
    .vc-curl-types__graphic-image .vc-curl-types__graphic-image--mobile {
      display: block; } }

/*
 * Headline
 */
.vc-headline__header {
  font-size: 2.5em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "Trade_Gothic_LT_Bold"; }
  @media only screen and (max-width: 48rem) {
    .vc-headline__header {
      font-size: 1.5em;
      font-style: normal;
      font-weight: 700;
      line-height: 1.3em;
      letter-spacing: 0.5px;
      text-transform: uppercase; } }

.vc-headline__image {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover; }

/*
 * FAQ
 */
.vc-faq__accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  padding: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border: 1px solid #C5C5C7;
  border: 1px solid var(--white-gray-gray-60, #C5C5C7);
  background: #FFF;
  background: var(--white-gray-white, #FFF);
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: left; }
  .vc-faq__accordion .vc-faq__accordion--open {
    display: block; }
  .vc-faq__accordion .vc-faq__accordion--closed {
    display: none; }
  .vc-faq__accordion.active {
    cursor: default; }
    .vc-faq__accordion.active .vc-faq__accordion--open {
      display: none; }
    .vc-faq__accordion.active .vc-faq__accordion--closed {
      display: block; }
  .vc-faq__accordion span {
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.2px; }

.vc-faq__sticky {
  margin: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 110px; }
  @media only screen and (max-width: 48rem) {
    .vc-faq__sticky {
      position: relative;
      top: 0; } }

.vc-faq__panel {
  padding: 0 1em;
  height: auto;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  max-height: 0;
  border: 0 solid #c5c5c7; }
  .vc-faq__panel.active {
    max-height: 150px;
    border-width: 1px;
    border-top: none; }

.vc-faq__image {
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover; }

/*
 * Tool Carousel
 */
.vc-tool-carousel__slider {
  width: 100vw;
  max-width: 77.5em; }
  .vc-tool-carousel__slider .slick-arrow {
    top: calc(50% - 1.5em);
    z-index: 1 !important;
    height: 40px;
    width: 40px;
    color: #FFF;
    font-size: 40px; }
    @media only screen and (max-width: 48rem) {
      .vc-tool-carousel__slider .slick-arrow {
        width: 48px;
        height: 48px;
        font-size: 48px;
        top: 0; } }
    .vc-tool-carousel__slider .slick-arrow.vc-tool-carousel__slider--btn-dark {
      color: #18191D; }

.vc-tool-carousel__slider--next {
  right: 32px; }
  @media only screen and (max-width: 48rem) {
    .vc-tool-carousel__slider--next {
      right: 0; } }

.vc-tool-carousel__slider--prev {
  left: 32px; }
  @media only screen and (max-width: 48rem) {
    .vc-tool-carousel__slider--prev {
      left: 0; } }

.vc-tool-carousel__slide {
  max-width: 100%; }

.vc-tool-carousel__media-container {
  position: relative; }

.vc-tool-carousel__video {
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%; }
  @media only screen and (max-width: 48rem) {
    .vc-tool-carousel__video {
      aspect-ratio: 9 / 16; } }

.vc-tool-carousel__image {
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  position: relative; }
  @media only screen and (max-width: 48rem) {
    .vc-tool-carousel__image {
      aspect-ratio: 9 / 16; } }

.vc-tool-carousel__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 6em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: absolute;
  bottom: 32px;
  color: #FFF; }
  @media only screen and (max-width: 48rem) {
    .vc-tool-carousel__overlay {
      padding: 0 1em;
      bottom: 50px; } }

.vc-tool-carousel__overlay--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  max-width: 75%;
  text-align: left; }
  @media only screen and (max-width: 48rem) {
    .vc-tool-carousel__overlay--container {
      -ms-flex-item-align: stretch;
          align-self: stretch;
      max-width: none; } }

.vc-tool-carousel__overlay--heading {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 1px;
  text-transform: uppercase; }
  @media only screen and (max-width: 48rem) {
    .vc-tool-carousel__overlay--heading {
      font-size: 32px;
      line-height: 40px;
      letter-spacing: 0.5px; } }

.vc-tool-carousel__overlay--subheading {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; }
  @media only screen and (max-width: 48rem) {
    .vc-tool-carousel__overlay--subheading {
      font-size: 16px;
      font-weight: 700; } }

/*
 * About The Tool Carousel
 */
.vc-about-tool-carousel__slider {
  width: 100%; }
  .vc-about-tool-carousel__slider .slick-arrow {
    top: calc(460px / 2);
    z-index: 1 !important; }
    @media only screen and (max-width: 48rem) {
      .vc-about-tool-carousel__slider .slick-arrow {
        top: 0; } }
  .vc-about-tool-carousel__slider .vc-tool-carousel__slider--prev {
    left: -40px; }
  .vc-about-tool-carousel__slider .vc-tool-carousel__slider--next {
    right: -40px; }

.vc-about-tool__card--container {
  padding: 30px 0 0;
  overflow: visible;
  height: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .vc-about-tool__card--container:not(.slick-current) {
    max-height: calc(460px + 15px);
    margin-top: 30px; }
    @media only screen and (max-width: 48rem) {
      .vc-about-tool__card--container:not(.slick-current) {
        margin-top: 0; } }

.vc-about-tool__card-wrapper {
  padding: 0.75em; }

.vc-about-tool__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #F5F5F7; }
  .slick-current .vc-about-tool__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 35.2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35.2px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0; }
  @media only screen and (max-width: 48rem) {
    .vc-about-tool__card {
      padding-bottom: 24px !important;
      gap: 32px !important;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0; } }

.vc-about-tool__media {
  width: 100%;
  position: relative;
  height: 205px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .slick-current .vc-about-tool__media {
    height: 265px; }
  @media only screen and (max-width: 48rem) {
    .vc-about-tool__media {
      height: 148px !important;
      -ms-flex-item-align: stretch;
          align-self: stretch; } }

.vc-about-tool__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

.vc-about-tool__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch; }
  .slick-current .vc-about-tool__text {
    gap: 8.8px; }
  @media only screen and (max-width: 48rem) {
    .vc-about-tool__text {
      padding: 0px 16px;
      gap: 16px !important;
      -ms-flex-item-align: stretch;
          align-self: stretch; } }

.vc-about-tool__heading {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .slick-current .vc-about-tool__heading {
    font-size: 30px;
    line-height: 44px;
    letter-spacing: 0.55px; }
  @media only screen and (max-width: 48rem) {
    .vc-about-tool__heading {
      font-size: 24px !important;
      line-height: 32px !important;
      letter-spacing: 0.5px !important; } }

.vc-about-tool__desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  @media only screen and (max-width: 48rem) {
    .vc-about-tool__desc {
      font-size: 16px !important;
      line-height: 25px !important; } }
  .slick-current .vc-about-tool__desc {
    font-size: 17.6px;
    line-height: 1.71875em; }

/*
 * Influencer
 */
.vc-influencer-carousel__slider {
  width: 100%;
  max-height: 430px;
  max-width: 77.5em; }
  @media only screen and (max-width: 48rem) {
    .vc-influencer-carousel__slider {
      height: 100%; } }
  .vc-influencer-carousel__slider .slick-arrow {
    top: calc(50% - 0.5em);
    z-index: 1 !important;
    height: 40px;
    width: 40px;
    color: #FFF;
    font-size: 40px; }
    @media only screen and (max-width: 48rem) {
      .vc-influencer-carousel__slider .slick-arrow {
        width: 48px;
        height: 48px;
        font-size: 48px;
        top: 0; } }
    .vc-influencer-carousel__slider .slick-arrow.vc-influencer-carousel__slider--btn-dark {
      color: #18191D; }

.vc-influencer-carousel__slider--next {
  right: -40px; }
  @media only screen and (max-width: 48rem) {
    .vc-influencer-carousel__slider--next {
      right: 0; } }

.vc-influencer-carousel__slider--prev {
  left: -40px; }
  @media only screen and (max-width: 48rem) {
    .vc-influencer-carousel__slider--prev {
      left: 0; } }

.vc-influencer__card {
  overflow: hidden;
  padding: 30px 12px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .slick-current .vc-influencer__card {
    padding: 10px 0; }
  @media only screen and (max-width: 48rem) {
    .vc-influencer__card {
      padding: 0 50px !important; } }

.vc-influencer__media {
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  aspect-ratio: 9 / 16;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem; }
  .vc-influencer__media .vc-video__controls {
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0); }
  .vc-influencer__media .vc-video__controls {
    visibility: hidden; }
    .slick-current .vc-influencer__media .vc-video__controls {
      visibility: visible; }

/*
 * Pixlee
 */
.vc-pixlee__container {
  width: 100%; }

/*
 * Blog
 */
.vc-blog-carousel__slider {
  width: 100%; }
  .vc-pdp .vc-blog-carousel__slider {
    width: 90%; }
  .vc-blog-carousel__slider .slick-arrow {
    top: 50%;
    z-index: 1 !important; }
    .vc-blog-carousel__slider .slick-arrow svg {
      width: 100%;
      height: 100%; }
    @media only screen and (max-width: 48rem) {
      .vc-blog-carousel__slider .slick-arrow {
        top: 0; } }
    .vc-blog-carousel__slider .slick-arrow.vc-blog-carousel__slider--btn-dark {
      color: #18191D; }
  .vc-blog-carousel__slider .vc-blog-carousel__slider--prev {
    left: -40px; }
  .vc-blog-carousel__slider .vc-blog-carousel__slider--next {
    right: -40px; }

.vc-blog__card--container {
  padding: 0 12px; }

.vc-blog__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  cursor: pointer; }

.vc-blog__media {
  width: 100%;
  position: relative;
  height: 205px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  @media only screen and (max-width: 48rem) {
    .vc-blog__media {
      height: 148px !important;
      -ms-flex-item-align: stretch;
          align-self: stretch; } }

.vc-blog__image {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1 / 1;
  width: 100%; }

.vc-blog__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 0 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  text-align: left; }
  @media only screen and (max-width: 48rem) {
    .vc-blog__text {
      padding: 0px 16px;
      gap: 16px !important;
      -ms-flex-item-align: stretch;
          align-self: stretch; } }

.vc-blog__heading {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.2px; }
  @media only screen and (max-width: 48rem) {
    .vc-blog__heading {
      font-size: 24px !important;
      line-height: 32px !important;
      letter-spacing: 0.5px !important; } }

.vc-blog__desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  @media only screen and (max-width: 48rem) {
    .vc-blog__desc {
      font-size: 16px !important;
      line-height: 25px !important; } }

/*
 * Bundle
 */
.vc-bundle-carousel__slider {
  width: 100%; }
  .vc-pdp .vc-bundle-carousel__slider {
    width: 90%; }
  .vc-bundle-carousel__slider .slick-arrow {
    top: 50%;
    z-index: 1 !important; }
    .vc-bundle-carousel__slider .slick-arrow svg {
      width: 100%;
      height: 100%; }
    @media only screen and (max-width: 48rem) {
      .vc-bundle-carousel__slider .slick-arrow {
        top: 0; } }
    .vc-bundle-carousel__slider .slick-arrow.vc-bundle-carousel__slider--btn-dark {
      color: #18191D; }
  .vc-bundle-carousel__slider .vc-bundle-carousel__slider--prev {
    left: -40px; }
  .vc-bundle-carousel__slider .vc-bundle-carousel__slider--next {
    right: -40px; }

.vc-bundle-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  position: relative; }

.vc-bundle__card--container {
  padding: 0 12px;
  overflow: hidden;
  position: relative; }

@media only screen and (max-width: 48rem) {
  .vc-bundle-card__icons .product-tile__wishlist {
    padding-right: .5em; } }

@media only screen and (max-width: 26.563rem) {
  .vc-bundle-card__icons .product-tile__wishlist {
    font-size: 2rem;
    padding-right: .5em; } }

.vc-bundle-card__content-direct-buy {
  left: auto;
  right: 0;
  padding: .5em;
  top: 1.75rem;
  min-width: 40px; }
  @media only screen and (max-width: 48rem) {
    .vc-bundle-card__content-direct-buy {
      top: 2.5rem; } }
  @media only screen and (max-width: 26.563rem) {
    .vc-bundle-card__content-direct-buy {
      top: 3.5rem; } }
  .vc-bundle-card__content-direct-buy.direct-buy-container .tooltip-button {
    width: auto; }
    @media only screen and (max-width: 26.563rem) {
      .vc-bundle-card__content-direct-buy.direct-buy-container .tooltip-button {
        width: 51px; }
        .vc-bundle-card__content-direct-buy.direct-buy-container .tooltip-button img {
          width: 50px; } }
  .vc-bundle-card__content-direct-buy.direct-buy-container .tooltip_plp {
    left: 0;
    right: 0;
    min-width: 100%; }
  @media only screen and (min-width: 64rem) {
    .vc-bundle-card__content-direct-buy .tippy-box {
      max-width: 208px; } }
  @media only screen and (max-width: 26.563rem) {
    .vc-bundle-card__content-direct-buy .tippy-box {
      min-width: 80vw; } }

.vc-bundle-card__image-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.vc-bundle-card__main-image {
  padding: 31.165px 31.25px 30.191px 30.208px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  aspect-ratio: 1; }

.vc-bundle-card__thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 10px; }

.vc-bundle-card__thumb {
  max-height: 51px;
  aspect-ratio: 4/3;
  width: calc((100% / 3) - 10px);
  cursor: pointer; }

.vc-bundle-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  text-align: left; }

.vc-bundle-card__content-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase; }

.vc-bundle-card__content-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; }

.vc-bundle-card__content-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  list-style: disc; }

.vc-bundle-card__content-bullet::marker {
  color: #AC0535; }

/*
 * Reviews
 */
.vc-section__reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0; }
  @media only screen and (max-width: 48rem) {
    .vc-section__reviews {
      gap: 40px;
      -ms-flex-item-align: stretch;
          align-self: stretch; } }

.vc-reviews__data {
  display: none; }

.vc-reviews__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch; }
  @media only screen and (max-width: 48rem) {
    .vc-reviews__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 40px;
      -ms-flex-item-align: stretch;
          align-self: stretch; } }

.vc-reviews__quote-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px;
  height: 100%; }
  @media only screen and (max-width: 67.5rem) {
    .vc-reviews__quote-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 40px;
      -ms-flex-item-align: stretch;
          align-self: stretch; } }

.vc-reviews__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px; }
  @media only screen and (max-width: 48rem) {
    .vc-reviews__summary {
      width: 100%; } }

.vc-reviews__summary-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding-right: 72px; }
  @media only screen and (max-width: 48rem) {
    .vc-reviews__summary-content {
      padding-right: 0; } }

.vc-reviews__rating-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.vc-reviews__rating-stars-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px; }
  @media only screen and (max-width: 48rem) {
    .vc-reviews__rating-stars-wrapper {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 40px;
      -ms-flex-item-align: stretch;
          align-self: stretch; } }

.vc-reviews__rating-stars-count {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.vc-reviews__rating-stars {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2px 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px; }
  .vc-reviews__rating-stars > * {
    height: 25px;
    width: 25px; }

.vc-reviews__rating-review-count {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #808080; }

.vc-reviews__quote-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding-left: 72px;
  border-left: 1px solid #D7D7D9;
  text-align: left;
  max-width: 50%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (max-width: 67.5rem) {
    .vc-reviews__quote-block {
      border-left: none;
      border-top: 1px solid #D7D7D9;
      padding-left: 0;
      padding-top: 40px;
      max-width: 100%; } }

.vc-reviews__quote-text {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.vc-reviews__stars-static {
  width: 118px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.vc-reviews__star {
  height: 20px;
  width: 20px;
  color: #AC0535; }
  .vc-reviews__star--empty {
    color: #C5C5C7; }

.button.vc-reviews__cta {
  border-radius: 2px;
  border: 1px solid #AC0535;
  color: #AC0535;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 1.5px;
  text-transform: uppercase; }
  @media only screen and (max-width: 48rem) {
    .button.vc-reviews__cta {
      width: 100%; } }


/*# sourceMappingURL=versacurl.css.map*/