/* Product Content Component v2 Styles */
.v-two.cmp-pc,
.v-two .cmp-pc {
  margin: 46px 0;
}

@media (max-width: 1320px) {
  .v-two.cmp-pc,
  .v-two .cmp-pc {
    padding-left: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1320px) {
  .v-two.cmp-pc,
  .v-two .cmp-pc {
    padding-right: 20px;
  }
}

.v-two .cmp-pc__header h1 {
  font-size: clamp(28px, 5vw, 40px);/*40px;*/
  line-height: 44px;
  margin: 0;
}

.v-two .cmp-pc__header h2 {
  font-size: clamp(28px, 5vw, 40px);/*40px;*/
  line-height: 44px;
  margin: 0;
}

.v-two .cmp-pc__description p {
  font-size: 24px;
  line-height: 31px;
  
}
.v-two .cmp-pc__text p {
  margin: 0;
}
@media (max-width: 1024px) {
  .v-two .cmp-pc__header h2 {
    font-size: 32px;
    line-height: 35.2px;
  }  
}

.v-two .cmp-pc__header p,
.v-two .cmp-pc__header h3,
.v-two .cmp-pc__header h4 {
  font-size: 24px;
  line-height: 28.13px;
}

@media (max-width: 1024px) {
  .v-two .cmp-pc__header p,
  .v-two .cmp-pc__text p,
  .v-two .cmp-pc__text h1,
  .v-two .cmp-pc__text h2,
  .v-two .cmp-pc__text h3,
  .v-two .cmp-pc__text h4 {
    font-size: 20px;
    line-height: 25.56px;
  }

}

.v-two .cmp-pc__items {
  display: flex;
}

@media (max-width: 1024px) {
  .v-two .cmp-pc__items {  
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

/* enable Flickity by default */
.v-two .js-cmp-pc__mobile-carousel:after {
  content: 'flickity';
  display: none; /* hide :after */
}

@media screen and (min-width: 768px) {
  /* disable Flickity for large devices */
  .v-two .js-cmp-pc__mobile-carousel:after {
    content: '';
  }
}

@media (max-width: 767px) {
  .v-two .cmp-pc__items {  
    display: block;
  }
}

.v-two .cmp-pc__item {
  flex: 1;
  margin-right: 32px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .v-two .cmp-pc__item {
    flex: none;
    margin-right: 0;
    width: calc(50% - 16px);
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .v-two .cmp-pc__item {
    width: 80%;
    margin: 0 5%;
  }
  .v-two .cmp-pc__item.cmp-pc__item--fullbleed {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .v-two .cmp-pc__item.cmp-pc__item--fullbleed > a {
    position: absolute;
    right: 0;
    left: 0;
  }
}

.v-two .js-cmp-pc__mobile-carousel.flickity-enabled .cmp-pc__item.cmp-pc__item--fullbleed {
  background-repeat: no-repeat;
  background-size: cover;
}

.v-two .cmp-pc__item.cmp-pc__item--fullbleed {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  min-height: 700px;
  position: relative;
  cursor: pointer;
}

.v-two .cmp-pc__item.cmp-pc__item--fullbleed:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(0,0,0,0.3);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5298494397759104) 99%);
}

.v-two .cmp-pc__item.cmp-pc__item--fullbleed > a {
  display: flex;
  align-items: flex-end;
  height: 100%;
  text-decoration: none;
}

.v-two .js-cmp-pc__mobile-carousel.flickity-enabled .cmp-pc__item--link-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.v-two .cmp-pc__item:last-child {
  margin-right: 0;
}

.v-two .cmp-pc__item img {
  width: 100%;
}

.v-two .cmp-pc--imageontop .cmp-pc__image,
.v-two .cmp-pc--imageontop .cmp-pc__video {
  display: flex;
  margin: -32px -32px 0 -32px;
  position: relative;
  overflow: hidden;
}

.v-two .cmp-pc--imageontop .cmp-pc__video video,
.v-two .cmp-pc__item--fullbleed .cmp-pc__video video {
  position: absolute;
  max-height: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.v-two .cmp-pc__item--fullbleed .cmp-pc__video {
  position: absolute;
  overflow: hidden;
}

.v-two .cmp-pc__item--fullbleed .cmp-pc__video video {
  overflow: hidden;
  min-height: 100%;
}

.v-two .cmp-pc__content-top {
  background-color: #fff;
  padding: 32px 32px 0 32px;
}

.v-two .cmp-pc__content-bottom {
  background-color: #fff;
  padding: 0px 32px 32px 32px;
}

.v-two .cmp-pc__content-box {
  background-color: transparent;
  z-index: 1;
  padding: 32px;
  width: 100%;
}
.v-two .cmp-pc__title h1, 
.v-two .cmp-pc__title h2,
.v-two .cmp-pc__title h3,
.v-two .cmp-pc__title h4,
.v-two .cmp-pc__title p{
  margin: 0;
}
/* .v-two .cmp-pc__content-box h3,
.v-two .cmp-pc__content-top h3, */
.v-two .cmp-pc__content-box .cmp-pc__title,
.v-two .cmp-pc__content-top .cmp-pc__title {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 1;
}

/*.v-two .cmp-pc__content-top h3,*/
.v-two .cmp-pc__content-bottom .cmp-pc__title {
  margin-top: 32px;
}

.v-two .cmp-pc__item--fullbleed .cmp-pc__text {
  margin-bottom: 2rem;
}
.v-two .cmp-pc__item--fullbleed .cmp-pc__eyebrow {
  margin-bottom: 0.5em;
}
.v-two .cmp-pc__eyebrow {
  margin-bottom: 1.8em;
}

.v-two .cmp-pc--imageontop .cmp-pc__eyebrow {
  transform: translateY(1.5em);
}

.v-two .cmp-pc__item a.b-button,
.v-two .cmp-pc__item a span.b-button {
  margin-top: 1rem;
  width: 100%;
}

.v-two .cmp-pc__item--fullbleed a.b-button,
.v-two .cmp-pc__item--fullbleed a span.b-button {
  background: no-repeat linear-gradient(#6bbcb9, #6bbcb9), linear-gradient(#ffffff, #ffffff);
  background-size: 0 100%, 100%;
  color: #222;
}

.v-two .cmp-pc__item--fullbleed a.b-button:hover,
.v-two .cmp-pc__item--fullbleed a span.b-button:hover {
  background-size: 100% 100%, 0;
}

.cmp-pc__image .util-caption{
	position: absolute;
	padding: 2px 6px 0;
	bottom: 15px;
	right: 10px;
	color: #fff;
	z-index:2;
	background: rgba(0,0,0,0.5);
  font-size: 10px;
}
.cmp-pc--fullbleedbackground .util-caption{
	position: absolute;
	padding: 2px 6px 0;
	top: 10px;
	right: 10px;
	color: #fff;
	z-index:2;
	background: rgba(0,0,0,0.5);
  bottom: auto;
}